@charset "UTF-8";
/***** drop drupal styles ****/
ul.menu {
  text-align: inherit;
}
ul.menu li,
li.expanded,
li.collapsed,
li.leaf {
  padding: 0;
  margin: 0;
}
.item-list ul {
  margin: 20px 0;
}
.item-list .pager li {
  padding: 0;
}
.item-list ul li {
  margin: 0;
}
ul li.leaf,
ul li.collapsed,
ul li.expanded {
  list-style: none;
}
.block-poll ul.links {
  display: none;
}
.views-exposed-form {
  position: relative;
}
.views-exposed-form label {
  display: none;
}
.views-exposed-form .views-exposed-widget {
  padding: 0;
  float: none;
}
.views-exposed-form .form-submit {
  /*position:absolute;
    right:0;
    top:0;*/
  display: block;
  border: 0;
  text-indent: -9999px;
  height: 26px;
  width: 40px;
  padding: 0;
  background-image: url(../img/icon-search-submit.png);
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  z-index: 100;
}
.views-exposed-form .form-submit,
.views-exposed-form .form-submit:active:focus,
.views-exposed-form .form-submit:active:hover,
.views-exposed-form .form-submit:hover,
.views-exposed-form .form-submit:focus {
  background-color: transparent;
}
.search-dates .views-exposed-form label {
  display: inline;
  font-weight: normal;
}
.search-dates .views-exposed-form #edit-from label,
.search-dates .views-exposed-form #edit-to label {
  display: none;
}
.search-dates .form-item-sort-by .form-control {
  width: auto;
}
.views-exposed-form .views-exposed-widget .form-submit,
.form-checkboxes .form-item,
.form-radios .form-item,
.form-item,
.form-actions {
  margin-top: 0;
  margin-bottom: 0;
}
.element-invisible,
.webform-component-textarea .grippie,
.grippie {
  display: none;
}
.poll .vote-form {
  text-align: left;
}
.galleryformatter-greenarrows .gallery-thumbs .wrapper {
  border-bottom: 0;
}
.galleryformatter-greenarrows .slide-button {
  opacity: 1;
  background: none;
}
/****/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.breadcrumb {
  background: none;
  padding: 0;
  color: #444;
  margin-bottom: 30px;
}
.breadcrumb .active,
.breadcrumb a {
  color: #444;
}
.breadcrumb a {
  text-decoration: underline;
}
.breadcrumb a:hover,
.breadcrumb a:focus {
  text-decoration: none;
}
body {
  position: static;
}
.element-invisible {
  display: none;
}
.progress {
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #dcdcdc;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.progress-bar {
  background-color: #d12023;
  text-indent: 3px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.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 {
  padding-left: 10px;
  padding-right: 10px;
}
.text-center {
  clear: both;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin-top: 3px;
  margin-left: -16px;
}
.element-invisible {
  display: none !important;
}
.row.panel-pane > .col-sm-4:nth-child(3n+4) {
  clear: left;
}
.row-flex {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: -webkit-box;
  -js-display: -webkit-flex;
  -js-display: -moz-box;
  -js-display: -ms-flexbox;
  -js-display: flex;
  display: -moz-box !important;
  display: flex !important;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.row-flex.reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  flex-direction: row-reverse;
}
.col.reverse {
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  flex-direction: column-reverse;
}
.row-flex > .col-xs,
.row-flex > .col-xs-1,
.row-flex > .col-xs-2,
.row-flex > .col-xs-3,
.row-flex > .col-xs-4,
.row-flex > .col-xs-5,
.row-flex > .col-xs-6,
.row-flex > .col-xs-7,
.row-flex > .col-xs-8,
.row-flex > .col-xs-9,
.row-flex > .col-xs-10,
.row-flex > .col-xs-11,
.row-flex > .col-xs-12 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  flex: 0 0 auto;
}
.row-flex > .col-xs {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  max-width: 100%;
}
.row-flex > .col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  -webkit-flex-basis: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}
.row-flex > .col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  -webkit-flex-basis: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%;
}
.row-flex > .col-xs-3 {
  -ms-flex-preferred-size: 25%;
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
.row-flex > .col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  -webkit-flex-basis: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}
.row-flex > .col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  -webkit-flex-basis: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}
.row-flex > .col-xs-6 {
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.row-flex > .col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  -webkit-flex-basis: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}
.row-flex > .col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  -webkit-flex-basis: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}
.row-flex > .col-xs-9 {
  -ms-flex-preferred-size: 75%;
  -webkit-flex-basis: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
.row-flex > .col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  -webkit-flex-basis: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}
.row-flex > .col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  -webkit-flex-basis: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}
.row-flex > .col-xs-12 {
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.row-flex > .col-xs-offset-1 {
  margin-left: 8.333%;
}
.row-flex > .col-xs-offset-2 {
  margin-left: 16.667%;
}
.row-flex > .col-xs-offset-3 {
  margin-left: 25%;
}
.row-flex > .col-xs-offset-4 {
  margin-left: 33.333%;
}
.row-flex > .col-xs-offset-5 {
  margin-left: 41.667%;
}
.row-flex > .col-xs-offset-6 {
  margin-left: 50%;
}
.row-flex > .col-xs-offset-7 {
  margin-left: 58.333%;
}
.row-flex > .col-xs-offset-8 {
  margin-left: 66.667%;
}
.row-flex > .col-xs-offset-9 {
  margin-left: 75%;
}
.row-flex > .col-xs-offset-10 {
  margin-left: 83.333%;
}
.row-flex > .col-xs-offset-11 {
  margin-left: 91.667%;
}
.row-flex > .start-xs {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  justify-content: flex-start;
  text-align: start;
}
.row-flex > .center-xs {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  justify-content: center;
  text-align: center;
}
.row-flex > .end-xs {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  justify-content: flex-end;
  text-align: end;
}
.row-flex > .top-xs {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -moz-box-align: start;
  align-items: flex-start;
}
.row-flex > .middle-xs {
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  align-items: center;
}
.row-flex > .bottom-xs {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  -webkit-box-align: end;
  -moz-box-align: end;
  align-items: flex-end;
}
.row-flex > .around-xs {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.row-flex > .between-xs {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
}
.row-flex > .first-xs {
  -webkit-order: -1;
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  -moz-box-ordinal-group: 0;
  order: -1;
}
.row-flex > .last-xs {
  -webkit-order: 1;
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  order: 1;
}
@media only screen and (min-width: 768px) {
  .row-flex > .col-sm,
  .row-flex > .col-sm-1,
  .row-flex > .col-sm-2,
  .row-flex > .col-sm-3,
  .row-flex > .col-sm-4,
  .row-flex > .col-sm-5,
  .row-flex > .col-sm-6,
  .row-flex > .col-sm-7,
  .row-flex > .col-sm-8,
  .row-flex > .col-sm-9,
  .row-flex > .col-sm-10,
  .row-flex > .col-sm-11,
  .row-flex > .col-sm-12 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .row-flex > .col-sm {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .row-flex > .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    -webkit-flex-basis: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .row-flex > .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    -webkit-flex-basis: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .row-flex > .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .row-flex > .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    -webkit-flex-basis: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .row-flex > .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    -webkit-flex-basis: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .row-flex > .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .row-flex > .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    -webkit-flex-basis: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .row-flex > .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    -webkit-flex-basis: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .row-flex > .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .row-flex > .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    -webkit-flex-basis: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .row-flex > .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    -webkit-flex-basis: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .row-flex > .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .row-flex > .col-sm-offset-1 {
    margin-left: 8.333%;
  }
  .row-flex > .col-sm-offset-2 {
    margin-left: 16.667%;
  }
  .row-flex > .col-sm-offset-3 {
    margin-left: 25%;
  }
  .row-flex > .col-sm-offset-4 {
    margin-left: 33.333%;
  }
  .row-flex > .col-sm-offset-5 {
    margin-left: 41.667%;
  }
  .row-flex > .col-sm-offset-6 {
    margin-left: 50%;
  }
  .row-flex > .col-sm-offset-7 {
    margin-left: 58.333%;
  }
  .row-flex > .col-sm-offset-8 {
    margin-left: 66.667%;
  }
  .row-flex > .col-sm-offset-9 {
    margin-left: 75%;
  }
  .row-flex > .col-sm-offset-10 {
    margin-left: 83.333%;
  }
  .row-flex > .col-sm-offset-11 {
    margin-left: 91.667%;
  }
  .row-flex > .start-sm {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .row-flex > .center-sm {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .row-flex > .end-sm {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .row-flex > .top-sm {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
    -moz-box-align: start;
    align-items: flex-start;
  }
  .row-flex > .middle-sm {
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    align-items: center;
  }
  .row-flex > .bottom-sm {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -webkit-box-align: end;
    -moz-box-align: end;
    align-items: flex-end;
  }
  .row-flex > .around-sm {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .row-flex > .between-sm {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    justify-content: space-between;
  }
  .row-flex > .first-sm {
    -webkit-order: -1;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    order: -1;
  }
  .row-flex > .last-sm {
    -webkit-order: 1;
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    order: 1;
  }
}
@media only screen and (min-width: 992px) {
  .row-flex > .col-md,
  .row-flex > .col-md-1,
  .row-flex > .col-md-2,
  .row-flex > .col-md-3,
  .row-flex > .col-md-4,
  .row-flex > .col-md-5,
  .row-flex > .col-md-6,
  .row-flex > .col-md-7,
  .row-flex > .col-md-8,
  .row-flex > .col-md-9,
  .row-flex > .col-md-10,
  .row-flex > .col-md-11,
  .row-flex > .col-md-12 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .row-flex > .col-md {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .row-flex > .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    -webkit-flex-basis: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .row-flex > .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    -webkit-flex-basis: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .row-flex > .col-md-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .row-flex > .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    -webkit-flex-basis: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .row-flex > .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    -webkit-flex-basis: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .row-flex > .col-md-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .row-flex > .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    -webkit-flex-basis: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .row-flex > .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    -webkit-flex-basis: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .row-flex > .col-md-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .row-flex > .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    -webkit-flex-basis: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .row-flex > .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    -webkit-flex-basis: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .row-flex > .col-md-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .row-flex > .col-md-offset-1 {
    margin-left: 8.333%;
  }
  .row-flex > .col-md-offset-2 {
    margin-left: 16.667%;
  }
  .row-flex > .col-md-offset-3 {
    margin-left: 25%;
  }
  .row-flex > .col-md-offset-4 {
    margin-left: 33.333%;
  }
  .row-flex > .col-md-offset-5 {
    margin-left: 41.667%;
  }
  .row-flex > .col-md-offset-6 {
    margin-left: 50%;
  }
  .row-flex > .col-md-offset-7 {
    margin-left: 58.333%;
  }
  .row-flex > .col-md-offset-8 {
    margin-left: 66.667%;
  }
  .row-flex > .col-md-offset-9 {
    margin-left: 75%;
  }
  .row-flex > .col-md-offset-10 {
    margin-left: 83.333%;
  }
  .row-flex > .col-md-offset-11 {
    margin-left: 91.667%;
  }
  .row-flex > .start-md {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .row-flex > .center-md {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .row-flex > .end-md {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .row-flex > .top-md {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
    -moz-box-align: start;
    align-items: flex-start;
  }
  .row-flex > .middle-md {
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    align-items: center;
  }
  .row-flex > .bottom-md {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -webkit-box-align: end;
    -moz-box-align: end;
    align-items: flex-end;
  }
  .row-flex > .around-md {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .row-flex > .between-md {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    justify-content: space-between;
  }
  .row-flex > .first-md {
    -webkit-order: -1;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    order: -1;
  }
  .row-flex > .last-md {
    -webkit-order: 1;
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    order: 1;
  }
}
@media only screen and (min-width: 1200px) {
  .row-flex > .col-lg,
  .row-flex > .col-lg-1,
  .row-flex > .col-lg-2,
  .row-flex > .col-lg-3,
  .row-flex > .col-lg-4,
  .row-flex > .col-lg-5,
  .row-flex > .col-lg-6,
  .row-flex > .col-lg-7,
  .row-flex > .col-lg-8,
  .row-flex > .col-lg-9,
  .row-flex > .col-lg-10,
  .row-flex > .col-lg-11,
  .row-flex > .col-lg-12 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .row-flex > .col-lg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .row-flex > .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    -webkit-flex-basis: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .row-flex > .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    -webkit-flex-basis: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .row-flex > .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .row-flex > .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    -webkit-flex-basis: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .row-flex > .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    -webkit-flex-basis: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .row-flex > .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .row-flex > .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    -webkit-flex-basis: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .row-flex > .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    -webkit-flex-basis: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .row-flex > .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .row-flex > .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    -webkit-flex-basis: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .row-flex > .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    -webkit-flex-basis: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .row-flex > .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .row-flex > .col-lg-offset-1 {
    margin-left: 8.333%;
  }
  .row-flex > .col-lg-offset-2 {
    margin-left: 16.667%;
  }
  .row-flex > .col-lg-offset-3 {
    margin-left: 25%;
  }
  .row-flex > .col-lg-offset-4 {
    margin-left: 33.333%;
  }
  .row-flex > .col-lg-offset-5 {
    margin-left: 41.667%;
  }
  .row-flex > .col-lg-offset-6 {
    margin-left: 50%;
  }
  .row-flex > .col-lg-offset-7 {
    margin-left: 58.333%;
  }
  .row-flex > .col-lg-offset-8 {
    margin-left: 66.667%;
  }
  .row-flex > .col-lg-offset-9 {
    margin-left: 75%;
  }
  .row-flex > .col-lg-offset-10 {
    margin-left: 83.333%;
  }
  .row-flex > .col-lg-offset-11 {
    margin-left: 91.667%;
  }
  .row-flex > .start-lg {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .row-flex > .center-lg {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .row-flex > .end-lg {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .row-flex > .top-lg {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
    -moz-box-align: start;
    align-items: flex-start;
  }
  .row-flex > .middle-lg {
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    align-items: center;
  }
  .row-flex > .bottom-lg {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -webkit-box-align: end;
    -moz-box-align: end;
    align-items: flex-end;
  }
  .row-flex > .around-lg {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .row-flex > .between-lg {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    justify-content: space-between;
  }
  .row-flex > .first-lg {
    -webkit-order: -1;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    order: -1;
  }
  .row-flex > .last-lg {
    -webkit-order: 1;
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    order: 1;
  }
}
@font-face {
  font-family: "navinyby";
  src: url("../fonts/navinyby.eot");
  src: url("../fonts/navinyby.eot?#iefix") format("embedded-opentype"), url("../fonts/navinyby.woff") format("woff"), url("../fonts/navinyby.ttf") format("truetype"), url("../fonts/navinyby.svg#navinyby") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "navinyby" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "navinyby" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-letter:before {
  content: "\61";
}
.icon-twitter:before {
  content: "\74";
}
.icon-facebook:before {
  content: "\62";
}
.icon-vk:before {
  content: "\63";
}
.icon-rss:before {
  content: "\64";
}
.icon-print:before {
  content: "\65";
}
.icon-save:before {
  content: "\66";
}
.icon-share:before {
  content: "\67";
}
.icon-email-envelope:before {
  content: "\68";
}
.icon-arrow-left:before {
  content: "\6c";
}
.icon-arrow-right:before {
  content: "\72";
}
.icon-like:before {
  content: "\6a";
}
.icon-open:before,
.icon-down-open:before {
  content: "\6b";
}
.icon-open.collapsed:before,
.icon-right-open:before {
  content: "\69";
}
.icon-open:before {
  vertical-align: bottom;
}
.icon-photo:before {
  content: "\6d";
}
.icon-video:before {
  content: "\6e";
}
.icon-audio:before {
  content: "\6f";
}
.icon-graph:before {
  content: "\70";
}
.icon-views:before {
  content: "\71";
}
.icon-pencil:before {
  content: "\73";
}
@font-face {
  font-family: 'helios';
  src: url('../fonts/heliosc.eot');
  src: url('../fonts/heliosc.eot?#iefix') format('embedded-opentype'), url('../fonts/heliosc.woff') format('woff'), url('../fonts/heliosc.ttf') format('truetype'), url('../fonts/heliosc.svg#helios') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'helios';
  src: url('../fonts/heliosc-italic.eot');
  src: url('../fonts/heliosc-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/heliosc-italic.woff') format('woff'), url('../fonts/heliosc-italic.ttf') format('truetype'), url('../fonts/heliosc-italic.svg#helios') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'helios';
  src: url('../fonts/heliosc-bold.eot');
  src: url('../fonts/heliosc-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/heliosc-bold.woff') format('woff'), url('../fonts/heliosc-bold.ttf') format('truetype'), url('../fonts/heliosc-bold.svg#helios') format('svg');
  font-weight: bold;
  font-style: normal;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/** pager **/
ul.slick-dots {
  position: absolute;
  text-align: center;
  margin: 0;
  padding: 0;
  top: 18px;
  width: 100%;
  list-style: none;
}
ul.slick-dots li {
  display: inline-block;
  margin: 5px 3px;
}
ul.slick-dots li button {
  display: block;
  height: 5px;
  width: 5px;
  padding: 0;
  margin: 0;
  text-indent: -9999px;
  border: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #cfcfcf;
  overflow: hidden;
}
ul.slick-dots li:hover button,
ul.slick-dots li:focus button,
ul.slick-dots li.slick-active button {
  background: #d12023;
}
.slick-arrow {
  display: block;
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
  overflow: hidden;
  font-size: 16px;
  width: 16px;
  height: 26px;
  color: #d12023;
}
.slick-arrow,
.slick-arrow:hover,
.slick-arrow:focus {
  outline: none;
}
.slider-nav {
  position: absolute;
  top: -34px;
  right: 0;
  padding: 0 16px;
}
.slider-nav .slick-arrow {
  display: inline-block;
  position: absolute;
  top: 0;
}
.slider-nav .slick-arrow.slick-next {
  right: 0;
}
.slider-nav .slick-arrow.slick-prev {
  left: 0;
}
.slider-nav ul.slick-dots {
  display: inline-block !important;
  position: relative;
  top: 2px;
  width: auto;
}
.photo-gallery .slick-arrow {
  position: absolute;
  top: 50%;
  color: #d12023;
  text-indent: 0;
  background: none;
  right: auto;
  left: auto;
}
.photo-gallery .gallery .slick-arrow {
  width: 32px;
  height: 30px;
  margin-top: -15px;
  font-size: 30px;
}
.photo-gallery .gallery .slick-arrow.slick-prev {
  left: -30px;
}
.photo-gallery .gallery .slick-arrow.slick-next {
  right: -30px;
}
.photo-gallery .gallery-nav .slick-arrow {
  font-size: 24px;
  margin-top: -13px;
  width: 24px;
  height: 26px;
}
.photo-gallery .gallery-nav .slick-arrow.slick-prev {
  left: -25px;
}
.photo-gallery .gallery-nav .slick-arrow.slick-next {
  right: -25px;
}
.slick-slide,
.slick-slide:focus,
.slick-slide:hover {
  outline: none;
}
.datepicker {
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.datepicker > div {
  display: none;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #777777;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td.highlighted {
  color: #000000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  color: #000000;
  background-color: #afd9ee;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted:hover {
  color: #000000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.highlighted {
  color: #000000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.highlighted.focus {
  color: #000000;
  background-color: #91cbe8;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.highlighted {
  background-image: none;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted[disabled],
fieldset[disabled] .datepicker table tr td.highlighted,
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus,
.datepicker table tr td.highlighted.disabled:active,
.datepicker table tr td.highlighted[disabled]:active,
fieldset[disabled] .datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.disabled.active,
.datepicker table tr td.highlighted[disabled].active,
fieldset[disabled] .datepicker table tr td.highlighted.active {
  background-color: #d9edf7;
  border-color: #85c5e5;
}
.datepicker table tr td.highlighted .badge {
  color: #d9edf7;
  background-color: #000000;
}
.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777777;
}
.datepicker table tr td.today {
  color: #000000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
  color: #000000;
  background-color: #ffc966;
  border-color: #b37400;
}
.datepicker table tr td.today:hover {
  color: #000000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today.active,
.open > .dropdown-toggle.datepicker table tr td.today {
  color: #000000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.open > .dropdown-toggle.datepicker table tr td.today:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.open > .dropdown-toggle.datepicker table tr td.today:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus,
.open > .dropdown-toggle.datepicker table tr td.today.focus {
  color: #000000;
  background-color: #ffbc42;
  border-color: #b37400;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today.active,
.open > .dropdown-toggle.datepicker table tr td.today {
  background-image: none;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today[disabled],
fieldset[disabled] .datepicker table tr td.today,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today[disabled]:active,
fieldset[disabled] .datepicker table tr td.today:active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today[disabled].active,
fieldset[disabled] .datepicker table tr td.today.active {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today .badge {
  color: #ffdb99;
  background-color: #000000;
}
.datepicker table tr td.today.focused {
  background: #ffc966;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777777;
}
.datepicker table tr td.range {
  color: #000000;
  background-color: #eeeeee;
  border-color: #bbbbbb;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000000;
  background-color: #d5d5d5;
  border-color: #7c7c7c;
}
.datepicker table tr td.range:hover {
  color: #000000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active,
.datepicker table tr td.range.active,
.open > .dropdown-toggle.datepicker table tr td.range {
  color: #000000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.focus {
  color: #000000;
  background-color: #c3c3c3;
  border-color: #7c7c7c;
}
.datepicker table tr td.range:active,
.datepicker table tr td.range.active,
.open > .dropdown-toggle.datepicker table tr td.range {
  background-image: none;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range[disabled],
fieldset[disabled] .datepicker table tr td.range,
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus,
.datepicker table tr td.range.disabled:active,
.datepicker table tr td.range[disabled]:active,
fieldset[disabled] .datepicker table tr td.range:active,
.datepicker table tr td.range.disabled.active,
.datepicker table tr td.range[disabled].active,
fieldset[disabled] .datepicker table tr td.range.active {
  background-color: #eeeeee;
  border-color: #bbbbbb;
}
.datepicker table tr td.range .badge {
  color: #eeeeee;
  background-color: #000000;
}
.datepicker table tr td.range.focused {
  background: #d5d5d5;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eeeeee;
  color: #777777;
}
.datepicker table tr td.range.highlighted {
  color: #000000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  color: #000000;
  background-color: #c1d7e3;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted:hover {
  color: #000000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted {
  color: #000000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted.focus {
  color: #000000;
  background-color: #a8c8d8;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted {
  background-image: none;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted[disabled],
fieldset[disabled] .datepicker table tr td.range.highlighted,
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus,
.datepicker table tr td.range.highlighted.disabled:active,
.datepicker table tr td.range.highlighted[disabled]:active,
fieldset[disabled] .datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.disabled.active,
.datepicker table tr td.range.highlighted[disabled].active,
fieldset[disabled] .datepicker table tr td.range.highlighted.active {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted .badge {
  color: #e4eef3;
  background-color: #000000;
}
.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777777;
}
.datepicker table tr td.range.today {
  color: #000000;
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  color: #000000;
  background-color: #f4b747;
  border-color: #815608;
}
.datepicker table tr td.range.today:hover {
  color: #000000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active,
.open > .dropdown-toggle.datepicker table tr td.range.today {
  color: #000000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.today.focus {
  color: #000000;
  background-color: #f2aa25;
  border-color: #815608;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active,
.open > .dropdown-toggle.datepicker table tr td.range.today {
  background-image: none;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today[disabled],
fieldset[disabled] .datepicker table tr td.range.today,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today[disabled]:active,
fieldset[disabled] .datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today[disabled].active,
fieldset[disabled] .datepicker table tr td.range.today.active {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today .badge {
  color: #f7ca77;
  background-color: #000000;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777777;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #ffffff;
  background-color: #777777;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
  color: #ffffff;
  background-color: #5e5e5e;
  border-color: #161616;
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #ffffff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.selected,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted {
  color: #ffffff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.selected:hover,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.selected:focus,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.selected.focus,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted.focus {
  color: #ffffff;
  background-color: #4c4c4c;
  border-color: #161616;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.selected,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted {
  background-image: none;
}
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.highlighted.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected.highlighted[disabled],
fieldset[disabled] .datepicker table tr td.selected,
fieldset[disabled] .datepicker table tr td.selected.highlighted,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.highlighted.disabled:active,
.datepicker table tr td.selected[disabled]:active,
.datepicker table tr td.selected.highlighted[disabled]:active,
fieldset[disabled] .datepicker table tr td.selected:active,
fieldset[disabled] .datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.highlighted.disabled.active,
.datepicker table tr td.selected[disabled].active,
.datepicker table tr td.selected.highlighted[disabled].active,
fieldset[disabled] .datepicker table tr td.selected.active,
fieldset[disabled] .datepicker table tr td.selected.highlighted.active {
  background-color: #777777;
  border-color: #555555;
}
.datepicker table tr td.selected .badge,
.datepicker table tr td.selected.highlighted .badge {
  color: #777777;
  background-color: #ffffff;
}
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted {
  background-image: none;
}
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.highlighted.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active.highlighted[disabled],
fieldset[disabled] .datepicker table tr td.active,
fieldset[disabled] .datepicker table tr td.active.highlighted,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.highlighted.disabled:active,
.datepicker table tr td.active[disabled]:active,
.datepicker table tr td.active.highlighted[disabled]:active,
fieldset[disabled] .datepicker table tr td.active:active,
fieldset[disabled] .datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.highlighted.disabled.active,
.datepicker table tr td.active[disabled].active,
.datepicker table tr td.active.highlighted[disabled].active,
fieldset[disabled] .datepicker table tr td.active.active,
fieldset[disabled] .datepicker table tr td.active.highlighted.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td.active .badge,
.datepicker table tr td.active.highlighted .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td span.active,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active:hover:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.open > .dropdown-toggle.datepicker table tr td span.active:focus,
.open > .dropdown-toggle.datepicker table tr td span.active:hover:focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.focus,
.open > .dropdown-toggle.datepicker table tr td span.active:hover.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td span.active,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background-image: none;
}
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td span.active,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active:hover.disabled:active,
.datepicker table tr td span.active.disabled.disabled:active,
.datepicker table tr td span.active.disabled:hover.disabled:active,
.datepicker table tr td span.active[disabled]:active,
.datepicker table tr td span.active:hover[disabled]:active,
.datepicker table tr td span.active.disabled[disabled]:active,
.datepicker table tr td span.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td span.active:active,
fieldset[disabled] .datepicker table tr td span.active:hover:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active:hover.disabled.active,
.datepicker table tr td span.active.disabled.disabled.active,
.datepicker table tr td span.active.disabled:hover.disabled.active,
.datepicker table tr td span.active[disabled].active,
.datepicker table tr td span.active:hover[disabled].active,
.datepicker table tr td span.active.disabled[disabled].active,
.datepicker table tr td span.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td span.active.active,
fieldset[disabled] .datepicker table tr td span.active:hover.active,
fieldset[disabled] .datepicker table tr td span.active.disabled.active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span.active .badge,
.datepicker table tr td span.active:hover .badge,
.datepicker table tr td span.active.disabled .badge,
.datepicker table tr td span.active.disabled:hover .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #777777;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.input-daterange {
  width: 100%;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: solid #cccccc;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
.img-resp {
  max-width: 100%;
  display: block;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  font-size: 16px;
  font-family: Helios, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
}
@media (min-width: 768px) {
  body {
    margin-bottom: 220px;
  }
}
a {
  color: #000000;
}
a:hover,
a:focus {
  color: #000000;
}
a.active {
  color: #d12023;
}
a.text-important,
a.text-important:hover,
a.text-important:focus {
  color: #d12023;
}
h1 {
  font-size: 22px;
  line-height: 1.23;
  color: #000;
  font-weight: bold;
}
h1.heading,
h2.heading {
  color: #d12023;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.1;
  font-weight: normal;
}
@media (min-width: 768px) {
  h1.heading,
  h2.heading {
    font-size: 21px;
  }
}
h1.heading span,
h2.heading span {
  font-size: .8em;
}
h1.heading a,
h2.heading a {
  color: #d12023;
}
h3 {
  font-weight: bold;
  color: #000;
  font-size: 22px;
  line-height: 1.23;
}
h4 {
  font-weight: bold;
  font-size: 18px;
}
p {
  font-size: 14px;
  line-height: 1.285;
}
p.intro {
  font-style: italic;
  font-size: 16px;
  line-height: 1.25;
}
.page-service p {
  font-size: 13px;
  margin-bottom: 5px;
}

p > a, .field-name-body a {
  color: #d12023 !important;
  text-decoration: underline !important;
}
p > a:hover,
p > a:focus,
.field-name-body a:hover,
.field-name-body a:focus {
  color: #d12023 !important;
  text-decoration: none !important;
}
.inject-link a,
.inject-link a:hover,
.inject-link a:focus {
  color: #000 !important;
}
.label {
  color: #000;
}
@media (min-width: 768px) {
  h1 {
    font-size: 32px;
    line-height: 38px;
  }
  p.intro {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 48px;
    line-height: 49px;
  }
  p {
    font-size: 16px;
    line-height: 22px;
  }
  p.intro {
    font-size: 20px;
    line-height: 28px;
  }
}
blockquote {
  background-image: url(../img/bg-blockquote.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 0 30px 30px 30px;
  border: 0;
  float: right;
  max-width: 340px;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
}
video {
  max-width: 100%;
  height: auto   !important;
}
.media-element-container,
.image-caption-container,
figure {
  display: block;
  clear: both;
  border: 1px solid #cfcfcf;
  padding: 10px;
  max-width: 100%;
  margin: 10px 0;
  height: auto !important;
}
.media-element-container:before,
.image-caption-container:before,
figure:before,
.media-element-container:after,
.image-caption-container:after,
figure:after {
  content: " ";
  display: table;
}
.media-element-container:after,
.image-caption-container:after,
figure:after {
  clear: both;
}
.media-element-container:before,
.image-caption-container:before,
figure:before,
.media-element-container:after,
.image-caption-container:after,
figure:after {
  content: " ";
  display: table;
}
.media-element-container:after,
.image-caption-container:after,
figure:after {
  clear: both;
}
.media-element-container img,
.image-caption-container img,
figure img {
  margin-bottom: 10px;
  max-width: 100%;
  display: block;
}
.media-element-container + *,
.image-caption-container + *,
figure + * {
  clear: both;
}
.media-element-container .field-name-field-caption,
.image-caption-container .field-name-field-caption,
figure .field-name-field-caption,
.media-element-container .image-caption,
.image-caption-container .image-caption,
figure .image-caption,
.media-element-container figcaption,
.image-caption-container figcaption,
figure figcaption {
  max-width: 100%;
  font-size: 13px;
  font-style: italic;
  line-height: 20px;
}
.media-element-container p,
.image-caption-container p,
figure p {
  margin: 0;
}
.linkred,
.linkred:hover,
.linkred:focus {
  color: #d12023;
}
@media (min-width: 768px) {
  .media-image_left {
    float: left;
    margin-right: 10px;
  }
  .media-image_left + * {
    clear: none;
  }
}
@media (min-width: 768px) {
  .media-image_right {
    float: right;
    margin-left: 10px;
  }
  .media-image_right + * {
    clear: none;
  }
}
.image-caption-container {
  max-width: 100%;
}
.media-default:not(.media-element-container) {
  margin-bottom: 10px;
}
.uldrop,
.languages ul,
.header-links ul,
.socials ul,
.news-line ul,
.navigation-footer ul,
.block-header nav ul,
.quicktabs-wrapper ul.quicktabs-tabs,
.comments-list ul,
.block-list ul,
.poll-info .ai-actions > ul,
.article-info .ai-actions > ul,
.photo-gallery .gallery-nav ul,
.list-rss,
.moon-phases {
  margin: 0;
  padding: 0;
  list-style: none;
}
.btn {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-control {
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-control::-moz-placeholder {
  color: inherit;
}
.form-control:focus,
.form-control:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.icon-redline {
  display: inline-block;
  margin-right: 5px;
  width: 24px;
  height: 13px;
  background-image: url(../img/icon-search-submit.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  margin-top: -8px;
}
.pagination {
  -moz-border-radius: 0;
  border-radius: 0;
  display: block;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}
.pagination:before,
.pagination:after {
  content: " ";
  display: table;
}
.pagination:after {
  clear: both;
}
.pagination:before,
.pagination:after {
  content: " ";
  display: table;
}
.pagination:after {
  clear: both;
}
.pagination > li {
  float: left;
}
.pagination > li > a,
.pagination > li > span {
  border: none;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: transparent;
}
.pagination > li > a {
  color: #d12023;
}
.pagination > li > a:hover,
.pagination > li > a:focus {
  text-decoration: underline;
  color: #d12023;
}
.pagination > li > span,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #505050;
}
.pagination > .active span {
  border: none;
  background-color: transparent;
}
.pagination > .active span,
.pagination > .active span:hover,
.pagination > .active span:focus {
  color: #505050;
  background-color: transparent;
}
.arch-pager .pagination {
  border-top: 0;
  border-bottom: 0;
}
.arch-pager .pagination li {
  margin-right: 0;
}
.arch-pager .pagination li > span,
.arch-pager .pagination li > a {
  padding: 8px 6px;
}
.arch-pager {
  position: relative;
  padding-right: 5px;
}
.arch-pager:after {
  background-color: #cfcfcf;
  width: 2px;
  height: 10px;
  top: 50%;
  margin-top: -4px;
  position: absolute;
  display: block;
  content: "";
  right: 0;
}
.block-header nav li .dropdown-menu.future-news {
  min-width: 280px;
}
@media (min-width: 768px) {
  .block-header nav li .dropdown-menu.future-news {
    min-width: 440px;
  }
}
.block-header nav li li {
  font-size: 16px;
  text-transform: none;
  display: block;
  margin-bottom: 5px;
}
.block-header nav li li:last-child {
  margin-bottom: 0;
}
.link-addnews {
  color: #d12023;
  font-size: 12px;
  text-decoration: underline;
}
.link-addnews:hover,
.link-addnews:focus {
  text-decoration: none;
  color: #d12023;
}
.navbar.header-links {
  border: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  min-height: 20px;
  padding: 0;
  margin-bottom: 0;
  margin-top: 15px;
}
.navbar.header-links .nav-justified {
  display: table;
}
@media (min-width: 1200px) {
  .navbar.header-links .nav-justified {
    display: block;
  }
}
.navbar.header-links .nav-justified > li {
  display: table-cell;
  width: 1%;
  float: none;
}
@media (min-width: 1200px) {
  .navbar.header-links .nav-justified > li {
    float: left;
    width: auto;
    display: block;
  }
}
.navbar.header-links .nav {
  font-size: 15px;
}
.navbar.header-links .nav > li {
  position: static;
}
.navbar.header-links .nav > li > a {
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
}
@media (min-width: 768px) {
  .navbar.header-links .nav > li > a {
    padding: 5px 25px 10px 8px;
    background-image: url("../img/icon-search-submit-sm.png");
    background-repeat: no-repeat;
    background-position: 95% 35%;
  }
}
@media (min-width: 1200px) {
  .navbar.header-links .nav > li > a {
    font-size: 14px;
  }
}
.navbar.header-links .nav > li > a:hover,
.navbar.header-links .nav > li > a:focus {
  background-color: #eee;
  color: #d12023;
}
.navbar.header-links .nav > li:hover > a,
.navbar.header-links .nav > li:focus > a {
  background-color: transparent;
  color: #d12023;
}
.navbar.header-links .nav > li.dropdown:hover > a,
.navbar.header-links .nav > li.dropdown:focus > a {
  background-color: #eee;
  color: #d12023;
}
.navbar.header-links .dropdown-menu {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  padding: 5px 0;
  right: 0;
  left: 0;
  background-color: #eeeeee;
  min-height: 62px;
}
.navbar.header-links .dropdown-menu > li {
  display: inline-block;
}
.navbar.header-links .dropdown-menu > li > a {
  font-size: 12px;
  padding: 3px 10px;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .navbar.header-links .dropdown-menu > li > a {
    font-size: 14px;
  }
}
.navbar.header-links .dropdown-menu > li > a:hover,
.navbar.header-links .dropdown-menu > li > a:focus {
  background-color: transparent;
  color: #d12023;
}
.navbar.header-links .dropdown-menu.subscribe > li {
  display: block;
}
.navbar.header-links .dropdown-menu.subscribe .form-group {
  margin-bottom: 0;
  padding-left: 5px;
}
.no-touch .navbar.header-links .nav .dropdown:hover > .dropdown-menu {
  display: block;
}
.fontsize-minus,
.fontsize-plus {
  line-height: 28px;
}
.site-header {
  border-bottom: 2px solid #d12023;
  padding-top: 20px;
  padding-bottom: 5px;
}
.logo img,
.banner-top img,
.banner-center img {
  max-width: 100%;
  display: block;
}
article img {
  max-width: 100%;
  height: auto !important;
}
.logo {
  margin-bottom: 15px;
}
.languages {
  font-size: .635em;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.languages li {
  display: inline-block;
  margin-right: 5px;
}
.header-date {
  color: #d12023;
  font-size: 0.84375em;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .header-date {
    font-size: .75em;
  }
}
@media (min-width: 1200px) {
  .header-date {
    font-size: .84375em;
  }
}
.header-links {
  padding-top: 20px;
  padding-bottom: 12px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 20px;
}
.socials {
  margin-left: -15px;
}
.socials:before,
.socials:after {
  content: " ";
  display: table;
}
.socials:after {
  clear: both;
}
.socials:before,
.socials:after {
  content: " ";
  display: table;
}
.socials:after {
  clear: both;
}
.site-footer .socials {
  margin-left: 0;
  margin-right: 0;
  margin-top: 10px;
}
.socials ul {
  float: right;
}
.socials ul:before,
.socials ul:after {
  content: " ";
  display: table;
}
.socials ul:after {
  clear: both;
}
.socials ul:before,
.socials ul:after {
  content: " ";
  display: table;
}
.socials ul:after {
  clear: both;
}
.socials li {
  float: left;
  margin-left: 1px;
}
.site-footer .socials li {
  margin-left: 5px;
  list-style: none;
}
.socials a {
  display: block;
  width: 26px;
  height: 26px;
  color: #fff;
  text-align: center;
  font-size: 1.125em;
  line-height: 32px;
}
.socials a,
.socials a:hover,
.socials a:focus {
  text-decoration: none;
}
.socials a.icon-yandex {
  background-image: url(../img/ya_fullsize_distr.png);
}
.socials a.icon-twitter {
  background-color: #00aced;
}
.socials a.icon-twitter:hover,
.socials a.icon-twitter:focus {
  background-color: #17bfff;
}
.socials a.icon-facebook {
  background-color: #3b5998;
}
.socials a.icon-facebook:hover,
.socials a.icon-facebook:focus {
  background-color: #466ab5;
}
.socials a.icon-ok {
  background-image: url(../img/ok.jpg);
}
.socials a.icon-vk {
  background-color: #45668e;
}
.socials a.icon-vk:hover,
.socials a.icon-vk:focus {
  background-color: #527aa9;
}
.socials a.icon-rss {
  background-color: #ff8300;
}
.socials a.icon-rss:hover,
.socials a.icon-rss:focus {
  background-color: #ff9729;
}
.form-rss,
.form-search,
.form-subscribe {
  position: relative;
}
.form-rss form,
.form-search form,
.form-subscribe form {
  position: relative;
}
.form-rss .form-text,
.form-search .form-text,
.form-subscribe .form-text {
  border: 1px solid #cfcfcf;
  padding: 3px 40px 3px 15px;
  height: 26px;
  width: 100%;
}
.form-rss .form-text:hover,
.form-search .form-text:hover,
.form-subscribe .form-text:hover,
.form-rss .form-text:focus,
.form-search .form-text:focus,
.form-subscribe .form-text:focus {
  border-color: #505050;
}
.form-rss .form-submit,
.form-search .form-submit,
.form-subscribe .form-submit {
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  text-indent: -9999px;
  height: 26px;
  width: 40px;
  padding: 0;
  background-image: url(../img/icon-search-submit.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.form-rss .form-submit,
.form-search .form-submit,
.form-subscribe .form-submit,
.form-rss .form-submit:hover,
.form-search .form-submit:hover,
.form-subscribe .form-submit:hover,
.form-rss .form-submit:focus,
.form-search .form-submit:focus,
.form-subscribe .form-submit:focus {
  background-color: transparent;
}
.form-search {
  padding-right: 15px;
}
.form-search .btn.btn-faq,
.form-search .btn.btn-search {
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  padding: 0;
  width: 13px;
  height: 13px;
  font-size: 13px;
  line-height: 13px;
  font-weight: bold;
  color: #d12023;
}
.form-search .btn.btn-faq {
  top: 0;
  right: 0;
}
.form-search .btn.btn-search {
  top: 13px;
  right: 0;
}
.search-container .container-inline-date .form-item input,
.search-container .form-item-author input {
  width: 150px;
}
.form-rss {
  max-width: 335px;
}
.form-rss .btn.btn-default {
  width: auto;
  padding-left: 30px;
  padding-right: 5px;
  background-position: left center;
  text-indent: 0;
  color: #d12023;
  font-size: 13px;
}
.header-bq {
  font-size: 10px;
  padding: 0;
  border: 0;
  margin: 10px 0 0;
}
.header-bq .header-bq-photo {
  padding: 0;
  float: left;
  margin-right: -70px;
  width: 70px;
  height: 70px;
  position: relative;
}
.header-bq .header-bq-photo:before {
  content: "";
  display: block;
  position: absolute;
  width: 17px;
  height: 17px;
  right: 1px;
  top: 0;
  background-color: transparent;
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.header-bq .header-bq-body {
  float: left;
  width: 100%;
  padding-left: 70px;
}
.header-bq .bq-wrapper {
  height: 70px;
  width: 100%;
  position: relative;
}
.header-bq blockquote {
  margin: 0;
  min-height: 70px;
  height: 70px;
  padding: 5px 20px 3px;
  z-index: 100;
  width: 100%;
  background: #fff;
  border: 1px solid #cfcfcf;
  font-style: italic;
  position: absolute;
  overflow: hidden;
  left: 0;
  right: 0;
  top: 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  -webkit-transition: all 3s;
  -moz-transition: all 3s;
  transition: all 3s;
}
.header-bq blockquote a,
.header-bq blockquote a:focus,
.header-bq blockquote a:hover {
  text-decoration: none;
}
.header-bq blockquote:before,
.header-bq blockquote:after {
  content: "";
  position: absolute;
  display: block;
  height: 13px;
  background-color: transparent;
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
}
.header-bq blockquote:before {
  background-position: -17px 0;
  width: 13px;
  top: 5px;
  left: 3px;
}
.header-bq blockquote:after {
  background-position: -30px 0;
  width: 14px;
  bottom: 5px;
  right: 3px;
}
.header-bq blockquote:hover {
  height: auto;
  -webkit-transition: all 3s;
  -moz-transition: all 3s;
  transition: all 3s;
}
.header-bq p {
  margin: 0;
}
.header-bq p.author {
  margin-top: 3px;
  text-transform: uppercase;
}
span.author {
  margin-top: 3px;
  text-transform: uppercase;
}
.news-line {
  font-size: 0.8125em;
  font-weight: bold;
  margin-top: 12px;
}
.news-line li + li {
  display: none;
}
.news-line li + li.slick-slide {
  display: block;
}
.news-line .slick-slide {
  text-align: left;
}
.site-footer {
  padding: 35px 0 0;
  text-align: center;
}
.site-footer .logo {
  display: inline-block;
  margin-bottom: 15px;
}
.site-footer .logo img {
  max-width: 65%;
  display: inline-block;
}
.site-footer .socials {
  text-align: center;
}
.site-footer .socials ul {
  display: inline-block;
  float: none;
}
.site-footer .socials ul li:last-child {
  display: none;
}
.site-footer .footer-marks-left {
  margin-top: 8px;
  text-align: left;
}
.site-footer .footer-marks-right {
  margin-top: 8px;
  text-align: right;
}
@media (min-width: 768px) {
  .site-footer {
    height: 220px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    right: 0;
  }
}
.navigation-footer {
  background: #d12023;
  padding: 5px 0;
  font-size: 13px;
  line-height: 20px;
}
.navigation-footer ul {
  text-align: center;
  display: block;
  width: 100%;
}
.navigation-footer ul li {
  display: inline;
  margin: 0 13px;
}
.navigation-footer ul li:nth-child(3):after {
  content: "\a";
  white-space: pre;
}
.navigation-footer ul a {
  color: #fff;
}
.footer-info {
  padding-top: 5px;
  text-align: center;
}
.sidebar,
.main-content {
  margin-top: 20px;
}
.sidebar > .panel-pane {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .sidebar {
    border-left: 2px solid #cfcfcf;
  }
}
@media (max-width: 991px) {
  .front .sidebar .pane-sidebar-panel-pane-2,
  /*.front .sidebar .pane-pane-articles-panel-pane-4,*/
  .front .sidebar .pane-pane-articles-panel-pane-5,
  .front .sidebar .pane-pane-articles-panel-pane-6,
  .front .sidebar .pane-poll-recent,
  /*.front .sidebar .pane-fpid-6,*/
  .front .sidebar .pane-fpid-7 {
    display: none;
  }
}
.caption-info:before,
.caption-info:after {
  content: " ";
  display: table;
}
.caption-info:after {
  clear: both;
}
.caption-info:before,
.caption-info:after {
  content: " ";
  display: table;
}
.caption-info:after {
  clear: both;
}
.caption-info .pull-right span[class^="icon-"] {
  font-size: 1.2em;
  margin-right: 1px;
}
.caption-info .pull-right span.icon-photo {
  font-size: 1em;
}
.block-large,
.block-medium {
  position: relative;
  margin-bottom: 20px;
}
.block-large.bottom-content,
.block-medium.bottom-content {
  margin-bottom: 0;
}
.block-large img,
.block-medium img {
  max-width: 100%;
  display: block;
}
.block-large .caption h1,
.block-medium .caption h1,
.block-large .caption h3,
.block-medium .caption h3 {
  font-weight: bold;
  margin: 0;
}
.block-large .caption h1 a,
.block-medium .caption h1 a,
.block-large .caption h3 a,
.block-medium .caption h3 a {
  display: block;
}
.block-large .caption .caption-info,
.block-medium .caption .caption-info {
  font-size: 9px;
}
.ads {
  margin-bottom: 20px;
}
.ads.ads-mrg {
  margin-bottom: 0;
  margin-top: 53px;
}
.ads img {
  max-width: 100%;
  display: block;
}
.block-medium .caption h3 {
  font-size: 14px;
}
.block-medium .caption .caption-info {
  margin-top: 5px;
}
.block-medium .caption .caption-info a {
  color: #d12023;
}
.block-large .caption.caption-above {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  color: #fff;
  padding: 15px 15px 10px;
}
.block-large .caption.caption-above h3,
.block-large .caption.caption-above span,
.block-large .caption.caption-above a {
  color: #fff;
}
.block-large .caption h1 {
  font-size: 16px;
}
@media (min-width: 768px) {
  .block-large .caption .caption-info,
  .block-medium .caption .caption-info {
    font-size: 12px;
    margin-top: 0;
  }
  .block-medium .caption h3 {
    font-size: 22px;
    line-height: 28px;
  }
  .block-medium .caption.caption-above {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    color: #fff;
    padding: 15px;
  }
  .block-medium .caption.caption-above h3,
  .block-medium .caption.caption-above span,
  .block-medium .caption.caption-above a {
    color: #fff;
  }
  .block-medium .caption.caption-above .caption-info a {
    color: #fff;
  }
  .block-medium .caption.caption-above h3 {
    font-size: 17px;
    line-height: 20px;
  }
  .block-large .caption h1 {
    font-size: 27px;
    line-height: 30px;
  }
}
.block-header {
  margin-top: 0;
  margin-bottom: 10px;
}
.block-header:before,
.block-header:after {
  content: " ";
  display: table;
}
.block-header:after {
  clear: both;
}
.block-header:before,
.block-header:after {
  content: " ";
  display: table;
}
.block-header:after {
  clear: both;
}
.block-header h1 {
  text-transform: uppercase;
  font-size: 28px;
  line-height: 32px;
  font-weight: normal;
}
.block-header h1,
.block-header h2 {
  float: left;
  margin: 0 20px 0 0;
}
.block-header h3 {
  margin-top: 0;
}
.block-header nav {
  float: left;
  text-transform: uppercase;
  color: #505050;
}
.block-header nav li {
  display: inline;
  margin-right: 15px;
  font-size: 12px;
}
.block-header nav li:last-child {
  margin-right: 0;
}
.block-header nav ul.nav-tabs {
  border-bottom: 0;
}
.block-header nav ul.nav-tabs li {
  margin-right: 5px;
}
.block-header nav ul.nav-tabs li > span {
  display: block;
  color: #000;
  cursor: pointer;
}
.block-header nav ul.nav-tabs li > span,
.block-header nav ul.nav-tabs li > a {
  margin-right: 0;
}
.block-header nav ul.nav-tabs li > span,
.block-header nav ul.nav-tabs li > a,
.block-header nav ul.nav-tabs li > span:hover,
.block-header nav ul.nav-tabs li > a:hover,
.block-header nav ul.nav-tabs li > span:focus,
.block-header nav ul.nav-tabs li > a:focus {
  padding: 10px 5px;
  border: 0;
  background-color: transparent;
  -moz-border-radius: 0;
  border-radius: 0;
}
.block-header nav ul.nav-tabs li > span:hover,
.block-header nav ul.nav-tabs li > a:hover,
.block-header nav ul.nav-tabs li > span:focus,
.block-header nav ul.nav-tabs li > a:focus {
  color: #d12023;
}
.block-header nav ul.nav-tabs li.open > a,
.block-header nav ul.nav-tabs li.open > span {
  color: #d12023;
}
.block-header nav ul.nav-tabs li.active > span,
.block-header nav ul.nav-tabs li.active > a {
  color: #d12023;
}
.block-header nav ul.nav-tabs .dropdown-menu > li {
  display: block;
}
.block-header nav ul.nav-tabs .dropdown-menu > li > a {
  line-height: 18px;
}
.block-header nav.tabs-main ul.nav-tabs li > span,
.block-header nav.tabs-rubrics ul.nav-tabs li > span,
.block-header nav.tabs-main ul.nav-tabs li > a,
.block-header nav.tabs-rubrics ul.nav-tabs li > a {
  line-height: 23px;
}
.block-header nav.tabs-main ul.nav-tabs li.active > span,
.block-header nav.tabs-rubrics ul.nav-tabs li.active > span,
.block-header nav.tabs-main ul.nav-tabs li.active > a,
.block-header nav.tabs-rubrics ul.nav-tabs li.active > a {
  font-size: 21px;
  line-height: 23px;
}
.block-header nav.tabs-main ul.nav-tabs .dropdown-menu,
.block-header nav.tabs-rubrics ul.nav-tabs .dropdown-menu {
  padding: 10px 5px;
}
.block-header nav.tabs-main ul.nav-tabs .dropdown-menu li,
.block-header nav.tabs-rubrics ul.nav-tabs .dropdown-menu li {
  display: block;
}
.block-header nav.tabs-main ul.nav-tabs .dropdown-menu li > a,
.block-header nav.tabs-rubrics ul.nav-tabs .dropdown-menu li > a {
  line-height: 18px;
  padding: 3px 0;
}
.block-header nav.tabs-main ul.nav-tabs li > span,
.block-header nav.tabs-main ul.nav-tabs li > a {
  padding: 0 5px 1px;
}
.block-header nav.arch-pager li {
  font-size: 14px;
}
@media (min-width: 768px) {
  .block-header .block-header-adv {
    float: right;
  }
}
.quicktabs-wrapper {
  color: #505050;
}
.quicktabs-wrapper li {
  margin-right: 15px;
  font-size: 12px;
}
.quicktabs-wrapper li:last-child {
  margin-right: 0;
}
.quicktabs-wrapper ul.quicktabs-tabs {
  display: block;
  width: 100%;
}
.quicktabs-wrapper ul.quicktabs-tabs:before,
.quicktabs-wrapper ul.quicktabs-tabs:after {
  content: " ";
  display: table;
}
.quicktabs-wrapper ul.quicktabs-tabs:after {
  clear: both;
}
.quicktabs-wrapper ul.quicktabs-tabs:before,
.quicktabs-wrapper ul.quicktabs-tabs:after {
  content: " ";
  display: table;
}
.quicktabs-wrapper ul.quicktabs-tabs:after {
  clear: both;
}
.quicktabs-wrapper ul.quicktabs-tabs li {
  margin-right: 20px;
  text-transform: uppercase;
  float: left;
}
.quicktabs-wrapper ul.quicktabs-tabs li > a {
  color: #505050;
  display: block;
  margin-right: 0;
  line-height: 23px;
}
.quicktabs-wrapper ul.quicktabs-tabs li > a,
.quicktabs-wrapper ul.quicktabs-tabs li > a:hover,
.quicktabs-wrapper ul.quicktabs-tabs li > a:focus {
  padding: 10px 0;
  border: 0;
  background-color: transparent;
  -moz-border-radius: 0;
  border-radius: 0;
}
.quicktabs-wrapper ul.quicktabs-tabs li > a:hover,
.quicktabs-wrapper ul.quicktabs-tabs li > a:focus {
  color: #d12023;
}
.quicktabs-wrapper ul.quicktabs-tabs li.active a {
  color: #d12023;
  font-size: 21px;
}
.main-content .quicktabs_main {
  min-height: 400px;
  background-image: url('../img/nn_throbber.gif');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.main-content .quicktabs_main .quicktabs-tabpage {
  background-color: #fff;
  min-height: 400px;
}
.no-touch .block-header .dropdown:hover .dropdown-menu {
  display: block;
}
.block-footer {
  border-top: 1px solid #cfcfcf;
  margin-bottom: 25px;
  padding: 5px 0;
}
.block-footer:before,
.block-footer:after {
  content: " ";
  display: table;
}
.block-footer:after {
  clear: both;
}
.block-footer:before,
.block-footer:after {
  content: " ";
  display: table;
}
.block-footer:after {
  clear: both;
}
.block-footer a {
  color: #d12023;
}
.block-border .block-header {
  margin-top: 0;
}
.banner {
  margin: 10px 0 20px;
}
.banner img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.banner-center {
  text-align: center;
  margin: 0 0 20px;
}
.banner-center img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.comments-list,
.block-list {
  margin-bottom: 20px;
}
.comments-list img,
.block-list img {
  max-width: 100%;
  display: block;
}
.comments-list li,
.block-list li {
  padding: 5px 0;
  border-bottom: 1px solid #cfcfcf;
  font-size: .875em;
  line-height: 1.143em;
}
.comments-list li time,
.block-list li time {
  font-size: .73333333em;
  color: #505050;
}
.comments-list li.top-link,
.block-list li.top-link {
  border: 1px solid #cfcfcf;
  padding: 5px 10px;
}
.comments-list li.link-full h3,
.block-list li.link-full h3 {
  margin-top: 0;
  font-size: 18px;
}
.comments-list li.link-full p,
.block-list li.link-full p {
  margin: 0;
}
.comments-list .top-link-header,
.block-list .top-link-header {
  font-weight: bold;
  color: #d12023;
}
.comments-list .top-link-header time,
.block-list .top-link-header time {
  color: #d12023;
  margin-right: 5px;
}
.list-footer {
  clear: both;
  font-size: 12px;
  padding: 5px 10px;
}
.list-footer:before,
.list-footer:after {
  content: " ";
  display: table;
}
.list-footer:after {
  clear: both;
}
.list-footer:before,
.list-footer:after {
  content: " ";
  display: table;
}
.list-footer:after {
  clear: both;
}
.comments-list .list-footer,
.block-list .list-footer {
  padding: 5px 0;
}
.list-footer a {
  text-decoration: underline;
  margin-left: 8px;
}
.list-footer a:hover,
.list-footer a:focus {
  text-decoration: none;
}
.list-footer a.color-red {
  color: #d12023;
}
@media (min-width: 992px) {
  .block-list li {
    font-size: .84375em;
    line-height: 1.2em;
  }
}
@media (min-width: 1200px) {
  .block-list li {
    font-size: .9375em;
    line-height: 1.4em;
  }
}
.media-front {
  padding: 15px 0;
  border-bottom: 1px solid #cfcfcf;
}
.media-front h3 {
  margin-bottom: 5px;
  font-size: 18px;
}
.media-front .media-info {
  font-size: 12px;
}
.sl-opinions .media {
  margin-top: 0;
  padding: 15px 0 5px;
  border-bottom: 1px solid #cfcfcf;
}
.sl-opinions .media-body {
  font-size: 14px;
}
.sl-opinions .media-body a {
  display: block;
}
.sl-opinions h4 {
  font-size: 15px;
  font-weight: bold;
}
.sl-opinions p {
  font-size: 14px;
}
.sl-opinions .media-info {
  font-size: 12px;
}
.sl-opinions .media-info a {
  color: #d12023;
}
.block-opinions {
  margin-bottom: 20px;
}
.block-opinions .list-footer {
  padding: 5px 0;
  font-size: 12px;
}
.block-opinions .list-footer a {
  text-decoration: underline;
}
.block-opinions .list-footer a:hover,
.block-opinions .list-footer a:focus {
  text-decoration: none;
}
.block-border {
  border: 1px solid #cfcfcf;
  padding: 15px;
  margin-bottom: 20px;
}
.btn {
  font-size: 12px;
  background-color: #d12023;
  color: #fff;
  border: 0;
  padding: 0 15px;
  height: 18px;
}
.btn:hover,
.btn:focus {
  background-color: #df2c2f;
  color: #fff;
}
.checkbox {
  font-size: 14px;
}
.block-weather .tab-content,
.block-currency .tab-content {
  position: relative;
  overflow: hidden;
}
.block-weather .map-weather,
.block-currency .map-weather {
  margin-left: -30px;
  margin-right: -10px;
}
.block-weather .nav-tabs,
.block-currency .nav-tabs {
  border-bottom: 0;
  padding-bottom: 10px;
}
.block-weather .nav-tabs > li,
.block-currency .nav-tabs > li {
  font-size: 13px;
  margin-right: 10px;
  color: #000;
  border: 0 !important;
}
.block-weather .nav-tabs > li > a,
.block-currency .nav-tabs > li > a {
  padding: 3px 7px;
}
.block-weather .nav-tabs > li > a,
.block-currency .nav-tabs > li > a,
.block-weather .nav-tabs > li > a:hover,
.block-currency .nav-tabs > li > a:hover,
.block-weather .nav-tabs > li > a:focus,
.block-currency .nav-tabs > li > a:focus,
.block-weather .nav-tabs > li > a.active,
.block-currency .nav-tabs > li > a.active {
  color: #000;
  text-decoration: none;
  border: 0;
  background-color: transparent;
  padding: 0;
}
.block-weather .nav-tabs > li > a:hover,
.block-currency .nav-tabs > li > a:hover,
.block-weather .nav-tabs > li > a:hover:hover,
.block-currency .nav-tabs > li > a:hover:hover,
.block-weather .nav-tabs > li > a:focus:hover,
.block-currency .nav-tabs > li > a:focus:hover,
.block-weather .nav-tabs > li > a.active:hover,
.block-currency .nav-tabs > li > a.active:hover,
.block-weather .nav-tabs > li > a:focus,
.block-currency .nav-tabs > li > a:focus,
.block-weather .nav-tabs > li > a:hover:focus,
.block-currency .nav-tabs > li > a:hover:focus,
.block-weather .nav-tabs > li > a:focus:focus,
.block-currency .nav-tabs > li > a:focus:focus,
.block-weather .nav-tabs > li > a.active:focus,
.block-currency .nav-tabs > li > a.active:focus {
  color: #d12023;
}
.block-weather .nav-tabs > li.active,
.block-currency .nav-tabs > li.active {
  border: 0;
}
.block-weather .nav-tabs > li.active > a,
.block-currency .nav-tabs > li.active > a,
.block-weather .nav-tabs > li.active > a:hover,
.block-currency .nav-tabs > li.active > a:hover,
.block-weather .nav-tabs > li.active > a:focus,
.block-currency .nav-tabs > li.active > a:focus {
  color: #d12023;
  text-decoration: none;
  border: 0;
  background-color: transparent;
  padding: 0;
}
.icon-comments {
  display: inline-block;
  margin-left: 10px;
  font-size: 10px;
  line-height: 12px;
  font-style: italic;
  padding: 0 8px 0 3px;
  position: relative;
  background-color: #d12023;
  color: #fff;
  top: -2px;
}
.icon-comments:after {
  content: "";
  position: absolute;
  display: block;
  height: 15px;
  width: 6px;
  bottom: 0;
  right: -6px;
  background-image: url(../img/sprite.png);
  background-position: 0 -17px;
  background-repeat: no-repeat;
}
.icon-views {
  display: inline-block;
  margin-left: 5px;
}
.icon-views:before {
  margin-right: 3px;
}
.poll-info,
.article-info {
  font-size: 13px;
  color: #505050;
  margin-bottom: 20px;
}
.poll-info:before,
.article-info:before,
.poll-info:after,
.article-info:after {
  content: " ";
  display: table;
}
.poll-info:after,
.article-info:after {
  clear: both;
}
.poll-info:before,
.article-info:before,
.poll-info:after,
.article-info:after {
  content: " ";
  display: table;
}
.poll-info:after,
.article-info:after {
  clear: both;
}
.poll-info .pull-left,
.article-info .pull-left {
  margin-right: 10px;
  padding: 10px 0;
}
.poll-info time span,
.article-info time span,
.poll-info a,
.article-info a {
  color: #d12023;
}
.poll-info .ai-icon-logo:before,
.article-info .ai-icon-logo:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../img/sprite.png);
  background-position: -19px -29px;
  background-repeat: no-repeat;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -4px;
}
.poll-info .ai-author,
.article-info .ai-author {
  color: #d12023;
}
.poll-info .ai-actions > ul,
.article-info .ai-actions > ul {
  display: inline-block;
}
.poll-info .ai-actions > ul:before,
.article-info .ai-actions > ul:before,
.poll-info .ai-actions > ul:after,
.article-info .ai-actions > ul:after {
  content: " ";
  display: table;
}
.poll-info .ai-actions > ul:after,
.article-info .ai-actions > ul:after {
  clear: both;
}
.poll-info .ai-actions > ul:before,
.article-info .ai-actions > ul:before,
.poll-info .ai-actions > ul:after,
.article-info .ai-actions > ul:after {
  content: " ";
  display: table;
}
.poll-info .ai-actions > ul:after,
.article-info .ai-actions > ul:after {
  clear: both;
}
.poll-info .ai-actions > ul > li,
.article-info .ai-actions > ul > li {
  float: left;
  margin-right: 10px;
}
.poll-info .ai-actions > ul > li > a,
.article-info .ai-actions > ul > li > a {
  color: #cfcfcf;
  border: 1px solid #f4c7ca;
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 20px;
  line-height: 34px;
  text-decoration: none;
}
.poll-info .ai-actions > ul > li > a:hover,
.article-info .ai-actions > ul > li > a:hover,
.poll-info .ai-actions > ul > li > a:focus,
.article-info .ai-actions > ul > li > a:focus {
  border-color: #d12023;
  color: #d12023;
  text-decoration: none;
}
.poll-info .ai-actions > ul > li > a.fontsize-minus,
.article-info .ai-actions > ul > li > a.fontsize-minus,
.poll-info .ai-actions > ul > li > a.fontsize-plus,
.article-info .ai-actions > ul > li > a.fontsize-plus,
.poll-info .ai-actions > ul > li > a.action-a,
.article-info .ai-actions > ul > li > a.action-a {
  line-height: 28px;
}
.poll-info .ai-actions .dropdown-menu,
.article-info .ai-actions .dropdown-menu {
  padding-left: 5px;
  padding-right: 2px;
  padding-bottom: 2px;
  min-width: 150px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.poll-info .ya-share2__list_direction_horizontal > .ya-share2__item,
.article-info .ya-share2__list_direction_horizontal > .ya-share2__item {
  margin-bottom: 3px;
}
.poll-info {
  margin-bottom: 0;
}
.related-articles {
  font-style: italic;
  margin-top: 40px;
  margin-bottom: 20px;
}
.related-articles a {
  text-decoration: underline;
}
.related-articles a:hover,
.related-articles a:focus {
  text-decoration: none;
}
.related-articles h3 {
  font-size: 22px;
}
.related-articles h3 a {
  color: #d12023;
}
.related-articles ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 18px;
  line-height: 22px;
}
.related-articles ul li {
  margin-bottom: 10px;
}
.related-articles .heading {
  margin-top: 0;
}

.related-articles .row-flex > div {
  text-align: center !important;
}

.related-articles .row-flex a {
  font-size: 16px !important;
  line-height: 18px !important;
  font-style: normal !important;
  color: #000000 !important;
}

.related-articles .row-flex a:hover,
.related-articles .row-flex a:focus {
  color: #d12023 !important;
}

.inject-info,
.inject-link {
  width: 100%;
  max-width: 280px;
  background-color: #f1f2f2;
  border-right: 2px solid #d12023;
  padding: 15px;
  margin-right: 20px;
  margin-bottom: 10px;
}
.inject-info img,
.inject-link img {
  margin-left: 10px;
}
.inject-info h3,
.inject-link h3 {
  margin: 0;
  font-size: 16px;
  line-height: 21px;
}
.inject-info {
  max-width: 370px;
  padding: 25px 25px 15px;
}
.inject-info img {
  margin-left: 0;
  margin-bottom: 20px;
  max-width: 100%;
  display: block;
}
.article-footer {
  margin: 40px 0;
  font-size: 14px;
}
.article-footer:before,
.article-footer:after {
  content: " ";
  display: table;
}
.article-footer:after {
  clear: both;
}
.article-footer:before,
.article-footer:after {
  content: " ";
  display: table;
}
.article-footer:after {
  clear: both;
}
.article-footer .af-poll {
  display: inline-block;
}
.article-footer .af-poll form,
.article-footer .af-poll span {
  display: inline-block;
}
.article-footer .af-poll span.poll-heading {
  vertical-align: middle;
  margin-right: 5px;
}
.article-footer .af-poll label {
  color: #d12023;
  font-weight: bold;
}
.article-footer .af-poll label.radio-inline {
  padding-left: 0;
  padding-right: 18px;
}
.article-footer .af-poll label.radio-inline input[type="radio"] {
  margin-right: 0;
  margin-left: 0;
  right: 2px;
}
.article-footer .af-poll .btn.btn-default {
  border: 0;
  background: none;
  text-indent: -9999px;
  display: inline-block;
  background-color: transparent;
  background-image: url(../img/icon-search-submit.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 24px;
  height: 13px;
  margin-left: 5px;
  padding: 0;
}
.article-footer .af-poll .btn.btn-default:hover,
.article-footer .af-poll .btn.btn-default:focus .article-footer .af-poll .btn.btn-default:active {
  background-color: transparent;
}
.article-footer .af-poll span.poll-result {
  margin: 0;
  display: inline-block;
  border-left: 1px solid #cfcfcf;
  padding: 0 10px;
  font-size: 12px;
  line-height: 20px;
  vertical-align: middle;
}
.article-footer .af-poll span.poll-result span {
  font-weight: bold;
  font-size: 14px;
  color: #d12023;
  margin-right: 5px;
}
.article-footer .af-top {
  padding: 7px 0px 7px 0px;
}
.article-footer .af-top:before,
.article-footer .af-top:after {
  content: " ";
  display: table;
}
.article-footer .af-top:after {
  clear: both;
}
.article-footer .af-top:before,
.article-footer .af-top:after {
  content: " ";
  display: table;
}
.article-footer .af-top:after {
  clear: both;
}
.article-footer .af-share {
  float: left;
}
.article-footer .af-share .ya-share2 {
  display: inline-block;
}
.article-footer .af-share a.icon-yandex {
  float:right;
  display: block;
  width: 61px;
  height: 26px;
  color: #fff;
  text-align: center;
  font-size: 1.125em;
  line-height: 32px;
  margin-left: 3px;
  margin-top: 2px;
}
.article-footer .af-share a.icon-yandex,
.article-footer .af-share a.icon-yandex:hover,
.article-footer .af-share a.icon-yandex:focus {
  text-decoration: none;
}
.article-footer .af-share a.icon-yandex {
  background-image: url(../img/yane_fullsize_distr.png);
}

.article-footer .af-poll {
  float: left;
}
.article-footer .af-tags {
  clear: both;
  background-color: #f1f2f2;
  border-top: 1px solid #505050;
  padding: 10px 15px;
}
.article-footer .af-tags span {
  color: #505050;
}
.article-footer .af-tags span.group-name {
  color: #000;
}
.article-footer .af-tags a {
  color: #d12023;
}
.af-poll .field-label {
  display: inline-block;
  margin-top: 2px;
}
.af-poll .field-items {
  display: inline-block;
}
.af-poll .form-item-vote.form-type-radio {
  display: inline-block;
  margin-right: 10px;
}
.af-poll .form-item-vote.form-type-radios:before,
.af-poll .form-item-vote.form-type-radios:after {
  content: " ";
  display: table;
}
.af-poll .form-item-vote.form-type-radios:after {
  clear: both;
}
.af-poll .form-item-vote.form-type-radios:before,
.af-poll .form-item-vote.form-type-radios:after {
  content: " ";
  display: table;
}
.af-poll .form-item-vote.form-type-radios:after {
  clear: both;
}
.af-poll .form-item-vote.form-type-radios .help-block,
.af-poll .form-item-vote.form-type-radios .form-radios {
  float: left;
  margin: 0;
  margin-right: 10px;
}
.af-poll .form-item-vote.form-type-radios .help-block {
  margin-right: 0;
}
.af-poll .form-item-vote.form-type-radios .help-block .empty {
  vertical-align: middle;
}
.af-poll .fivestar-submit,
.af-poll .fivestar-average-stars {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.af-poll .fivestar-submit {
  margin-left: 0;
  margin-right: 15px;
}
.af-poll .fivestar-summary.fivestar-summary-average-count .average-rating {
  color: #d12023;
  font-size: 14px;
  font-weight: bold;
  margin-right: 5px;
}
.photo-gallery {
  padding: 10px 35px;
  border: 1px solid #cfcfcf;
  margin-bottom: 20px;
}
.photo-gallery .gallery {
  margin-bottom: 15px;
}
.photo-gallery .slide {
  position: relative;
}
.photo-gallery figure {
  float: none;
  max-width: 100%;
  padding: 0;
  border: none;
  margin: 0;
}
.photo-gallery figure img {
  margin: 0;
}
.photo-gallery figcaption {
  display: block;
  font-style: normal;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 20px 15px;
}
.photo-gallery figcaption p {
  color: #fff;
  font-size: 17px;
  font-weight: bold;
}
.photo-gallery .gallery-nav {
  padding: 0 20px;
}
.line-info {
  font-size: 12px;
  color: #505050;
}
.line-info span,
.line-info a {
  color: #d12023;
}
.list-rss li {
  display: block;
  margin: 30px 0;
}
.list-rss h3 {
  margin-top: 0;
}
.list-rss-channels {
  color: #d12023;
  padding: 0;
  margin-bottom: 50px;
  margin-left: 20px;
}
.list-rss-channels a {
  color: #d12023;
}
@media (min-width: 768px) {
  .list-rss-channels {
    margin-left: 40px;
  }
}
@media (min-width: 992px) {
  .list-rss-channels {
    margin-left: 80px;
  }
}
.main-content .block-opinions li {
  font-size: 12px;
  color: #505050;
}
.main-content .block-opinions h4 {
  display: inline;
  color: #000;
  font-weight: bold;
  font-size: 15px;
  margin: 0 5px;
}
.main-content .block-opinions .list-footer a {
  color: #d12023;
  text-decoration: none;
}
.main-content .block-opinions .list-footer a:hover,
.main-content .block-opinions .list-footer a:focus {
  text-decoration: underline;
}
.forum-topic:before,
.forum-topic:after {
  content: " ";
  display: table;
}
.forum-topic:after {
  clear: both;
}
.forum-topic:before,
.forum-topic:after {
  content: " ";
  display: table;
}
.forum-topic:after {
  clear: both;
}
.forum-topic a.icon-like:hover,
.forum-topic a.icon-like:focus {
  text-decoration: none;
}
.forum-topic a.icon-like:before {
  margin-right: 2px;
}
.forum-topic .forum-comment:before,
.forum-topic .forum-comment:after {
  content: " ";
  display: table;
}
.forum-topic .forum-comment:after {
  clear: both;
}
.forum-topic .forum-comment:before,
.forum-topic .forum-comment:after {
  content: " ";
  display: table;
}
.forum-topic .forum-comment:after {
  clear: both;
}
.forum-topic .forum-comment .content {
  border-bottom: 1px solid #cfcfcf;
  padding: 5px 0;
}
.forum-topic .forum-comment .indented {
  margin-left: 10%;
}
.forum-topic .forum-comment .comment-footer {
  text-align: right;
  font-size: 11px;
  color: #d12023;
}
.forum-topic .forum-comment .comment-footer a {
  color: #d12023;
  margin-left: 20px;
}
.forum-topic blockquote {
  float: none;
  margin-top: 5px;
  padding: 10px;
  max-width: none;
  width: 100%;
  background-image: none;
  background: #f1f2f2;
  font-style: italic;
  font-weight: normal;
}
.forum-topic blockquote strong {
  font-style: normal;
}
.forum-topic .comment-header {
  padding-right: 20px;
  text-align: right;
  float: left;
  width: 120px;
}
.forum-topic .comment-header p {
  margin: 0 0 5px;
  font-size: 15px;
  color: #d12023;
}
.forum-topic .comment-header time {
  font-size: 11px;
}
.forum-topic .comment-body {
  overflow: hidden;
}
.forum-topic .comment-body p {
  font-size: 14px;
  line-height: 22px;
}
.forum-topic .forum-topic-footer {
  padding: 5px 0;
  border-top: 1px solid #cfcfcf;
  font-size: 13px;
}
.forum-topic .forum-topic-footer:before,
.forum-topic .forum-topic-footer:after {
  content: " ";
  display: table;
}
.forum-topic .forum-topic-footer:after {
  clear: both;
}
.forum-topic .forum-topic-footer:before,
.forum-topic .forum-topic-footer:after {
  content: " ";
  display: table;
}
.forum-topic .forum-topic-footer:after {
  clear: both;
}
.forum-topic .forum-topic-footer a {
  color: #d12023;
}
.comments-list blockquote {
  float: none;
  margin-top: 5px;
  padding: 10px;
  max-width: none;
  width: 100%;
  background-image: none;
  background: #f1f2f2;
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
}
.comments-list blockquote strong {
  font-style: normal;
}
@media (min-width: 768px) {
  .all-comments,
  .last-comment {
    clear: both;
    float: left;
    margin-left: 120px;
  }
}
@media (min-width: 992px) {
  .all-comments,
  .last-comment {
    clear: none;
  }
  .last-comment {
    margin-left: 0;
    float: right;
  }
}
.form-add-comment .form-group {
  padding-right: 20px;
  margin-bottom: 10px;
}
.form-add-comment .form-group textarea {
  width: 100%;
  height: 165px;
}
.form-add-comment .login-group:before,
.form-add-comment .login-group:after {
  content: " ";
  display: table;
}
.form-add-comment .login-group:after {
  clear: both;
}
.form-add-comment .login-group:before,
.form-add-comment .login-group:after {
  content: " ";
  display: table;
}
.form-add-comment .login-group:after {
  clear: both;
}
.form-add-comment .login-group .social-enter {
  clear: both;
}
.form-add-comment .login-group .form-group {
  margin-bottom: 20px;
  padding-right: 20px;
  width: 50%;
  float: left;
}
.form-add-comment .login-group .form-group input[type="text"] {
  width: 100%;
  padding: 0 10px;
}
.form-add-comment .login-group .form-group.social-enter {
  clear: both;
  float: none;
  width: 100%;
  padding: 0;
}
.poll .percent,
.poll .text {
  font-size: 12px;
  line-height: 14px;
}
article .poll .percent,
article .poll .text {
  font-size: 16px;
  line-height: 20px;
}
.poll .percent {
  text-align: right;
}
.poll .bar {
  background-color: #dcdcdc;
  height: 12px;
}
article .poll .bar {
  height: 16px;
}
.poll .bar:before,
.poll .bar:after {
  content: " ";
  display: table;
}
.poll .bar:after {
  clear: both;
}
.poll .bar:before,
.poll .bar:after {
  content: " ";
  display: table;
}
.poll .bar:after {
  clear: both;
}
.poll .bar .foreground {
  float: left;
  background: #d12023;
  height: 12px;
}
article .poll .bar .foreground {
  height: 16px;
}
.main-content .poll {
  margin-bottom: 20px;
}
canvas {
  display: block;
  max-width: 100%;
}
.panel-group.adv-group {
  padding-left: 10px;
  border-left: 1px solid #cfcfcf;
}
.panel-group.adv-group .panel.panel-default {
  border: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
}
.panel-group.adv-group .panel-heading {
  font-size: 14px;
  background-color: transparent;
  border-bottom: 0;
  padding: 0;
}
.panel-group.adv-group .panel-heading a {
  font-weight: bold;
}
.panel-group.adv-group .panel-heading a,
.panel-group.adv-group .panel-heading a:focus,
.panel-group.adv-group .panel-heading a:hover {
  color: #d12023;
  text-decoration: none;
}
.panel-group.adv-group .panel-body {
  border-top: 0 !important;
}
.panel-group.adv-group ul.nav-tabs {
  color: #d12023;
  padding: 0 0 0 15px;
  margin: 0;
  list-style-type: disc;
  border-bottom: 0;
  display: block;
}
.panel-group.adv-group ul.nav-tabs > li {
  float: none;
  font-size: 13px;
}
.panel-group.adv-group ul.nav-tabs > li > a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
  border: 0;
  display: inline;
}
.panel-group.adv-group ul.nav-tabs > li > a:hover,
.panel-group.adv-group ul.nav-tabs > li > a:focus {
  color: #d12023;
}
.panel-group.adv-group ul.nav-tabs > li.active a {
  color: #d12023;
}
.adv-content {
  padding-left: 10px;
  border-left: 1px solid #cfcfcf;
}
.adv-content h3 {
  font-size: 21px;
  margin: 0 0 10px;
  color: #d12023;
  font-weight: normal;
}
.adv-content h4 {
  font-size: 14px;
  margin: 0 0 5px;
  font-weight: bold;
}
.adv-content p {
  font-size: 13px;
  margin: 0 0 10px;
}
.help-information {
  padding-left: 10px;
  margin-top: 50px;
}
.help-information ul {
  display: inline-block;
  background-color: #e6e7e8;
  border-left: 2px solid #d12023;
  padding: 10px 15px;
  margin: 0;
  list-style: none;
}
.help-information li {
  display: block;
}
.help-information a {
  color: #d12023;
  font-weight: bold;
}
canvas {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 20px;
}
.tab-content.kursy-valut .tab-pane {
  display: block;
  overflow: hidden;
  height: 0;
}
.tab-content.kursy-valut .tab-pane.active {
  height: auto;
}
.chartlegend {
  font-size: 16px;
}
.chartlegend:before {
  display: block;
  float: left;
  content: "";
  height: 10px;
  width: 10px;
  margin-top: 3px;
  margin-right: 5px;
}
.chartlegend.chartlegend-USD:before {
  background-color: #2b3990;
}
.chartlegend.chartlegend-EUR:before {
  background-color: #009444;
}
.chartlegend.chartlegend-RUB:before {
  background-color: #ef4136;
}
.chartlegend.chartlegend-UAH:before {
  background-color: #662d91;
}
.chartlegend.chartlegend-PLN:before {
  background-color: #ec008c;
}
.chartlegend.chartlegend-LTL:before {
  background-color: #603913;
}
.form-convert {
  margin-bottom: 20px;
}
.form-convert:before,
.form-convert:after {
  content: " ";
  display: table;
}
.form-convert:after {
  clear: both;
}
.form-convert:before,
.form-convert:after {
  content: " ";
  display: table;
}
.form-convert:after {
  clear: both;
}
.form-convert select,
.form-convert input {
  height: 26px;
  border: 1px solid #cfcfcf;
  padding: 0 5px;
}
.block-currency .form-convert select,
.block-currency .form-convert input {
  float: left;
}
.block-currency .form-convert .form-group {
  margin-top: 10px;
}
.block-currency .form-convert .form-group:before,
.block-currency .form-convert .form-group:after {
  content: " ";
  display: table;
}
.block-currency .form-convert .form-group:after {
  clear: both;
}
.block-currency .form-convert .form-group:before,
.block-currency .form-convert .form-group:after {
  content: " ";
  display: table;
}
.block-currency .form-convert .form-group:after {
  clear: both;
}
.block-currency .form-convert input {
  width: 65%;
  margin-right: 5%;
}
.block-currency .form-convert select {
  width: 30%;
}
.block-currency .form-convert {
  margin-top: 10px;
  margin-bottom: 0;
}
.block-header {
  clear: both;
}
.block-header:before,
.block-header:after {
  content: " ";
  display: table;
}
.block-header:after {
  clear: both;
}
.block-header:before,
.block-header:after {
  content: " ";
  display: table;
}
.block-header:after {
  clear: both;
}
.block-header .ui-datepicker {
  width: 240px;
}
.poll h3 {
  margin-top: 0;
}
.tooltip-inner {
  background-color: #d12023;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #d12023;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #d12023;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #d12023;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #d12023;
}
.forum-add-comment {
  margin-top: 20px;
}
.search-dates .form-group:before,
.search-dates .form-group:after {
  content: " ";
  display: table;
}
.search-dates .form-group:after {
  clear: both;
}
.search-dates .form-group:before,
.search-dates .form-group:after {
  content: " ";
  display: table;
}
.search-dates .form-group:after {
  clear: both;
}
.search-dates .form-group .form-group {
  margin-bottom: 0;
}
.search-dates .form-group .help-block {
  margin-top: 0;
  margin-bottom: 0;
}
.search-dates .form-control,
.search-dates label {
  float: left;
}
.search-dates label {
  margin-right: 5px;
}
.search-dates .views-exposed-form > .views-exposed-widgets:before,
.search-dates .views-exposed-form > .views-exposed-widgets:after {
  content: " ";
  display: table;
}
.search-dates .views-exposed-form > .views-exposed-widgets:after {
  clear: both;
}
.search-dates .views-exposed-form > .views-exposed-widgets:before,
.search-dates .views-exposed-form > .views-exposed-widgets:after {
  content: " ";
  display: table;
}
.search-dates .views-exposed-form > .views-exposed-widgets:after {
  clear: both;
}
.search-dates .views-exposed-form > .views-exposed-widgets > .views-exposed-widget {
  float: left;
  margin-right: 20px;
}
.search-dates .views-exposed-form > .views-exposed-widgets > .views-exposed-widget .form-item {
  margin-right: 0;
}
.search-dates .views-exposed-form > .views-exposed-widgets > .views-exposed-widget label[for="edit-key"],
.search-dates .views-exposed-form > .views-exposed-widgets > .views-exposed-widget label[for="edit-from"],
.search-dates .views-exposed-form > .views-exposed-widgets > .views-exposed-widget label[for="edit-to"] {
  float: left;
  font-weight: normal;
  display: block;
  margin: 0 5px 0 0;
}
.search-dates .views-exposed-form > .views-exposed-widgets > .views-exposed-widget .views-widget {
  float: left;
}
.search-dates .views-exposed-form > .views-exposed-widgets .form-control {
  padding: 0 6px;
  height: 26px;
}
.search-dates .views-exposed-form > .views-exposed-widgets .views-submit-button {
  position: relative;
  clear: both;
  margin-top: 10px;
  margin-bottom: 20px;
}
.page-archive .search-dates .views-exposed-form > .views-exposed-widgets .views-submit-button {
  clear: none;
}
@media (min-width: 768px) {
  .page-archive .search-dates .views-exposed-form > .views-exposed-widgets .views-submit-button {
    margin-top: 0;
  }
}
.search-dates .views-exposed-form > .views-exposed-widgets .views-submit-button .form-submit {
  display: block;
  border: 1px solid #d12023;
  text-indent: 0;
  width: 100%;
  background-color: #d12023;
  background-image: url("../img/icon-button-search.png");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  font-size: 12px;
  font-weight: bold;
  height: 25px;
  line-height: 1.2;
  padding: 3px 35px 1px 8px;
  text-transform: uppercase;
}
.search-dates .views-exposed-form > .views-exposed-widgets .views-submit-button .form-submit,
.search-dates .views-exposed-form > .views-exposed-widgets .views-submit-button .form-submit:hover,
.search-dates .views-exposed-form > .views-exposed-widgets .views-submit-button .form-submit:focus,
.search-dates .views-exposed-form > .views-exposed-widgets .views-submit-button .form-submit:active:focus,
.search-dates .views-exposed-form > .views-exposed-widgets .views-submit-button .form-submit:active:hover {
  background-color: #d12023;
  color: #fff;
}
.block-comments {
  margin-bottom: 20px;
}
.block-comments .block-header_links {
  clear: left;
  float: left;
}
@media (min-width: 768px) {
  .block-comments .block-header_links {
    clear: none;
    float: right;
  }
}
.block-comments .block-header_links .list-footer {
  padding: 5px 0;
}
.block-comments .block-header_links .list-footer a:last-child {
  margin-left: 0;
}
.online-reporting .online-date {
  font-size: 21px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #d12023;
  margin-bottom: 20px;
  margin-top: 35px;
}
.online-reporting .online-message {
  margin-bottom: 20px;
  position: relative;
  padding: 20px 5px 0 10px;
  border: 2px solid #dfdfdf;
}
.online-reporting .online-message:before,
.online-reporting .online-message:after {
  content: " ";
  display: table;
}
.online-reporting .online-message:after {
  clear: both;
}
.online-reporting .online-message:before,
.online-reporting .online-message:after {
  content: " ";
  display: table;
}
.online-reporting .online-message:after {
  clear: both;
}
@media (min-width: 768px) {
  .online-reporting .online-message {
    padding: 30px 5px 0 20px;
  }
}
.online-reporting .online-message.message-important {
  border-color: #d12023;
}
.online-reporting .message-time {
  line-height: 1.4;
  float: left;
  width: 50px;
  font-weight: bold;
  color: #939598;
}
@media (min-width: 768px) {
  .online-reporting .message-time {
    width: 60px;
  }
}
.online-reporting .message-content {
  position: relative;
  overflow: hidden;
}
.online-reporting .message-content p:last-child {
  margin-bottom: 0;
}
.online-reporting .message-heading {
  margin-top: 0;
  font-size: 16px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .online-reporting .message-heading {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .online-reporting .message-heading {
    font-size: 22px;
  }
}
.online-reporting .message-footer {
  margin-top: 5px;
}
.online-reporting .message-footer:before,
.online-reporting .message-footer:after {
  content: " ";
  display: table;
}
.online-reporting .message-footer:after {
  clear: both;
}
.online-reporting .message-footer:before,
.online-reporting .message-footer:after {
  content: " ";
  display: table;
}
.online-reporting .message-footer:after {
  clear: both;
}
.online-reporting .message-share {
  float: right;
  color: #939598;
}
.online-reporting .message-share:hover,
.online-reporting .message-share:focus {
  text-decoration: none;
  color: #d12023;
}
.online-reporting .online-pager {
  text-align: center;
}
.online-reporting .online-pager .pagination {
  border-top: none;
  border-bottom: none;
}
.online-reporting .online-pager .pagination > li {
  float: none;
  display: inline-block;
}
.online-reporting .online-pager .pagination > li > a {
  background-color: #d12023;
  color: #fff;
  text-transform: uppercase;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 10px 30px;
  font-size: 16px;
}
.online-reporting .online-pager .pagination > li > a:hover,
.online-reporting .online-pager .pagination > li > a:focus {
  text-decoration: none;
  background-color: #df2c2f;
}
article table {
  margin: 10px 0;
  max-width: 100%;
  width: 100%;
}
article table td,
article table th {
  padding: 8px 20px;
  border-color: #505050;
}
@media (min-width: 768px) {
  .quicktabs-tabpage .col-sm-6:nth-child(odd) {
    clear: both;
  }
}
.pane-weather-informer-weather-informer-extended,
.pane-wx-bank-bank-informer-extended {
  margin-bottom: 2rem;
}
.banner,
#bn-header-5,
#banner1,
#banner2,
#banner-article {
  max-width: 100%;
}
.banner div:not([id*="admixer"]),
#bn-header-5 div:not([id*="admixer"]),
#banner1 div:not([id*="admixer"]),
#banner2 div:not([id*="admixer"]),
#banner-article div:not([id*="admixer"]),
.banner img,
#bn-header-5 img,
#banner1 img,
#banner2 img,
#banner-article img {
  max-width: 100%;
  height: auto !important;
}
#bannerhead {
  max-width: 100%;
}
#bannerhead div,
#bannerhead img {
  max-width: 100%;
  height: auto !important;
}
.block-list_scroll {
  overflow: hidden;
  position: relative;
  height: 250px;
}
@media (min-width: 768px) {
  .block-list_scroll {
    height: 300px;
  }
  .front .block-list_scroll {
    height: 500px;
  }
}
@media (min-width: 992px) {
  .front .block-list_scroll {
    height: 490px;
  }
}
@media (min-width: 1200px) {
  .front .block-list_scroll {
    height: 560px;
  }
}
.banner img {
  max-width: 100%;
  height: auto !important;
}
.object,
.video-js {
  max-width: 100%;
}
.audio-wrapper {
  display: inline-block;
}
.audio-wrapper img + audio {
  width: 100%;
}
.page-node:not(.page-node-talk) .mc-pagination {
  display: none;
}
.resizable-textarea textarea {
  -moz-border-radius: 0;
  border-radius: 0;
}
.page-node-312 .webform-client-form,
.page-node-2 .webform-client-form {
  max-width: 420px;
}
.page-node-312 .webform-client-form .form-item,
.page-node-2 .webform-client-form .form-item {
  margin-bottom: 1rem;
}
.page-node-312 .webform-client-form .form-item label,
.page-node-2 .webform-client-form .form-item label {
  margin-bottom: 0;
  font-size: 1.4rem;
}
.page-node-312 .webform-client-form .form-managed-file .form-control,
.page-node-2 .webform-client-form .form-managed-file .form-control {
  margin-bottom: 0.6rem;
}
.page-node-312 .webform-client-form .webform-component-file .description,
.page-node-2 .webform-client-form .webform-component-file .description {
  font-size: 1.2rem;
}
.media-list .media {
  margin-top: 20px;
}
.media-list .media:first-child {
  margin-top: 0;
}
.media-list .media .article-info {
  margin-bottom: 2px;
}
.page-404 {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100vh;
  margin-bottom: 0 !important;
}
.page-404 .form-search {
  max-width: 310px;
  margin-top: 20px;
  padding-right: 0;
}
.page-404 h2 a {
  text-decoration: underline;
}
.page-404 h2 a:hover {
  color: #d12023;
  text-decoration: none;
}
.region-weather {
  margin-bottom: 20px;
}
.map-weather {
  overflow: hidden;
  position: relative;
  display: block;
}
.map-weather img {
  max-width: 100%;
  display: block;
}
.map-weather .weather-city {
  position: absolute;
  float: left;
}
.map-weather .weather-day,
.map-weather .weather-night,
.map-weather .weather-humidity,
.map-weather .weather-wind {
  font-size: 10px;
  /*&:before {
			content:"";
			display: inline-block;
			width: 19px;
			height: 12px;
			background-image: url(../img/sprite.png);
			background-repeat: no-repeat;
			margin-right: 5px;
			vertical-align: baseline;
		}*/
}
.map-weather .weather-day > img,
.map-weather .weather-night > img,
.map-weather .weather-humidity > img,
.map-weather .weather-wind > img {
  display: inline-block;
  width: 24px;
  margin-right: 3px;
  vertical-align: top;
}
.block-weather .map-weather .weather-day,
.block-weather .map-weather .weather-night,
.block-weather .map-weather .weather-humidity,
.block-weather .map-weather .weather-wind {
  font-size: 9px;
  line-height: 12px;
  background: none;
}
.block-weather .map-weather .weather-day:before,
.block-weather .map-weather .weather-night:before,
.block-weather .map-weather .weather-humidity:before,
.block-weather .map-weather .weather-wind:before {
  display: none;
}
.map-weather .weather-day {
  color: #be1e2d;
  /*&:before {			
			background-position: -51px 0;
		}*/
}
.map-weather .weather-night {
  color: #2b3990;
  /*&:before {			
			background-position: -51px -14px;
		}*/
}
.map-weather .city-name {
  border-bottom: 1px solid #c0c0c0;
  padding: 0 5px;
  font-weight: bold;
  margin-bottom: 3px;
  position: relative;
}
.map-weather .city-name:before {
  content: "";
  position: absolute;
  display: block;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #000;
}
.map-weather .city-minsk {
  left: 50%;
  top: 49%;
}
.block-weather .map-weather .city-minsk {
  left: 49%;
}
.map-weather .city-minsk .city-name {
  font-size: 18px;
  line-height: 22px;
}
.map-weather .city-minsk .city-name:before {
  left: -10px;
  top: 8px;
  width: 8px;
  height: 8px;
}
.block-weather .map-weather .city-minsk .city-name {
  font-size: 10px;
  line-height: 12px;
}
.block-weather .map-weather .city-minsk .city-name:before {
  width: 3px;
  height: 3px;
  left: -1px;
  top: 5px;
}
.map-weather .city-brest {
  left: 18%;
  top: 80%;
}
.block-weather .map-weather .city-brest {
  left: 19%;
}
.map-weather .city-brest .city-name:before {
  left: -4px;
  top: 8px;
}
.map-weather .city-hrodna {
  left: 20%;
  top: 52%;
}
.map-weather .city-hrodna .city-name:before {
  left: -4px;
  top: 6px;
}
.map-weather .city-vitsyebsk {
  left: 59%;
  top: 26%;
}
.map-weather .city-vitsyebsk .city-name:before {
  right: -6px;
  top: 8px;
}
.block-weather .map-weather .city-vitsyebsk {
  left: 54%;
}
.block-weather .map-weather .city-vitsyebsk .city-name:before {
  left: auto !important;
  right: 0px;
}
.map-weather .city-mahilyow {
  left: 70%;
  top: 50%;
}
.block-weather .map-weather .city-mahilyow {
  left: 72%;
}
.map-weather .city-mahilyow .city-name:before {
  left: -4px;
  top: 6px;
}
.map-weather .city-homyel {
  left: 70%;
  top: 75%;
}
.map-weather .city-homyel .city-name:before {
  right: -2px;
  top: 8px;
}
.block-weather .map-weather .city-homyel {
  left: auto;
  right: 20%;
}
.block-weather .map-weather .city-homyel .city-name:before {
  left: auto !important;
  right: 0px;
}
.map-weather .city-hrodna .city-name,
.map-weather .city-vitsyebsk .city-name,
.map-weather .city-mahilyow .city-name,
.map-weather .city-homyel .city-name,
.map-weather .city-brest .city-name {
  font-size: 14px;
  line-height: 18px;
}
.map-weather .city-hrodna .city-name:before,
.map-weather .city-vitsyebsk .city-name:before,
.map-weather .city-mahilyow .city-name:before,
.map-weather .city-homyel .city-name:before,
.map-weather .city-brest .city-name:before {
  width: 6px;
  height: 6px;
}
.block-weather .map-weather .city-hrodna .city-name,
.block-weather .map-weather .city-vitsyebsk .city-name,
.block-weather .map-weather .city-mahilyow .city-name,
.block-weather .map-weather .city-homyel .city-name,
.block-weather .map-weather .city-brest .city-name {
  font-size: 8px;
  line-height: 10px;
}
.block-weather .map-weather .city-hrodna .city-name:before,
.block-weather .map-weather .city-vitsyebsk .city-name:before,
.block-weather .map-weather .city-mahilyow .city-name:before,
.block-weather .map-weather .city-homyel .city-name:before,
.block-weather .map-weather .city-brest .city-name:before {
  width: 3px;
  height: 3px;
  left: -1px;
  top: 3px;
}
.map-weather .city-polatsk {
  left: 51%;
  top: 19%;
}
.map-weather .city-polatsk .city-name:before {
  right: 4px;
  top: 2px;
}
.map-weather .city-orsha {
  left: 72%;
  top: 37%;
}
.map-weather .city-orsha .city-name:before {
  left: -4px;
  top: 6px;
}
.map-weather .city-narach {
  left: 39%;
  top: 36%;
}
.map-weather .city-narach .city-name:before {
  left: -4px;
  top: 6px;
}
.map-weather .city-baranavichy {
  left: 37%;
  top: 63%;
}
.map-weather .city-baranavichy .city-name:before {
  left: -4px;
  top: 6px;
}
.map-weather .city-babruysk {
  left: 53%;
  top: 65%;
}
.map-weather .city-babruysk .city-name:before {
  right: -4px;
  top: 6px;
}
.map-weather .city-pinsk {
  left: 33%;
  top: 81%;
}
.map-weather .city-pinsk .city-name:before {
  left: -4px;
  top: 6px;
}
.map-weather .city-polatsk .city-name,
.map-weather .city-orsha .city-name,
.map-weather .city-narach .city-name,
.map-weather .city-baranavichy .city-name,
.map-weather .city-babruysk .city-name,
.map-weather .city-pinsk .city-name {
  font-size: 10px;
  line-height: 14px;
}
.map-weather .city-polatsk .city-name:before,
.map-weather .city-orsha .city-name:before,
.map-weather .city-narach .city-name:before,
.map-weather .city-baranavichy .city-name:before,
.map-weather .city-babruysk .city-name:before,
.map-weather .city-pinsk .city-name:before {
  width: 4px;
  height: 4px;
}
.map-weather .city-polatsk .weather-day,
.map-weather .city-orsha .weather-day,
.map-weather .city-narach .weather-day,
.map-weather .city-baranavichy .weather-day,
.map-weather .city-babruysk .weather-day,
.map-weather .city-pinsk .weather-day,
.map-weather .city-polatsk .weather-night,
.map-weather .city-orsha .weather-night,
.map-weather .city-narach .weather-night,
.map-weather .city-baranavichy .weather-night,
.map-weather .city-babruysk .weather-night,
.map-weather .city-pinsk .weather-night {
  font-size: 9px;
}
.map-weather .city-vilnius {
  left: 22%;
  top: 35%;
}
.map-weather .city-vilnius .city-name:before {
  right: -5px;
  top: 6px;
}
.map-weather .city-bialystok {
  left: 4%;
  top: 62%;
}
.map-weather .city-bialystok .city-name:before {
  right: -5px;
  top: 6px;
}
.map-weather .city-smolensk {
  left: 83%;
  top: 30%;
}
.map-weather .city-smolensk .city-name:before {
  left: -5px;
  top: 5px;
}
.map-weather .city-chernihiv {
  left: 81%;
  bottom: 0;
}
.map-weather .city-chernihiv .city-name:before {
  left: -5px;
  top: 5px;
}
.map-weather .city-chernihiv .city-name,
.map-weather .city-smolensk .city-name,
.map-weather .city-bialystok .city-name,
.map-weather .city-vilnius .city-name {
  font-size: 10px;
  line-height: 14px;
}
.map-weather .city-chernihiv .city-name:before,
.map-weather .city-smolensk .city-name:before,
.map-weather .city-bialystok .city-name:before,
.map-weather .city-vilnius .city-name:before {
  width: 6px;
  height: 6px;
}
.map-weather .city-chernihiv .weather-day,
.map-weather .city-smolensk .weather-day,
.map-weather .city-bialystok .weather-day,
.map-weather .city-vilnius .weather-day,
.map-weather .city-chernihiv .weather-night,
.map-weather .city-smolensk .weather-night,
.map-weather .city-bialystok .weather-night,
.map-weather .city-vilnius .weather-night {
  font-size: 12px;
}
.map-weather .city-chernihiv .weather-humidity,
.map-weather .city-smolensk .weather-humidity,
.map-weather .city-bialystok .weather-humidity,
.map-weather .city-vilnius .weather-humidity,
.map-weather .city-chernihiv .weather-wind,
.map-weather .city-smolensk .weather-wind,
.map-weather .city-bialystok .weather-wind,
.map-weather .city-vilnius .weather-wind {
  font-size: 10px;
}
@media (min-width: 768px) {
  .map-weather .weather-day,
  .map-weather .weather-night {
    font-size: 16px;
  }
  .map-weather .weather-humidity,
  .map-weather .weather-wind {
    font-size: 10px;
  }
  .map-weather .city-minsk .city-name {
    font-size: 25px;
    line-height: 28px;
  }
  .map-weather .city-hrodna .city-name,
  .map-weather .city-vitsyebsk .city-name,
  .map-weather .city-mahilyow .city-name,
  .map-weather .city-homyel .city-name,
  .map-weather .city-brest .city-name {
    font-size: 18px;
    line-height: 22px;
  }
  .map-weather .city-polatsk .city-name,
  .map-weather .city-orsha .city-name,
  .map-weather .city-narach .city-name,
  .map-weather .city-baranavichy .city-name,
  .map-weather .city-babruysk .city-name,
  .map-weather .city-pinsk .city-name {
    font-size: 13px;
    line-height: 16px;
  }
  .map-weather .city-polatsk .weather-day,
  .map-weather .city-orsha .weather-day,
  .map-weather .city-narach .weather-day,
  .map-weather .city-baranavichy .weather-day,
  .map-weather .city-babruysk .weather-day,
  .map-weather .city-pinsk .weather-day,
  .map-weather .city-polatsk .weather-night,
  .map-weather .city-orsha .weather-night,
  .map-weather .city-narach .weather-night,
  .map-weather .city-baranavichy .weather-night,
  .map-weather .city-babruysk .weather-night,
  .map-weather .city-pinsk .weather-night,
  .map-weather .city-polatsk .weather-humidity,
  .map-weather .city-orsha .weather-humidity,
  .map-weather .city-narach .weather-humidity,
  .map-weather .city-baranavichy .weather-humidity,
  .map-weather .city-babruysk .weather-humidity,
  .map-weather .city-pinsk .weather-humidity,
  .map-weather .city-polatsk .weather-wind,
  .map-weather .city-orsha .weather-wind,
  .map-weather .city-narach .weather-wind,
  .map-weather .city-baranavichy .weather-wind,
  .map-weather .city-babruysk .weather-wind,
  .map-weather .city-pinsk .weather-wind {
    font-size: 12px;
  }
  .map-weather .city-chernihiv .city-name,
  .map-weather .city-smolensk .city-name,
  .map-weather .city-bialystok .city-name,
  .map-weather .city-vilnius .city-name {
    font-size: 15px;
    line-height: 18px;
  }
  .map-weather .city-chernihiv .weather-day,
  .map-weather .city-smolensk .weather-day,
  .map-weather .city-bialystok .weather-day,
  .map-weather .city-vilnius .weather-day,
  .map-weather .city-chernihiv .weather-night,
  .map-weather .city-smolensk .weather-night,
  .map-weather .city-bialystok .weather-night,
  .map-weather .city-vilnius .weather-night,
  .map-weather .city-chernihiv .weather-humidity,
  .map-weather .city-smolensk .weather-humidity,
  .map-weather .city-bialystok .weather-humidity,
  .map-weather .city-vilnius .weather-humidity,
  .map-weather .city-chernihiv .weather-wind,
  .map-weather .city-smolensk .weather-wind,
  .map-weather .city-bialystok .weather-wind,
  .map-weather .city-vilnius .weather-wind {
    font-size: 12px;
  }
}
.moon-phases li {
  display: inline-block;
  margin-right: 15px;
  font-size: 16px;
  line-height: 22px;
  position: relative;
}
.moon-phases li:before,
.moon-phases li:after {
  content: " ";
  display: table;
}
.moon-phases li:after {
  clear: both;
}
.moon-phases li:before,
.moon-phases li:after {
  content: " ";
  display: table;
}
.moon-phases li:after {
  clear: both;
}
.moon-phases img {
  float: left;
  margin-right: 5px;
  margin-bottom: 10px;
}
.moon-phases span {
  display: block;
  overflow: hidden;
}
select.input-sm,
input.input-sm {
  height: 26px;
  line-height: 1.1;
  font-size: 15px;
  padding: 0 5px;
}
.search-container {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 15px;
}
.search-container .form-group {
  margin-bottom: 10px;
}
.search-container .form-group:before,
.search-container .form-group:after {
  content: " ";
  display: table;
}
.search-container .form-group:after {
  clear: both;
}
.search-container .form-group:before,
.search-container .form-group:after {
  content: " ";
  display: table;
}
.search-container .form-group:after {
  clear: both;
}
.search-container .form-group [class*="col-"] {
  padding: 0;
}
.search-container label,
.search-container .label {
  font-weight: normal;
  padding: 0;
  font-size: 100%;
  margin-bottom: 0;
  line-height: 1.6;
}
.search-container label.radio-inline,
.search-container .label.radio-inline {
  padding-left: 20px;
  line-height: 1.2;
}
.search-container .input-sm {
  height: 26px;
  line-height: 1.1;
  font-size: 15px;
  padding: 0 5px;
}
.search-container .btn-search {
  background-image: url('../img/icon-button-search.png');
  background-repeat: no-repeat;
  background-position: 100% 50%;
  height: 25px;
  padding: 3px 35px 1px 8px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
}
.search-container .search-results {
  margin-bottom: 20px;
  margin-top: 20px;
}
.search-container .search-results h2 {
  font-size: 22px;
  font-weight: bold;
}
.search-container .search-results-header {
  border-bottom: 1px solid #cfcfcf;
  font-size: 20px;
  font-style: italic;
}
.search-container .search-results-header a,
.search-container .search-results-header span {
  color: #d12023;
}
.search-container .search-results-header small {
  font-size: 14px;
}
.search-container .media {
  margin: 20px 0;
}
.search-container .media h3 {
  line-height: 25px;
}
.search-container .media p {
  margin-bottom: 5px;
}
.search-container .article-info {
  margin-bottom: 5px;
}
.search-container .search-key {
  color: #d12023;
}
.block-header [class*="col-"] {
  padding: 0;
  margin-right: 0 !important;
}
/** clean custom scrollbar styles **/
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
}
.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}
.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}
.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
}
.mCSB_inside > .mCSB_container {
  margin-right: 5px;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}
.mCSB_scrollTools {
  position: absolute;
  width: 4px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}
.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0;
}
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  height: 100%;
  margin: 0 auto;
}
.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
}
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #cfcfcf;
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #d12023;
}
#bn-21 iframe body {
  overflow:hidden;
}
.instagram-media {
    position: relative !important;
}
/** clean custom scrollbar styles end **/
@media print {
  .socials,
  .ai-actions,
  .form-search,
  .news-line,
  .block-header nav,
  .languages,
  .header-bq,
  .header-links,
  iframe,
  .inject-link,
  .navigation-footer-1,
  .navigation-footer,
  .banner-center,
  .related-articles,
  .af-share,
  .footer-marks-left,
  .footer-marks-right,
  .sidebar,
  .banner-top {
    display: none;
  }
  .article-info [class^="ai-icon-"] {
    display: none;
  }
  body {
    margin-bottom: 0;
  }
  .site-footer {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }
}

@media (max-width: 1024px) {
  .yandex-adaptive { display: none; }
}
