/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
  a[href]:after {
    display: none;
    visibility: hidden;
  }
  a[href]:after {
    content: none !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #000000;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #000000;
  text-decoration: none;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.65;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 26px;
  margin-bottom: 26px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.c-vi-h2,
.c-footer-contacts__title,
.c-home-information__header,
.c-home-video__header,
.c-home-photo__header,
.c-home-photo__author,
.c-committee-general__title,
.c-committee-person__name,
.c-documents-panel__title,
.c-page-search__item-header,
.c-page-title {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.3;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
.c-vi-h2,
.c-home-information__header,
.c-home-video__header,
.c-home-photo__header,
.c-committee-general__title,
.c-page-title {
  margin-top: 26px;
  margin-bottom: 13px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6,
.c-footer-contacts__title,
.c-home-photo__author,
.c-committee-person__name,
.c-documents-panel__title,
.c-page-search__item-header {
  margin-top: 13px;
  margin-bottom: 13px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 39px;
}
h2,
.h2,
.c-vi-h2,
.c-page-title {
  font-size: 32px;
}
h3,
.h3,
.c-home-information__header,
.c-home-video__header,
.c-home-photo__header,
.c-committee-general__title {
  font-size: 26px;
}
h4,
.h4,
.c-footer-contacts__title,
.c-committee-person__name,
.c-documents-panel__title {
  font-size: 23px;
}
h5,
.h5,
.c-page-search__item-header {
  font-size: 20px;
}
h6,
.h6,
.c-home-photo__author {
  font-size: 16px;
}
p {
  margin: 0 0 13px;
}
.lead {
  margin-bottom: 26px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 87%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #000000;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #000000;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #000000;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 12px;
  margin: 52px 0 26px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 13px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled,
.c-footer-contacts__list,
.c-home-services__list,
.c-news-list,
.c-home-online__nav,
.c-home-contacts__request-list,
.c-committee-main__list,
.c-page-search__tags-list,
.c-page-menu__nav,
.c-departments-filter .c-selectric-scroll ul,
.c-committee-general__alphabet,
.c-committee-general__list,
.c-committee-main__list,
.c-committee-sub__list,
.c-text-attachments__list,
.c-page-search__list,
.c-page-news__list {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 26px;
}
dt,
dd {
  line-height: 1.65;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 13px 26px;
  margin: 0 0 26px;
  font-size: 20px;
  border-left: 5px solid #000000;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.65;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #000000;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 26px;
  font-style: normal;
  line-height: 1.65;
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px 16px;
  padding-bottom: 8px 16px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 26px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px 16px;
  line-height: 1.65;
  vertical-align: top;
  border-top: 1px solid #000000;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #000000;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #000000;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #000000;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #000000;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 19.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #000000;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 26px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.65;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 42px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.65;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #000000;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 42px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 40px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 52px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 26px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 42px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 40px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.9;
  border-radius: 0px;
}
select.input-sm {
  height: 40px;
  line-height: 40px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 40px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.9;
  border-radius: 0px;
}
.form-group-sm select.form-control {
  height: 40px;
  line-height: 40px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 40px;
  min-height: 40px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.9;
}
.input-lg {
  height: 52px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.4;
  border-radius: 0px;
}
select.input-lg {
  height: 52px;
  line-height: 52px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 52px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.4;
  border-radius: 0px;
}
.form-group-lg select.form-control {
  height: 52px;
  line-height: 52px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 52px;
  min-height: 46px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.4;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 52.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 52px;
  height: 52px;
  line-height: 52px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 31px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 33px;
}
.form-horizontal .form-group {
  margin-left: -20px;
  margin-right: -20px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 20px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.65;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #000000;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #000000;
  background-color: #fff;
  border-color: #000000;
}
.btn-default:focus,
.btn-default.focus {
  color: #000000;
  background-color: #e6e6e6;
  border-color: #000000;
}
.btn-default:hover {
  color: #000000;
  background-color: #e6e6e6;
  border-color: #000000;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #000000;
  background-color: #e6e6e6;
  border-color: #000000;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #000000;
  background-color: #d4d4d4;
  border-color: #000000;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #000000;
}
.btn-default .badge {
  color: #fff;
  background-color: #000000;
}
.btn-primary {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary:hover {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #000000;
  border-color: #000000;
}
.btn-primary .badge {
  color: #000000;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #000000;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #000000;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.4;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.9;
  border-radius: 0px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.9;
  border-radius: 0px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 26px 0;
  border-radius: 0px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.65;
  text-decoration: none;
  color: #000000;
  background-color: #fff;
  border: 1px solid #000000;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #000000;
  border-color: #000000;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #fff;
  border-color: #bfbfbf;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.4;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.9;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  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);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.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;
}
/* PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}
.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pswp img {
  max-width: none;
}
/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--open {
  display: block;
}
.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}
.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}
.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}
/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}
/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}
.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}
/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}
.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}
/*
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../font/font-awesome//fontawesome-webfont.eot?v=4.7.0');
  src: url('../font/font-awesome//fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../font/font-awesome//fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../font/font-awesome//fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../font/font-awesome//fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../font/font-awesome//fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*
 *  Weather Icons 2.0
 *  Updated August 1, 2015
 *  Weather themed icons for Bootstrap
 *  Author - Erik Flowers - erik@helloerik.com
 *  Email: erik@helloerik.com
 *  Twitter: http://twitter.com/Erik_UX
 *  ------------------------------------------------------------------------------
 *  Maintained at http://erikflowers.github.io/weather-icons
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - Font licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - CSS, SCSS and LESS are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Inspired by and works great as a companion with Font Awesome
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 */
/*
 *  Weather Icons 2.0
 *  Updated August 1, 2015
 *  Weather themed icons for Bootstrap
 *  Author - Erik Flowers - erik@helloerik.com
 *  Email: erik@helloerik.com
 *  Twitter: http://twitter.com/Erik_UX
 *  ------------------------------------------------------------------------------
 *  Maintained at http://erikflowers.github.io/weather-icons
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - Font licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - CSS, SCSS and LESS are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Inspired by and works great as a companion with Font Awesome
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 */
@font-face {
  font-family: 'weathericons';
  src: url('../font/weather/weathericons-regular-webfont.eot');
  src: url('../font/weather/weathericons-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../font/weather/weathericons-regular-webfont.woff2') format('woff2'), url('../font/weather/weathericons-regular-webfont.woff') format('woff'), url('../font/weather/weathericons-regular-webfont.ttf') format('truetype'), url('../font/weather/weathericons-regular-webfont.svg#weather_iconsregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.wi {
  display: inline-block;
  font-family: 'weathericons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wi-fw {
  text-align: center;
  width: 1.4em;
}
.wi-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.wi-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.wi-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.wi-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.wi-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
.wi-day-sunny:before {
  content: "\f00d";
}
.wi-day-cloudy:before {
  content: "\f002";
}
.wi-day-cloudy-gusts:before {
  content: "\f000";
}
.wi-day-cloudy-windy:before {
  content: "\f001";
}
.wi-day-fog:before {
  content: "\f003";
}
.wi-day-hail:before {
  content: "\f004";
}
.wi-day-haze:before {
  content: "\f0b6";
}
.wi-day-lightning:before {
  content: "\f005";
}
.wi-day-rain:before {
  content: "\f008";
}
.wi-day-rain-mix:before {
  content: "\f006";
}
.wi-day-rain-wind:before {
  content: "\f007";
}
.wi-day-showers:before {
  content: "\f009";
}
.wi-day-sleet:before {
  content: "\f0b2";
}
.wi-day-sleet-storm:before {
  content: "\f068";
}
.wi-day-snow:before {
  content: "\f00a";
}
.wi-day-snow-thunderstorm:before {
  content: "\f06b";
}
.wi-day-snow-wind:before {
  content: "\f065";
}
.wi-day-sprinkle:before {
  content: "\f00b";
}
.wi-day-storm-showers:before {
  content: "\f00e";
}
.wi-day-sunny-overcast:before {
  content: "\f00c";
}
.wi-day-thunderstorm:before {
  content: "\f010";
}
.wi-day-windy:before {
  content: "\f085";
}
.wi-solar-eclipse:before {
  content: "\f06e";
}
.wi-hot:before {
  content: "\f072";
}
.wi-day-cloudy-high:before {
  content: "\f07d";
}
.wi-day-light-wind:before {
  content: "\f0c4";
}
.wi-night-clear:before {
  content: "\f02e";
}
.wi-night-alt-cloudy:before {
  content: "\f086";
}
.wi-night-alt-cloudy-gusts:before {
  content: "\f022";
}
.wi-night-alt-cloudy-windy:before {
  content: "\f023";
}
.wi-night-alt-hail:before {
  content: "\f024";
}
.wi-night-alt-lightning:before {
  content: "\f025";
}
.wi-night-alt-rain:before {
  content: "\f028";
}
.wi-night-alt-rain-mix:before {
  content: "\f026";
}
.wi-night-alt-rain-wind:before {
  content: "\f027";
}
.wi-night-alt-showers:before {
  content: "\f029";
}
.wi-night-alt-sleet:before {
  content: "\f0b4";
}
.wi-night-alt-sleet-storm:before {
  content: "\f06a";
}
.wi-night-alt-snow:before {
  content: "\f02a";
}
.wi-night-alt-snow-thunderstorm:before {
  content: "\f06d";
}
.wi-night-alt-snow-wind:before {
  content: "\f067";
}
.wi-night-alt-sprinkle:before {
  content: "\f02b";
}
.wi-night-alt-storm-showers:before {
  content: "\f02c";
}
.wi-night-alt-thunderstorm:before {
  content: "\f02d";
}
.wi-night-cloudy:before {
  content: "\f031";
}
.wi-night-cloudy-gusts:before {
  content: "\f02f";
}
.wi-night-cloudy-windy:before {
  content: "\f030";
}
.wi-night-fog:before {
  content: "\f04a";
}
.wi-night-hail:before {
  content: "\f032";
}
.wi-night-lightning:before {
  content: "\f033";
}
.wi-night-partly-cloudy:before {
  content: "\f083";
}
.wi-night-rain:before {
  content: "\f036";
}
.wi-night-rain-mix:before {
  content: "\f034";
}
.wi-night-rain-wind:before {
  content: "\f035";
}
.wi-night-showers:before {
  content: "\f037";
}
.wi-night-sleet:before {
  content: "\f0b3";
}
.wi-night-sleet-storm:before {
  content: "\f069";
}
.wi-night-snow:before {
  content: "\f038";
}
.wi-night-snow-thunderstorm:before {
  content: "\f06c";
}
.wi-night-snow-wind:before {
  content: "\f066";
}
.wi-night-sprinkle:before {
  content: "\f039";
}
.wi-night-storm-showers:before {
  content: "\f03a";
}
.wi-night-thunderstorm:before {
  content: "\f03b";
}
.wi-lunar-eclipse:before {
  content: "\f070";
}
.wi-stars:before {
  content: "\f077";
}
.wi-storm-showers:before {
  content: "\f01d";
}
.wi-thunderstorm:before {
  content: "\f01e";
}
.wi-night-alt-cloudy-high:before {
  content: "\f07e";
}
.wi-night-cloudy-high:before {
  content: "\f080";
}
.wi-night-alt-partly-cloudy:before {
  content: "\f081";
}
.wi-cloud:before {
  content: "\f041";
}
.wi-cloudy:before {
  content: "\f013";
}
.wi-cloudy-gusts:before {
  content: "\f011";
}
.wi-cloudy-windy:before {
  content: "\f012";
}
.wi-fog:before {
  content: "\f014";
}
.wi-hail:before {
  content: "\f015";
}
.wi-rain:before {
  content: "\f019";
}
.wi-rain-mix:before {
  content: "\f017";
}
.wi-rain-wind:before {
  content: "\f018";
}
.wi-showers:before {
  content: "\f01a";
}
.wi-sleet:before {
  content: "\f0b5";
}
.wi-snow:before {
  content: "\f01b";
}
.wi-sprinkle:before {
  content: "\f01c";
}
.wi-storm-showers:before {
  content: "\f01d";
}
.wi-thunderstorm:before {
  content: "\f01e";
}
.wi-snow-wind:before {
  content: "\f064";
}
.wi-snow:before {
  content: "\f01b";
}
.wi-smog:before {
  content: "\f074";
}
.wi-smoke:before {
  content: "\f062";
}
.wi-lightning:before {
  content: "\f016";
}
.wi-raindrops:before {
  content: "\f04e";
}
.wi-raindrop:before {
  content: "\f078";
}
.wi-dust:before {
  content: "\f063";
}
.wi-snowflake-cold:before {
  content: "\f076";
}
.wi-windy:before {
  content: "\f021";
}
.wi-strong-wind:before {
  content: "\f050";
}
.wi-sandstorm:before {
  content: "\f082";
}
.wi-earthquake:before {
  content: "\f0c6";
}
.wi-fire:before {
  content: "\f0c7";
}
.wi-flood:before {
  content: "\f07c";
}
.wi-meteor:before {
  content: "\f071";
}
.wi-tsunami:before {
  content: "\f0c5";
}
.wi-volcano:before {
  content: "\f0c8";
}
.wi-hurricane:before {
  content: "\f073";
}
.wi-tornado:before {
  content: "\f056";
}
.wi-small-craft-advisory:before {
  content: "\f0cc";
}
.wi-gale-warning:before {
  content: "\f0cd";
}
.wi-storm-warning:before {
  content: "\f0ce";
}
.wi-hurricane-warning:before {
  content: "\f0cf";
}
.wi-wind-direction:before {
  content: "\f0b1";
}
.wi-alien:before {
  content: "\f075";
}
.wi-celsius:before {
  content: "\f03c";
}
.wi-fahrenheit:before {
  content: "\f045";
}
.wi-degrees:before {
  content: "\f042";
}
.wi-thermometer:before {
  content: "\f055";
}
.wi-thermometer-exterior:before {
  content: "\f053";
}
.wi-thermometer-internal:before {
  content: "\f054";
}
.wi-cloud-down:before {
  content: "\f03d";
}
.wi-cloud-up:before {
  content: "\f040";
}
.wi-cloud-refresh:before {
  content: "\f03e";
}
.wi-horizon:before {
  content: "\f047";
}
.wi-horizon-alt:before {
  content: "\f046";
}
.wi-sunrise:before {
  content: "\f051";
}
.wi-sunset:before {
  content: "\f052";
}
.wi-moonrise:before {
  content: "\f0c9";
}
.wi-moonset:before {
  content: "\f0ca";
}
.wi-refresh:before {
  content: "\f04c";
}
.wi-refresh-alt:before {
  content: "\f04b";
}
.wi-umbrella:before {
  content: "\f084";
}
.wi-barometer:before {
  content: "\f079";
}
.wi-humidity:before {
  content: "\f07a";
}
.wi-na:before {
  content: "\f07b";
}
.wi-train:before {
  content: "\f0cb";
}
.wi-moon-new:before {
  content: "\f095";
}
.wi-moon-waxing-crescent-1:before {
  content: "\f096";
}
.wi-moon-waxing-crescent-2:before {
  content: "\f097";
}
.wi-moon-waxing-crescent-3:before {
  content: "\f098";
}
.wi-moon-waxing-crescent-4:before {
  content: "\f099";
}
.wi-moon-waxing-crescent-5:before {
  content: "\f09a";
}
.wi-moon-waxing-crescent-6:before {
  content: "\f09b";
}
.wi-moon-first-quarter:before {
  content: "\f09c";
}
.wi-moon-waxing-gibbous-1:before {
  content: "\f09d";
}
.wi-moon-waxing-gibbous-2:before {
  content: "\f09e";
}
.wi-moon-waxing-gibbous-3:before {
  content: "\f09f";
}
.wi-moon-waxing-gibbous-4:before {
  content: "\f0a0";
}
.wi-moon-waxing-gibbous-5:before {
  content: "\f0a1";
}
.wi-moon-waxing-gibbous-6:before {
  content: "\f0a2";
}
.wi-moon-full:before {
  content: "\f0a3";
}
.wi-moon-waning-gibbous-1:before {
  content: "\f0a4";
}
.wi-moon-waning-gibbous-2:before {
  content: "\f0a5";
}
.wi-moon-waning-gibbous-3:before {
  content: "\f0a6";
}
.wi-moon-waning-gibbous-4:before {
  content: "\f0a7";
}
.wi-moon-waning-gibbous-5:before {
  content: "\f0a8";
}
.wi-moon-waning-gibbous-6:before {
  content: "\f0a9";
}
.wi-moon-third-quarter:before {
  content: "\f0aa";
}
.wi-moon-waning-crescent-1:before {
  content: "\f0ab";
}
.wi-moon-waning-crescent-2:before {
  content: "\f0ac";
}
.wi-moon-waning-crescent-3:before {
  content: "\f0ad";
}
.wi-moon-waning-crescent-4:before {
  content: "\f0ae";
}
.wi-moon-waning-crescent-5:before {
  content: "\f0af";
}
.wi-moon-waning-crescent-6:before {
  content: "\f0b0";
}
.wi-moon-alt-new:before {
  content: "\f0eb";
}
.wi-moon-alt-waxing-crescent-1:before {
  content: "\f0d0";
}
.wi-moon-alt-waxing-crescent-2:before {
  content: "\f0d1";
}
.wi-moon-alt-waxing-crescent-3:before {
  content: "\f0d2";
}
.wi-moon-alt-waxing-crescent-4:before {
  content: "\f0d3";
}
.wi-moon-alt-waxing-crescent-5:before {
  content: "\f0d4";
}
.wi-moon-alt-waxing-crescent-6:before {
  content: "\f0d5";
}
.wi-moon-alt-first-quarter:before {
  content: "\f0d6";
}
.wi-moon-alt-waxing-gibbous-1:before {
  content: "\f0d7";
}
.wi-moon-alt-waxing-gibbous-2:before {
  content: "\f0d8";
}
.wi-moon-alt-waxing-gibbous-3:before {
  content: "\f0d9";
}
.wi-moon-alt-waxing-gibbous-4:before {
  content: "\f0da";
}
.wi-moon-alt-waxing-gibbous-5:before {
  content: "\f0db";
}
.wi-moon-alt-waxing-gibbous-6:before {
  content: "\f0dc";
}
.wi-moon-alt-full:before {
  content: "\f0dd";
}
.wi-moon-alt-waning-gibbous-1:before {
  content: "\f0de";
}
.wi-moon-alt-waning-gibbous-2:before {
  content: "\f0df";
}
.wi-moon-alt-waning-gibbous-3:before {
  content: "\f0e0";
}
.wi-moon-alt-waning-gibbous-4:before {
  content: "\f0e1";
}
.wi-moon-alt-waning-gibbous-5:before {
  content: "\f0e2";
}
.wi-moon-alt-waning-gibbous-6:before {
  content: "\f0e3";
}
.wi-moon-alt-third-quarter:before {
  content: "\f0e4";
}
.wi-moon-alt-waning-crescent-1:before {
  content: "\f0e5";
}
.wi-moon-alt-waning-crescent-2:before {
  content: "\f0e6";
}
.wi-moon-alt-waning-crescent-3:before {
  content: "\f0e7";
}
.wi-moon-alt-waning-crescent-4:before {
  content: "\f0e8";
}
.wi-moon-alt-waning-crescent-5:before {
  content: "\f0e9";
}
.wi-moon-alt-waning-crescent-6:before {
  content: "\f0ea";
}
.wi-moon-0:before {
  content: "\f095";
}
.wi-moon-1:before {
  content: "\f096";
}
.wi-moon-2:before {
  content: "\f097";
}
.wi-moon-3:before {
  content: "\f098";
}
.wi-moon-4:before {
  content: "\f099";
}
.wi-moon-5:before {
  content: "\f09a";
}
.wi-moon-6:before {
  content: "\f09b";
}
.wi-moon-7:before {
  content: "\f09c";
}
.wi-moon-8:before {
  content: "\f09d";
}
.wi-moon-9:before {
  content: "\f09e";
}
.wi-moon-10:before {
  content: "\f09f";
}
.wi-moon-11:before {
  content: "\f0a0";
}
.wi-moon-12:before {
  content: "\f0a1";
}
.wi-moon-13:before {
  content: "\f0a2";
}
.wi-moon-14:before {
  content: "\f0a3";
}
.wi-moon-15:before {
  content: "\f0a4";
}
.wi-moon-16:before {
  content: "\f0a5";
}
.wi-moon-17:before {
  content: "\f0a6";
}
.wi-moon-18:before {
  content: "\f0a7";
}
.wi-moon-19:before {
  content: "\f0a8";
}
.wi-moon-20:before {
  content: "\f0a9";
}
.wi-moon-21:before {
  content: "\f0aa";
}
.wi-moon-22:before {
  content: "\f0ab";
}
.wi-moon-23:before {
  content: "\f0ac";
}
.wi-moon-24:before {
  content: "\f0ad";
}
.wi-moon-25:before {
  content: "\f0ae";
}
.wi-moon-26:before {
  content: "\f0af";
}
.wi-moon-27:before {
  content: "\f0b0";
}
.wi-time-1:before {
  content: "\f08a";
}
.wi-time-2:before {
  content: "\f08b";
}
.wi-time-3:before {
  content: "\f08c";
}
.wi-time-4:before {
  content: "\f08d";
}
.wi-time-5:before {
  content: "\f08e";
}
.wi-time-6:before {
  content: "\f08f";
}
.wi-time-7:before {
  content: "\f090";
}
.wi-time-8:before {
  content: "\f091";
}
.wi-time-9:before {
  content: "\f092";
}
.wi-time-10:before {
  content: "\f093";
}
.wi-time-11:before {
  content: "\f094";
}
.wi-time-12:before {
  content: "\f089";
}
.wi-direction-up:before {
  content: "\f058";
}
.wi-direction-up-right:before {
  content: "\f057";
}
.wi-direction-right:before {
  content: "\f04d";
}
.wi-direction-down-right:before {
  content: "\f088";
}
.wi-direction-down:before {
  content: "\f044";
}
.wi-direction-down-left:before {
  content: "\f043";
}
.wi-direction-left:before {
  content: "\f048";
}
.wi-direction-up-left:before {
  content: "\f087";
}
.wi-wind-beaufort-0:before {
  content: "\f0b7";
}
.wi-wind-beaufort-1:before {
  content: "\f0b8";
}
.wi-wind-beaufort-2:before {
  content: "\f0b9";
}
.wi-wind-beaufort-3:before {
  content: "\f0ba";
}
.wi-wind-beaufort-4:before {
  content: "\f0bb";
}
.wi-wind-beaufort-5:before {
  content: "\f0bc";
}
.wi-wind-beaufort-6:before {
  content: "\f0bd";
}
.wi-wind-beaufort-7:before {
  content: "\f0be";
}
.wi-wind-beaufort-8:before {
  content: "\f0bf";
}
.wi-wind-beaufort-9:before {
  content: "\f0c0";
}
.wi-wind-beaufort-10:before {
  content: "\f0c1";
}
.wi-wind-beaufort-11:before {
  content: "\f0c2";
}
.wi-wind-beaufort-12:before {
  content: "\f0c3";
}
.wi-yahoo-0:before {
  content: "\f056";
}
.wi-yahoo-1:before {
  content: "\f00e";
}
.wi-yahoo-2:before {
  content: "\f073";
}
.wi-yahoo-3:before {
  content: "\f01e";
}
.wi-yahoo-4:before {
  content: "\f01e";
}
.wi-yahoo-5:before {
  content: "\f017";
}
.wi-yahoo-6:before {
  content: "\f017";
}
.wi-yahoo-7:before {
  content: "\f017";
}
.wi-yahoo-8:before {
  content: "\f015";
}
.wi-yahoo-9:before {
  content: "\f01a";
}
.wi-yahoo-10:before {
  content: "\f015";
}
.wi-yahoo-11:before {
  content: "\f01a";
}
.wi-yahoo-12:before {
  content: "\f01a";
}
.wi-yahoo-13:before {
  content: "\f01b";
}
.wi-yahoo-14:before {
  content: "\f00a";
}
.wi-yahoo-15:before {
  content: "\f064";
}
.wi-yahoo-16:before {
  content: "\f01b";
}
.wi-yahoo-17:before {
  content: "\f015";
}
.wi-yahoo-18:before {
  content: "\f017";
}
.wi-yahoo-19:before {
  content: "\f063";
}
.wi-yahoo-20:before {
  content: "\f014";
}
.wi-yahoo-21:before {
  content: "\f021";
}
.wi-yahoo-22:before {
  content: "\f062";
}
.wi-yahoo-23:before {
  content: "\f050";
}
.wi-yahoo-24:before {
  content: "\f050";
}
.wi-yahoo-25:before {
  content: "\f076";
}
.wi-yahoo-26:before {
  content: "\f013";
}
.wi-yahoo-27:before {
  content: "\f031";
}
.wi-yahoo-28:before {
  content: "\f002";
}
.wi-yahoo-29:before {
  content: "\f031";
}
.wi-yahoo-30:before {
  content: "\f002";
}
.wi-yahoo-31:before {
  content: "\f02e";
}
.wi-yahoo-32:before {
  content: "\f00d";
}
.wi-yahoo-33:before {
  content: "\f083";
}
.wi-yahoo-34:before {
  content: "\f00c";
}
.wi-yahoo-35:before {
  content: "\f017";
}
.wi-yahoo-36:before {
  content: "\f072";
}
.wi-yahoo-37:before {
  content: "\f00e";
}
.wi-yahoo-38:before {
  content: "\f00e";
}
.wi-yahoo-39:before {
  content: "\f00e";
}
.wi-yahoo-40:before {
  content: "\f01a";
}
.wi-yahoo-41:before {
  content: "\f064";
}
.wi-yahoo-42:before {
  content: "\f01b";
}
.wi-yahoo-43:before {
  content: "\f064";
}
.wi-yahoo-44:before {
  content: "\f00c";
}
.wi-yahoo-45:before {
  content: "\f00e";
}
.wi-yahoo-46:before {
  content: "\f01b";
}
.wi-yahoo-47:before {
  content: "\f00e";
}
.wi-yahoo-3200:before {
  content: "\f077";
}
.wi-forecast-io-clear-day:before {
  content: "\f00d";
}
.wi-forecast-io-clear-night:before {
  content: "\f02e";
}
.wi-forecast-io-rain:before {
  content: "\f019";
}
.wi-forecast-io-snow:before {
  content: "\f01b";
}
.wi-forecast-io-sleet:before {
  content: "\f0b5";
}
.wi-forecast-io-wind:before {
  content: "\f050";
}
.wi-forecast-io-fog:before {
  content: "\f014";
}
.wi-forecast-io-cloudy:before {
  content: "\f013";
}
.wi-forecast-io-partly-cloudy-day:before {
  content: "\f002";
}
.wi-forecast-io-partly-cloudy-night:before {
  content: "\f031";
}
.wi-forecast-io-hail:before {
  content: "\f015";
}
.wi-forecast-io-thunderstorm:before {
  content: "\f01e";
}
.wi-forecast-io-tornado:before {
  content: "\f056";
}
.wi-wmo4680-0:before,
.wi-wmo4680-00:before {
  content: "\f055";
}
.wi-wmo4680-1:before,
.wi-wmo4680-01:before {
  content: "\f013";
}
.wi-wmo4680-2:before,
.wi-wmo4680-02:before {
  content: "\f055";
}
.wi-wmo4680-3:before,
.wi-wmo4680-03:before {
  content: "\f013";
}
.wi-wmo4680-4:before,
.wi-wmo4680-04:before {
  content: "\f014";
}
.wi-wmo4680-5:before,
.wi-wmo4680-05:before {
  content: "\f014";
}
.wi-wmo4680-10:before {
  content: "\f014";
}
.wi-wmo4680-11:before {
  content: "\f014";
}
.wi-wmo4680-12:before {
  content: "\f016";
}
.wi-wmo4680-18:before {
  content: "\f050";
}
.wi-wmo4680-20:before {
  content: "\f014";
}
.wi-wmo4680-21:before {
  content: "\f017";
}
.wi-wmo4680-22:before {
  content: "\f017";
}
.wi-wmo4680-23:before {
  content: "\f019";
}
.wi-wmo4680-24:before {
  content: "\f01b";
}
.wi-wmo4680-25:before {
  content: "\f015";
}
.wi-wmo4680-26:before {
  content: "\f01e";
}
.wi-wmo4680-27:before {
  content: "\f063";
}
.wi-wmo4680-28:before {
  content: "\f063";
}
.wi-wmo4680-29:before {
  content: "\f063";
}
.wi-wmo4680-30:before {
  content: "\f014";
}
.wi-wmo4680-31:before {
  content: "\f014";
}
.wi-wmo4680-32:before {
  content: "\f014";
}
.wi-wmo4680-33:before {
  content: "\f014";
}
.wi-wmo4680-34:before {
  content: "\f014";
}
.wi-wmo4680-35:before {
  content: "\f014";
}
.wi-wmo4680-40:before {
  content: "\f017";
}
.wi-wmo4680-41:before {
  content: "\f01c";
}
.wi-wmo4680-42:before {
  content: "\f019";
}
.wi-wmo4680-43:before {
  content: "\f01c";
}
.wi-wmo4680-44:before {
  content: "\f019";
}
.wi-wmo4680-45:before {
  content: "\f015";
}
.wi-wmo4680-46:before {
  content: "\f015";
}
.wi-wmo4680-47:before {
  content: "\f01b";
}
.wi-wmo4680-48:before {
  content: "\f01b";
}
.wi-wmo4680-50:before {
  content: "\f01c";
}
.wi-wmo4680-51:before {
  content: "\f01c";
}
.wi-wmo4680-52:before {
  content: "\f019";
}
.wi-wmo4680-53:before {
  content: "\f019";
}
.wi-wmo4680-54:before {
  content: "\f076";
}
.wi-wmo4680-55:before {
  content: "\f076";
}
.wi-wmo4680-56:before {
  content: "\f076";
}
.wi-wmo4680-57:before {
  content: "\f01c";
}
.wi-wmo4680-58:before {
  content: "\f019";
}
.wi-wmo4680-60:before {
  content: "\f01c";
}
.wi-wmo4680-61:before {
  content: "\f01c";
}
.wi-wmo4680-62:before {
  content: "\f019";
}
.wi-wmo4680-63:before {
  content: "\f019";
}
.wi-wmo4680-64:before {
  content: "\f015";
}
.wi-wmo4680-65:before {
  content: "\f015";
}
.wi-wmo4680-66:before {
  content: "\f015";
}
.wi-wmo4680-67:before {
  content: "\f017";
}
.wi-wmo4680-68:before {
  content: "\f017";
}
.wi-wmo4680-70:before {
  content: "\f01b";
}
.wi-wmo4680-71:before {
  content: "\f01b";
}
.wi-wmo4680-72:before {
  content: "\f01b";
}
.wi-wmo4680-73:before {
  content: "\f01b";
}
.wi-wmo4680-74:before {
  content: "\f076";
}
.wi-wmo4680-75:before {
  content: "\f076";
}
.wi-wmo4680-76:before {
  content: "\f076";
}
.wi-wmo4680-77:before {
  content: "\f01b";
}
.wi-wmo4680-78:before {
  content: "\f076";
}
.wi-wmo4680-80:before {
  content: "\f019";
}
.wi-wmo4680-81:before {
  content: "\f01c";
}
.wi-wmo4680-82:before {
  content: "\f019";
}
.wi-wmo4680-83:before {
  content: "\f019";
}
.wi-wmo4680-84:before {
  content: "\f01d";
}
.wi-wmo4680-85:before {
  content: "\f017";
}
.wi-wmo4680-86:before {
  content: "\f017";
}
.wi-wmo4680-87:before {
  content: "\f017";
}
.wi-wmo4680-89:before {
  content: "\f015";
}
.wi-wmo4680-90:before {
  content: "\f016";
}
.wi-wmo4680-91:before {
  content: "\f01d";
}
.wi-wmo4680-92:before {
  content: "\f01e";
}
.wi-wmo4680-93:before {
  content: "\f01e";
}
.wi-wmo4680-94:before {
  content: "\f016";
}
.wi-wmo4680-95:before {
  content: "\f01e";
}
.wi-wmo4680-96:before {
  content: "\f01e";
}
.wi-wmo4680-99:before {
  content: "\f056";
}
.wi-owm-200:before {
  content: "\f01e";
}
.wi-owm-201:before {
  content: "\f01e";
}
.wi-owm-202:before {
  content: "\f01e";
}
.wi-owm-210:before {
  content: "\f016";
}
.wi-owm-211:before {
  content: "\f016";
}
.wi-owm-212:before {
  content: "\f016";
}
.wi-owm-221:before {
  content: "\f016";
}
.wi-owm-230:before {
  content: "\f01e";
}
.wi-owm-231:before {
  content: "\f01e";
}
.wi-owm-232:before {
  content: "\f01e";
}
.wi-owm-300:before {
  content: "\f01c";
}
.wi-owm-301:before {
  content: "\f01c";
}
.wi-owm-302:before {
  content: "\f019";
}
.wi-owm-310:before {
  content: "\f017";
}
.wi-owm-311:before {
  content: "\f019";
}
.wi-owm-312:before {
  content: "\f019";
}
.wi-owm-313:before {
  content: "\f01a";
}
.wi-owm-314:before {
  content: "\f019";
}
.wi-owm-321:before {
  content: "\f01c";
}
.wi-owm-500:before {
  content: "\f01c";
}
.wi-owm-501:before {
  content: "\f019";
}
.wi-owm-502:before {
  content: "\f019";
}
.wi-owm-503:before {
  content: "\f019";
}
.wi-owm-504:before {
  content: "\f019";
}
.wi-owm-511:before {
  content: "\f017";
}
.wi-owm-520:before {
  content: "\f01a";
}
.wi-owm-521:before {
  content: "\f01a";
}
.wi-owm-522:before {
  content: "\f01a";
}
.wi-owm-531:before {
  content: "\f01d";
}
.wi-owm-600:before {
  content: "\f01b";
}
.wi-owm-601:before {
  content: "\f01b";
}
.wi-owm-602:before {
  content: "\f0b5";
}
.wi-owm-611:before {
  content: "\f017";
}
.wi-owm-612:before {
  content: "\f017";
}
.wi-owm-615:before {
  content: "\f017";
}
.wi-owm-616:before {
  content: "\f017";
}
.wi-owm-620:before {
  content: "\f017";
}
.wi-owm-621:before {
  content: "\f01b";
}
.wi-owm-622:before {
  content: "\f01b";
}
.wi-owm-701:before {
  content: "\f01a";
}
.wi-owm-711:before {
  content: "\f062";
}
.wi-owm-721:before {
  content: "\f0b6";
}
.wi-owm-731:before {
  content: "\f063";
}
.wi-owm-741:before {
  content: "\f014";
}
.wi-owm-761:before {
  content: "\f063";
}
.wi-owm-762:before {
  content: "\f063";
}
.wi-owm-771:before {
  content: "\f011";
}
.wi-owm-781:before {
  content: "\f056";
}
.wi-owm-800:before {
  content: "\f00d";
}
.wi-owm-801:before {
  content: "\f011";
}
.wi-owm-802:before {
  content: "\f011";
}
.wi-owm-803:before {
  content: "\f012";
}
.wi-owm-804:before {
  content: "\f013";
}
.wi-owm-900:before {
  content: "\f056";
}
.wi-owm-901:before {
  content: "\f01d";
}
.wi-owm-902:before {
  content: "\f073";
}
.wi-owm-903:before {
  content: "\f076";
}
.wi-owm-904:before {
  content: "\f072";
}
.wi-owm-905:before {
  content: "\f021";
}
.wi-owm-906:before {
  content: "\f015";
}
.wi-owm-957:before {
  content: "\f050";
}
.wi-owm-day-200:before {
  content: "\f010";
}
.wi-owm-day-201:before {
  content: "\f010";
}
.wi-owm-day-202:before {
  content: "\f010";
}
.wi-owm-day-210:before {
  content: "\f005";
}
.wi-owm-day-211:before {
  content: "\f005";
}
.wi-owm-day-212:before {
  content: "\f005";
}
.wi-owm-day-221:before {
  content: "\f005";
}
.wi-owm-day-230:before {
  content: "\f010";
}
.wi-owm-day-231:before {
  content: "\f010";
}
.wi-owm-day-232:before {
  content: "\f010";
}
.wi-owm-day-300:before {
  content: "\f00b";
}
.wi-owm-day-301:before {
  content: "\f00b";
}
.wi-owm-day-302:before {
  content: "\f008";
}
.wi-owm-day-310:before {
  content: "\f008";
}
.wi-owm-day-311:before {
  content: "\f008";
}
.wi-owm-day-312:before {
  content: "\f008";
}
.wi-owm-day-313:before {
  content: "\f008";
}
.wi-owm-day-314:before {
  content: "\f008";
}
.wi-owm-day-321:before {
  content: "\f00b";
}
.wi-owm-day-500:before {
  content: "\f00b";
}
.wi-owm-day-501:before {
  content: "\f008";
}
.wi-owm-day-502:before {
  content: "\f008";
}
.wi-owm-day-503:before {
  content: "\f008";
}
.wi-owm-day-504:before {
  content: "\f008";
}
.wi-owm-day-511:before {
  content: "\f006";
}
.wi-owm-day-520:before {
  content: "\f009";
}
.wi-owm-day-521:before {
  content: "\f009";
}
.wi-owm-day-522:before {
  content: "\f009";
}
.wi-owm-day-531:before {
  content: "\f00e";
}
.wi-owm-day-600:before {
  content: "\f00a";
}
.wi-owm-day-601:before {
  content: "\f0b2";
}
.wi-owm-day-602:before {
  content: "\f00a";
}
.wi-owm-day-611:before {
  content: "\f006";
}
.wi-owm-day-612:before {
  content: "\f006";
}
.wi-owm-day-615:before {
  content: "\f006";
}
.wi-owm-day-616:before {
  content: "\f006";
}
.wi-owm-day-620:before {
  content: "\f006";
}
.wi-owm-day-621:before {
  content: "\f00a";
}
.wi-owm-day-622:before {
  content: "\f00a";
}
.wi-owm-day-701:before {
  content: "\f009";
}
.wi-owm-day-711:before {
  content: "\f062";
}
.wi-owm-day-721:before {
  content: "\f0b6";
}
.wi-owm-day-731:before {
  content: "\f063";
}
.wi-owm-day-741:before {
  content: "\f003";
}
.wi-owm-day-761:before {
  content: "\f063";
}
.wi-owm-day-762:before {
  content: "\f063";
}
.wi-owm-day-781:before {
  content: "\f056";
}
.wi-owm-day-800:before {
  content: "\f00d";
}
.wi-owm-day-801:before {
  content: "\f000";
}
.wi-owm-day-802:before {
  content: "\f000";
}
.wi-owm-day-803:before {
  content: "\f000";
}
.wi-owm-day-804:before {
  content: "\f00c";
}
.wi-owm-day-900:before {
  content: "\f056";
}
.wi-owm-day-902:before {
  content: "\f073";
}
.wi-owm-day-903:before {
  content: "\f076";
}
.wi-owm-day-904:before {
  content: "\f072";
}
.wi-owm-day-906:before {
  content: "\f004";
}
.wi-owm-day-957:before {
  content: "\f050";
}
.wi-owm-night-200:before {
  content: "\f02d";
}
.wi-owm-night-201:before {
  content: "\f02d";
}
.wi-owm-night-202:before {
  content: "\f02d";
}
.wi-owm-night-210:before {
  content: "\f025";
}
.wi-owm-night-211:before {
  content: "\f025";
}
.wi-owm-night-212:before {
  content: "\f025";
}
.wi-owm-night-221:before {
  content: "\f025";
}
.wi-owm-night-230:before {
  content: "\f02d";
}
.wi-owm-night-231:before {
  content: "\f02d";
}
.wi-owm-night-232:before {
  content: "\f02d";
}
.wi-owm-night-300:before {
  content: "\f02b";
}
.wi-owm-night-301:before {
  content: "\f02b";
}
.wi-owm-night-302:before {
  content: "\f028";
}
.wi-owm-night-310:before {
  content: "\f028";
}
.wi-owm-night-311:before {
  content: "\f028";
}
.wi-owm-night-312:before {
  content: "\f028";
}
.wi-owm-night-313:before {
  content: "\f028";
}
.wi-owm-night-314:before {
  content: "\f028";
}
.wi-owm-night-321:before {
  content: "\f02b";
}
.wi-owm-night-500:before {
  content: "\f02b";
}
.wi-owm-night-501:before {
  content: "\f028";
}
.wi-owm-night-502:before {
  content: "\f028";
}
.wi-owm-night-503:before {
  content: "\f028";
}
.wi-owm-night-504:before {
  content: "\f028";
}
.wi-owm-night-511:before {
  content: "\f026";
}
.wi-owm-night-520:before {
  content: "\f029";
}
.wi-owm-night-521:before {
  content: "\f029";
}
.wi-owm-night-522:before {
  content: "\f029";
}
.wi-owm-night-531:before {
  content: "\f02c";
}
.wi-owm-night-600:before {
  content: "\f02a";
}
.wi-owm-night-601:before {
  content: "\f0b4";
}
.wi-owm-night-602:before {
  content: "\f02a";
}
.wi-owm-night-611:before {
  content: "\f026";
}
.wi-owm-night-612:before {
  content: "\f026";
}
.wi-owm-night-615:before {
  content: "\f026";
}
.wi-owm-night-616:before {
  content: "\f026";
}
.wi-owm-night-620:before {
  content: "\f026";
}
.wi-owm-night-621:before {
  content: "\f02a";
}
.wi-owm-night-622:before {
  content: "\f02a";
}
.wi-owm-night-701:before {
  content: "\f029";
}
.wi-owm-night-711:before {
  content: "\f062";
}
.wi-owm-night-721:before {
  content: "\f0b6";
}
.wi-owm-night-731:before {
  content: "\f063";
}
.wi-owm-night-741:before {
  content: "\f04a";
}
.wi-owm-night-761:before {
  content: "\f063";
}
.wi-owm-night-762:before {
  content: "\f063";
}
.wi-owm-night-781:before {
  content: "\f056";
}
.wi-owm-night-800:before {
  content: "\f02e";
}
.wi-owm-night-801:before {
  content: "\f022";
}
.wi-owm-night-802:before {
  content: "\f022";
}
.wi-owm-night-803:before {
  content: "\f022";
}
.wi-owm-night-804:before {
  content: "\f086";
}
.wi-owm-night-900:before {
  content: "\f056";
}
.wi-owm-night-902:before {
  content: "\f073";
}
.wi-owm-night-903:before {
  content: "\f076";
}
.wi-owm-night-904:before {
  content: "\f072";
}
.wi-owm-night-906:before {
  content: "\f024";
}
.wi-owm-night-957:before {
  content: "\f050";
}
.wi-wu-chanceflurries:before {
  content: "\f064";
}
.wi-wu-chancerain:before {
  content: "\f019";
}
.wi-wu-chancesleat:before {
  content: "\f0b5";
}
.wi-wu-chancesnow:before {
  content: "\f01b";
}
.wi-wu-chancetstorms:before {
  content: "\f01e";
}
.wi-wu-clear:before {
  content: "\f00d";
}
.wi-wu-cloudy:before {
  content: "\f002";
}
.wi-wu-flurries:before {
  content: "\f064";
}
.wi-wu-hazy:before {
  content: "\f0b6";
}
.wi-wu-mostlycloudy:before {
  content: "\f002";
}
.wi-wu-mostlysunny:before {
  content: "\f00d";
}
.wi-wu-partlycloudy:before {
  content: "\f002";
}
.wi-wu-partlysunny:before {
  content: "\f00d";
}
.wi-wu-rain:before {
  content: "\f01a";
}
.wi-wu-sleat:before {
  content: "\f0b5";
}
.wi-wu-snow:before {
  content: "\f01b";
}
.wi-wu-sunny:before {
  content: "\f00d";
}
.wi-wu-tstorms:before {
  content: "\f01e";
}
.wi-wu-unknown:before {
  content: "\f00d";
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}
/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 32px;
  z-index: 1;
}
.datepicker--cell.-focus- {
  background: #f0f0f0;
}
.datepicker--cell.-current- {
  color: #4EB5E6;
}
.datepicker--cell.-current-.-focus- {
  color: #4a4a4a;
}
.datepicker--cell.-current-.-in-range- {
  color: #4EB5E6;
}
.datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, 0.1);
  color: #4a4a4a;
  border-radius: 0;
}
.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae;
}
.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae;
}
.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1;
}
.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae;
}
.datepicker--cell.-range-from- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 4px 0 0 4px;
}
.datepicker--cell.-range-to- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 0 4px 4px 0;
}
.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px;
}
.datepicker--cell.-selected- {
  color: #fff;
  border: none;
  background: #5cc4ef;
}
.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #5cc4ef;
}
.datepicker--cell.-selected-.-focus- {
  background: #45bced;
}
.datepicker--cell:empty {
  cursor: default;
}
.datepicker--days-names {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0 3px;
}
.datepicker--day-name {
  color: #FF9A19;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em;
}
.datepicker--cell-day {
  width: 14.28571%;
}
.datepicker--cells-months {
  height: 170px;
}
.datepicker--cell-month {
  width: 33.33%;
  height: 25%;
}
.datepicker--years {
  height: 170px;
}
.datepicker--cells-years {
  height: 170px;
}
.datepicker--cell-year {
  width: 25%;
  height: 33.33%;
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}
/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0;
}
@media print {
  .datepickers-container {
    display: none;
  }
}
.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  z-index: 100;
}
.datepicker.-from-top- {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.datepicker.-from-right- {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}
.datepicker.-from-bottom- {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}
.datepicker.-from-left- {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}
.datepicker.active {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
}
.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.datepicker-inline .datepicker--pointer {
  display: none;
}
.datepicker--content {
  box-sizing: content-box;
  padding: 4px;
}
.-only-timepicker- .datepicker--content {
  display: none;
}
.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1;
}
.-top-left- .datepicker--pointer,
.-top-center- .datepicker--pointer,
.-top-right- .datepicker--pointer {
  top: calc(96%);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.-right-top- .datepicker--pointer,
.-right-center- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
  right: calc(96%);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.-bottom-left- .datepicker--pointer,
.-bottom-center- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
  bottom: calc(96%);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
.-left-top- .datepicker--pointer,
.-left-center- .datepicker--pointer,
.-left-bottom- .datepicker--pointer {
  left: calc(96%);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.-top-left- .datepicker--pointer,
.-bottom-left- .datepicker--pointer {
  left: 10px;
}
.-top-right- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
  right: 10px;
}
.-top-center- .datepicker--pointer,
.-bottom-center- .datepicker--pointer {
  left: calc(45%);
}
.-left-top- .datepicker--pointer,
.-right-top- .datepicker--pointer {
  top: 10px;
}
.-left-bottom- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
  bottom: 10px;
}
.-left-center- .datepicker--pointer,
.-right-center- .datepicker--pointer {
  top: calc(45%);
}
.datepicker--body {
  display: none;
}
.datepicker--body.active {
  display: block;
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}
/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px;
}
.-only-timepicker- .datepicker--nav {
  display: none;
}
.datepicker--nav-title,
.datepicker--nav-action {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker--nav-action:hover {
  background: #f0f0f0;
}
.datepicker--nav-action.-disabled- {
  visibility: hidden;
}
.datepicker--nav-action svg {
  width: 32px;
  height: 32px;
}
.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px;
}
.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px;
}
.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px;
}
.datepicker--nav-title:hover {
  background: #f0f0f0;
}
.datepicker--nav-title.-disabled- {
  cursor: default;
  background: none;
}
.datepicker--buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef;
}
.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px;
}
.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0;
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}
/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
  border-top: 1px solid #efefef;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px;
  position: relative;
}
.datepicker--time.-am-pm- .datepicker--time-sliders {
  -webkit-flex: 0 1 138px;
  -ms-flex: 0 1 138px;
  flex: 0 1 138px;
  max-width: 138px;
}
.-only-timepicker- .datepicker--time {
  border-top: none;
}
.datepicker--time-sliders {
  -webkit-flex: 0 1 153px;
  -ms-flex: 0 1 153px;
  flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px;
}
.datepicker--time-label {
  display: none;
  font-size: 12px;
}
.datepicker--time-current {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px;
}
.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}
.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1;
}
.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
  content: '';
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}
.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
  opacity: 1;
}
.datepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}
.datepicker--time-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 0.5% 1px no-repeat;
}
.datepicker--time-row:first-child {
  margin-bottom: 4px;
}
.datepicker--time-row input[type='range'] {
  background: none;
  cursor: pointer;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}
.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
}
.datepicker--time-row input[type='range']::-ms-tooltip {
  display: none;
}
.datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type='range']:hover::-moz-range-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type='range']:hover::-ms-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type='range']:focus {
  outline: none;
}
.datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}
.datepicker--time-row input[type='range']:focus::-moz-range-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}
.datepicker--time-row input[type='range']:focus::-ms-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}
.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background .2s;
}
.datepicker--time-row input[type='range']::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background .2s;
}
.datepicker--time-row input[type='range']::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background .2s;
}
.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  margin-top: -6px;
}
.datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}
.datepicker--time-row input[type='range']::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}
.datepicker--time-row input[type='range']::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}
.datepicker--time-row input[type='range']::-ms-fill-lower {
  background: transparent;
}
.datepicker--time-row input[type='range']::-ms-fill-upper {
  background: transparent;
}
.datepicker--time-row span {
  padding: 0 12px;
}
.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em;
}
.datepicker--time-icon:after,
.datepicker--time-icon:before {
  content: '';
  background: currentColor;
  position: absolute;
}
.datepicker--time-icon:after {
  height: .4em;
  width: 1px;
  left: calc(49%);
  top: calc(51%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.datepicker--time-icon:before {
  width: .4em;
  height: 1px;
  top: calc(51%);
  left: calc(49%);
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}
.small {
  font-size: 16px;
}
.fade {
  opacity: 0;
  transition: opacity 0.3s;
}
.fade.in {
  opacity: 1;
}
.table-responsive {
  margin: 26px 0;
  border: 2px solid #000000;
}
.t-vi-by .table-responsive {
  border-color: #000000;
}
.t-vi-bc .table-responsive {
  border-color: #000000;
}
.t-vi-bw .table-responsive {
  border-color: #00007d;
}
.c-btn-prev,
.c-btn-next,
.slick-counter {
  display: none;
}
.o-breadcrumbs {
  display: none !important;
}
body.t-vi-by {
  background: #ffff00;
  color: #000000;
}
body.t-vi-bc {
  background: #fafac8;
  color: #000000;
}
body.t-vi-bw {
  background: #ffffff;
  color: #00007d;
}
a {
  text-decoration: underline;
}
.t-vi-by a,
.t-vi-by a:hover,
.t-vi-by a:focus {
  color: #000000;
}
.t-vi-bc a,
.t-vi-bc a:hover,
.t-vi-bc a:focus {
  color: #000000;
}
.t-vi-bw a,
.t-vi-bw a:hover,
.t-vi-bw a:focus {
  color: #00007d;
}
.c-vi-h2,
.c-page-title {
  display: block;
  text-align: center;
}
ul,
ol {
  margin-bottom: 26px;
  padding-left: 40px;
}
ul ul,
ol ul,
ul ol,
ol ol,
ul li,
ol li {
  margin-bottom: 8px;
}
textarea {
  resize: vertical;
}
abbr[title] {
  border-bottom: 0;
}
a abbr[title] {
  cursor: inherit;
}
blockquote cite {
  display: block;
  margin-top: 16px;
  text-align: right;
  font-size: 16px;
  font-style: normal;
}
.container {
  max-width: 992px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 992px) {
  .container {
    border-left: 2px solid #000000;
    border-right: 2px solid #000000;
  }
  .t-vi-by .container {
    border-color: #000000;
  }
  .t-vi-bc .container {
    border-color: #000000;
  }
  .t-vi-bw .container {
    border-color: #00007d;
  }
}
.t-vi-by .table > thead > tr > th,
.t-vi-by .table > tbody > tr > th,
.t-vi-by .table > tfoot > tr > th,
.t-vi-by .table > thead > tr > td,
.t-vi-by .table > tbody > tr > td,
.t-vi-by .table > tfoot > tr > td {
  border-top-color: #000000;
}
.t-vi-by .table > thead > tr > th {
  border-bottom-color: #000000;
}
.t-vi-bc .table > thead > tr > th,
.t-vi-bc .table > tbody > tr > th,
.t-vi-bc .table > tfoot > tr > th,
.t-vi-bc .table > thead > tr > td,
.t-vi-bc .table > tbody > tr > td,
.t-vi-bc .table > tfoot > tr > td {
  border-top-color: #000000;
}
.t-vi-bc .table > thead > tr > th {
  border-bottom-color: #000000;
}
.t-vi-bw .table > thead > tr > th,
.t-vi-bw .table > tbody > tr > th,
.t-vi-bw .table > tfoot > tr > th,
.t-vi-bw .table > thead > tr > td,
.t-vi-bw .table > tbody > tr > td,
.t-vi-bw .table > tfoot > tr > td {
  border-top-color: #00007d;
}
.t-vi-bw .table > thead > tr > th {
  border-bottom-color: #00007d;
}
.btn,
.form-control {
  border-width: 2px;
}
.t-vi-by .form-control,
.t-vi-by .btn-default {
  background: #ffff00;
  color: #000000;
  border-color: #000000;
}
.t-vi-bc .form-control,
.t-vi-bc .btn-default {
  background: #fafac8;
  color: #000000;
  border-color: #000000;
}
.t-vi-bw .form-control,
.t-vi-bw .btn-default {
  background: #ffffff;
  color: #00007d;
  border-color: #00007d;
}
.t-vi-by .btn-default:hover {
  background: #bdbd00;
}
.t-vi-bc .btn-default:hover {
  background: #f4f48b;
}
.t-vi-bw .btn-default:hover {
  background: #dedede;
}
.radio input[type="radio"],
.checkbox input[type="radio"],
.radio input[type="checkbox"],
.checkbox input[type="checkbox"] {
  margin-left: 2px;
}
.radio label,
.checkbox label {
  padding-left: 27px;
}
.c-video-link {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.c-video-link.t--cap {
  background-size: auto;
}
.c-video-link.t--cap:before {
  background: rgba(0, 0, 0, 0.1);
}
.c-video-link:before {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  position: absolute;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}
.c-video-link > span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 64px;
  height: 64px;
  background: #fff;
  z-index: 2;
  border-radius: 50%;
  transition: 0.3s ease;
}
.c-video-link > span:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  z-index: 2;
  margin-left: 2px;
  transform: translate3d(-50%, -50%, 0);
  border-style: solid;
  border-width: 7px 0 7px 12px;
  border-color: transparent transparent transparent #000000;
  transition: .5s ease;
  transform-origin: center center;
}
.c-video-link:hover > span,
.c-video-link:focus > span,
.c-video-link:active > span {
  transform: translate3d(-50%, -50%, 0) scale(1.1);
}
.c-video-link:hover > span:after,
.c-video-link:focus > span:after,
.c-video-link:active > span:after {
  transform: translate3d(-50%, -50%, 0) scale(1.5);
}
.c-video .embed-responsive-item,
.c-video iframe,
.c-video embed,
.c-video object,
.c-video video {
  z-index: 2;
}
.c-home-online .c-video {
  width: 100%;
  padding-top: 75%;
}
.c-video-link > span:after {
  border-width: 9px 0 9px 16px;
  border-left-color: #000000;
}
.t-vi-by .c-video-link > span {
  background: #ffff00;
}
.t-vi-by .c-video-link > span:after {
  border-left-color: #000000;
}
.t-vi-bc .c-video-link > span {
  background: #fafac8;
}
.t-vi-bc .c-video-link > span:after {
  border-left-color: #000000;
}
.t-vi-bw .c-video-link > span {
  background: #ffffff;
}
.t-vi-bw .c-video-link > span:after {
  border-left-color: #00007d;
}
.c-banner-hamburger,
.c-banner-bottom,
.c-home-top__header,
.ps__scrollbar-x-rail,
.ps__scrollbar-y-rail {
  display: none;
}
.c-banner {
  position: relative;
}
.c-banner-languages {
  position: absolute;
  top: 0;
  right: 0;
}
.c-banner-languages__list {
  display: flex;
  list-style: none;
  margin: 0 -7px;
}
.c-banner-languages__item.is-active .c-banner-languages__link {
  text-decoration: none;
  pointer-events: none;
}
.c-banner-languages__link {
  padding: 5px 7px;
}
.c-vi-box {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.c-vi-box .fa {
  display: block;
}
.c-vi-btn,
.c-vi-scheme-btn {
  margin-left: auto;
  background: none;
  border: 1px solid #000000;
  font-size: 30px;
  -webkit-appearance: none;
  box-shadow: none;
}
.t-vi-by .c-vi-btn,
.t-vi-by .c-vi-scheme-btn {
  border-color: #000000;
}
.t-vi-bc .c-vi-btn,
.t-vi-bc .c-vi-scheme-btn {
  border-color: #000000;
}
.t-vi-bw .c-vi-btn,
.t-vi-bw .c-vi-scheme-btn {
  border-color: #00007d;
}
.c-vi-btn {
  order: 9;
  margin-left: 13px;
  padding: 7px 10px 8px;
}
.c-vi-btn .fa {
  position: relative;
  top: -1px;
}
.c-vi-scheme-box {
  line-height: 0.9;
}
.c-vi-scheme-btn {
  padding: 4px 8px;
}
.c-vi-scheme-btn + .c-vi-scheme-btn {
  margin-left: 3px;
}
.c-vi-scheme-by {
  color: #000000;
  background: #ffff00;
  border-color: #000000;
}
.t-vi-by .c-vi-scheme-by {
  border-width: 2px;
}
.c-vi-scheme-bc {
  color: #000000;
  background: #fafac8;
  border-color: #000000;
}
.t-vi-bc .c-vi-scheme-bc {
  border-width: 2px;
}
.c-vi-scheme-bw {
  color: #00007d;
  background: #ffffff;
  border-color: #00007d;
}
.t-vi-bw .c-vi-scheme-bw {
  border-width: 2px;
}
.c-banner-top {
  display: flex;
  padding: 20px 0;
}
.c-logo-img {
  margin-right: 13px;
}
.c-logo-img img {
  width: 50px;
  height: auto;
}
@media (min-width: 480px) {
  .c-logo-img img {
    width: 60px;
  }
}
@media (min-width: 768px) {
  .c-logo-img {
    margin-right: 20px;
  }
  .c-logo-img img {
    width: 80px;
  }
}
.c-logo-link {
  display: flex;
  align-items: center;
}
.c-banner .c-logo-text {
  display: none;
}
.c-logo-text__main,
.c-logo-text__sub {
  display: block;
}
.c-logo-text .text-main {
  display: block;
  width: 190px;
  height: auto;
  margin: 3px 0;
}
.c-logo-text .text-sub {
  display: block;
  width: 103px;
  height: auto;
}
@media (min-width: 570px) {
  .c-banner .c-logo-text {
    display: block;
  }
  .c-logo-text .text-main {
    width: 220px;
  }
  .c-logo-text .text-sub {
    width: 120px;
  }
}
@media (min-width: 768px) {
  .c-logo-text .text-main {
    width: 328px;
    margin: 5px 0;
  }
  .c-logo-text .text-sub {
    width: 178px;
  }
}
.c-menu-nav {
  text-align: center;
}
.c-menu-nav-title button {
  display: block;
  background: transparent;
  border: 0;
}
.c-banner .c-menu-nav-title {
  margin: 0 -20px -2px;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
}
.c-banner .c-menu-nav-title button {
  padding: 13px 20px;
  width: 100%;
}
.c-footer .c-menu-nav-title button {
  padding: 0;
  pointer-events: none;
}
@media (min-width: 992px) {
  .c-banner .c-menu-nav-title {
    border: 0;
  }
  .c-banner .c-menu-nav-title button {
    pointer-events: none;
    outline: none !important;
  }
}
@media (max-width: 991px) {
  .t-vi-by .c-banner .c-menu-nav-title button:hover {
    background: #bdbd00;
  }
  .t-vi-bc .c-banner .c-menu-nav-title button:hover {
    background: #f4f48b;
  }
  .t-vi-bw .c-banner .c-menu-nav-title button:hover {
    background: #dedede;
  }
  .c-banner .c-menu-nav-title button:hover {
    background: #dedede;
  }
}
.t-vi-by .c-menu-nav-title {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.t-vi-bc .c-menu-nav-title {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.t-vi-bw .c-menu-nav-title {
  border-top-color: #00007d;
  border-bottom-color: #00007d;
}
.c-menu-list {
  padding-left: 0;
  list-style: none;
}
.c-menu-list a {
  display: inline-block;
}
.c-banner .c-menu-list {
  display: none;
  margin: 0 -20px;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
}
.c-banner .c-menu-list a {
  padding: 13px 20px;
}
.t-vi-by .c-banner .c-menu-list {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.t-vi-bc .c-banner .c-menu-list {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.t-vi-bw .c-banner .c-menu-list {
  border-top-color: #00007d;
  border-bottom-color: #00007d;
}
@media (max-width: 991px) {
  .c-banner .c-menu-list {
    padding: 6.5px 0 13px;
  }
}
@media (min-width: 992px) {
  .c-banner .c-menu-list {
    display: flex;
  }
  .c-banner .c-menu-list li {
    flex-grow: 1;
  }
  .c-banner .c-menu-list li + li {
    border-left: 2px solid #000000;
  }
  .t-vi-by .c-banner .c-menu-list li + li {
    border-left-color: #000000;
  }
  .t-vi-bc .c-banner .c-menu-list li + li {
    border-left-color: #000000;
  }
  .t-vi-bw .c-banner .c-menu-list li + li {
    border-left-color: #00007d;
  }
}
@media (max-width: 991px) {
  .c-banner .c-vi-nav-shown .c-menu-list {
    display: block;
  }
}
.c-menu-item {
  margin-bottom: 0;
}
.c-search + .c-home-flex {
  margin-top: 26px;
  padding-top: 1px;
}
.c-search + .c-home-flex > .c-home-flex__col + .c-home-flex__col {
  margin-top: -26px;
}
.c-search-col {
  margin: 26px 0;
}
.c-search-col:nth-child(1):not(:last-child) {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-search-date,
.c-event-date {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.c-search-date__day,
.c-search-weather__degrees,
.c-event-date__day {
  vertical-align: top;
  font-size: 50px;
  font-weight: bold;
  line-height: 0.8;
}
@media (min-width: 480px) {
  .c-search-date__day,
  .c-search-weather__degrees,
  .c-event-date__day {
    font-size: 64px;
  }
}
.c-event-date__day,
.c-search-date__day {
  margin-right: 13px;
}
.c-event-date__day {
  color: #000000 !important;
}
.t-vi-by .c-event-date__day {
  color: #000000 !important;
}
.t-vi-bc .c-event-date__day {
  color: #000000 !important;
}
.t-vi-bw .c-event-date__day {
  color: #00007d !important;
}
.c-event-date__month,
.c-event-date__year,
.c-search-date__month,
.c-search-date__year,
.c-search-date__weekday,
.c-event-date__time {
  display: block;
}
.c-search-date__side,
.c-event-date__side {
  font-size: 14px;
  line-height: 1.4;
}
.c-search-date__weekday,
.c-event-date__time {
  font-weight: bold;
}
.c-search-weather__icon {
  font-size: 25px;
}
.c-search-weather__icon .wi {
  display: none;
}
.c-search-form {
  display: flex;
}
.c-search-form__input {
  display: block;
  width: 100%;
  height: 42px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.65;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #000000;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  border-width: 2px;
}
.c-search-form__input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.c-search-form__input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.c-search-form__input:-ms-input-placeholder {
  color: #999;
}
.c-search-form__input::-webkit-input-placeholder {
  color: #999;
}
.c-search-form__input::-ms-expand {
  border: 0;
  background-color: transparent;
}
.c-search-form__input[disabled],
.c-search-form__input[readonly],
fieldset[disabled] .c-search-form__input {
  background-color: #eeeeee;
  opacity: 1;
}
.c-search-form__input[disabled],
fieldset[disabled] .c-search-form__input {
  cursor: not-allowed;
}
textarea.c-search-form__input {
  height: auto;
}
.t-vi-by .c-search-form__input {
  background: #ffff00;
  color: #000000;
  border-color: #000000;
}
.t-vi-bc .c-search-form__input {
  background: #fafac8;
  color: #000000;
  border-color: #000000;
}
.t-vi-bw .c-search-form__input {
  background: #ffffff;
  color: #00007d;
  border-color: #00007d;
}
@media (min-width: 480px) {
  .c-search-form__input {
    height: 52px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.4;
    border-radius: 0px;
  }
  select.c-search-form__input {
    height: 52px;
    line-height: 52px;
  }
  textarea.c-search-form__input,
  select[multiple].c-search-form__input {
    height: auto;
  }
}
.c-search-form__btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.65;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-width: 2px;
  color: #000000;
  background-color: #fff;
  border-color: #000000;
  order: -1;
  margin-right: 13px;
}
.c-search-form__btn:focus,
.c-search-form__btn:active:focus,
.c-search-form__btn.active:focus,
.c-search-form__btn.focus,
.c-search-form__btn:active.focus,
.c-search-form__btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.c-search-form__btn:hover,
.c-search-form__btn:focus,
.c-search-form__btn.focus {
  color: #000000;
  text-decoration: none;
}
.c-search-form__btn:active,
.c-search-form__btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.c-search-form__btn.disabled,
.c-search-form__btn[disabled],
fieldset[disabled] .c-search-form__btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.c-search-form__btn.disabled,
fieldset[disabled] a.c-search-form__btn {
  pointer-events: none;
}
.c-search-form__btn:focus,
.c-search-form__btn.focus {
  color: #000000;
  background-color: #e6e6e6;
  border-color: #000000;
}
.c-search-form__btn:hover {
  color: #000000;
  background-color: #e6e6e6;
  border-color: #000000;
}
.c-search-form__btn:active,
.c-search-form__btn.active,
.open > .dropdown-toggle.c-search-form__btn {
  color: #000000;
  background-color: #e6e6e6;
  border-color: #000000;
}
.c-search-form__btn:active:hover,
.c-search-form__btn.active:hover,
.open > .dropdown-toggle.c-search-form__btn:hover,
.c-search-form__btn:active:focus,
.c-search-form__btn.active:focus,
.open > .dropdown-toggle.c-search-form__btn:focus,
.c-search-form__btn:active.focus,
.c-search-form__btn.active.focus,
.open > .dropdown-toggle.c-search-form__btn.focus {
  color: #000000;
  background-color: #d4d4d4;
  border-color: #000000;
}
.c-search-form__btn:active,
.c-search-form__btn.active,
.open > .dropdown-toggle.c-search-form__btn {
  background-image: none;
}
.c-search-form__btn.disabled:hover,
.c-search-form__btn[disabled]:hover,
fieldset[disabled] .c-search-form__btn:hover,
.c-search-form__btn.disabled:focus,
.c-search-form__btn[disabled]:focus,
fieldset[disabled] .c-search-form__btn:focus,
.c-search-form__btn.disabled.focus,
.c-search-form__btn[disabled].focus,
fieldset[disabled] .c-search-form__btn.focus {
  background-color: #fff;
  border-color: #000000;
}
.c-search-form__btn .badge {
  color: #fff;
  background-color: #000000;
}
.t-vi-by .c-search-form__btn {
  background: #ffff00;
  color: #000000;
  border-color: #000000;
}
.t-vi-bc .c-search-form__btn {
  background: #fafac8;
  color: #000000;
  border-color: #000000;
}
.t-vi-bw .c-search-form__btn {
  background: #ffffff;
  color: #00007d;
  border-color: #00007d;
}
.t-vi-by .c-search-form__btn:hover {
  background: #bdbd00;
}
.t-vi-bc .c-search-form__btn:hover {
  background: #f4f48b;
}
.t-vi-bw .c-search-form__btn:hover {
  background: #dedede;
}
.t-vi-by .c-search-form__btn:hover {
  background: #bdbd00;
}
.t-vi-bc .c-search-form__btn:hover {
  background: #f4f48b;
}
.t-vi-bw .c-search-form__btn:hover {
  background: #dedede;
}
.c-search-form__btn .fa {
  display: none;
}
@media (min-width: 480px) {
  .c-search-form__btn {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.4;
    border-radius: 0px;
  }
  .c-search-form__btn .fa {
    display: inline-block;
    margin: 0 4px -2px 0;
    vertical-align: top;
    font-size: 26px;
  }
}
.c-footer {
  margin: 0 -20px;
  padding: 20px;
  border-top: 2px solid #000000;
}
.c-footer .c-logo {
  display: flex;
  justify-content: center;
}
.c-footer .c-menu-nav {
  text-align: left;
}
.c-footer .c-menu-list li {
  margin-bottom: 8px;
  border: 0;
}
.c-footer .c-menu-nav-title,
.c-footer .c-footer-contacts__title {
  margin-top: 0;
}
.t-vi-by .c-footer {
  border-top-color: #000000;
}
.t-vi-bc .c-footer {
  border-top-color: #000000;
}
.t-vi-bw .c-footer {
  border-top-color: #00007d;
}
.c-footer-top-wrap {
  display: flex;
  flex-wrap: wrap;
}
.c-footer-top-col {
  width: 100%;
  margin-bottom: 26px;
}
@media (min-width: 480px) {
  .c-footer-top-col:nth-child(2) {
    padding-right: 20px;
  }
  .c-footer-top-col:nth-child(2),
  .c-footer-top-col:nth-child(3) {
    width: 50%;
  }
}
.c-footer-bottom-col {
  margin-bottom: 26px;
  font-size: 14px;
}
.c-footer-bottom-col:nth-child(1) {
  flex-grow: 1;
}
@media (min-width: 480px) {
  .c-footer-bottom-wrap {
    display: flex;
    align-items: flex-end;
  }
}
.c-footer-contacts__title {
  display: block;
}
.c-footer-copy {
  display: block;
}
@media (min-width: 480px) {
  .c-footer-copy {
    padding-right: 26px;
  }
}
.c-footer-made {
  display: inline-block;
  white-space: nowrap;
}
.t-vi .c-footer-bottom-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .t-vi .c-footer-bottom-wrap {
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .t-vi .c-footer-bottom-wrap {
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .t-vi .c-footer-bottom-col {
    text-align: center;
  }
}
.t-vi .c-footer-bottom-col.for-blind {
  display: none;
}
.t-vi .c-footer-bottom-col:last-child img {
  width: 50px;
  margin-left: 10px;
  margin-top: -5px;
}
.c-home-top {
  padding-top: 1px;
}
.c-home-top__content-item {
  padding: 1px 0;
}
.c-home-top__more {
  margin-bottom: 26px;
  display: inline-block;
  font-weight: bold;
}
.c-home-report {
  max-width: 620px;
  margin: 0 auto;
}
.c-home-report__title {
  text-align: center;
}
.c-home-report__list {
  border-left: 2px solid;
  padding-left: 20px;
}
.c-home-report__item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 20px;
  width: 100%;
  margin-bottom: 8px;
  line-height: 1.4;
}
.c-home-report__item-label {
  font-weight: 700;
}
.c-home-services > .c-vi-h2 {
  margin-bottom: 0;
}
.c-home-services__nav {
  display: none;
}
@media (min-width: 768px) {
  .c-home-services__content {
    margin-left: -20px;
    margin-right: -20px;
    display: flex;
    justify-content: space-around;
  }
}
.c-home-services__content-item {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 26px;
}
.c-home-services__content-item .o-heading {
  margin-top: 13px;
}
.c-home-services__content-item .o-heading svg {
  margin-bottom: -2px;
}
@media (min-width: 768px) {
  .c-home-services__content-item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.t-vi-by .c-home-services__content-item .o-heading svg {
  fill: #000000;
}
.t-vi-bc .c-home-services__content-item .o-heading svg {
  fill: #000000;
}
.t-vi-bw .c-home-services__content-item .o-heading svg {
  fill: #00007d;
}
.c-home-services__content-row {
  margin-left: 6.5px;
  padding-left: 13px;
  border-left: 2px solid #000000;
  margin-bottom: 0;
}
.t-vi-by .c-home-services__content-row {
  border-color: #000000;
}
.t-vi-bc .c-home-services__content-row {
  border-color: #000000;
}
.t-vi-bw .c-home-services__content-row {
  border-color: #00007d;
}
@media (min-width: 768px) {
  .c-home-services__content-row {
    margin-left: 20px;
    padding-left: 20px;
  }
}
.c-home-services__list {
  margin-bottom: 0;
}
.c-home-services__link {
  display: inline-block;
  text-decoration: none;
}
.c-home-services__link:hover .c-home-services__title {
  text-decoration: none;
}
.c-home-services__number {
  float: left;
}
.c-home-services__title {
  display: block;
  margin-left: 26px;
  text-decoration: underline;
}
.c-news-article {
  margin-top: 26px;
  margin-bottom: 26px;
}
.c-news-article__time {
  display: block;
}
.c-news-article__title-link {
  display: inline-block;
  margin: -2px 0 4px;
}
.c-news-article__title {
  margin: 0;
  font-size: 23px;
}
.c-news-article__text {
  display: block;
}
.c-news-article__more {
  display: none;
}
.c-home-advertisements,
.c-home-advertisements__footer {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}
.c-home-announcements,
.c-home-announcements__footer {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}
.c-home-online,
.c-home-top__content-footer {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}
.c-home-online__nav {
  display: flex;
  margin: 0;
  border: 2px solid #000000;
  text-align: center;
}
.c-home-online__nav li {
  flex-grow: 1;
  margin: 0;
}
.c-home-online__nav li + li {
  border-left: 2px solid #000000;
}
.c-home-online__nav a {
  display: block;
  padding: 13px 20px;
}
.t-vi-by .c-home-online__nav {
  border-color: #000000;
}
.t-vi-by .c-home-online__nav li + li {
  border-left-color: #000000;
}
.t-vi-bc .c-home-online__nav {
  border-color: #000000;
}
.t-vi-bc .c-home-online__nav li + li {
  border-left-color: #000000;
}
.t-vi-bw .c-home-online__nav {
  border-color: #00007d;
}
.t-vi-bw .c-home-online__nav li + li {
  border-left-color: #00007d;
}
.c-home-online__nav-item a:hover {
  background: #dedede;
}
.c-home-online__nav-item.active a {
  text-decoration: none;
  background: #b8b8b8;
}
.t-vi-by .c-home-online__nav-item a:hover {
  background: #bdbd00;
}
.t-vi-by .c-home-online__nav-item.active a {
  background: #8f8f00;
}
.t-vi-bc .c-home-online__nav-item a:hover {
  background: #f4f48b;
}
.t-vi-bc .c-home-online__nav-item.active a {
  background: #f0f058;
}
.t-vi-bw .c-home-online__nav-item a:hover {
  background: #dedede;
}
.c-home-online__content {
  margin-bottom: 26px;
}
.c-home-online__content-item:not(.active) {
  position: absolute;
  top: 0;
  left: 0;
}
.c-home-online__side-item .title {
  display: block;
  margin: 26px 0 13px;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.3;
}
.c-home-online__footer {
  margin-top: 26px;
}
.c-home-contacts .c-home-contacts__col {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}
.c-home-contacts__col .h6,
.c-home-contacts__col .title {
  display: block;
  margin: 26px 0 13px;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.3;
}
.c-home-contacts__col a {
  display: inline-block;
}
.c-home-contacts__col dt,
.c-home-contacts__col dd {
  margin: 0 0 13px;
}
.c-home-contacts__col dt {
  float: left;
}
.c-home-contacts__col dd {
  margin-left: 60px;
}
.c-home-contacts__request-list {
  margin-bottom: 26px;
}
.c-home-contacts__request-link .fa {
  margin: 0 10px 0 20px;
  font-size: 22px;
}
.c-home-information__body,
.c-home-information__footer {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}
.c-home-flex {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}
.c-home-flex__col {
  margin: 26px 0;
  padding-bottom: 1px;
}
.c-event {
  display: block;
  margin: 26px 0 52px;
  padding: 13px 0;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  text-decoration: none;
}
.t-vi-by .c-event {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.t-vi-bc .c-event {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.t-vi-bw .c-event {
  border-top-color: #00007d;
  border-bottom-color: #00007d;
}
.c-event-wrap {
  display: flex;
  align-items: center;
}
.c-event-title {
  display: block;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.3;
}
a.c-event .c-event-title {
  text-decoration: underline;
}
a.c-event:hover .c-event-title {
  text-decoration: none;
}
.c-event-date {
  order: -1;
}
.c-home-video__header,
.c-home-photo__header {
  display: block;
}
.c-home-video__slider,
.c-home-photo__slider {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.c-home-video__slide,
.c-home-photo__slide {
  width: 100%;
  margin-bottom: 26px;
  padding: 0 10px;
}
.c-home-video__slide:nth-child(4) ~ .c-home-video__slide,
.c-home-video__slide:nth-child(4) ~ .c-home-photo__slide,
.c-home-photo__slide:nth-child(4) ~ .c-home-video__slide,
.c-home-photo__slide:nth-child(4) ~ .c-home-photo__slide {
  display: none;
}
@media (min-width: 768px) {
  .c-home-video__slide,
  .c-home-photo__slide {
    width: 50%;
  }
}
.c-home-video__title,
.c-home-photo__title {
  display: block;
  margin: 8px 0 0;
  font-size: 20px;
  line-height: 1.65;
}
.c-home-photo__header .title {
  color: #000000 !important;
}
.t-vi-by .c-home-photo__header .title {
  color: #000000 !important;
}
.t-vi-bc .c-home-photo__header .title {
  color: #000000 !important;
}
.t-vi-bw .c-home-photo__header .title {
  color: #00007d !important;
}
.c-home-photo__slide {
  display: block;
  text-decoration: none;
}
.c-home-photo__slide:hover .c-home-photo__title {
  text-decoration: none;
}
.c-home-photo__bg {
  padding-top: 105.55555556%;
  background-size: cover;
}
.c-home-photo__title {
  display: block;
  margin-bottom: 0;
  text-decoration: underline;
}
.c-home-photo__author {
  font-weight: normal;
  color: #000000 !important;
}
.t-vi-by .c-home-photo__author {
  color: #000000 !important;
}
.t-vi-bc .c-home-photo__author {
  color: #000000 !important;
}
.t-vi-bw .c-home-photo__author {
  color: #00007d !important;
}
.c-card,
.c-home-official__text {
  display: block;
  margin-bottom: 26px;
  background: #fff !important;
  text-decoration: none;
}
.c-card:hover .c-card-title,
.c-home-official__text:hover .c-card-title {
  text-decoration: none;
}
.t-vi-by .c-card,
.t-vi-by .c-home-official__text {
  background: #ffff00 !important;
}
.t-vi-bc .c-card,
.t-vi-bc .c-home-official__text {
  background: #fafac8 !important;
}
.t-vi-bw .c-card,
.t-vi-bw .c-home-official__text {
  background: #ffffff !important;
}
.c-home-official,
.c-card-wrap {
  position: relative;
}
.c-home-official__icon,
.c-card-icon {
  width: 41px;
  height: 41px;
  order: -1;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  top: -10px;
  left: 0;
  border-radius: 50%;
  font-size: 28px;
  color: #fff;
  fill: #fff;
  background: #000000;
}
.c-home-official__icon svg,
.c-card-icon svg {
  width: 25px;
}
.t-vi-by .c-home-official__icon,
.t-vi-by .c-card-icon {
  color: #ffff00;
  fill: #ffff00;
  background: #000000;
}
.t-vi-bc .c-home-official__icon,
.t-vi-bc .c-card-icon {
  color: #fafac8;
  fill: #fafac8;
  background: #000000;
}
.t-vi-bw .c-home-official__icon,
.t-vi-bw .c-card-icon {
  color: #ffffff;
  fill: #ffffff;
  background: #00007d;
}
.c-home-official:hover .c-home-official__text {
  text-decoration: none;
}
.c-home-official__icon {
  background: transparent !important;
}
.c-home-official__icon img {
  width: 41px;
  height: auto;
}
.c-card-icon .fa-line-chart {
  font-size: 22px;
}
.t-vi-by .c-card-icon path[fill="#FFFFFF"] {
  fill: #ffff00;
}
.t-vi-bc .c-card-icon path[fill="#FFFFFF"] {
  fill: #fafac8;
}
.t-vi-bw .c-card-icon path[fill="#FFFFFF"] {
  fill: #ffffff;
}
.c-card-category {
  display: block;
}
.has-category .c-card-category {
  padding-left: 54px;
}
.c-card-title,
.c-home-official__text {
  display: inline-block;
  width: 100%;
  padding-left: 54px;
  vertical-align: top;
  font-size: 23px;
  font-weight: 500;
  text-decoration: underline;
}
.has-category .c-card-title,
.has-category .c-home-official__text {
  padding-left: 0;
}
.c-card-text {
  font-size: 16px;
}
.c-page-top__wrap,
.c-committee {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}
.c-page-top {
  padding: 1px 0;
}
.c-page-menu__link {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.3;
  color: inherit;
  margin-top: 26px;
  margin-bottom: 13px;
  font-size: 26px;
  display: block;
  text-decoration: none;
  pointer-events: none;
}
.c-page-menu__link small,
.c-page-menu__link .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.c-page-menu__link small,
.c-page-menu__link .small {
  font-size: 65%;
}
.c-page-menu__accordion-heading,
.c-page-menu__nav-icon {
  display: none;
}
.c-page-search__tags-list,
.c-page-menu__nav,
.c-departments-filter .c-selectric-scroll ul {
  margin-left: 6.5px;
  padding-left: 13px;
  border-left: 2px solid #000000;
  margin-bottom: 26px;
}
.t-vi-by .c-page-search__tags-list,
.t-vi-by .c-page-menu__nav,
.t-vi-by .c-departments-filter .c-selectric-scroll ul {
  border-color: #000000;
}
.t-vi-bc .c-page-search__tags-list,
.t-vi-bc .c-page-menu__nav,
.t-vi-bc .c-departments-filter .c-selectric-scroll ul {
  border-color: #000000;
}
.t-vi-bw .c-page-search__tags-list,
.t-vi-bw .c-page-menu__nav,
.t-vi-bw .c-departments-filter .c-selectric-scroll ul {
  border-color: #00007d;
}
@media (min-width: 768px) {
  .c-page-search__tags-list,
  .c-page-menu__nav,
  .c-departments-filter .c-selectric-scroll ul {
    margin-left: 20px;
    padding-left: 20px;
  }
}
.c-page-search__tags-list a,
.c-page-menu__nav a,
.c-departments-filter .c-selectric-scroll ul a {
  display: inline-block;
}
.c-page-search__tags-list a.js-page-menu__nav-link,
.c-page-menu__nav a.js-page-menu__nav-link,
.c-departments-filter .c-selectric-scroll ul a.js-page-menu__nav-link {
  margin-bottom: 8px;
}
.c-page-search__tags-list a.js-page-menu__nav-link:after,
.c-page-menu__nav a.js-page-menu__nav-link:after,
.c-departments-filter .c-selectric-scroll ul a.js-page-menu__nav-link:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 7px;
  border: 0 solid transparent;
  border-width: 7px 7px 0 7px;
  border-top-color: #000000;
}
.t-vi-by .c-page-search__tags-list a.js-page-menu__nav-link:after,
.t-vi-by .c-page-menu__nav a.js-page-menu__nav-link:after,
.t-vi-by .c-departments-filter .c-selectric-scroll ul a.js-page-menu__nav-link:after {
  border-top-color: #000000;
}
.t-vi-bc .c-page-search__tags-list a.js-page-menu__nav-link:after,
.t-vi-bc .c-page-menu__nav a.js-page-menu__nav-link:after,
.t-vi-bc .c-departments-filter .c-selectric-scroll ul a.js-page-menu__nav-link:after {
  border-top-color: #000000;
}
.t-vi-bw .c-page-search__tags-list a.js-page-menu__nav-link:after,
.t-vi-bw .c-page-menu__nav a.js-page-menu__nav-link:after,
.t-vi-bw .c-departments-filter .c-selectric-scroll ul a.js-page-menu__nav-link:after {
  border-top-color: #00007d;
}
.c-page-search__tags-list a[data-count]:after,
.c-page-menu__nav a[data-count]:after,
.c-departments-filter .c-selectric-scroll ul a[data-count]:after {
  content: '(' attr(data-count) ')';
  display: inline-block;
  margin-left: 5px;
}
.c-page-search__tags-list .is-active,
.c-page-menu__nav .is-active,
.c-departments-filter .c-selectric-scroll ul .is-active {
  font-weight: bold;
}
.c-page-search__tags-list .is-active a,
.c-page-menu__nav .is-active a,
.c-departments-filter .c-selectric-scroll ul .is-active a {
  text-decoration: none;
}
.c-page-search__tags-list .is-expanded a:after,
.c-page-menu__nav .is-expanded a:after,
.c-departments-filter .c-selectric-scroll ul .is-expanded a:after {
  transform: rotate(180deg);
}
.c-page-menu__accordion-collapse {
  margin-left: 6.5px;
  padding-left: 13px;
  border-left: 2px solid #000000;
}
.t-vi-by .c-page-menu__accordion-collapse {
  border-color: #000000;
}
.t-vi-bc .c-page-menu__accordion-collapse {
  border-color: #000000;
}
.t-vi-bw .c-page-menu__accordion-collapse {
  border-color: #00007d;
}
@media (min-width: 768px) {
  .c-page-menu__accordion-collapse {
    margin-left: 20px;
    padding-left: 20px;
  }
}
.c-page-menu__accordion-collapse {
  display: flex;
  flex-direction: column;
}
.c-page-menu__accordion-collapse a {
  margin-bottom: 10px;
}
.c-page-menu__accordion-wrap {
  display: none;
}
.is-expanded .c-page-menu__accordion-wrap {
  display: block;
}
.c-committee-general__alphabet {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  font-size: 23px;
  font-weight: bold;
}
.c-committee-general__alphabet li {
  width: 14.28571429%;
}
.c-committee-general__alphabet li:first-child {
  width: 100%;
}
.c-committee-general__alphabet a {
  display: block;
  padding: 5px;
}
.c-committee-general__alphabet a:hover {
  background: #dedede;
}
.c-committee-general__alphabet .is-active a {
  background: #000000;
  color: #fff;
  font-weight: normal;
  text-decoration: none;
}
.t-vi-by .c-committee-general__alphabet .is-active a {
  background: #000000;
  color: #ffff00;
}
.t-vi-bc .c-committee-general__alphabet .is-active a {
  background: #000000;
  color: #fafac8;
}
.t-vi-bw .c-committee-general__alphabet .is-active a {
  background: #00007d;
  color: #ffffff;
}
.c-committee-general__title {
  display: block;
  margin-bottom: 39px;
  border-bottom: 2px solid #000000;
}
.t-vi-by .c-committee-general__title {
  border-bottom-color: #000000;
}
.t-vi-bc .c-committee-general__title {
  border-bottom-color: #000000;
}
.t-vi-bw .c-committee-general__title {
  border-bottom-color: #00007d;
}
.c-committee-general__title-link {
  display: inline-block;
  width: 14.28571429%;
  padding: 5px;
  text-align: center;
}
.c-committee-general__title-link:hover {
  background: #dedede;
}
.c-committee-person__photo {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000000;
  border-radius: 50%;
  overflow: hidden;
}
.t-vi-by .c-committee-person__photo {
  border-color: #000000;
}
.t-vi-by .c-committee-person__photo svg {
  fill: #000000;
}
.t-vi-bc .c-committee-person__photo {
  border-color: #000000;
}
.t-vi-bc .c-committee-person__photo svg {
  fill: #000000;
}
.t-vi-bw .c-committee-person__photo {
  border-color: #00007d;
}
.t-vi-bw .c-committee-person__photo svg {
  fill: #00007d;
}
.c-committee-person__photo img {
  width: 100%;
  height: auto;
}
.c-committee-person__photo svg {
  margin-top: -8px;
}
.c-committee-person__name {
  display: block;
  margin-bottom: 8px;
}
.c-committee-person__position {
  display: block;
}
.c-committee-person__faction {
  display: inline-block;
}
.c-committee-general,
.c-committee-main,
.c-committee-sub {
  margin-bottom: 26px;
  padding: 1px 0;
}
.c-committee-general__list li,
.c-committee-main__list li,
.c-committee-sub__list li {
  margin: 0 0 39px 0;
}
.c-committee-general__list li:before,
.c-committee-general__list li:after {
  content: " ";
  display: table;
}
.c-committee-general__list li:after {
  clear: both;
}
.c-committee-general__list figcaption > *:last-child {
  margin-bottom: 0;
}
.c-committee-general__list .c-committee-person__photo {
  float: left;
  width: 89.7px;
}
.c-committee-general__list .c-committee-person__name {
  margin-top: 0;
}
.c-committee-general__list .c-committee-person__position {
  display: block;
  margin-bottom: 8px;
}
@media (max-width: 479px) {
  .c-committee-general__list .c-committee-person__photo {
    margin-bottom: 8px;
  }
  .c-committee-general__list .c-committee-person__name {
    margin-left: 102.7px;
  }
  .c-committee-general__list .c-committee-person__position {
    clear: both;
  }
}
@media (min-width: 480px) {
  .c-committee-general__list figcaption {
    margin-left: 102.7px;
  }
}
@media (min-width: 768px) {
  .c-committee-general__list .c-committee-person__photo {
    width: 124px;
  }
  .c-committee-general__list figcaption {
    margin-left: 137px;
  }
}
.c-committee-main__list .c-committee-person__photo,
.c-committee-sub__list .c-committee-person__photo {
  width: 124px;
  height: 124px;
}
@media (min-width: 992px) {
  .c-committee-main__list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
  }
  .c-committee-main__list li {
    width: 50%;
    padding: 0 20px;
  }
}
.c-committee-sub__list .c-committee-person__name {
  margin-bottom: 0;
  font-size: 16px;
}
@media (min-width: 360px) {
  .c-committee-sub__list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
  }
  .c-committee-sub__list li {
    width: 50%;
    padding: 0 20px;
  }
}
@media (min-width: 992px) {
  .c-committee-sub__list li {
    width: 33.33333333%;
  }
}
.c-page-tabs {
  display: none !important;
}
.c-person {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 52px;
}
.c-person .h6 {
  display: block;
  margin-bottom: 2px;
  font-size: 23px;
}
.c-person-row {
  margin-top: 26px;
}
@media (min-width: 768px) {
  .c-person-row {
    display: flex;
  }
}
.c-person-col .h2 {
  display: block;
  margin-top: 13px;
  font-size: 26px;
}
@media (min-width: 768px) {
  .c-person-col:nth-child(2) {
    padding-left: 20px;
  }
  .c-person-col .h2 {
    margin-top: 0;
  }
}
.c-person-img img {
  border: 1px solid #000000;
}
.t-vi-by .c-person-img img {
  border-color: #000000;
}
.t-vi-bc .c-person-img img {
  border-color: #000000;
}
.t-vi-bw .c-person-img img {
  border-color: #00007d;
}
.c-person-contacts {
  margin: 26px 0;
}
.c-person-contacts__item {
  display: flex;
  margin: 8px 0;
  white-space: nowrap;
  text-decoration: none;
}
.c-person-contacts__item .o-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 10px;
  text-decoration: underline;
}
.c-person-contacts__item:hover .o-title {
  text-decoration: none;
}
.c-person-contacts__icon {
  width: 22px;
  text-align: center;
}
.c-person-contacts__icon .fa {
  font-size: 22px;
}
.c-documents,
.c-request,
.c-text,
.c-departments-contacts {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}
.c-documents .h3,
.c-request .h3,
.c-text .h3,
.c-departments-contacts .h3,
.c-documents h3,
.c-request h3,
.c-text h3,
.c-departments-contacts h3 {
  display: block;
  text-align: left;
}
.c-documents-list {
  margin-bottom: 52px;
}
.c-documents-list > * {
  margin: 26px 0;
}
.c-documents-panel__title {
  display: block;
  text-decoration: none;
  pointer-events: none;
}
.c-documents-panel__title .fa {
  display: none;
}
.c-documents-panel__collapse {
  display: flex;
  flex-direction: column;
}
.c-documents-link {
  margin-bottom: 8px;
}
.c-request-form {
  margin: 26px 0 52px;
}
.c-text {
  margin-bottom: 52px;
}
.c-departments-contacts {
  margin-bottom: 52px;
}
.c-departments-person {
  padding-bottom: 1px;
}
.c-departments-person__item {
  margin-bottom: 26px;
}
.c-departments-person__item-name {
  display: block;
  margin-bottom: 0;
  font-size: 23px;
}
.c-departments-person__item-name a {
  display: inline-block;
}
.c-departments-person__item-position {
  display: block;
  margin-bottom: 8px;
}
.c-departments-person__item-phone {
  display: flex;
  flex-direction: column;
  font-weight: bold;
}
.c-departments-contacts__row {
  padding-bottom: 1px;
}
.c-departments-contacts__col {
  margin-bottom: 26px;
}
.c-departments-contacts__item {
  position: relative;
  display: block;
  margin-bottom: 13px;
  padding-left: 30px;
}
.c-departments-contacts__item a {
  display: inline-block;
  white-space: nowrap;
}
.c-departments-contacts__item-icon {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  text-align: center;
}
.c-departments-contacts__item-icon .fa {
  width: 22px;
  font-size: 22px;
}
.c-departments-contacts__item-icon .fa:before {
  vertical-align: middle;
}
.c-text {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}
.c-text ol {
  counter-reset: section;
  list-style-type: none;
}
.c-text ol li:before {
  counter-increment: section;
  content: counters(section, '.') '.';
  margin-right: 7px;
  font-weight: 700;
}
.c-text time {
  display: block;
  margin-bottom: 13px;
  color: #000000;
  font-size: 23px;
}
.c-text img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 26px 0;
}
.c-text figure {
  margin: 26px 0;
}
.c-text figure img,
.c-text figure .embed-responsive {
  margin: 0 0 8px;
}
.c-text figcaption {
  padding: 0 13px;
  font-weight: bold;
}
.c-text form .text-center p {
  font-size: 23px;
  font-weight: 500;
}
.c-text .h2 {
  display: block;
}
.c-text .table,
.c-text .embed-responsive {
  margin: 26px 0;
}
.c-text .table-responsive .table {
  min-width: 100%;
  margin: 0;
}
.c-text .table td {
  height: auto !important;
  width: auto !important;
}
.c-text-gallery {
  margin: 39px 0;
}
.c-text-gallery__slider.slick-initialized .slick-slide {
  display: block;
}
.c-text-gallery__slider-slide {
  height: auto;
  position: relative;
  text-align: center;
}
.c-text-gallery__slider-slide:not(:nth-child(1)) {
  display: none;
}
.c-text-gallery__slider-slide:before {
  content: '';
  width: 100%;
  display: block;
  padding-bottom: 63%;
}
.c-text-gallery__slider-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.c-text-gallery__slider-img:hover:after {
  transform: scale(1.06);
}
.c-text-gallery__slider-img:after {
  content: url("data:image/svg+xml,%0A%3Csvg%20width%3D%2232px%22%20height%3D%2226px%22%20viewBox%3D%220%200%2032%2026%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22%23FFFFFF%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M25.157115%2C19.3996101%20L6.86783626%2C19.3996101%20C6.50604288%2C19.3996101%206.2128655%2C19.1064327%206.2128655%2C18.7446394%20L6.2128655%2C6.6619883%20C6.2128655%2C6.30019493%206.50604288%2C6.00701754%206.86783626%2C6.00701754%20L25.157115%2C6.00701754%20C25.5189084%2C6.00701754%2025.8120858%2C6.30019493%2025.8120858%2C6.6619883%20L25.8120858%2C18.7384016%20C25.8120858%2C19.1001949%2025.5189084%2C19.3996101%2025.157115%2C19.3996101%20Z%20M7.52280702%2C18.0834308%20L24.4959064%2C18.0834308%20L24.4959064%2C7.31695906%20L7.52280702%2C7.31695906%20L7.52280702%2C18.0834308%20Z%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0.65497076%2C7.57270955%20C0.293177388%2C7.57270955%200%2C7.27953216%200%2C6.91773879%20L0%2C0.704873294%20C0%2C0.343079922%200.293177388%2C0.0499025341%200.65497076%2C0.0499025341%20L6.69317739%2C0.0499025341%20C7.05497076%2C0.0499025341%207.34814815%2C0.343079922%207.34814815%2C0.704873294%20C7.34814815%2C1.06666667%207.05497076%2C1.35984405%206.69317739%2C1.35984405%20L1.31617934%2C1.35984405%20L1.31617934%2C6.91150097%20C1.31617934%2C7.27953216%201.02300195%2C7.57270955%200.65497076%2C7.57270955%20Z%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M6.86783626%2C25.7746589%20L0.65497076%2C25.7746589%20C0.293177388%2C25.7746589%200%2C25.4814815%200%2C25.1196881%20L0%2C18.994152%20C0%2C18.6323587%200.293177388%2C18.3391813%200.65497076%2C18.3391813%20C1.01676413%2C18.3391813%201.30994152%2C18.6323587%201.30994152%2C18.994152%20L1.30994152%2C24.4584795%20L6.86159844%2C24.4584795%20C7.22339181%2C24.4584795%207.5165692%2C24.7516569%207.5165692%2C25.1134503%20C7.52280702%2C25.4814815%207.22962963%2C25.7746589%206.86783626%2C25.7746589%20Z%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M31.2826511%2C25.7746589%20L25.3255361%2C25.7746589%20C24.9637427%2C25.7746589%2024.6705653%2C25.4814815%2024.6705653%2C25.1196881%20C24.6705653%2C24.7578947%2024.9637427%2C24.4647173%2025.3255361%2C24.4647173%20L30.6214425%2C24.4647173%20L30.6214425%2C19.0003899%20C30.6214425%2C18.6385965%2030.9146199%2C18.3454191%2031.2764133%2C18.3454191%20C31.6382066%2C18.3454191%2031.931384%2C18.6385965%2031.931384%2C19.0003899%20L31.931384%2C25.1259259%20C31.9376218%2C25.4814815%2031.6444444%2C25.7746589%2031.2826511%2C25.7746589%20Z%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M31.2826511%2C7.4042885%20C30.9208577%2C7.4042885%2030.6276803%2C7.11111111%2030.6276803%2C6.74931774%20L30.6276803%2C1.36608187%20L25.1633528%2C1.36608187%20C24.8015595%2C1.36608187%2024.5083821%2C1.07290448%2024.5083821%2C0.711111111%20C24.5083821%2C0.349317739%2024.8015595%2C0.0561403509%2025.1633528%2C0.0561403509%20L31.2888889%2C0.0561403509%20C31.6506823%2C0.0561403509%2031.9438596%2C0.349317739%2031.9438596%2C0.711111111%20L31.9438596%2C6.74931774%20C31.9376218%2C7.11111111%2031.6444444%2C7.4042885%2031.2826511%2C7.4042885%20Z%22%3E%3C%2Fpath%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  position: absolute;
  right: 16px;
  top: 19px;
  transition: 0.3s ease;
}
.c-text-gallery__slider img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.c-text-gallery__nav {
  padding: 0 10px;
}
.c-text-gallery__nav.slick-initialized .slick-slide {
  display: block;
}
.c-text-gallery__nav-slide {
  width: 20%;
  height: auto;
  padding: 16px 5px 0;
  text-align: center;
  transition: 0.3s ease;
}
.c-text-gallery__nav-slide:not(.slick-current) {
  cursor: pointer;
}
.c-text-gallery__nav-slide:not(:nth-child(-n + 5)) {
  display: none;
}
.c-text-gallery__nav-slide.slick-current {
  position: relative;
}
.c-text-gallery__nav-slide.slick-current:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -16px;
  border: 0 solid transparent;
  border-width: 0 16px 16px;
  border-bottom-color: #000000;
}
.c-text-gallery__nav-img {
  position: relative;
  width: 100%;
}
.c-text-gallery__nav-img:after {
  content: '';
  width: 100%;
  display: block;
  padding-bottom: 63%;
}
.c-text-gallery__nav img {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
.t-vi-by .c-text time {
  color: #000000;
}
.t-vi-by .c-text-gallery__nav-slide.slick-current:before {
  border-bottom-color: #000000;
}
.t-vi-bc .c-text time {
  color: #000000;
}
.t-vi-bc .c-text-gallery__nav-slide.slick-current:before {
  border-bottom-color: #000000;
}
.t-vi-bw .c-text time {
  color: #00007d;
}
.t-vi-bw .c-text-gallery__nav-slide.slick-current:before {
  border-bottom-color: #00007d;
}
.c-text-news {
  position: relative;
  margin-top: 39px;
  padding-top: 68px;
}
.c-text-news:before,
.c-text-news:after {
  content: " ";
  display: table;
}
.c-text-news:after {
  clear: both;
}
.c-text-news svg {
  width: 34px;
  height: 10px;
  margin-bottom: 5px;
}
.c-text-news__more {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.65;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-width: 2px;
  color: #000000;
  background-color: #fff;
  border-color: #000000;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.c-text-news__more:focus,
.c-text-news__more:active:focus,
.c-text-news__more.active:focus,
.c-text-news__more.focus,
.c-text-news__more:active.focus,
.c-text-news__more.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.c-text-news__more:hover,
.c-text-news__more:focus,
.c-text-news__more.focus {
  color: #000000;
  text-decoration: none;
}
.c-text-news__more:active,
.c-text-news__more.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.c-text-news__more.disabled,
.c-text-news__more[disabled],
fieldset[disabled] .c-text-news__more {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.c-text-news__more.disabled,
fieldset[disabled] a.c-text-news__more {
  pointer-events: none;
}
.c-text-news__more:focus,
.c-text-news__more.focus {
  color: #000000;
  background-color: #e6e6e6;
  border-color: #000000;
}
.c-text-news__more:hover {
  color: #000000;
  background-color: #e6e6e6;
  border-color: #000000;
}
.c-text-news__more:active,
.c-text-news__more.active,
.open > .dropdown-toggle.c-text-news__more {
  color: #000000;
  background-color: #e6e6e6;
  border-color: #000000;
}
.c-text-news__more:active:hover,
.c-text-news__more.active:hover,
.open > .dropdown-toggle.c-text-news__more:hover,
.c-text-news__more:active:focus,
.c-text-news__more.active:focus,
.open > .dropdown-toggle.c-text-news__more:focus,
.c-text-news__more:active.focus,
.c-text-news__more.active.focus,
.open > .dropdown-toggle.c-text-news__more.focus {
  color: #000000;
  background-color: #d4d4d4;
  border-color: #000000;
}
.c-text-news__more:active,
.c-text-news__more.active,
.open > .dropdown-toggle.c-text-news__more {
  background-image: none;
}
.c-text-news__more.disabled:hover,
.c-text-news__more[disabled]:hover,
fieldset[disabled] .c-text-news__more:hover,
.c-text-news__more.disabled:focus,
.c-text-news__more[disabled]:focus,
fieldset[disabled] .c-text-news__more:focus,
.c-text-news__more.disabled.focus,
.c-text-news__more[disabled].focus,
fieldset[disabled] .c-text-news__more.focus {
  background-color: #fff;
  border-color: #000000;
}
.c-text-news__more .badge {
  color: #fff;
  background-color: #000000;
}
.t-vi-by .c-text-news__more {
  background: #ffff00;
  color: #000000;
  border-color: #000000;
}
.t-vi-bc .c-text-news__more {
  background: #fafac8;
  color: #000000;
  border-color: #000000;
}
.t-vi-bw .c-text-news__more {
  background: #ffffff;
  color: #00007d;
  border-color: #00007d;
}
.t-vi-by .c-text-news__more:hover {
  background: #bdbd00;
}
.t-vi-bc .c-text-news__more:hover {
  background: #f4f48b;
}
.t-vi-bw .c-text-news__more:hover {
  background: #dedede;
}
.t-vi-by .c-text-news__more:hover {
  background: #bdbd00;
}
.t-vi-bc .c-text-news__more:hover {
  background: #f4f48b;
}
.t-vi-bw .c-text-news__more:hover {
  background: #dedede;
}
.c-text-news__prev,
.c-text-news__next {
  float: left;
  width: 50%;
}
.c-text-news__prev {
  padding-right: 13px;
}
.c-text-news__next {
  padding-left: 13px;
  text-align: right;
}
.c-text-news__next svg {
  transform: rotate(180deg);
  order: -1;
}
.c-text-news__next .c-text-news__link {
  justify-content: flex-end;
}
.c-text-news__next .c-news-article__title {
  text-align: right;
}
.c-text-news .c-text-news__link {
  display: flex;
  flex-wrap: wrap;
}
.c-text-news .c-text-news__link span {
  width: 100%;
}
.c-text-news .c-news-article {
  margin: 8px 0 0;
}
.c-text-news .c-news-article__time {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .c-text-news .c-news-article {
    display: none;
  }
}
.c-text-logo {
  text-align: center;
}
.c-text-logo img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.c-text-attachments__list {
  display: flex;
  flex-wrap: wrap;
  margin: 39px 0 26px;
}
.c-text-attachments__item {
  width: 190px;
  margin: 0 26px 26px 0;
}
.c-text-attachments__item-link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.c-text-attachments__item-img > img {
  margin: 0;
  border: 1px solid #000000;
}
.t-vi-by .c-text-attachments__item-img {
  border-color: #000000;
}
.t-vi-bc .c-text-attachments__item-img {
  border-color: #000000;
}
.t-vi-bw .c-text-attachments__item-img {
  border-color: #00007d;
}
.c-text-attachments__item-title {
  order: -1;
  margin-bottom: 8px;
  font-weight: bold;
}
.c-text-attachments__item-overlay img,
.c-text-attachments__item-overlay span {
  display: inline-block;
  margin-right: 7px;
}
.c-text-attachments__item-overlay img {
  margin: -8px 3px 0 0;
}
.c-text-attachments__item-overlay span {
  margin-top: 13px;
}
.c-page-search__filter,
.c-page-container {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}
.c-page-search__filter .c-selectric,
.c-page-search__filter .c-selectric-items,
.c-page-search__filter .c-selectric-input {
  display: none;
}
.c-page-search__filter-bottom {
  margin: 39px 0;
}
.c-page-search__filter-bottom .form-control {
  width: auto;
  max-width: 100%;
}
.c-page-search__filter-bottom .btn {
  width: 265px;
  max-width: 100%;
}
.c-vi-search-title {
  font-size: 26px;
  font-weight: normal;
}
.c-page-search__count {
  display: none;
}
.c-page-search__item {
  margin: 39px 0;
}
.c-page-search__item-header {
  display: block;
  margin-top: 26px;
  border-bottom: 1px solid #000000;
}
.t-vi-by .c-page-search__item-header {
  border-bottom-color: #000000;
}
.t-vi-bc .c-page-search__item-header {
  border-bottom-color: #000000;
}
.t-vi-bw .c-page-search__item-header {
  border-bottom-color: #00007d;
}
.c-page-search__list,
.c-page-news__list {
  margin-bottom: 39px;
}
.c-page-search__list .c-news-article__img,
.c-page-news__list .c-news-article__img {
  position: relative;
  display: inline-block;
  width: 360px;
  max-width: 100%;
  background: #e6e6e6 no-repeat 50%;
}
.c-page-search__list .c-news-article__img:before,
.c-page-news__list .c-news-article__img:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 67%;
}
.c-page-search__list .c-news-article__img img,
.c-page-news__list .c-news-article__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
  max-width: 100%;
  height: auto;
}
.c-page-search__list .c-news-article__time,
.c-page-news__list .c-news-article__time {
  display: block;
}
.c-page-search__list .c-news-article__title,
.c-page-news__list .c-news-article__title {
  display: block;
  font-size: 20px;
}
.c-page-search__list .c-news-article__text .text-danger,
.c-page-news__list .c-news-article__text .text-danger {
  padding: 2px 4px;
  background: #000000;
  color: #fff;
}
.t-vi-by .c-page-search__list .c-news-article__img,
.t-vi-by .c-page-news__list .c-news-article__img {
  background-color: #ffffff;
}
.t-vi-by .c-page-search__list .c-news-article__text .text-danger,
.t-vi-by .c-page-news__list .c-news-article__text .text-danger {
  background: #ffff00;
  color: #000000;
}
.t-vi-bc .c-page-search__list .c-news-article__img,
.t-vi-bc .c-page-news__list .c-news-article__img {
  background-color: #ffffff;
}
.t-vi-bc .c-page-search__list .c-news-article__text .text-danger,
.t-vi-bc .c-page-news__list .c-news-article__text .text-danger {
  background: #fafac8;
  color: #000000;
}
.t-vi-bw .c-page-search__list .c-news-article__img,
.t-vi-bw .c-page-news__list .c-news-article__img {
  background-color: #ffffff;
}
.t-vi-bw .c-page-search__list .c-news-article__text .text-danger,
.t-vi-bw .c-page-news__list .c-news-article__text .text-danger {
  background: #ffffff;
  color: #00007d;
}
.c-page-news__list-item {
  margin: 26px 0;
}
.c-documents-link {
  position: relative;
  display: block;
  padding-left: 30px;
}
.c-documents-link .fa {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 22px;
}
.c-page-search__date {
  margin: 39px 0;
}
.c-page-search__date-link {
  position: relative;
  width: 254px;
}
.c-page-search__date-link .fa-calendar {
  position: absolute;
  top: 2px;
  bottom: 4px;
  left: 15px;
  width: 23px;
  height: 24px;
  margin: auto;
  font-size: 24px;
}
@media (min-width: 480px) {
  .c-vi-h2 + .c-page-search__filter .c-page-search__date-link {
    display: inline-block;
    margin-left: 7px;
  }
}
.c-page-search__date-input {
  display: block;
  width: 100%;
  height: 42px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.65;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #000000;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  border-width: 2px;
  padding-left: 46px;
}
.c-page-search__date-input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.c-page-search__date-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.c-page-search__date-input:-ms-input-placeholder {
  color: #999;
}
.c-page-search__date-input::-webkit-input-placeholder {
  color: #999;
}
.c-page-search__date-input::-ms-expand {
  border: 0;
  background-color: transparent;
}
.c-page-search__date-input[disabled],
.c-page-search__date-input[readonly],
fieldset[disabled] .c-page-search__date-input {
  background-color: #eeeeee;
  opacity: 1;
}
.c-page-search__date-input[disabled],
fieldset[disabled] .c-page-search__date-input {
  cursor: not-allowed;
}
textarea.c-page-search__date-input {
  height: auto;
}
.t-vi-by .c-page-search__date-input {
  background: #ffff00;
  color: #000000;
  border-color: #000000;
}
.t-vi-bc .c-page-search__date-input {
  background: #fafac8;
  color: #000000;
  border-color: #000000;
}
.t-vi-bw .c-page-search__date-input {
  background: #ffffff;
  color: #00007d;
  border-color: #00007d;
}
.t-vi-by .pagination > li > a,
.t-vi-by .pagination > li > span {
  border-color: #000000;
  background: #ffff00;
  color: #000000;
}
.t-vi-by .pagination > li > a:hover,
.t-vi-by .pagination > li > span:hover,
.t-vi-by .pagination > li > a:focus,
.t-vi-by .pagination > li > span:focus {
  background: #000000;
  color: #ffff00;
}
.t-vi-by .pagination > .disabled span,
.t-vi-by .pagination > .disabled a,
.t-vi-by .pagination > .disabled span:hover,
.t-vi-by .pagination > .disabled a:hover,
.t-vi-by .pagination > .disabled span:focus,
.t-vi-by .pagination > .disabled a:focus {
  color: #666666;
  border-color: #a6a6a6;
}
.t-vi-bc .pagination > li > a,
.t-vi-bc .pagination > li > span {
  border-color: #000000;
  background: #fafac8;
  color: #000000;
}
.t-vi-bc .pagination > li > a:hover,
.t-vi-bc .pagination > li > span:hover,
.t-vi-bc .pagination > li > a:focus,
.t-vi-bc .pagination > li > span:focus {
  background: #000000;
  color: #fafac8;
}
.t-vi-bc .pagination > .disabled span,
.t-vi-bc .pagination > .disabled a,
.t-vi-bc .pagination > .disabled span:hover,
.t-vi-bc .pagination > .disabled a:hover,
.t-vi-bc .pagination > .disabled span:focus,
.t-vi-bc .pagination > .disabled a:focus {
  color: #808080;
  border-color: #b3b3b3;
}
.t-vi-bw .pagination > li > a,
.t-vi-bw .pagination > li > span {
  border-color: #00007d;
  background: #ffffff;
  color: #00007d;
}
.t-vi-bw .pagination > li > a:hover,
.t-vi-bw .pagination > li > span:hover,
.t-vi-bw .pagination > li > a:focus,
.t-vi-bw .pagination > li > span:focus {
  background: #00007d;
  color: #ffffff;
}
.t-vi-bw .pagination > .disabled span,
.t-vi-bw .pagination > .disabled a,
.t-vi-bw .pagination > .disabled span:hover,
.t-vi-bw .pagination > .disabled a:hover,
.t-vi-bw .pagination > .disabled span:focus,
.t-vi-bw .pagination > .disabled a:focus {
  color: #9797ff;
  border-color: #9797ff;
}
.o-pagination {
  margin: 39px 0 52px;
}
.o-pagination .pagination {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 0 60px;
}
.o-pagination .pagination li {
  display: block;
  margin-bottom: 0;
}
.o-pagination .pagination li > * {
  display: block;
  width: 42px;
  height: 42px;
  margin: 0;
  padding: 0;
  line-height: 42px;
  text-align: center;
  vertical-align: middle;
  border-radius: 0;
}
.o-pagination .pagination li:not(:first-child):not(:last-child) {
  padding: 4px;
}
.o-pagination .pagination li:not(:first-child):not(:last-child).disabled > * {
  background-color: transparent;
}
.o-pagination .pagination li.disabled {
  pointer-events: none;
}
.o-pagination .pagination li.active > * {
  background-color: #000000;
  color: #fff;
}
.o-pagination .pagination li:first-child,
.o-pagination .pagination li:last-child {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.o-pagination .pagination li:first-child > *,
.o-pagination .pagination li:last-child > * {
  border-radius: 0;
}
.o-pagination .pagination li:first-child {
  left: 0;
}
.o-pagination .pagination li:last-child {
  right: 0;
}
.t-vi-by .o-pagination .pagination li.active > * {
  background: #000000;
  color: #ffff00;
}
.t-vi-bc .o-pagination .pagination li.active > * {
  background: #000000;
  color: #fafac8;
}
.t-vi-bw .o-pagination .pagination li.active > * {
  background: #00007d;
  color: #ffffff;
}
.datepicker {
  border-radius: 0;
  border: 2px solid #000000;
  color: #000000;
}
.t-vi-by .datepicker {
  border-color: #000000;
  color: #000000;
  background: #ffff00;
}
.t-vi-bc .datepicker {
  border-color: #000000;
  color: #000000;
  background: #fafac8;
}
.t-vi-bw .datepicker {
  border-color: #00007d;
  color: #00007d;
  background: #ffffff;
}
.datepicker--pointer {
  display: none !important;
}
.datepicker--nav {
  border-bottom-color: #000000;
}
.t-vi-by .datepicker--nav {
  border-bottom-color: #000000;
}
.t-vi-bc .datepicker--nav {
  border-bottom-color: #000000;
}
.t-vi-bw .datepicker--nav {
  border-bottom-color: #00007d;
}
.datepicker--buttons {
  border-top-color: #000000;
}
.t-vi-by .datepicker--buttons {
  border-top-color: #000000;
}
.t-vi-bc .datepicker--buttons {
  border-top-color: #000000;
}
.t-vi-bw .datepicker--buttons {
  border-top-color: #00007d;
}
.datepicker--nav-action,
.datepicker--nav-title,
.datepicker--button {
  border-radius: 0;
  color: #000000;
  stroke: #000000;
}
.datepicker--nav-action path,
.datepicker--nav-title path,
.datepicker--button path {
  stroke: inherit;
}
.datepicker--nav-action:hover,
.datepicker--nav-title:hover,
.datepicker--button:hover {
  background: #000000;
  color: #fff;
  stroke: #fff;
}
.t-vi-by .datepicker--nav-action,
.t-vi-by .datepicker--nav-title,
.t-vi-by .datepicker--button {
  color: #000000;
  stroke: #000000;
}
.t-vi-by .datepicker--nav-action:hover,
.t-vi-by .datepicker--nav-title:hover,
.t-vi-by .datepicker--button:hover {
  background: #000000;
  color: #ffff00;
  stroke: #ffff00;
}
.t-vi-bc .datepicker--nav-action,
.t-vi-bc .datepicker--nav-title,
.t-vi-bc .datepicker--button {
  color: #000000;
  stroke: #000000;
}
.t-vi-bc .datepicker--nav-action:hover,
.t-vi-bc .datepicker--nav-title:hover,
.t-vi-bc .datepicker--button:hover {
  background: #000000;
  color: #fafac8;
  stroke: #fafac8;
}
.t-vi-bw .datepicker--nav-action,
.t-vi-bw .datepicker--nav-title,
.t-vi-bw .datepicker--button {
  color: #00007d;
  stroke: #00007d;
}
.t-vi-bw .datepicker--nav-action:hover,
.t-vi-bw .datepicker--nav-title:hover,
.t-vi-bw .datepicker--button:hover {
  background: #00007d;
  color: #ffffff;
  stroke: #ffffff;
}
.t-vi-by .datepicker--nav-title i {
  color: #999900;
}
.t-vi-bc .datepicker--nav-title i {
  color: #9b9b0e;
}
.t-vi-bw .datepicker--nav-title i {
  color: #9797ff;
}
.datepicker--day-name {
  color: #000000;
  font-weight: bold;
}
.t-vi-by .datepicker--day-name {
  color: #000000;
}
.t-vi-bc .datepicker--day-name {
  color: #000000;
}
.t-vi-bw .datepicker--day-name {
  color: #00007d;
}
.datepicker--cell {
  border: none !important;
  border-radius: 0 !important;
}
.datepicker--cell.-focus-,
.datepicker--cell.-focus-.-in-range-,
.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current-,
.datepicker--cell.-selected-.-focus- {
  background: #000000;
  color: #fff !important;
}
.datepicker--cell.-in-range- {
  background: #cccccc;
  color: #000000;
}
.datepicker--cell.-current- {
  font-weight: bold;
}
.datepicker--cell.-current-,
.datepicker--cell.-current-.-in-range- {
  color: #000000;
}
.t-vi-by .datepicker--cell.-focus-,
.t-vi-by .datepicker--cell.-focus-.-in-range-,
.t-vi-by .datepicker--cell.-selected-,
.t-vi-by .datepicker--cell.-selected-.-current-,
.t-vi-by .datepicker--cell.-selected-.-focus- {
  background: #000000;
  color: #ffff00 !important;
}
.t-vi-by .datepicker--cell.-in-range- {
  background: #c2c200;
  color: #000000;
}
.t-vi-by .datepicker--cell.-current-,
.t-vi-by .datepicker--cell.-current-.-in-range- {
  color: #000000;
}
.t-vi-bc .datepicker--cell.-focus-,
.t-vi-bc .datepicker--cell.-focus-.-in-range-,
.t-vi-bc .datepicker--cell.-selected-,
.t-vi-bc .datepicker--cell.-selected-.-current-,
.t-vi-bc .datepicker--cell.-selected-.-focus- {
  background: #000000;
  color: #fafac8 !important;
}
.t-vi-bc .datepicker--cell.-in-range- {
  background: #efef53;
  color: #000000;
}
.t-vi-bc .datepicker--cell.-current-,
.t-vi-bc .datepicker--cell.-current-.-in-range- {
  color: #000000;
}
.t-vi-bw .datepicker--cell.-focus-,
.t-vi-bw .datepicker--cell.-focus-.-in-range-,
.t-vi-bw .datepicker--cell.-selected-,
.t-vi-bw .datepicker--cell.-selected-.-current-,
.t-vi-bw .datepicker--cell.-selected-.-focus- {
  background: #00007d;
  color: #ffffff !important;
}
.t-vi-bw .datepicker--cell.-in-range- {
  background: #cacaff;
  color: #00007d;
}
.t-vi-bw .datepicker--cell.-current-,
.t-vi-bw .datepicker--cell.-current-.-in-range- {
  color: #00007d;
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #a6a6a6;
}
.datepicker--cell-day.-other-month-.-in-range-,
.datepicker--cell-year.-other-decade-.-in-range- {
  background: #e6e6e6;
  color: #808080;
}
.datepicker--cell-day.-other-month-.-in-range-.-focus-,
.datepicker--cell-year.-other-decade-.-in-range-.-focus- {
  background: #000000;
}
.datepicker--cell-day.-other-month-.-selected-,
.datepicker--cell-year.-other-decade-.-selected- {
  background: #000000;
}
.t-vi-by .datepicker--cell-day.-other-month-,
.t-vi-by .datepicker--cell-year.-other-decade- {
  color: #999900;
}
.t-vi-by .datepicker--cell-day.-other-month-.-in-range-,
.t-vi-by .datepicker--cell-year.-other-decade-.-in-range- {
  background: #dbdb00;
  color: #808080;
}
.t-vi-by .datepicker--cell-day.-other-month-.-in-range-.-focus-,
.t-vi-by .datepicker--cell-year.-other-decade-.-in-range-.-focus- {
  background: #000000;
}
.t-vi-by .datepicker--cell-day.-other-month-.-selected-,
.t-vi-by .datepicker--cell-year.-other-decade-.-selected- {
  background: #000000;
}
.t-vi-bc .datepicker--cell-day.-other-month-,
.t-vi-bc .datepicker--cell-year.-other-decade- {
  color: #9b9b0e;
}
.t-vi-bc .datepicker--cell-day.-other-month-.-in-range-,
.t-vi-bc .datepicker--cell-year.-other-decade-.-in-range- {
  background: #f6f699;
  color: #6d6d0a;
}
.t-vi-bc .datepicker--cell-day.-other-month-.-in-range-.-focus-,
.t-vi-bc .datepicker--cell-year.-other-decade-.-in-range-.-focus- {
  background: #000000;
}
.t-vi-bc .datepicker--cell-day.-other-month-.-selected-,
.t-vi-bc .datepicker--cell-year.-other-decade-.-selected- {
  background: #000000;
}
.t-vi-bw .datepicker--cell-day.-other-month-,
.t-vi-bw .datepicker--cell-year.-other-decade- {
  color: #9797ff;
}
.t-vi-bw .datepicker--cell-day.-other-month-.-in-range-,
.t-vi-bw .datepicker--cell-year.-other-decade-.-in-range- {
  background: #cacaff;
  color: #4a4aff;
}
.t-vi-bw .datepicker--cell-day.-other-month-.-in-range-.-focus-,
.t-vi-bw .datepicker--cell-year.-other-decade-.-in-range-.-focus- {
  background: #00007d;
}
.t-vi-bw .datepicker--cell-day.-other-month-.-selected-,
.t-vi-bw .datepicker--cell-year.-other-decade-.-selected- {
  background: #00007d;
}
.c-error-title {
  display: block;
  margin: 39px 0;
}
.c-error-address {
  display: inline-block;
  margin-bottom: 26px;
}
.c-error-help {
  display: block;
  margin: 26px 0;
}
.c-404 {
  margin-bottom: 52px;
  text-align: center;
}
.c-404-number {
  display: block;
  font-size: 100px;
  line-height: 80px;
  font-weight: 700;
  margin-bottom: 13px;
}
.c-404-title {
  display: block;
  margin-top: 13px;
}
.c-404-text {
  display: block;
  margin-bottom: 26px;
}
.c-page-top__wrap,
.c-committee {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}
.c-departments-nav {
  display: none;
}
.c-departments-filter .c-selectric-hide-select,
.c-departments-filter .c-selectric,
.c-departments-filter .c-selectric-input {
  display: none;
}
.c-departments-filter .c-selectric-items {
  width: auto !important;
  height: auto !important;
}
.c-departments-filter .c-selectric-scroll span {
  display: inline-block;
  cursor: pointer;
  text-decoration: underline;
}
.c-departments-filter .c-selectric-scroll span:hover {
  text-decoration: none;
}
.c-departments-filter .c-selectric-scroll .selected span {
  text-decoration: none;
  font-weight: bold;
}
.c-departments-filter__label {
  font-size: 26px;
  font-weight: 500;
  pointer-events: none;
}
.c-departments-content {
  margin-bottom: 52px;
}
.c-departments-content__item:not(.active) {
  display: none;
}
.c-departments-content__item a {
  display: inline-block;
  margin: 0;
}
.c-departments-list {
  position: relative;
  padding: 4px 0 13px 43px;
}
.c-departments-list__collapse {
  margin-left: -30px;
}
.c-departments-list__header {
  position: relative;
  margin-bottom: 13px;
}
.c-departments-list__header-toggle {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.65;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-width: 2px;
  color: #000000;
  background-color: #fff;
  border-color: #000000;
  position: absolute;
  top: -4px;
  left: -43px;
  width: 30px;
  padding: 0;
}
.c-departments-list__header-toggle:focus,
.c-departments-list__header-toggle:active:focus,
.c-departments-list__header-toggle.active:focus,
.c-departments-list__header-toggle.focus,
.c-departments-list__header-toggle:active.focus,
.c-departments-list__header-toggle.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.c-departments-list__header-toggle:hover,
.c-departments-list__header-toggle:focus,
.c-departments-list__header-toggle.focus {
  color: #000000;
  text-decoration: none;
}
.c-departments-list__header-toggle:active,
.c-departments-list__header-toggle.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.c-departments-list__header-toggle.disabled,
.c-departments-list__header-toggle[disabled],
fieldset[disabled] .c-departments-list__header-toggle {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.c-departments-list__header-toggle.disabled,
fieldset[disabled] a.c-departments-list__header-toggle {
  pointer-events: none;
}
.c-departments-list__header-toggle:focus,
.c-departments-list__header-toggle.focus {
  color: #000000;
  background-color: #e6e6e6;
  border-color: #000000;
}
.c-departments-list__header-toggle:hover {
  color: #000000;
  background-color: #e6e6e6;
  border-color: #000000;
}
.c-departments-list__header-toggle:active,
.c-departments-list__header-toggle.active,
.open > .dropdown-toggle.c-departments-list__header-toggle {
  color: #000000;
  background-color: #e6e6e6;
  border-color: #000000;
}
.c-departments-list__header-toggle:active:hover,
.c-departments-list__header-toggle.active:hover,
.open > .dropdown-toggle.c-departments-list__header-toggle:hover,
.c-departments-list__header-toggle:active:focus,
.c-departments-list__header-toggle.active:focus,
.open > .dropdown-toggle.c-departments-list__header-toggle:focus,
.c-departments-list__header-toggle:active.focus,
.c-departments-list__header-toggle.active.focus,
.open > .dropdown-toggle.c-departments-list__header-toggle.focus {
  color: #000000;
  background-color: #d4d4d4;
  border-color: #000000;
}
.c-departments-list__header-toggle:active,
.c-departments-list__header-toggle.active,
.open > .dropdown-toggle.c-departments-list__header-toggle {
  background-image: none;
}
.c-departments-list__header-toggle.disabled:hover,
.c-departments-list__header-toggle[disabled]:hover,
fieldset[disabled] .c-departments-list__header-toggle:hover,
.c-departments-list__header-toggle.disabled:focus,
.c-departments-list__header-toggle[disabled]:focus,
fieldset[disabled] .c-departments-list__header-toggle:focus,
.c-departments-list__header-toggle.disabled.focus,
.c-departments-list__header-toggle[disabled].focus,
fieldset[disabled] .c-departments-list__header-toggle.focus {
  background-color: #fff;
  border-color: #000000;
}
.c-departments-list__header-toggle .badge {
  color: #fff;
  background-color: #000000;
}
.t-vi-by .c-departments-list__header-toggle {
  background: #ffff00;
  color: #000000;
  border-color: #000000;
}
.t-vi-bc .c-departments-list__header-toggle {
  background: #fafac8;
  color: #000000;
  border-color: #000000;
}
.t-vi-bw .c-departments-list__header-toggle {
  background: #ffffff;
  color: #00007d;
  border-color: #00007d;
}
.t-vi-by .c-departments-list__header-toggle:hover {
  background: #bdbd00;
}
.t-vi-bc .c-departments-list__header-toggle:hover {
  background: #f4f48b;
}
.t-vi-bw .c-departments-list__header-toggle:hover {
  background: #dedede;
}
.t-vi-by .c-departments-list__header-toggle:hover {
  background: #bdbd00;
}
.t-vi-bc .c-departments-list__header-toggle:hover {
  background: #f4f48b;
}
.t-vi-bw .c-departments-list__header-toggle:hover {
  background: #dedede;
}
.c-departments-list__header-toggle:not(.collapsed) .plus {
  display: none;
}
.c-departments-list__header-text {
  font-weight: normal;
  font-size: 16px;
}
.table-document .tablesorter-header {
  min-width: 260px;
  white-space: nowrap;
}
.table-document .tablesorter-header {
  position: relative;
  cursor: pointer;
  padding-right: 23px;
  outline: none;
}
.table-document .tablesorter-header:after,
.table-document .tablesorter-header:before {
  content: '';
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  border: 2px solid #000000;
  right: 9px;
  top: 50%;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.table-document .tablesorter-header:before {
  border-right: 0;
  border-bottom: 0;
  transform: translateY(-100%) rotate(45deg);
}
.table-document .tablesorter-header:after {
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
}
.table-document .tablesorter-headerUnSorted:after,
.table-document .tablesorter-headerUnSorted:before {
  opacity: 1;
}
.table-document .tablesorter-headerDesc:after {
  opacity: 1;
}
.table-document .tablesorter-headerAsc:before {
  opacity: 1;
}
.table-document th + th,
.table-document td + td {
  border-left: 1px solid #000000;
}
.t-vi-by .table-document .tablesorter-header:after,
.t-vi-by .table-document .tablesorter-header:before {
  border-color: #000000;
}
.t-vi-by .table-document th + th,
.t-vi-by .table-document td + td {
  border-left-color: #000000;
}
.t-vi-bc .table-document .tablesorter-header:after,
.t-vi-bc .table-document .tablesorter-header:before {
  border-color: #000000;
}
.t-vi-bc .table-document th + th,
.t-vi-bc .table-document td + td {
  border-left-color: #000000;
}
.t-vi-bw .table-document .tablesorter-header:after,
.t-vi-bw .table-document .tablesorter-header:before {
  border-color: #00007d;
}
.t-vi-bw .table-document th + th,
.t-vi-bw .table-document td + td {
  border-left-color: #00007d;
}
.tablesorter-filter {
  display: block;
  width: 100%;
  height: 42px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.65;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #000000;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  border-width: 2px;
}
.tablesorter-filter:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.tablesorter-filter::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.tablesorter-filter:-ms-input-placeholder {
  color: #999;
}
.tablesorter-filter::-webkit-input-placeholder {
  color: #999;
}
.tablesorter-filter::-ms-expand {
  border: 0;
  background-color: transparent;
}
.tablesorter-filter[disabled],
.tablesorter-filter[readonly],
fieldset[disabled] .tablesorter-filter {
  background-color: #eeeeee;
  opacity: 1;
}
.tablesorter-filter[disabled],
fieldset[disabled] .tablesorter-filter {
  cursor: not-allowed;
}
textarea.tablesorter-filter {
  height: auto;
}
.t-vi-by .tablesorter-filter {
  background: #ffff00;
  color: #000000;
  border-color: #000000;
}
.t-vi-bc .tablesorter-filter {
  background: #fafac8;
  color: #000000;
  border-color: #000000;
}
.t-vi-bw .tablesorter-filter {
  background: #ffffff;
  color: #00007d;
  border-color: #00007d;
}
@media (min-width: 660px) {
  .table-responsive {
    margin-left: calc(( 620px - 100vw ) / 2 + 30px);
    margin-right: calc(( 620px - 100vw ) / 2 + 30px);
  }
}
@media (min-width: 992px) {
  .table-responsive {
    margin-left: -166px;
    margin-right: -166px;
  }
}
/*# sourceMappingURL=static/src/css/app.css.map */