@charset "UTF-8";
/*!
 * Bootstrap v4.0.0-alpha.4 (http://getbootstrap.com)
 * Copyright 2011-2016 The Bootstrap Authors
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css?family=Rajdhani:400,500,600,700|Roboto:400,400i,500,500i,700,700i&subset=latin-ext");
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,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

progress {
  vertical-align: baseline; }

template,
[hidden] {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

button,
input,
select,
textarea {
  font: inherit; }

optgroup {
  font-weight: bold; }

button,
input,
select {
  overflow: visible; }

button,
input,
select,
textarea {
  margin: 0; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

[disabled] {
  cursor: default; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

@-ms-viewport {
  width: device-width; }

html {
  font-size: 16px;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #373a3c;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: none !important; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #818a91; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

a {
  color: #0275d8;
  text-decoration: none; }
  a:focus, a:hover {
    color: #014c8c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: none; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

[role="button"] {
  cursor: pointer; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

table {
  border-collapse: collapse;
  background-color: transparent; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #818a91;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0; }

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit; }

input[type="search"] {
  -webkit-appearance: none; }

output {
  display: inline-block; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: normal; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 5px; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #eceeef; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #818a91; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #eceeef;
  border-left: 0; }

.blockquote-reverse .blockquote-footer::before {
  content: ""; }

.blockquote-reverse .blockquote-footer::after {
  content: "\00A0 \2014"; }

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px; }
  @media (min-width: 830px) {
    .container {
      max-width: 576px; } }
  @media (min-width: 900px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 940px; } }
  @media (min-width: 1020px) {
    .container {
      max-width: 1020px; } }

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px; }

.row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
  width: 100%; }

.col-xs {
  position: relative;
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px; }

.col-xs-1 {
  -webkit-flex: 0 0 8.3333333333%;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-xs-2 {
  -webkit-flex: 0 0 16.6666666667%;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-xs-3 {
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.col-xs-4 {
  -webkit-flex: 0 0 33.3333333333%;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-xs-5 {
  -webkit-flex: 0 0 41.6666666667%;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-xs-6 {
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.col-xs-7 {
  -webkit-flex: 0 0 58.3333333333%;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-xs-8 {
  -webkit-flex: 0 0 66.6666666667%;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-xs-9 {
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.col-xs-10 {
  -webkit-flex: 0 0 83.3333333333%;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-xs-11 {
  -webkit-flex: 0 0 91.6666666667%;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-xs-12 {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.pull-xs-0 {
  right: auto; }

.pull-xs-1 {
  right: 8.3333333333%; }

.pull-xs-2 {
  right: 16.6666666667%; }

.pull-xs-3 {
  right: 25%; }

.pull-xs-4 {
  right: 33.3333333333%; }

.pull-xs-5 {
  right: 41.6666666667%; }

.pull-xs-6 {
  right: 50%; }

.pull-xs-7 {
  right: 58.3333333333%; }

.pull-xs-8 {
  right: 66.6666666667%; }

.pull-xs-9 {
  right: 75%; }

.pull-xs-10 {
  right: 83.3333333333%; }

.pull-xs-11 {
  right: 91.6666666667%; }

.pull-xs-12 {
  right: 100%; }

.push-xs-0 {
  left: auto; }

.push-xs-1 {
  left: 8.3333333333%; }

.push-xs-2 {
  left: 16.6666666667%; }

.push-xs-3 {
  left: 25%; }

.push-xs-4 {
  left: 33.3333333333%; }

.push-xs-5 {
  left: 41.6666666667%; }

.push-xs-6 {
  left: 50%; }

.push-xs-7 {
  left: 58.3333333333%; }

.push-xs-8 {
  left: 66.6666666667%; }

.push-xs-9 {
  left: 75%; }

.push-xs-10 {
  left: 83.3333333333%; }

.push-xs-11 {
  left: 91.6666666667%; }

.push-xs-12 {
  left: 100%; }

.offset-xs-1 {
  margin-left: 8.3333333333%; }

.offset-xs-2 {
  margin-left: 16.6666666667%; }

.offset-xs-3 {
  margin-left: 25%; }

.offset-xs-4 {
  margin-left: 33.3333333333%; }

.offset-xs-5 {
  margin-left: 41.6666666667%; }

.offset-xs-6 {
  margin-left: 50%; }

.offset-xs-7 {
  margin-left: 58.3333333333%; }

.offset-xs-8 {
  margin-left: 66.6666666667%; }

.offset-xs-9 {
  margin-left: 75%; }

.offset-xs-10 {
  margin-left: 83.3333333333%; }

.offset-xs-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 830px) {
  .col-sm {
    position: relative;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 12px;
    padding-left: 12px; }
  .col-sm-1 {
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-sm-2 {
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-sm-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-sm-5 {
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-sm-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-sm-8 {
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-sm-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-sm-11 {
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-sm-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .pull-sm-0 {
    right: auto; }
  .pull-sm-1 {
    right: 8.3333333333%; }
  .pull-sm-2 {
    right: 16.6666666667%; }
  .pull-sm-3 {
    right: 25%; }
  .pull-sm-4 {
    right: 33.3333333333%; }
  .pull-sm-5 {
    right: 41.6666666667%; }
  .pull-sm-6 {
    right: 50%; }
  .pull-sm-7 {
    right: 58.3333333333%; }
  .pull-sm-8 {
    right: 66.6666666667%; }
  .pull-sm-9 {
    right: 75%; }
  .pull-sm-10 {
    right: 83.3333333333%; }
  .pull-sm-11 {
    right: 91.6666666667%; }
  .pull-sm-12 {
    right: 100%; }
  .push-sm-0 {
    left: auto; }
  .push-sm-1 {
    left: 8.3333333333%; }
  .push-sm-2 {
    left: 16.6666666667%; }
  .push-sm-3 {
    left: 25%; }
  .push-sm-4 {
    left: 33.3333333333%; }
  .push-sm-5 {
    left: 41.6666666667%; }
  .push-sm-6 {
    left: 50%; }
  .push-sm-7 {
    left: 58.3333333333%; }
  .push-sm-8 {
    left: 66.6666666667%; }
  .push-sm-9 {
    left: 75%; }
  .push-sm-10 {
    left: 83.3333333333%; }
  .push-sm-11 {
    left: 91.6666666667%; }
  .push-sm-12 {
    left: 100%; }
  .offset-sm-0 {
    margin-left: 0%; }
  .offset-sm-1 {
    margin-left: 8.3333333333%; }
  .offset-sm-2 {
    margin-left: 16.6666666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.3333333333%; }
  .offset-sm-5 {
    margin-left: 41.6666666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.3333333333%; }
  .offset-sm-8 {
    margin-left: 66.6666666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.3333333333%; }
  .offset-sm-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 900px) {
  .col-md {
    position: relative;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 12px;
    padding-left: 12px; }
  .col-md-1 {
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-md-2 {
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-md-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-md-5 {
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-md-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-md-8 {
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-md-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-md-11 {
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-md-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .pull-md-0 {
    right: auto; }
  .pull-md-1 {
    right: 8.3333333333%; }
  .pull-md-2 {
    right: 16.6666666667%; }
  .pull-md-3 {
    right: 25%; }
  .pull-md-4 {
    right: 33.3333333333%; }
  .pull-md-5 {
    right: 41.6666666667%; }
  .pull-md-6 {
    right: 50%; }
  .pull-md-7 {
    right: 58.3333333333%; }
  .pull-md-8 {
    right: 66.6666666667%; }
  .pull-md-9 {
    right: 75%; }
  .pull-md-10 {
    right: 83.3333333333%; }
  .pull-md-11 {
    right: 91.6666666667%; }
  .pull-md-12 {
    right: 100%; }
  .push-md-0 {
    left: auto; }
  .push-md-1 {
    left: 8.3333333333%; }
  .push-md-2 {
    left: 16.6666666667%; }
  .push-md-3 {
    left: 25%; }
  .push-md-4 {
    left: 33.3333333333%; }
  .push-md-5 {
    left: 41.6666666667%; }
  .push-md-6 {
    left: 50%; }
  .push-md-7 {
    left: 58.3333333333%; }
  .push-md-8 {
    left: 66.6666666667%; }
  .push-md-9 {
    left: 75%; }
  .push-md-10 {
    left: 83.3333333333%; }
  .push-md-11 {
    left: 91.6666666667%; }
  .push-md-12 {
    left: 100%; }
  .offset-md-0 {
    margin-left: 0%; }
  .offset-md-1 {
    margin-left: 8.3333333333%; }
  .offset-md-2 {
    margin-left: 16.6666666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.3333333333%; }
  .offset-md-5 {
    margin-left: 41.6666666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.3333333333%; }
  .offset-md-8 {
    margin-left: 66.6666666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.3333333333%; }
  .offset-md-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 992px) {
  .col-lg {
    position: relative;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 12px;
    padding-left: 12px; }
  .col-lg-1 {
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-lg-2 {
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-lg-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-lg-5 {
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-lg-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-lg-8 {
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-lg-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-lg-11 {
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-lg-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .pull-lg-0 {
    right: auto; }
  .pull-lg-1 {
    right: 8.3333333333%; }
  .pull-lg-2 {
    right: 16.6666666667%; }
  .pull-lg-3 {
    right: 25%; }
  .pull-lg-4 {
    right: 33.3333333333%; }
  .pull-lg-5 {
    right: 41.6666666667%; }
  .pull-lg-6 {
    right: 50%; }
  .pull-lg-7 {
    right: 58.3333333333%; }
  .pull-lg-8 {
    right: 66.6666666667%; }
  .pull-lg-9 {
    right: 75%; }
  .pull-lg-10 {
    right: 83.3333333333%; }
  .pull-lg-11 {
    right: 91.6666666667%; }
  .pull-lg-12 {
    right: 100%; }
  .push-lg-0 {
    left: auto; }
  .push-lg-1 {
    left: 8.3333333333%; }
  .push-lg-2 {
    left: 16.6666666667%; }
  .push-lg-3 {
    left: 25%; }
  .push-lg-4 {
    left: 33.3333333333%; }
  .push-lg-5 {
    left: 41.6666666667%; }
  .push-lg-6 {
    left: 50%; }
  .push-lg-7 {
    left: 58.3333333333%; }
  .push-lg-8 {
    left: 66.6666666667%; }
  .push-lg-9 {
    left: 75%; }
  .push-lg-10 {
    left: 83.3333333333%; }
  .push-lg-11 {
    left: 91.6666666667%; }
  .push-lg-12 {
    left: 100%; }
  .offset-lg-0 {
    margin-left: 0%; }
  .offset-lg-1 {
    margin-left: 8.3333333333%; }
  .offset-lg-2 {
    margin-left: 16.6666666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.3333333333%; }
  .offset-lg-5 {
    margin-left: 41.6666666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.3333333333%; }
  .offset-lg-8 {
    margin-left: 66.6666666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.3333333333%; }
  .offset-lg-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1020px) {
  .col-xl {
    position: relative;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 12px;
    padding-left: 12px; }
  .col-xl-1 {
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xl-2 {
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xl-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xl-5 {
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xl-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xl-8 {
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xl-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xl-11 {
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xl-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .pull-xl-0 {
    right: auto; }
  .pull-xl-1 {
    right: 8.3333333333%; }
  .pull-xl-2 {
    right: 16.6666666667%; }
  .pull-xl-3 {
    right: 25%; }
  .pull-xl-4 {
    right: 33.3333333333%; }
  .pull-xl-5 {
    right: 41.6666666667%; }
  .pull-xl-6 {
    right: 50%; }
  .pull-xl-7 {
    right: 58.3333333333%; }
  .pull-xl-8 {
    right: 66.6666666667%; }
  .pull-xl-9 {
    right: 75%; }
  .pull-xl-10 {
    right: 83.3333333333%; }
  .pull-xl-11 {
    right: 91.6666666667%; }
  .pull-xl-12 {
    right: 100%; }
  .push-xl-0 {
    left: auto; }
  .push-xl-1 {
    left: 8.3333333333%; }
  .push-xl-2 {
    left: 16.6666666667%; }
  .push-xl-3 {
    left: 25%; }
  .push-xl-4 {
    left: 33.3333333333%; }
  .push-xl-5 {
    left: 41.6666666667%; }
  .push-xl-6 {
    left: 50%; }
  .push-xl-7 {
    left: 58.3333333333%; }
  .push-xl-8 {
    left: 66.6666666667%; }
  .push-xl-9 {
    left: 75%; }
  .push-xl-10 {
    left: 83.3333333333%; }
  .push-xl-11 {
    left: 91.6666666667%; }
  .push-xl-12 {
    left: 100%; }
  .offset-xl-0 {
    margin-left: 0%; }
  .offset-xl-1 {
    margin-left: 8.3333333333%; }
  .offset-xl-2 {
    margin-left: 16.6666666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.3333333333%; }
  .offset-xl-5 {
    margin-left: 41.6666666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.3333333333%; }
  .offset-xl-8 {
    margin-left: 66.6666666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.3333333333%; }
  .offset-xl-11 {
    margin-left: 91.6666666667%; } }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #eceeef; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef; }
  .table tbody + tbody {
    border-top: 2px solid #eceeef; }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #eceeef; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #eceeef; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8; }

.table-hover .table-success:hover {
  background-color: #d0e9c6; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #d0e9c6; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7; }

.table-hover .table-info:hover {
  background-color: #c4e3f3; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #c4e3f3; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf8e3; }

.table-hover .table-warning:hover {
  background-color: #faf2cc; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #faf2cc; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2dede; }

.table-hover .table-danger:hover {
  background-color: #ebcccc; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #ebcccc; }

.thead-inverse th {
  color: #fff;
  background-color: #373a3c; }

.thead-default th {
  color: #55595c;
  background-color: #eceeef; }

.table-inverse {
  color: #eceeef;
  background-color: #373a3c; }
  .table-inverse th,
  .table-inverse td,
  .table-inverse thead th {
    border-color: #55595c; }
  .table-inverse.table-bordered {
    border: 0; }

.table-responsive {
  display: block;
  width: 100%;
  min-height: .01%;
  overflow-x: auto; }

.table-reflow thead {
  float: left; }

.table-reflow tbody {
  display: block;
  white-space: nowrap; }

.table-reflow th,
.table-reflow td {
  border-top: 1px solid #eceeef;
  border-left: 1px solid #eceeef; }
  .table-reflow th:last-child,
  .table-reflow td:last-child {
    border-right: 1px solid #eceeef; }

.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
  border-bottom: 1px solid #eceeef; }

.table-reflow tr {
  float: left; }
  .table-reflow tr th,
  .table-reflow tr td {
    display: block !important;
    border: 1px solid #eceeef; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #55595c;
    background-color: #fff;
    border-color: #66afe9;
    outline: none; }
  .form-control::-webkit-input-placeholder {
    color: #999;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999;
    opacity: 1; }
  .form-control::placeholder {
    color: #999;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #eceeef;
    opacity: 1; }
  .form-control:disabled {
    cursor: not-allowed; }

select.form-control:not([size]):not([multiple]) {
  height: 2.5rem; }

select.form-control:focus::-ms-value {
  color: #55595c;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block; }

.col-form-label {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0; }

.col-form-label-lg {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.25rem; }

.col-form-label-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem; }

.col-form-legend {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-size: 1rem; }

.form-control-static {
  min-height: 2.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0; }
  .form-control-static.form-control-sm, .form-control-static.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem; }

select.form-control-sm:not([size]):not([multiple]) {
  height: 1.8125rem; }

.form-control-lg {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; }

select.form-control-lg:not([size]):not([multiple]) {
  height: 3.1666666667rem; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.75rem; }
  .form-check + .form-check {
    margin-top: -.25rem; }
  .form-check.disabled .form-check-label {
    color: #818a91;
    cursor: not-allowed; }

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer; }

.form-check-input {
  position: absolute;
  margin-top: .25rem;
  margin-left: -1.25rem; }
  .form-check-input:only-child {
    position: static; }

.form-check-inline {
  position: relative;
  display: inline-block;
  padding-left: 1.25rem;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: pointer; }
  .form-check-inline + .form-check-inline {
    margin-left: .75rem; }
  .form-check-inline.disabled {
    cursor: not-allowed; }

.form-control-feedback {
  margin-top: 0.25rem; }

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.625rem;
  background-size: 1.25rem 1.25rem; }

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .form-check-label,
.has-success .form-check-inline,
.has-success .custom-control {
  color: #5cb85c; }

.has-success .form-control {
  border-color: #5cb85c; }

.has-success .input-group-addon {
  color: #5cb85c;
  border-color: #5cb85c;
  background-color: #eaf6ea; }

.has-success .form-control-feedback {
  color: #5cb85c; }

.has-success .form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E"); }

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .form-check-label,
.has-warning .form-check-inline,
.has-warning .custom-control {
  color: #f0ad4e; }

.has-warning .form-control {
  border-color: #f0ad4e; }

.has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: white; }

.has-warning .form-control-feedback {
  color: #f0ad4e; }

.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); }

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .form-check-label,
.has-danger .form-check-inline,
.has-danger .custom-control {
  color: #d9534f; }

.has-danger .form-control {
  border-color: #d9534f; }

.has-danger .input-group-addon {
  color: #d9534f;
  border-color: #d9534f;
  background-color: #fdf7f7; }

.has-danger .form-control-feedback {
  color: #d9534f; }

.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); }

@media (min-width: 830px) {
  .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 .form-control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-check {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-check-label {
    padding-left: 0; }
  .form-inline .form-check-input {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.btn {
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0.25rem; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:focus, .btn:hover {
    text-decoration: none; }
  .btn.focus {
    text-decoration: none; }
  .btn:active, .btn.active {
    background-image: none;
    outline: 0; }
  .btn.disabled, .btn:disabled {
    cursor: not-allowed;
    opacity: .65; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8; }
  .btn-primary:hover {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b;
    background-image: none; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #014682;
      border-color: #01315a; }
  .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled.focus {
    background-color: #0275d8;
    border-color: #0275d8; }
  .btn-primary.disabled:hover, .btn-primary:disabled:hover {
    background-color: #0275d8;
    border-color: #0275d8; }

.btn-secondary {
  color: #373a3c;
  background-color: #fff;
  border-color: #ccc; }
  .btn-secondary:hover {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-secondary:active, .btn-secondary.active,
  .open > .btn-secondary.dropdown-toggle {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad;
    background-image: none; }
    .btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus,
    .open > .btn-secondary.dropdown-toggle:hover,
    .open > .btn-secondary.dropdown-toggle:focus,
    .open > .btn-secondary.dropdown-toggle.focus {
      color: #373a3c;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary:disabled:focus, .btn-secondary:disabled.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-secondary.disabled:hover, .btn-secondary:disabled:hover {
    background-color: #fff;
    border-color: #ccc; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2;
    background-image: none; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1f7e9a; }
  .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:focus, .btn-info:disabled.focus {
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-info.disabled:hover, .btn-info:disabled:hover {
    background-color: #5bc0de;
    border-color: #5bc0de; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #419641; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #419641; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #419641;
    background-image: none; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #2d672d; }
  .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success:disabled.focus {
    background-color: #5cb85c;
    border-color: #5cb85c; }
  .btn-success.disabled:hover, .btn-success:disabled:hover {
    background-color: #5cb85c;
    border-color: #5cb85c; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316;
    background-image: none; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #b06d0f; }
  .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning:disabled.focus {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .btn-warning.disabled:hover, .btn-warning:disabled:hover {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a;
    background-image: none; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #8b211e; }
  .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:focus, .btn-danger:disabled.focus {
    background-color: #d9534f;
    border-color: #d9534f; }
  .btn-danger.disabled:hover, .btn-danger:disabled:hover {
    background-color: #d9534f;
    border-color: #d9534f; }

.btn-outline-primary {
  color: #0275d8;
  background-image: none;
  background-color: transparent;
  border-color: #0275d8; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8; }
  .btn-outline-primary:active, .btn-outline-primary.active,
  .open > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8; }
    .btn-outline-primary:active:hover, .btn-outline-primary:active:focus, .btn-outline-primary:active.focus, .btn-outline-primary.active:hover, .btn-outline-primary.active:focus, .btn-outline-primary.active.focus,
    .open > .btn-outline-primary.dropdown-toggle:hover,
    .open > .btn-outline-primary.dropdown-toggle:focus,
    .open > .btn-outline-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #014682;
      border-color: #01315a; }
  .btn-outline-primary.disabled:focus, .btn-outline-primary.disabled.focus, .btn-outline-primary:disabled:focus, .btn-outline-primary:disabled.focus {
    border-color: #43a7fd; }
  .btn-outline-primary.disabled:hover, .btn-outline-primary:disabled:hover {
    border-color: #43a7fd; }

.btn-outline-secondary {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }
  .btn-outline-secondary:active, .btn-outline-secondary.active,
  .open > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }
    .btn-outline-secondary:active:hover, .btn-outline-secondary:active:focus, .btn-outline-secondary:active.focus, .btn-outline-secondary.active:hover, .btn-outline-secondary.active:focus, .btn-outline-secondary.active.focus,
    .open > .btn-outline-secondary.dropdown-toggle:hover,
    .open > .btn-outline-secondary.dropdown-toggle:focus,
    .open > .btn-outline-secondary.dropdown-toggle.focus {
      color: #fff;
      background-color: #a1a1a1;
      border-color: #8c8c8c; }
  .btn-outline-secondary.disabled:focus, .btn-outline-secondary.disabled.focus, .btn-outline-secondary:disabled:focus, .btn-outline-secondary:disabled.focus {
    border-color: white; }
  .btn-outline-secondary.disabled:hover, .btn-outline-secondary:disabled:hover {
    border-color: white; }

.btn-outline-info {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-outline-info:active, .btn-outline-info.active,
  .open > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }
    .btn-outline-info:active:hover, .btn-outline-info:active:focus, .btn-outline-info:active.focus, .btn-outline-info.active:hover, .btn-outline-info.active:focus, .btn-outline-info.active.focus,
    .open > .btn-outline-info.dropdown-toggle:hover,
    .open > .btn-outline-info.dropdown-toggle:focus,
    .open > .btn-outline-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1f7e9a; }
  .btn-outline-info.disabled:focus, .btn-outline-info.disabled.focus, .btn-outline-info:disabled:focus, .btn-outline-info:disabled.focus {
    border-color: #b0e1ef; }
  .btn-outline-info.disabled:hover, .btn-outline-info:disabled:hover {
    border-color: #b0e1ef; }

.btn-outline-success {
  color: #5cb85c;
  background-image: none;
  background-color: transparent;
  border-color: #5cb85c; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c; }
  .btn-outline-success:active, .btn-outline-success.active,
  .open > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c; }
    .btn-outline-success:active:hover, .btn-outline-success:active:focus, .btn-outline-success:active.focus, .btn-outline-success.active:hover, .btn-outline-success.active:focus, .btn-outline-success.active.focus,
    .open > .btn-outline-success.dropdown-toggle:hover,
    .open > .btn-outline-success.dropdown-toggle:focus,
    .open > .btn-outline-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #2d672d; }
  .btn-outline-success.disabled:focus, .btn-outline-success.disabled.focus, .btn-outline-success:disabled:focus, .btn-outline-success:disabled.focus {
    border-color: #a3d7a3; }
  .btn-outline-success.disabled:hover, .btn-outline-success:disabled:hover {
    border-color: #a3d7a3; }

.btn-outline-warning {
  color: #f0ad4e;
  background-image: none;
  background-color: transparent;
  border-color: #f0ad4e; }
  .btn-outline-warning:hover {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .btn-outline-warning:active, .btn-outline-warning.active,
  .open > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
    .btn-outline-warning:active:hover, .btn-outline-warning:active:focus, .btn-outline-warning:active.focus, .btn-outline-warning.active:hover, .btn-outline-warning.active:focus, .btn-outline-warning.active.focus,
    .open > .btn-outline-warning.dropdown-toggle:hover,
    .open > .btn-outline-warning.dropdown-toggle:focus,
    .open > .btn-outline-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #b06d0f; }
  .btn-outline-warning.disabled:focus, .btn-outline-warning.disabled.focus, .btn-outline-warning:disabled:focus, .btn-outline-warning:disabled.focus {
    border-color: #f8d9ac; }
  .btn-outline-warning.disabled:hover, .btn-outline-warning:disabled:hover {
    border-color: #f8d9ac; }

.btn-outline-danger {
  color: #d9534f;
  background-image: none;
  background-color: transparent;
  border-color: #d9534f; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f; }
  .btn-outline-danger:active, .btn-outline-danger.active,
  .open > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f; }
    .btn-outline-danger:active:hover, .btn-outline-danger:active:focus, .btn-outline-danger:active.focus, .btn-outline-danger.active:hover, .btn-outline-danger.active:focus, .btn-outline-danger.active.focus,
    .open > .btn-outline-danger.dropdown-toggle:hover,
    .open > .btn-outline-danger.dropdown-toggle:focus,
    .open > .btn-outline-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #8b211e; }
  .btn-outline-danger.disabled:focus, .btn-outline-danger.disabled.focus, .btn-outline-danger:disabled:focus, .btn-outline-danger:disabled.focus {
    border-color: #eba5a3; }
  .btn-outline-danger.disabled:hover, .btn-outline-danger:disabled:hover {
    border-color: #eba5a3; }

.btn-link {
  font-weight: normal;
  color: #0275d8;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
    background-color: transparent; }
  .btn-link, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover {
    border-color: transparent; }
  .btn-link:focus, .btn-link:hover {
    color: #014c8c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link:disabled:focus, .btn-link:disabled:hover {
    color: #818a91;
    text-decoration: none; }

.btn-lg {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; }

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  transition: opacity .15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: .35s;
  transition-property: height; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:focus {
  outline: 0; }

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 1rem;
  color: #373a3c;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  color: #373a3c;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0; }
  .dropdown-item:focus, .dropdown-item:hover {
    color: #2b2d2f;
    text-decoration: none;
    background-color: #f5f5f5; }
  .dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0275d8;
    outline: 0; }
  .dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
    color: #818a91; }
  .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)"; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-header {
  display: block;
  padding: 5px 20px;
  font-size: 0.875rem;
  color: #818a91;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 0.3em solid; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: inline-block; }
  .nav-link:focus, .nav-link:hover {
    text-decoration: none; }
  .nav-link.disabled {
    color: #818a91; }
    .nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
      color: #818a91;
      cursor: not-allowed;
      background-color: transparent; }

.nav-inline .nav-item {
  display: inline-block; }

.nav-inline .nav-item + .nav-item,
.nav-inline .nav-link + .nav-link {
  margin-left: 1rem; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs::after {
    content: "";
    display: table;
    clear: both; }
  .nav-tabs .nav-item {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs .nav-item + .nav-item {
      margin-left: 0.2rem; }
  .nav-tabs .nav-link {
    display: block;
    padding: 0.5em 1em;
    border: 1px solid transparent;
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }
    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
      border-color: #eceeef #eceeef #ddd; }
    .nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
      color: #818a91;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover,
  .nav-tabs .nav-item.open .nav-link,
  .nav-tabs .nav-item.open .nav-link:focus,
  .nav-tabs .nav-item.open .nav-link:hover {
    color: #55595c;
    background-color: #fff;
    border-color: #ddd #ddd transparent; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }

.nav-pills::after {
  content: "";
  display: table;
  clear: both; }

.nav-pills .nav-item {
  float: left; }
  .nav-pills .nav-item + .nav-item {
    margin-left: 0.2rem; }

.nav-pills .nav-link {
  display: block;
  padding: 0.5em 1em;
  border-radius: 0.25rem; }

.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover,
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover {
  color: #fff;
  cursor: default;
  background-color: #0275d8; }

.nav-stacked .nav-item {
  display: block;
  float: none; }
  .nav-stacked .nav-item + .nav-item {
    margin-top: 0.2rem;
    margin-left: 0; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  padding: 0.5rem 1rem; }
  .navbar::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 830px) {
    .navbar {
      border-radius: 0.25rem; } }

.navbar-full {
  z-index: 1000; }
  @media (min-width: 830px) {
    .navbar-full {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 830px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0; }

.navbar-fixed-bottom {
  bottom: 0; }

.navbar-sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1030;
  width: 100%; }
  @media (min-width: 830px) {
    .navbar-sticky-top {
      border-radius: 0; } }

.navbar-brand {
  float: left;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-right: 1rem;
  font-size: 1.25rem; }
  .navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }

.navbar-divider {
  float: left;
  width: 1px;
  padding-top: .425rem;
  padding-bottom: .425rem;
  margin-right: 1rem;
  margin-left: 1rem;
  overflow: hidden; }
  .navbar-divider::before {
    content: "\00a0"; }

.navbar-toggler {
  padding: .5rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: none;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none; }

.navbar-nav .nav-item {
  float: left; }

.navbar-nav .nav-link {
  display: block;
  padding-top: .425rem;
  padding-bottom: .425rem; }
  .navbar-nav .nav-link + .nav-link {
    margin-left: 1rem; }

.navbar-nav .nav-item + .nav-item {
  margin-left: 1rem; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.8); }
  .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.8); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.3); }
  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.6); }

.navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .active > .nav-link:focus,
.navbar-light .navbar-nav .active > .nav-link:hover,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.open:focus,
.navbar-light .navbar-nav .nav-link.open:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:focus,
.navbar-light .navbar-nav .nav-link.active:hover {
  color: rgba(0, 0, 0, 0.8); }

.navbar-light .navbar-divider {
  background-color: rgba(0, 0, 0, 0.075); }

.navbar-dark .navbar-brand {
  color: white; }
  .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: white; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75); }

.navbar-dark .navbar-nav .open > .nav-link, .navbar-dark .navbar-nav .open > .nav-link:focus, .navbar-dark .navbar-nav .open > .nav-link:hover,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link:focus,
.navbar-dark .navbar-nav .active > .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus,
.navbar-dark .navbar-nav .nav-link.active:hover {
  color: white; }

.navbar-dark .navbar-divider {
  background-color: rgba(255, 255, 255, 0.075); }

.navbar-toggleable-xs::after {
  content: "";
  display: table;
  clear: both; }

@media (max-width: 829px) {
  .navbar-toggleable-xs .navbar-nav .nav-item {
    float: none;
    margin-left: 0; } }

@media (min-width: 830px) {
  .navbar-toggleable-xs {
    display: block !important; } }

.navbar-toggleable-sm::after {
  content: "";
  display: table;
  clear: both; }

@media (max-width: 899px) {
  .navbar-toggleable-sm .navbar-nav .nav-item {
    float: none;
    margin-left: 0; } }

@media (min-width: 900px) {
  .navbar-toggleable-sm {
    display: block !important; } }

.navbar-toggleable-md::after {
  content: "";
  display: table;
  clear: both; }

@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .nav-item {
    float: none;
    margin-left: 0; } }

@media (min-width: 992px) {
  .navbar-toggleable-md {
    display: block !important; } }

.alert {
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: bold; }

.alert-dismissible {
  padding-right: 2rem; }
  .alert-dismissible .close {
    position: relative;
    top: -.125rem;
    right: -1rem;
    color: inherit; }

.alert-secondary {
  color: #464a4e;
  background-color: #e7e8ea;
  border-color: #dddfe2; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c1e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6d5ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7ecb5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9b9; }
  .alert-danger .alert-link {
    color: #843534; }

.bg-faded {
  background-color: #f7f7f9; }

.bg-primary {
  color: #fff !important;
  background-color: #0275d8 !important; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #025aa5 !important; }

.bg-success {
  color: #fff !important;
  background-color: #5cb85c !important; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #449d44 !important; }

.bg-info {
  color: #fff !important;
  background-color: #5bc0de !important; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #31b0d5 !important; }

.bg-warning {
  color: #fff !important;
  background-color: #f0ad4e !important; }

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #ec971f !important; }

.bg-danger {
  color: #fff !important;
  background-color: #d9534f !important; }

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #c9302c !important; }

.bg-inverse {
  color: #fff !important;
  background-color: #373a3c !important; }

a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: #1f2021 !important; }

.clearfix::after {
  content: "";
  display: table;
  clear: both; }

.d-block {
  display: block !important; }

.d-inline-block {
  display: inline-block !important; }

.d-inline {
  display: inline !important; }

.flex-xs-first {
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1; }

.flex-xs-last {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

.flex-xs-unordered {
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0; }

.flex-items-xs-top {
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.flex-items-xs-middle {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.flex-items-xs-bottom {
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }

.flex-xs-top {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start; }

.flex-xs-middle {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center; }

.flex-xs-bottom {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end; }

.flex-items-xs-left {
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.flex-items-xs-center {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.flex-items-xs-right {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.flex-items-xs-around {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }

.flex-items-xs-between {
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

@media (min-width: 830px) {
  .flex-sm-first {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .flex-sm-last {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .flex-sm-unordered {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; } }

@media (min-width: 830px) {
  .flex-items-sm-top {
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .flex-items-sm-middle {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .flex-items-sm-bottom {
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; } }

@media (min-width: 830px) {
  .flex-sm-top {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start; }
  .flex-sm-middle {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center; }
  .flex-sm-bottom {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end; } }

@media (min-width: 830px) {
  .flex-items-sm-left {
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .flex-items-sm-center {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .flex-items-sm-right {
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .flex-items-sm-around {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
  .flex-items-sm-between {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media (min-width: 900px) {
  .flex-md-first {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .flex-md-last {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .flex-md-unordered {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; } }

@media (min-width: 900px) {
  .flex-items-md-top {
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .flex-items-md-middle {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .flex-items-md-bottom {
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; } }

@media (min-width: 900px) {
  .flex-md-top {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start; }
  .flex-md-middle {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center; }
  .flex-md-bottom {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end; } }

@media (min-width: 900px) {
  .flex-items-md-left {
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .flex-items-md-center {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .flex-items-md-right {
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .flex-items-md-around {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
  .flex-items-md-between {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media (min-width: 992px) {
  .flex-lg-first {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .flex-lg-last {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .flex-lg-unordered {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; } }

@media (min-width: 992px) {
  .flex-items-lg-top {
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .flex-items-lg-middle {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .flex-items-lg-bottom {
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; } }

@media (min-width: 992px) {
  .flex-lg-top {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start; }
  .flex-lg-middle {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center; }
  .flex-lg-bottom {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end; } }

@media (min-width: 992px) {
  .flex-items-lg-left {
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .flex-items-lg-center {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .flex-items-lg-right {
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .flex-items-lg-around {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
  .flex-items-lg-between {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media (min-width: 1020px) {
  .flex-xl-first {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .flex-xl-last {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .flex-xl-unordered {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; } }

@media (min-width: 1020px) {
  .flex-items-xl-top {
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .flex-items-xl-middle {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .flex-items-xl-bottom {
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; } }

@media (min-width: 1020px) {
  .flex-xl-top {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start; }
  .flex-xl-middle {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center; }
  .flex-xl-bottom {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end; } }

@media (min-width: 1020px) {
  .flex-items-xl-left {
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .flex-items-xl-center {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .flex-items-xl-right {
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .flex-items-xl-around {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
  .flex-items-xl-between {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

.pull-xs-left {
  float: left !important; }

.pull-xs-right {
  float: right !important; }

.pull-xs-none {
  float: none !important; }

@media (min-width: 830px) {
  .pull-sm-left {
    float: left !important; }
  .pull-sm-right {
    float: right !important; }
  .pull-sm-none {
    float: none !important; } }

@media (min-width: 900px) {
  .pull-md-left {
    float: left !important; }
  .pull-md-right {
    float: right !important; }
  .pull-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .pull-lg-left {
    float: left !important; }
  .pull-lg-right {
    float: right !important; }
  .pull-lg-none {
    float: none !important; } }

@media (min-width: 1020px) {
  .pull-xl-left {
    float: left !important; }
  .pull-xl-right {
    float: right !important; }
  .pull-xl-none {
    float: none !important; } }

.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; }

.w-100 {
  width: 100% !important; }

.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.m-a-0 {
  margin: 0 0 !important; }

.m-t-0 {
  margin-top: 0 !important; }

.m-r-0 {
  margin-right: 0 !important; }

.m-b-0 {
  margin-bottom: 0 !important; }

.m-l-0 {
  margin-left: 0 !important; }

.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-a-1 {
  margin: 1rem 1rem !important; }

.m-t-1 {
  margin-top: 1rem !important; }

.m-r-1 {
  margin-right: 1rem !important; }

.m-b-1 {
  margin-bottom: 1rem !important; }

.m-l-1 {
  margin-left: 1rem !important; }

.m-x-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.m-y-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.m-a-2 {
  margin: 1.5rem 1.5rem !important; }

.m-t-2 {
  margin-top: 1.5rem !important; }

.m-r-2 {
  margin-right: 1.5rem !important; }

.m-b-2 {
  margin-bottom: 1.5rem !important; }

.m-l-2 {
  margin-left: 1.5rem !important; }

.m-x-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.m-y-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.m-a-3 {
  margin: 3rem 3rem !important; }

.m-t-3 {
  margin-top: 3rem !important; }

.m-r-3 {
  margin-right: 3rem !important; }

.m-b-3 {
  margin-bottom: 3rem !important; }

.m-l-3 {
  margin-left: 3rem !important; }

.m-x-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.m-y-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.p-a-0 {
  padding: 0 0 !important; }

.p-t-0 {
  padding-top: 0 !important; }

.p-r-0 {
  padding-right: 0 !important; }

.p-b-0 {
  padding-bottom: 0 !important; }

.p-l-0 {
  padding-left: 0 !important; }

.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-a-1 {
  padding: 1rem 1rem !important; }

.p-t-1 {
  padding-top: 1rem !important; }

.p-r-1 {
  padding-right: 1rem !important; }

.p-b-1 {
  padding-bottom: 1rem !important; }

.p-l-1 {
  padding-left: 1rem !important; }

.p-x-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.p-y-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.p-a-2 {
  padding: 1.5rem 1.5rem !important; }

.p-t-2 {
  padding-top: 1.5rem !important; }

.p-r-2 {
  padding-right: 1.5rem !important; }

.p-b-2 {
  padding-bottom: 1.5rem !important; }

.p-l-2 {
  padding-left: 1.5rem !important; }

.p-x-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.p-y-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.p-a-3 {
  padding: 3rem 3rem !important; }

.p-t-3 {
  padding-top: 3rem !important; }

.p-r-3 {
  padding-right: 3rem !important; }

.p-b-3 {
  padding-bottom: 3rem !important; }

.p-l-3 {
  padding-left: 3rem !important; }

.p-x-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.p-y-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-xs-left {
  text-align: left !important; }

.text-xs-right {
  text-align: right !important; }

.text-xs-center {
  text-align: center !important; }

@media (min-width: 830px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 900px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1020px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-normal {
  font-weight: normal; }

.font-weight-bold {
  font-weight: bold; }

.font-italic {
  font-style: italic; }

.text-muted {
  color: #818a91 !important; }

a.text-muted:focus, a.text-muted:hover {
  color: #687077 !important; }

.text-primary {
  color: #0275d8 !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #025aa5 !important; }

.text-success {
  color: #5cb85c !important; }

a.text-success:focus, a.text-success:hover {
  color: #449d44 !important; }

.text-info {
  color: #5bc0de !important; }

a.text-info:focus, a.text-info:hover {
  color: #31b0d5 !important; }

.text-warning {
  color: #f0ad4e !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #ec971f !important; }

.text-danger {
  color: #d9534f !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #c9302c !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.invisible {
  visibility: hidden !important; }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 829px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 830px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 899px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 900px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1019px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1020px) {
  .hidden-xl-up {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [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; }

body {
  position: relative;
  color: #000;
  background-color: #ffffff;
  font-family: 'Roboto', sans-serif; }

a {
  transition: all 0.2s;
  color: #000; }
  a:active, a:focus, a:hover {
    color: #000; }

embed,
iframe,
img,
object {
  max-width: 100% !important; }

.center {
  text-align: center; }

.left {
  text-align: left; }

.right {
  text-align: right; }

img.toleft {
  margin: 5px 15px 0 0; }

img.toright {
  margin: 5px 0 0 15px; }

.toleft {
  display: block;
  float: left;
  text-align: left; }

.toright {
  display: block;
  float: right;
  text-align: left; }

.hidden {
  display: none; }

.btn-primary {
  background-color: #e2002e;
  border: solid 2px #e2002e;
  border-radius: 0;
  font-family: Rajdhani;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.11;
  color: #ffffff;
  text-transform: uppercase;
  padding: 12px 38px; }
  .btn-primary:active, .btn-primary:focus, .btn-primary:focus:active, .btn-primary:focus:hover, .btn-primary:hover {
    background-color: #fff;
    color: #e2002e;
    border: solid 2px #e2002e; }

.image_box {
  width: 190px;
  background: #eeeeee;
  border: 1px solid #eeeeee;
  padding: 10px 10px 5px; }

.image_box.toleft {
  margin: 10px 10px 5px 0; }

.image_box.toright {
  margin: 10px 0 5px 10px; }

.image_box .image_desc {
  padding: 0;
  font-size: 0.8em;
  text-align: center; }

.win {
  color: #4ebc38 !important; }
  .win:hover {
    color: #4ebc38 !important; }

.loss {
  color: #c01d22 !important; }
  .loss:hover {
    color: #c01d22 !important; }

.draw {
  color: #000 !important; }
  .draw:hover {
    color: #000 !important; }

select {
  margin: 0;
  line-height: 1;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
          appearance: none;
  height: 40px;
  background-color: #ffffff;
  border: solid 1px #eeeeee;
  padding: 10px 65px 10px 15px;
  vertical-align: middle;
  background: url("/img/arrow-select.svg") #fff center right no-repeat;
  max-width: 100%;
  width: 100%;
  font-family: Rajdhani;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  color: #313131;
  text-transform: uppercase; }
  select:active, select:focus, select:hover {
    background: url("/img/arrow-select-hover.svg") #fff center right no-repeat;
    outline: 0; }

.clear:after {
  content: "";
  display: table;
  clear: both; }

/*
font-family: 'Rajdhani', sans-serif;
font-family: 'Roboto', sans-serif;
*/
.container {
  max-width: 1440px; }
  @media (max-width: 1019px) {
    .container {
      max-width: 100%;
      width: 100%; } }

.layout {
  max-width: 1440px; }
  @media (max-width: 940px) {
    .layout main {
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }
  .layout aside {
    transition: opacity 0.2s;
    background: #fff; }
    @media (max-width: 940px) {
      .layout aside {
        position: absolute;
        top: 0;
        right: 0;
        width: 390px;
        max-width: 85%;
        height: 100%;
        z-index: 1000;
        padding-top: 80px !important;
        visibility: hidden;
        opacity: 0; } }

header {
  border-top: 20px solid #004178;
  position: relative; }
  @media (max-width: 940px) {
    header {
      border-top: 0; } }
  header .dark-red {
    background-color: #cd002a; }
    header .dark-red .ico {
      font-family: Rajdhani;
      font-size: 13px;
      font-weight: bold;
      line-height: 1.85;
      text-transform: uppercase;
      color: #ffffff;
      margin-right: 30px; }
      header .dark-red .ico.ico-tickets {
        background: url("/img/tickets.png") no-repeat;
        background-position: center left;
        padding-left: 18px; }
      header .dark-red .ico.ico-cart {
        background: url("/img/shopping_cart.png") no-repeat;
        background-position: center left;
        padding-left: 28px; }
      header .dark-red .ico.ico-live {
        background: url("/img/circle.svg") no-repeat;
        background-position: center left;
        padding-left: 26px; }
      header .dark-red .ico.ico-ice {
        background: url("/img/calendar_ok.png") no-repeat;
        background-position: center left;
        padding-left: 26px; }
      header .dark-red .ico.ico-fb {
        background: url("/img/fb_ico.svg") no-repeat;
        background-position: center left;
        display: inline-block;
        width: 7px;
        height: 14px;
        margin: 0 10px;
        vertical-align: sub; }
      header .dark-red .ico.ico-yt {
        background: url("/img/youtube_ico.svg") no-repeat;
        background-position: center left;
        display: inline-block;
        width: 20px;
        height: 14px;
        margin: 0 10px;
        vertical-align: sub; }
      header .dark-red .ico.ico-ig {
        background: url("/img/ig_ico.svg") no-repeat;
        background-position: center left;
        display: inline-block;
        width: 14px;
        height: 14px;
        margin: 0 10px;
        vertical-align: sub; }
    header .dark-red .left-box {
      padding: 8px; }
      @media (max-width: 1100px) {
        header .dark-red .left-box {
          display: none; } }
    header .dark-red .right-box {
      font-family: Rajdhani;
      font-size: 13px;
      font-weight: bold;
      line-height: 1.85;
      text-align: right;
      color: #ffffff;
      text-transform: uppercase;
      padding: 8px; }
      @media (max-width: 1100px) {
        header .dark-red .right-box {
          display: none; } }
  header .light-red {
    background-color: #e2002e; }
    @media (max-width: 940px) {
      header .light-red {
        display: none; } }
    header .light-red .brand {
      width: 148px;
      height: 138px;
      display: block;
      position: absolute;
      margin-left: auto;
      margin-right: auto;
      left: 0;
      right: 0;
      top: -10px;
      z-index: 1030; }
      @media (max-width: 1100px) {
        header .light-red .brand {
          width: 97px;
          height: auto; } }
    header .light-red .links-left {
      text-align: right;
      padding-right: 110px;
      position: initial; }
      @media (max-width: 1060px) {
        header .light-red .links-left {
          padding-right: 56px; } }
      header .light-red .links-left .navbar-nav .nav-item {
        float: none;
        display: inline-block; }
      header .light-red .links-left .navbar-nav .nav-item {
        background: url("/img/divider.png") no-repeat;
        background-position: center right;
        padding-right: 18px; }
        header .light-red .links-left .navbar-nav .nav-item:last-child {
          background: transparent; }
    header .light-red .links-right {
      text-align: left;
      padding-left: 105px;
      position: initial; }
      @media (max-width: 1060px) {
        header .light-red .links-right {
          padding-left: 65px; } }
      header .light-red .links-right .navbar-nav .nav-item {
        background: url("/img/divider.png") no-repeat;
        background-position: center left;
        padding-left: 18px; }
        header .light-red .links-right .navbar-nav .nav-item:first-child {
          background: transparent; }
    header .light-red .nav-item {
      position: initial; }
      header .light-red .nav-item .nav-link {
        font-family: Rajdhani;
        font-size: 21px;
        font-weight: 600;
        line-height: 1.14;
        color: #ffffff;
        text-transform: uppercase;
        padding-top: 23px;
        padding-bottom: 23px;
        background-position: center bottom; }
      header .light-red .nav-item.dropdown.open .nav-link {
        background: url("/img/nav_arrow.svg") no-repeat;
        background-position: center bottom; }
      header .light-red .nav-item .dropdown-toggle:after {
        display: none; }
      header .light-red .nav-item .dropdown-menu {
        margin-top: 0;
        left: 0;
        width: 100%;
        max-width: 100%;
        border: 0;
        padding-top: 21px;
        padding-bottom: 19px;
        border-bottom: 1px solid #eeeeee; }
        header .light-red .nav-item .dropdown-menu .container-dropdown {
          max-width: 1020px; }
        header .light-red .nav-item .dropdown-menu .dropdown-item {
          display: inline-block;
          width: auto;
          font-family: Rajdhani;
          font-size: 16px;
          font-weight: bold;
          line-height: 1.5;
          text-align: left;
          color: #a0a0a0;
          background: url("/img/gray_star.svg") no-repeat;
          background-position: 0 6px;
          text-transform: uppercase;
          padding-left: 25px;
          margin-right: 18px; }
          header .light-red .nav-item .dropdown-menu .dropdown-item:active, header .light-red .nav-item .dropdown-menu .dropdown-item:focus, header .light-red .nav-item .dropdown-menu .dropdown-item:hover {
            background: url("/img/red_star.svg") no-repeat;
            background-position: 0 6px;
            color: #313131; }
  header .search-ico {
    position: absolute;
    right: 15px;
    top: 60px; }
    @media (max-width: 1100px) {
      header .search-ico {
        display: none; } }

.mobile-nav {
  display: none;
  background-color: #cd002a;
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000; }
  .mobile-nav .brand {
    width: 80px;
    display: block;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000000; }
  .mobile-nav #show-menu {
    font-family: Rajdhani;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.14;
    color: #ffffff;
    text-transform: uppercase;
    display: block;
    padding: 18px 40px;
    position: absolute;
    left: 0;
    top: 0;
    background: url("/img/menu.svg") no-repeat;
    background-position: 6px center;
    background-size: 26px; }
    .mobile-nav #show-menu:active, .mobile-nav #show-menu:focus, .mobile-nav #show-menu:hover {
      text-decoration: none; }
  .mobile-nav #show-aside {
    font-family: Rajdhani;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.14;
    color: #ffffff;
    text-transform: uppercase;
    display: block;
    padding: 10px 15px;
    position: absolute;
    right: 0;
    top: 0; }
    .mobile-nav #show-aside:active, .mobile-nav #show-aside:focus, .mobile-nav #show-aside:hover {
      text-decoration: none; }

@media (max-width: 940px) {
  body {
    padding-top: 60px; }
  .mobile-nav {
    display: block; } }

.dark-page {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.68);
  z-index: 999;
  visibility: hidden;
  opacity: 0; }

.mobile-nav-aside {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 390px;
  max-width: 85%;
  height: 100%;
  z-index: 9000;
  padding-top: 60px !important;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s; }
  .mobile-nav-aside .navbar-nav {
    padding: 0; }
    .mobile-nav-aside .navbar-nav .nav-item {
      display: block;
      float: none;
      margin: 0;
      border-bottom: 1px solid #eaedf0; }
      .mobile-nav-aside .navbar-nav .nav-item .nav-link {
        font-weight: bold;
        line-height: 1.5;
        color: #1a1a18;
        padding: 8px 10px; }
        .mobile-nav-aside .navbar-nav .nav-item .nav-link:after {
          float: right;
          margin-top: 8px;
          margin-right: 7px;
          transition: all 0.2s;
          -webkit-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
                  transform: rotate(90deg); }
      .mobile-nav-aside .navbar-nav .nav-item .dropdown-menu {
        position: initial;
        width: 100%;
        float: none;
        border: 0;
        border-radius: 0;
        margin-top: 0;
        white-space: normal;
        margin-bottom: 12px;
        background: #d6d6d6;
        margin: 0; }
        .mobile-nav-aside .navbar-nav .nav-item .dropdown-menu .dropdown-item {
          font-weight: bold;
          line-height: 1.5;
          color: #1a1a18;
          padding: 5px 10px;
          white-space: normal; }
          .mobile-nav-aside .navbar-nav .nav-item .dropdown-menu .dropdown-item:active, .mobile-nav-aside .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus, .mobile-nav-aside .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
            background: transparent !important; }
    .mobile-nav-aside .navbar-nav .open .nav-link {
      background: #afafaf; }
      .mobile-nav-aside .navbar-nav .open .nav-link:after {
        -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
                transform: rotate(0); }

.show-menu #show-aside {
  display: none; }

.show-menu .mobile-nav-aside {
  opacity: 1;
  visibility: visible; }

.show-menu .dark-page {
  opacity: 1;
  visibility: visible; }

.show-aside #show-menu {
  display: none; }

.show-aside aside {
  opacity: 1;
  visibility: visible; }

.show-aside .dark-page {
  opacity: 1;
  visibility: visible; }

.topstories {
  padding: 0; }
  .topstories .arrow-left {
    background: url("/img/prev_arrow.svg") no-repeat;
    background-position: center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 55px;
    height: 100%;
    z-index: 100;
    cursor: pointer; }
    @media (max-width: 660px) {
      .topstories .arrow-left {
        width: 25px; } }
  .topstories .arrow-right {
    background: url("/img/next_arrow.svg") no-repeat;
    background-position: center;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 100%;
    z-index: 100;
    cursor: pointer; }
    @media (max-width: 660px) {
      .topstories .arrow-right {
        width: 25px; } }
  .topstories .topstory {
    position: relative; }
    .topstories .topstory:active:after, .topstories .topstory:focus:after, .topstories .topstory:hover:after {
      opacity: 0.3; }
    .topstories .topstory:after {
      display: block;
      content: "";
      opacity: 0.5;
      background-image: linear-gradient(to top, #000000, transparent);
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 430px;
      transition: opacity 0.2s; }
    .topstories .topstory img {
      width: 100%; }
    .topstories .topstory .photo-mobile {
      display: none; }
      @media (max-width: 660px) {
        .topstories .topstory .photo-mobile {
          display: block; } }
    @media (max-width: 660px) {
      .topstories .topstory .photo-desktop {
        display: none; } }
    .topstories .topstory-body {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 0 90px;
      z-index: 10;
      padding-bottom: 18px;
      width: 100%; }
      @media (max-width: 660px) {
        .topstories .topstory-body {
          padding: 0 40px 15px; } }
      .topstories .topstory-body h1 {
        width: 940px;
        max-width: 100%;
        font-family: Rajdhani;
        font-size: 64px;
        font-weight: bold;
        line-height: 1.0;
        color: #ffffff; }
        @media (max-width: 970px) {
          .topstories .topstory-body h1 {
            font-size: 54px; } }
        @media (max-width: 770px) {
          .topstories .topstory-body h1 {
            font-size: 45px; } }
        @media (max-width: 660px) {
          .topstories .topstory-body h1 {
            font-size: 30px; } }
        @media (max-width: 600px) {
          .topstories .topstory-body h1 {
            font-size: 26px; } }
      .topstories .topstory-body .cat {
        font-family: Rajdhani;
        font-size: 15px;
        font-weight: bold;
        color: #ffffff;
        height: 40px;
        background-color: #e2002e;
        display: inline-block;
        padding: 9px 17px;
        text-transform: uppercase; }
        @media (max-width: 415px) {
          .topstories .topstory-body .cat {
            display: none; } }

.topstories-nav {
  width: 710px;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 40px; }
  @media (max-width: 710px) {
    .topstories-nav {
      display: none; } }
  .topstories-nav .topstory-nav {
    font-family: Rajdhani;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.24;
    color: #a0a0a0;
    width: 200px;
    margin: 0 15px;
    padding-top: 17px;
    position: relative; }
    .topstories-nav .topstory-nav span {
      display: block;
      word-wrap: break-word; }
    .topstories-nav .topstory-nav:hover {
      cursor: pointer; }
    .topstories-nav .topstory-nav:before {
      content: "";
      display: block;
      width: 100%;
      height: 2px;
      background-color: #eeeeee;
      position: absolute;
      top: 0;
      left: 0; }
    .topstories-nav .topstory-nav.slick-current {
      color: #313131; }
      .topstories-nav .topstory-nav.slick-current:after {
        -webkit-animation: hundredpercent 2.6s forwards;
                animation: hundredpercent 2.6s forwards;
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        background-color: #e2002e;
        position: absolute;
        top: 0;
        left: 0; }

@-webkit-keyframes hundredpercent {
  from {
    width: 0; }
  to {
    width: 100%; } }

@keyframes hundredpercent {
  from {
    width: 0; }
  to {
    width: 100%; } }

.hp-games {
  margin-bottom: 35px; }
  .hp-games .games-slick {
    border-top: 1px solid #eeeeee;
    border-bottom: 3px solid #eeeeee;
    padding: 0 90px 0 0; }
    @media (max-width: 380px) {
      .hp-games .games-slick {
        padding: 0; } }
    .hp-games .games-slick .game {
      width: 320px;
      border-right: 1px solid #eeeeee;
      padding: 25px 30px 18px;
      min-height: 115px; }
      @media (max-width: 405px) {
        .hp-games .games-slick .game {
          width: 308px; } }
      .hp-games .games-slick .game-data {
        display: table;
        width: 100%;
        table-layout: fixed; }
        .hp-games .games-slick .game-data .logo {
          display: table-cell;
          vertical-align: top;
          width: 50px; }
          .hp-games .games-slick .game-data .logo img {
            height: 40px; }
        .hp-games .games-slick .game-data .teams {
          display: table-cell;
          vertical-align: top;
          font-family: Rajdhani;
          font-size: 15px;
          font-weight: bold;
          line-height: 1.4;
          color: #313131;
          text-transform: uppercase;
          padding-left: 10px; }
          .hp-games .games-slick .game-data .teams span {
            display: block; }
        .hp-games .games-slick .game-data .score {
          display: table-cell;
          vertical-align: top;
          text-align: right;
          font-family: Rajdhani;
          font-size: 15px;
          font-weight: bold;
          color: #313131;
          text-transform: uppercase;
          width: 85px; }
          .hp-games .games-slick .game-data .score.score-date {
            width: 55px; }
          .hp-games .games-slick .game-data .score a {
            font-family: Rajdhani;
            font-size: 48px;
            font-weight: bold;
            line-height: 1;
            color: #e2002e; }
      .hp-games .games-slick .game .buttons {
        text-align: center; }
        .hp-games .games-slick .game .buttons a {
          font-family: Rajdhani;
          font-size: 13px;
          font-weight: bold;
          line-height: 1.62;
          color: #a0a0a0;
          text-transform: uppercase; }
          .hp-games .games-slick .game .buttons a:last-child:after {
            display: none; }
          .hp-games .games-slick .game .buttons a:after {
            content: "/";
            font-family: Rajdhani;
            font-size: 13px;
            font-weight: bold;
            line-height: 1.62;
            color: #d2d2d2;
            margin-left: 8px;
            margin-right: 4px; }
  .hp-games .arrow-right {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: url("/img/game_arrow_right.svg") #fff no-repeat;
    background-position: center;
    width: 45px;
    height: 100%;
    z-index: 100;
    cursor: pointer; }
    @media (max-width: 380px) {
      .hp-games .arrow-right {
        display: none !important; } }
  .hp-games .arrow-left {
    display: block;
    position: absolute;
    right: 45px;
    top: 0;
    background: url("/img/game_arrow_left.svg") #fff no-repeat;
    background-position: center;
    width: 45px;
    height: 100%;
    z-index: 100;
    border-left: 1px solid #eeeeee;
    cursor: pointer; }
    @media (max-width: 380px) {
      .hp-games .arrow-left {
        display: none !important; } }

.hp-socials {
  position: relative;
  margin-top: 70px;
  margin-bottom: 60px; }
  .hp-socials .masonry {
    margin: 1.5em 0;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: 0.85em;
    padding-top: 20px; }
  .hp-socials .item {
    display: none;
    background: #fff;
    padding: 1em;
    margin: 0 0 1.5em;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #ffffff;
    box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.05);
    border: solid 1px #eeeeee; }
    .hp-socials .item img {
      width: 100%; }
    .hp-socials .item .item-heading {
      font-family: Rajdhani;
      font-size: 19px;
      font-weight: bold;
      line-height: 1.11;
      color: #36609f;
      text-transform: uppercase;
      margin-bottom: 12px;
      margin-top: 4px; }
      .hp-socials .item .item-heading span {
        float: right;
        font-size: 13px;
        font-weight: bold;
        line-height: 1.62;
        text-align: right;
        color: #a0a0a0; }
    .hp-socials .item.item-fb .item-heading {
      color: #36609f;
      background: url("/img/fb_ico_blue.svg") no-repeat;
      padding-left: 18px;
      background-position: 0 3px; }
    .hp-socials .item.item-ig .item-heading {
      color: #d93175;
      background: url("/img/ig_ico_pink.svg") no-repeat;
      padding-left: 22px;
      background-position: 0 3px; }
    .hp-socials .item.item-yt .item-heading {
      color: #ee3537;
      background: url("/img/ico_yt_red.svg") no-repeat;
      padding-left: 28px;
      background-position: 0 3px; }
    .hp-socials .item .item-photo {
      margin-bottom: 14px; }
    .hp-socials .item .item-text {
      font-family: Roboto;
      font-size: 15px;
      line-height: 1.4;
      color: #313131; }
  @media only screen and (min-width: 500px) {
    .hp-socials .masonry {
      -moz-column-count: 2;
      -webkit-column-count: 2;
      column-count: 2; } }
  @media only screen and (min-width: 1100px) {
    .hp-socials .masonry {
      -moz-column-count: 3;
      -webkit-column-count: 3;
      column-count: 3; } }
  @media only screen and (min-width: 1280px) {
    .hp-socials .wrapper {
      width: 1260px; } }
  .hp-socials .load-more {
    text-align: center; }
    .hp-socials .load-more .load-more-btn {
      font-family: Rajdhani;
      font-size: 19px;
      font-weight: bold;
      line-height: 1.11;
      text-align: center;
      color: #e2002e;
      display: block;
      margin: 0 auto;
      text-transform: uppercase; }
      .hp-socials .load-more .load-more-btn span {
        position: relative;
        z-index: 10; }
      .hp-socials .load-more .load-more-btn:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        height: 400px;
        background-image: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0));
        width: 100%; }

.hp-osobnosti {
  margin-bottom: 40px; }
  @media (max-width: 829px) {
    .hp-osobnosti .osobnost {
      margin: 15px 0; } }
  .hp-osobnosti .osobnost-inner {
    display: table;
    width: 100%; }
  .hp-osobnosti .osobnost-photo {
    display: table-cell;
    vertical-align: top;
    width: 110px; }
  .hp-osobnosti .osobnost-body {
    display: table-cell;
    vertical-align: middle;
    padding-left: 40px; }
    .hp-osobnosti .osobnost-body .name {
      font-family: Rajdhani;
      font-weight: bold;
      font-size: 24px;
      line-height: 1;
      color: #313131; }
    .hp-osobnosti .osobnost-body .info {
      font-family: Rajdhani;
      font-size: 15px;
      font-weight: bold;
      line-height: 1.6;
      color: #313131;
      text-transform: uppercase; }
    .hp-osobnosti .osobnost-body .show-profile {
      font-size: 13px;
      font-weight: bold;
      line-height: 1.62;
      color: #a0a0a0;
      position: relative;
      text-transform: uppercase;
      margin-top: 5px;
      display: block; }
      .hp-osobnosti .osobnost-body .show-profile:before {
        display: block;
        content: "";
        width: 40px;
        height: 1px;
        background-color: #eeeeee;
        margin-bottom: 3px; }

.blue-bg {
  background-color: #004178; }

.hp-youth {
  padding-top: 27px; }
  .hp-youth h2.heading {
    color: #fff; }
    .hp-youth h2.heading .more-btn {
      float: right;
      background-color: transparent;
      font-family: Rajdhani;
      font-size: 15px;
      font-weight: bold;
      line-height: 1.4;
      text-align: center;
      color: #ffffff;
      border: solid 1px #ffffff;
      padding: 6px 23px;
      margin-top: -7px;
      margin-right: 20px; }
      @media (max-width: 570px) {
        .hp-youth h2.heading .more-btn {
          display: none; } }
      .hp-youth h2.heading .more-btn:active, .hp-youth h2.heading .more-btn:focus, .hp-youth h2.heading .more-btn:hover {
        background: #fff;
        color: #004178;
        text-decoration: none; }
  .hp-youth .articles-list {
    margin-bottom: 0; }
    .hp-youth .articles-list .article-body h2 {
      color: #fff; }
    .hp-youth .articles-list .article-body .date {
      color: #fff; }
  .hp-youth .tabs-list .tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    display: table;
    width: 100%;
    border-top: 1px solid #155387;
    border-bottom: 1px solid #155387; }
    @media (max-width: 892px) {
      .hp-youth .tabs-list .tabs {
        display: block; }
        .hp-youth .tabs-list .tabs:after {
          display: block;
          content: "";
          clear: both; } }
    .hp-youth .tabs-list .tabs li {
      display: table-cell;
      vertical-align: top;
      text-align: center;
      position: relative; }
      @media (max-width: 892px) {
        .hp-youth .tabs-list .tabs li {
          float: left;
          display: inline-block; } }
      .hp-youth .tabs-list .tabs li a {
        font-family: Rajdhani;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.5;
        color: #4587be;
        text-transform: uppercase;
        display: block;
        padding: 12px 0; }
        @media (max-width: 892px) {
          .hp-youth .tabs-list .tabs li a {
            padding: 12px 10px; } }
        .hp-youth .tabs-list .tabs li a:active, .hp-youth .tabs-list .tabs li a:hover {
          text-decoration: none; }
      .hp-youth .tabs-list .tabs li a.active {
        color: #fff; }
        .hp-youth .tabs-list .tabs li a.active:after {
          content: "";
          display: block;
          height: 2px;
          background-color: #ffffff;
          position: absolute;
          width: 100%;
          left: 0;
          bottom: 0; }
  .hp-youth .tabgroup .youth-box {
    position: relative;
    margin-top: 30px; }
    .hp-youth .tabgroup .youth-box:after {
      display: block;
      content: attr(data-name);
      font-family: Rajdhani;
      font-size: 64px;
      font-weight: bold;
      line-height: 1;
      color: #155387;
      text-transform: uppercase;
      position: absolute;
      top: 0;
      right: 0; }
      @media (max-width: 1120px) {
        .hp-youth .tabgroup .youth-box:after {
          display: none; } }
    .hp-youth .tabgroup .youth-box .tab-inner {
      max-width: 900px;
      margin-bottom: 40px; }
      .hp-youth .tabgroup .youth-box .tab-inner:after {
        display: block;
        content: "";
        clear: both; }
    .hp-youth .tabgroup .youth-box .links-box {
      float: left;
      width: 25%; }
      @media (max-width: 568px) {
        .hp-youth .tabgroup .youth-box .links-box {
          width: 100%;
          float: none;
          display: block;
          margin: 30px 0; } }
      .hp-youth .tabgroup .youth-box .links-box .heading {
        background: url("/img/heading_dots_white.png") no-repeat;
        padding-left: 20px;
        font-family: Rajdhani;
        font-weight: bold;
        font-size: 19px;
        line-height: 1.26;
        color: #ffffff;
        text-transform: uppercase;
        background-position: 0 2px;
        margin-bottom: 10px; }
      .hp-youth .tabgroup .youth-box .links-box ul {
        list-style: none;
        padding-left: 20px; }
        .hp-youth .tabgroup .youth-box .links-box ul a {
          font-family: Rajdhani;
          font-size: 15px;
          font-weight: bold;
          line-height: 1;
          color: #ffffff;
          text-transform: uppercase; }

h2.heading {
  font-family: Rajdhani;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #313131;
  text-transform: uppercase;
  background: url("/img/heading_dots.png") no-repeat;
  background-position: 0 4px;
  padding-left: 13px;
  margin-bottom: 20px; }
  h2.heading .more {
    float: right;
    font-family: Rajdhani;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
    text-align: right;
    color: #e2002e;
    background: url("/img/more_button_arrow.svg") no-repeat;
    background-position: 0 4px;
    padding-left: 13px; }
    @media (max-width: 570px) {
      h2.heading .more {
        display: none; } }

.more-button {
  text-align: center; }
  .more-button .btn {
    margin: 0 auto; }

.articles-list {
  margin-bottom: 20px; }
  .articles-list .article {
    margin-bottom: 15px; }
    @media (max-width: 550px) {
      .articles-list .article {
        width: 100%;
        max-width: 100%;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }
    .articles-list .article-body {
      padding: 0 10px 10px;
      margin-top: -19px; }
      .articles-list .article-body .cat {
        font-family: Rajdhani;
        font-size: 15px;
        font-weight: bold;
        color: #ffffff;
        background-color: #e2002e;
        display: inline-block;
        padding: 6px 17px;
        text-transform: uppercase; }
      .articles-list .article-body h2 {
        font-family: Rajdhani;
        font-size: 24px;
        font-weight: bold;
        line-height: 1.33;
        color: #313131;
        margin-top: 10px; }
      .articles-list .article-body .date {
        font-family: Rajdhani;
        font-size: 13px;
        line-height: 2.15;
        color: #a0a0a0;
        font-weight: bold;
        text-transform: uppercase; }
    .articles-list .article:active, .articles-list .article:focus, .articles-list .article:hover {
      text-decoration: none; }
      .articles-list .article:active h2, .articles-list .article:focus h2, .articles-list .article:hover h2 {
        text-decoration: underline; }

@media (max-width: 600px) {
  .table {
    display: block;
    overflow-x: auto; } }

.table .item {
  background: #eeeeee; }

.table tr td,
.table tr th {
  padding: 9px 4px; }

.table tr th {
  font-family: Rajdhani;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  color: #a0a0a0;
  border-top: 2px solid #eeeeee;
  text-transform: uppercase; }

.table tr td {
  border-top: 1px solid #eeeeee;
  font-family: Rajdhani;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  color: #313131; }

.article-topstory {
  padding: 0;
  margin-bottom: 50px; }
  .article-topstory.article-topstory-player {
    margin-bottom: 0; }
  .article-topstory .topstory {
    padding: 0; }
    .article-topstory .topstory:after {
      display: block;
      content: "";
      opacity: 0.5;
      background-image: linear-gradient(to top, #000000, transparent);
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 300px;
      transition: opacity 0.2s; }
    .article-topstory .topstory img {
      width: 100%; }
    .article-topstory .topstory .photo-mobile {
      display: none; }
      @media (max-width: 660px) {
        .article-topstory .topstory .photo-mobile {
          display: block; } }
    @media (max-width: 660px) {
      .article-topstory .topstory .photo-desktop {
        display: none; } }
    .article-topstory .topstory-body {
      position: absolute;
      bottom: -45px;
      left: 0;
      padding: 0 30px;
      z-index: 10;
      padding-bottom: 25px; }
      .article-topstory .topstory-body .game-box {
        display: table;
        width: 205px;
        margin-bottom: 20px; }
        .article-topstory .topstory-body .game-box .logo {
          display: table-cell;
          vertical-align: middle;
          width: 60px;
          height: 60px;
          background-color: #ffffff;
          border-radius: 100%;
          text-align: center; }
          .article-topstory .topstory-body .game-box .logo img {
            width: auto;
            height: 50px; }
        .article-topstory .topstory-body .game-box .score {
          display: table-cell;
          vertical-align: middle;
          font-family: Rajdhani;
          font-size: 40px;
          font-weight: 500;
          line-height: 1;
          text-align: center;
          color: #ffffff; }
      .article-topstory .topstory-body h1 {
        width: 100%;
        max-width: 100%;
        font-family: Rajdhani;
        font-size: 64px;
        font-weight: bold;
        line-height: 1.0;
        color: #ffffff; }
        @media (max-width: 970px) {
          .article-topstory .topstory-body h1 {
            font-size: 54px; } }
        @media (max-width: 770px) {
          .article-topstory .topstory-body h1 {
            font-size: 45px; } }
        @media (max-width: 660px) {
          .article-topstory .topstory-body h1 {
            font-size: 30px; } }
        @media (max-width: 600px) {
          .article-topstory .topstory-body h1 {
            font-size: 26px; } }
      .article-topstory .topstory-body .cat {
        font-family: Rajdhani;
        font-size: 15px;
        font-weight: bold;
        color: #ffffff;
        height: 40px;
        background-color: #e2002e;
        display: inline-block;
        padding: 9px 17px;
        text-transform: uppercase; }

.perex {
  font-family: Rajdhani;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.33;
  color: #313131;
  margin-bottom: 50px; }
  @media (max-width: 829px) {
    .perex {
      margin-bottom: 20px; } }

main .main-socials {
  text-align: center; }
  @media (max-width: 829px) {
    main .main-socials {
      margin-bottom: 20px;
      border-bottom: solid 1px #eeeeee;
      padding-bottom: 14px; } }
  main .main-socials .socials-authors {
    border-top: solid 1px #eeeeee;
    border-bottom: solid 1px #eeeeee;
    font-family: Rajdhani;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.46;
    color: #a0a0a0;
    text-transform: uppercase;
    padding-top: 14px;
    padding-bottom: 14px;
    margin-bottom: 16px; }
  main .main-socials .socials-buttons-heading {
    font-family: Rajdhani;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.0;
    color: #a0a0a0;
    text-transform: uppercase;
    margin-bottom: 20px; }

main .main-text {
  font-family: Roboto;
  font-size: 16px;
  line-height: 1.75;
  color: #313131;
  margin-bottom: 60px;
  padding-left: 30px;
  padding-right: 50px; }
  @media (max-width: 940px) {
    main .main-text {
      padding-right: 30px; } }
  main .main-text .table tr td,
  main .main-text .table tr th {
    padding: 5px 10px; }
  main .main-text .table tr td {
    font-family: Roboto;
    font-size: 14px;
    line-height: 1.75;
    color: #313131;
    font-weight: normal; }
  main .main-text .table tr td.item {
    font-family: Rajdhani;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
    color: #313131; }
  main .main-text h1,
  main .main-text h2,
  main .main-text h3,
  main .main-text h4,
  main .main-text h5,
  main .main-text h6 {
    color: #313131;
    font-family: Rajdhani;
    font-weight: bold;
    text-transform: uppercase; }
    main .main-text h1 a,
    main .main-text h2 a,
    main .main-text h3 a,
    main .main-text h4 a,
    main .main-text h5 a,
    main .main-text h6 a {
      color: #313131; }
  main .main-text .report-box {
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05);
    border: solid 1px #eeeeee;
    margin-bottom: 50px; }
    main .main-text .report-box .game-row {
      padding-top: 25px;
      border-bottom: 1px solid #eeeeee;
      padding-bottom: 20px;
      padding-left: 20px;
      padding-right: 20px; }
      main .main-text .report-box .game-row .round {
        font-family: Rajdhani;
        font-size: 19px;
        font-weight: bold;
        line-height: 1.68;
        text-align: center;
        color: #a0a0a0;
        text-transform: uppercase;
        margin-bottom: 25px; }
      main .main-text .report-box .game-row .game-data {
        display: table;
        width: 100%; }
        @media (max-width: 540px) {
          main .main-text .report-box .game-row .game-data {
            table-layout: fixed; } }
        main .main-text .report-box .game-row .game-data .score,
        main .main-text .report-box .game-row .game-data .team {
          display: table-cell;
          vertical-align: middle; }
        main .main-text .report-box .game-row .game-data .team:first-child {
          text-align: right; }
        main .main-text .report-box .game-row .game-data .team img {
          width: 70px; }
          @media (max-width: 1220px) {
            main .main-text .report-box .game-row .game-data .team img {
              width: 50px; } }
          @media (max-width: 1075px) {
            main .main-text .report-box .game-row .game-data .team img {
              width: 40px; } }
          @media (max-width: 540px) {
            main .main-text .report-box .game-row .game-data .team img {
              display: none; } }
        main .main-text .report-box .game-row .game-data .team span {
          font-family: Rajdhani;
          font-size: 64px;
          font-weight: 500;
          line-height: 1;
          color: #a0a0a0;
          vertical-align: middle;
          padding: 0 30px; }
          @media (max-width: 1220px) {
            main .main-text .report-box .game-row .game-data .team span {
              font-size: 55px; } }
          @media (max-width: 1075px) {
            main .main-text .report-box .game-row .game-data .team span {
              font-size: 40px; } }
        main .main-text .report-box .game-row .game-data .score {
          font-family: Rajdhani;
          text-align: center;
          color: #e2002e;
          font-size: 64px;
          font-weight: 500;
          line-height: 1;
          padding: 0 30px; }
          @media (max-width: 1220px) {
            main .main-text .report-box .game-row .game-data .score {
              font-size: 55px; } }
          @media (max-width: 1075px) {
            main .main-text .report-box .game-row .game-data .score {
              font-size: 40px; } }
          @media (max-width: 540px) {
            main .main-text .report-box .game-row .game-data .score {
              width: 140px; } }
          main .main-text .report-box .game-row .game-data .score span {
            font-size: 16px;
            font-weight: bold;
            line-height: 1;
            display: block; }
            @media (max-width: 1220px) {
              main .main-text .report-box .game-row .game-data .score span {
                font-size: 15px; } }
    main .main-text .report-box .report-row {
      padding: 20px;
      border-bottom: 1px solid #eeeeee; }
      main .main-text .report-box .report-row .report-heading {
        font-family: Rajdhani;
        font-size: 19px;
        font-weight: bold;
        line-height: 1.26;
        color: #313131;
        text-transform: uppercase; }
        main .main-text .report-box .report-row .report-heading a {
          float: right;
          font-family: Rajdhani;
          font-size: 15px;
          font-weight: bold;
          line-height: 1.4;
          color: #a0a0a0;
          margin-top: 2px; }
          main .main-text .report-box .report-row .report-heading a:active, main .main-text .report-box .report-row .report-heading a:focus, main .main-text .report-box .report-row .report-heading a:hover {
            text-decoration: none; }
      main .main-text .report-box .report-row .report-text {
        margin-top: 20px; }

.playercard-data {
  background-color: #e2002e; }
  .playercard-data-inner {
    position: relative;
    min-height: 140px; }
    .playercard-data-inner .photo {
      position: absolute;
      border-radius: 100%;
      overflow: hidden;
      top: -20px; }
      @media (max-width: 960px) {
        .playercard-data-inner .photo {
          display: none; } }
    .playercard-data-inner .player-data {
      padding-left: 220px;
      padding-top: 30px; }
      @media (max-width: 960px) {
        .playercard-data-inner .player-data {
          padding-left: 0;
          margin-top: 30px;
          text-align: center; } }
      .playercard-data-inner .player-data .number {
        float: left;
        font-family: Rajdhani;
        font-size: 96px;
        font-weight: 500;
        line-height: 1;
        color: #ffffff;
        padding-right: 50px; }
        @media (max-width: 960px) {
          .playercard-data-inner .player-data .number {
            position: absolute;
            top: 8px;
            font-size: 48px;
            width: 100%;
            text-align: center;
            padding-right: 0;
            left: 0; } }
      .playercard-data-inner .player-data .data {
        float: left; }
        @media (max-width: 960px) {
          .playercard-data-inner .player-data .data {
            width: 100%; } }
        .playercard-data-inner .player-data .data .name {
          font-family: Rajdhani;
          font-size: 48px;
          font-weight: 500;
          line-height: 1;
          color: #ffffff;
          margin-bottom: 22px; }
          @media (max-width: 960px) {
            .playercard-data-inner .player-data .data .name {
              font-size: 28px; } }
        .playercard-data-inner .player-data .data table {
          font-family: Rajdhani;
          font-size: 19px;
          font-weight: 600;
          line-height: 1.47;
          color: #ffffff;
          text-transform: uppercase; }
          @media (max-width: 960px) {
            .playercard-data-inner .player-data .data table {
              font-size: 16px;
              width: 100%; } }
          .playercard-data-inner .player-data .data table td {
            border-left: 1px solid #cd002a;
            vertical-align: top;
            padding-bottom: 20px;
            padding-left: 10px;
            padding-right: 20px; }

.player-card-tabs-border {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 40px; }

.playercard-tabs {
  padding-left: 220px; }
  @media (max-width: 960px) {
    .playercard-tabs {
      padding-left: 0; } }
  .playercard-tabs .tabs {
    list-style: none;
    margin: 0;
    padding: 0; }
    .playercard-tabs .tabs li {
      display: inline-block;
      position: relative; }
      @media (max-width: 540px) {
        .playercard-tabs .tabs li {
          display: block;
          width: 100%; } }
      .playercard-tabs .tabs li a {
        font-family: Rajdhani;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.5;
        text-align: center;
        color: #a0a0a0;
        text-transform: uppercase;
        display: block;
        padding: 13px 15px; }
        .playercard-tabs .tabs li a.active {
          text-decoration: none;
          color: #e2002e; }
          .playercard-tabs .tabs li a.active:after {
            position: absolute;
            left: 0;
            bottom: 0;
            content: "";
            display: block;
            width: 100%;
            height: 1px;
            background: #e2002e; }

.table.roster tr:hover {
  cursor: pointer; }

.table.roster .B,
.table.roster .U {
  background: #eeeeee; }

.table.roster .O {
  background: #f9f9f9; }

table.nice.table.schedule {
  margin-top: 5px; }
  table.nice.table.schedule td {
    padding: 12px 4px 12px 18px;
    vertical-align: middle; }
  table.nice.table.schedule td.logos {
    white-space: nowrap;
    padding: 11px 32px 7px 16px;
    width: 180px; }
    @media (max-width: 1000px) {
      table.nice.table.schedule td.logos {
        padding-right: 30px; } }
    @media (max-width: 850px) {
      table.nice.table.schedule td.logos {
        padding-right: 23.5px; } }
    @media (max-width: 700px) {
      table.nice.table.schedule td.logos {
        padding-right: 17px; } }
    @media (max-width: 550px) {
      table.nice.table.schedule td.logos {
        padding-right: 10.5px; } }
    @media (max-width: 400px) {
      table.nice.table.schedule td.logos {
        padding-right: 4px; } }
    @media (max-width: 1350px) {
      table.nice.table.schedule td.logos {
        width: 140px; } }
    @media (max-width: 1300px) {
      table.nice.table.schedule td.logos {
        width: 118px; } }
    table.nice.table.schedule td.logos img.logo {
      max-width: 52px;
      max-height: 52px;
      margin: 3px 0 0 11px; }
      @media (max-width: 1350px) {
        table.nice.table.schedule td.logos img.logo {
          max-width: 38px;
          max-height: 38px; } }
      @media (max-width: 1300px) {
        table.nice.table.schedule td.logos img.logo {
          max-width: 30px;
          max-height: 30px; } }
    @media (max-width: 770px) {
      table.nice.table.schedule td.logos {
        display: none; } }
  table.nice.table.schedule td.teams {
    line-height: 1.6; }
    table.nice.table.schedule td.teams .info {
      color: #a6a6a6; }
    @media (max-width: 810px) {
      table.nice.table.schedule td.teams .names span {
        display: none; }
      table.nice.table.schedule td.teams .names strong {
        display: block; } }
  table.nice.table.schedule td.score {
    width: 1%;
    line-height: 40.5px;
    white-space: nowrap;
    font-weight: 900; }
    table.nice.table.schedule td.score strong {
      font-size: 40.5px;
      vertical-align: top; }
    table.nice.table.schedule td.score a {
      text-decoration: none;
      font-weight: 900; }
    table.nice.table.schedule td.score span {
      display: inline-block;
      padding-left: 16px;
      font-size: 20.25px;
      line-height: 1;
      vertical-align: -14%; }
      @media (max-width: 960px) {
        table.nice.table.schedule td.score span {
          display: none; } }
  table.nice.table.schedule td.buttons {
    width: 90px;
    white-space: nowrap;
    text-align: right; }
    table.nice.table.schedule td.buttons .button {
      font-size: 12px;
      padding: 4px 11px;
      margin-right: 4px;
      background: #ffffff;
      border: 1px solid #e2002e;
      color: #e2002e;
      font-weight: 500; }
      table.nice.table.schedule td.buttons .button:hover {
        background: #e2002e;
        color: #fff;
        text-decoration: none; }
    @media (max-width: 600px) {
      table.nice.table.schedule td.buttons {
        white-space: normal;
        text-align: right; }
        table.nice.table.schedule td.buttons .button {
          display: inline-block;
          white-space: nowrap;
          margin: 1px auto; } }
    @media (max-width: 500px) {
      table.nice.table.schedule td.buttons {
        display: none; } }

.hidden-fieldset {
  display: none; }

@media (max-width: 550px) {
  .menu_mladez tbody,
  .menu_mladez td,
  .menu_mladez tr {
    display: block;
    width: 100% !important; } }

form#form_filter input[type="text"] {
  height: 40px;
  background-color: #ffffff;
  border: solid 1px #eeeeee;
  font-size: 14px;
  margin-top: 1px;
  vertical-align: bottom;
  padding: 5px 10px; }
  form#form_filter input[type="text"]:focus {
    outline: none;
    border: solid 1px #dfdde0; }

form#form_filter select {
  width: 180px; }

form#form_filter .submit {
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  padding: 4px 13px;
  border: 0;
  font-family: Rajdhani;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  background-color: #e2002e;
  display: inline-block;
  padding: 6px 17px;
  text-transform: uppercase; }
  form#form_filter .submit:active, form#form_filter .submit:focus, form#form_filter .submit:hover {
    background-color: #cd002a;
    text-decoration: none; }

@media (max-width: 630px) {
  form#form_filter * {
    width: 100% !important;
    float: none;
    margin: 4px 0; } }

.articles-list .item,
.news-list .item {
  overflow: hidden; }

.articles-list .img,
.news-list .img {
  height: 100px;
  width: 100px;
  background: #eeeeee no-repeat center center;
  background-size: cover;
  float: left;
  margin-right: -100px; }

.articles-list .text,
.news-list .text {
  padding-left: 115px; }
  .articles-list .text a,
  .news-list .text a {
    font-weight: bold;
    color: #000; }

.articles-list.articles-list strong,
.news-list.articles-list strong {
  display: block;
  text-transform: uppercase;
  color: #e2002e;
  font-size: 14px; }

.articles-list .date,
.news-list .date {
  margin-top: 10px;
  color: #b5b5b5; }

@media (max-width: 930px) {
  .archiv-form * {
    width: 100% !important;
    float: none;
    margin: 4px 0; } }

.archiv-form select {
  width: auto; }

.archiv-form input[type="text"] {
  background-color: #ffffff;
  border: solid 1px #eeeeee;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  color: #313131;
  height: 40px;
  vertical-align: middle;
  padding: 0 8px; }

.archiv-form .btn-primary {
  padding: 7px;
  font-size: 16px;
  height: 40px; }

.strankovani {
  margin: 0 0 40px;
  text-align: center; }
  .strankovani .nextPages {
    display: none; }
  .strankovani a {
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold; }
    .strankovani a.strankovaniVyrazne {
      text-decoration: none;
      color: #e2002e; }
    .strankovani a.strankovaniSipky {
      border-color: transparent;
      position: static; }

/* ========================= Anketa článek */
#clanek_anketa {
  margin-top: 20px; }

#clanek_anketa .anketa {
  line-height: 1.3em;
  padding: 0 0 8px;
  background: transparent; }

#clanek_anketa .anketa .anketa_otazka {
  padding-bottom: 3px;
  text-align: left;
  padding: 0 0 10px;
  background: transparent;
  font-weight: bold;
  font-size: 17px; }

#clanek_anketa .clear {
  height: 1px;
  clear: both; }

#clanek_anketa .anketa .hlasuj {
  padding: 0 0 4px; }

#clanek_anketa .anketa .hlasuj input {
  width: 75px;
  height: 28px;
  font-size: 12px;
  margin: 4px 0 0;
  padding: 0;
  border: 0;
  background: #e2002e;
  color: #ffffff;
  font-weight: bold;
  float: left;
  text-transform: uppercase;
  text-align: left;
  text-decoration: underline;
  text-align: center;
  cursor: pointer; }

#clanek_anketa .anketa .anketa_odpoved {
  padding: 0 0 3px;
  margin: 0;
  text-align: left;
  background: transparent; }

#clanek_anketa .anketa .anketa_odpoved input {
  padding: 0;
  margin: 0;
  float: left;
  margin-right: 8px; }

#clanek_anketa .anketa .anketa_odpoved label {
  padding: 0 0 0 2px;
  margin: 0;
  float: left; }

#clanek_anketa .anketa .anketa_graf {
  display: block;
  float: left;
  font-size: 0;
  width: 300px;
  height: 15px;
  line-height: 0;
  background: #FFFFFF;
  margin: 0;
  padding: 2px;
  border: 1px solid #eeeeee;
  margin-right: 8px; }

#clanek_anketa .anketa .anketa_graf_vyplnene {
  display: block;
  float: left;
  font-size: 0;
  height: 8px;
  line-height: 0;
  background: #e2002e; }

#clanek_anketa .anketa .anketa_procenta {
  text-align: left;
  margin: 0;
  padding: 0;
  font-size: 14px;
  margin-top: -2px;
  font-weight: bold; }

#clanek_anketa .anketa .space.anketa_space {
  height: 10px; }

#clanek_anketa .anketa .space.anketa_space {
  height: 10px; }

#clanek_anketa .anketa .line {
  margin: 2px auto; }

#clanek_anketa .anketa #q_status {
  float: left;
  padding: 7px 0 0 3px;
  font-weight: bold; }

#clanek_anketa .odeslat {
  color: #fff;
  text-decoration: none !important; }

aside .aside-inner .box {
  background-color: #ffffff;
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.05);
  border: solid 1px #eeeeee;
  padding: 15px 20px;
  margin-bottom: 24px;
  padding-top: 25px;
  position: relative; }

aside .box-news .news-list .new-heading {
  font-family: Rajdhani;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.11;
  color: #313131;
  text-transform: uppercase;
  margin-bottom: 20px; }

aside .box-news .news-list .new-text {
  font-family: Roboto;
  font-size: 15px;
  line-height: 1.4;
  color: #313131;
  margin-bottom: 10px; }
  aside .box-news .news-list .new-text a {
    font-weight: 500;
    text-decoration: underline; }
    aside .box-news .news-list .new-text a:active, aside .box-news .news-list .new-text a:focus, aside .box-news .news-list .new-text a:hover {
      text-decoration: none; }

aside .box-news .news-list .new-date {
  font-family: Rajdhani;
  font-size: 13px;
  font-weight: bold;
  line-height: 2.46;
  color: #a0a0a0; }

aside .box-standings .tym {
  display: none; }

aside .box-standings .TRE td {
  color: #e43d32; }
  aside .box-standings .TRE td a {
    color: #e43d32; }

aside .box-standings .show-more {
  font-family: Rajdhani;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  color: #e2002e;
  text-align: center;
  text-transform: uppercase;
  display: block; }
  aside .box-standings .show-more:before {
    display: block;
    content: "";
    height: 120px;
    background-image: linear-gradient(to top, #ffffff, rgba(121, 121, 121, 0));
    position: absolute;
    width: 0%;
    bottom: 50px;
    left: 0; }

aside .box-articles .articles-inner .article {
  border-bottom: solid 1px #eeeeee;
  display: block;
  margin-bottom: 14px;
  padding-bottom: 14px; }
  aside .box-articles .articles-inner .article:active, aside .box-articles .articles-inner .article:focus, aside .box-articles .articles-inner .article:hover {
    text-decoration: none; }
    aside .box-articles .articles-inner .article:active .article-heading, aside .box-articles .articles-inner .article:focus .article-heading, aside .box-articles .articles-inner .article:hover .article-heading {
      text-decoration: underline; }
  aside .box-articles .articles-inner .article:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0; }
  aside .box-articles .articles-inner .article-cat {
    font-family: Rajdhani;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    background-color: #e2002e;
    display: inline-block;
    padding: 6px 17px;
    text-transform: uppercase;
    position: relative;
    top: -18px;
    left: 10px; }
  aside .box-articles .articles-inner .article-heading {
    font-family: Rajdhani;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.2;
    color: #313131; }
  aside .box-articles .articles-inner .article-date {
    font-family: Rajdhani;
    font-weight: bold;
    font-size: 12px;
    line-height: 2.0;
    color: #a0a0a0;
    text-transform: uppercase; }

aside .box-submenu .select-nav {
  margin-bottom: 20px; }

aside .box-submenu .dropdown-item {
  font-family: Rajdhani;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  color: #313131;
  border-bottom: 1px solid #eeeeee;
  padding: 7px 0;
  text-transform: uppercase; }
  aside .box-submenu .dropdown-item.active, aside .box-submenu .dropdown-item:active, aside .box-submenu .dropdown-item:focus, aside .box-submenu .dropdown-item:hover {
    border-bottom: 1px solid #e2002e;
    background: transparent;
    color: #313131; }
  aside .box-submenu .dropdown-item .number {
    color: #e2002e;
    display: inline-block;
    margin-right: 10px; }

footer {
  position: relative; }
  footer .brand {
    width: 97px;
    height: 90px;
    display: block;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: -10px;
    z-index: 100; }
    @media (max-width: 860px) {
      footer .brand {
        display: none; } }
  footer .dark-red {
    background-color: #cd002a; }
    footer .dark-red.last {
      border-top: 1px solid #d8284c; }
  footer .light-red {
    background-color: #e2002e; }
    @media (max-width: 860px) {
      footer .light-red {
        display: none; } }
  footer .first-line {
    font-family: Rajdhani;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.26;
    color: #ffffff;
    text-transform: uppercase; }
    footer .first-line .left-box {
      text-align: right;
      padding: 21px 85px 21px 10px; }
    footer .first-line .right-box {
      padding: 21px 10px 21px 85px; }
      footer .first-line .right-box span {
        font-weight: normal; }
  footer .partners table {
    width: 100%;
    max-width: 900px;
    margin: 68px auto;
    text-align: center; }
    footer .partners table img {
      max-height: 100px; }
  footer .last-line {
    font-family: Rajdhani;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.85;
    color: #ffffff;
    text-transform: uppercase; }
    footer .last-line a {
      color: #fff; }
    footer .last-line .left-box {
      text-align: left;
      padding: 21px 85px 21px 10px; }
      @media (max-width: 829px) {
        footer .last-line .left-box {
          padding: 15px 10px 0;
          text-align: center; } }
    footer .last-line .right-box {
      padding: 21px 10px 21px 85px;
      text-align: right; }
      @media (max-width: 829px) {
        footer .last-line .right-box {
          padding: 15px 10px;
          text-align: center; } }


 .partners table {
    width: 100%;
    max-width: 900px;
    margin: 48px auto;
    text-align: center; }
.partners table img {
      max-height: 100px; }

      .partners-outer{margin-bottom: 48px;margin-top: 48px;text-align: center; background-color: #fff; padding: 15px; }}
.partners-outer > div{max-height: 100px;}
