/*!
 * 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 */
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, roboto;
  font-size: 1rem;
  line-height: 1.5;
  color: black;
  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: none; }
  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: 700;
  line-height: 1.2;
  color: inherit; 
  font-family: 'Roboto Condensed', sans-serif;  
  }

h1, .h1 {
  font-size: 3vw; }

h2, .h2 {
  font-size: 37px; }

h3, .h3 {
  font-size: 1.5em; }

h4, .h4 {
  font-size: 1.em; 
  }

h5, .h5 {
  font-size: 1em; }

h6, .h6 {
  font-size: 0.8em; }
.hidden{
  display:none;
}
.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: 20px;
  padding-right: 20px; }
  @media (min-width: 830px) {
    .container {
      max-width: 576px; } }
  @media (min-width: 900px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1200px; } }
  @media (min-width: 1460px) {
    .container {
      max-width: 1460px; } }

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }

.row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px; }

.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: 20px;
  padding-left: 20px;
  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: 20px;
  padding-left: 20px; }

.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: 20px;
    padding-left: 20px; }
  .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: 20px;
    padding-left: 20px; }
  .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: 1200px) {
  .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: 20px;
    padding-left: 20px; }
  .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: 1460px) {
  .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: 20px;
    padding-left: 20px; }
  .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: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;
  }
  .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: 1199px) {
  .navbar-toggleable-md .navbar-nav .nav-item {
    float: none;
    margin-left: 0; } }

@media (min-width: 1200px) {
  .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-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: 1200px) {
  .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: 1200px) {
  .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: 1200px) {
  .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: 1200px) {
  .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: 1460px) {
  .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: 1460px) {
  .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: 1460px) {
  .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: 1460px) {
  .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: 1200px) {
  .pull-lg-left {
    float: left !important; }
  .pull-lg-right {
    float: right !important; }
  .pull-lg-none {
    float: none !important; } }

@media (min-width: 1460px) {
  .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: 1200px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1460px) {
  .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: 1199px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1459px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1460px) {
  .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; }

/** initial setup **/
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.nano > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.nano > .nano-content:focus {
  outline: thin dotted; }

.nano > .nano-content::-webkit-scrollbar {
  display: none; }

.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block; }

.nano > .nano-pane {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  width: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.01;
  transition: 0.2s;
  border-radius: 5px; }

.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  margin: 0 1px;
  border-radius: 3px; }

.nano-pane.active,
.nano-pane.flashed,
.nano:hover > .nano-pane {
  visibility: visible\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.99; }

body {
  font-family: roboto;
  background-color: #f3f3f3; }

a {
  transition: all 0.2s; }

embed,
iframe,
img,
object {
  max-width: 100%; }

.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; }

.btn-primary {
  background: #e02a15;
  border-color: #e02a15; }
  .btn-primary:active, .btn-primary:focus, .btn-primary:focus:active, .btn-primary:focus:hover, .btn-primary:hover {
    background: #b72211;
    border-color: #b72211; }

.btn-archiv {
  background: #1c336e;
  border-color: #1c336e;
  margin-right: 5px;
  color: #fff; }
  .btn-archiv:active, .btn-archiv:focus, .btn-archiv:focus:active, .btn-archiv:focus:hover, .btn-archiv:hover {
    color: #fff;
    background: #1c336e;
    border-color: #1c336e; }

.btn-secondary {
  background: #274aa2;
  border-color: #274aa2;
  margin-right: 5px; }
  .btn-secondary:active, .btn-secondary:focus, .btn-secondary:focus:active, .btn-secondary:focus:hover, .btn-secondary:hover {
    color: #fff;
    background: #274aa2;
    border-color: #274aa2; }

.win {
  color: #2aac2e !important; }
  .win a,
  .win span {
    color: #2aac2e !important; }
  .win:active, .win:focus, .win:hover {
    color: #2aac2e !important; }

.loss {
  color: #ba062a !important; }
  .loss a,
  .loss span {
    color: #ba062a !important; }
  .loss:active, .loss:focus, .loss:hover {
    color: #ba062a !important; }

select {
  background-color: #ffffff;
  box-shadow: inset -1px 0 0 0 #dedce0;
  font-size: 14px;
  color: #252627;
  margin: 0 10px;
  line-height: 1;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
          appearance: none;
  height: 40px;
  padding: 10px 65px 10px 15px;
  vertical-align: middle;
  background: url("/img/arrow-select.svg") #fff center right no-repeat;
  border-radius: 4px; }
  select:hover {
    background: url("/img/arrow-select-hover.svg") #fff center right no-repeat; }

@media (max-width: 1459px) {
  .container {
    max-width: 100%;
    width: 100%; } }

.layout {
  position: relative; }
  .layout nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 240px;
    height: auto;
    background-color: #ffffff;
    padding: 37px 0;
    min-height: 1170px; }
    @media (max-width: 1050px) {
      .layout nav {
        display: none;
        height: 100%;
        box-shadow: 0 1px 3px 0 rgba(1, 1, 1, 0.1);
        width: 280px;
        max-width: 100%; } }
  .layout .content {
    width: 100%;
    display: table;
    min-height: 1080px; }
    @media (max-width: 1050px) {
      .layout .content {
        display: block; } }
  .layout .content-sub {
    position: initial; }
    .layout .content-sub aside {
      background: transparent; }
      .layout .content-sub aside:before {
        display: none; }
    .layout .content-sub .sub-text {
      padding: 20px 85px 50px 50px; }
      @media (max-width: 1050px) {
        .layout .content-sub .sub-text {
          padding: 20px 50px 50px; } }
      @media (max-width: 760px) {
        .layout .content-sub .sub-text {
          padding: 20px; } }
  .layout main {
    padding-left: 240px;
    display: table-cell;
    vertical-align: top;
    padding-top: 0px;
     }
    @media (max-width: 1050px) {
      .layout main {
        padding-left: 0;
        display: block; } }
  .layout aside {
    background-color: #e9e9e9;
    display: table-cell;
    vertical-align: top;
    width: 360px;
    position: relative; }
    @media (max-width: 1420px) {
      .layout aside {
        width: 280px; } }
    @media (max-width: 1050px) {
      .layout aside {
        display: none;
        height: 100%;
        box-shadow: 0 1px 3px 0 rgba(1, 1, 1, 0.1);
        width: 280px;
        max-width: 100%;
        padding-top: 0; } }
    .layout aside:before {
      content: "";
      display: block;
      width: 5px;
      height: 100%;
      opacity: 0.05;
      position: absolute;
      top: 0;
      left: 0;
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6), transparent), linear-gradient(#e9e9e9, #e9e9e9); }

.layout-subpage .content {
  background-color: #fff;
  box-shadow: 0 5px 5px 0 rgba(1, 1, 1, 0.1); }

.layout-subpage .topstory-box {
  background-color: #fff;
  box-shadow: 0 5px 5px 0 rgba(1, 1, 1, 0.1); }

@media (max-width: 1050px) {
  .layout-subpage .layout {
    margin-top: 20px; } }

.show-menu nav {
  display: block;
  position: absolute;
  display: block;
  z-index: 10000; }

.show-more aside {
  display: block;
  position: absolute;
  display: block;
  z-index: 10000;
  right: 0;
  top: 0;
  background: #fff !important; }
  .show-more aside .box {
    box-shadow: none; }

nav .brand {
  display: block;
  text-align: center;
  margin-bottom: 32px; }

nav .navbar {
  padding: 0; }
  nav .navbar .navbar-nav .nav-item {
    display: block;
    float: none;
    margin: 0 0 0 5px;
    text-align: left; }
    nav .navbar .navbar-nav .nav-item .nav-link {
      font-size: 15px;/* Odhad zapříčiněný nahrazením písma */
      font-weight: 700;
      line-height: 60px;/* Odhad zapříčiněný nahrazením písma */
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: bold;
      color: #1c336e;
      text-transform: uppercase;
      background: url(/img/nav_border.png) no-repeat bottom left -20px;
      padding-left: 7px;
      margin-left: 24px;
    }
    nav .navbar .navbar-nav .nav-item .nav-link:hover {
      color: #e02a15;
    }
    nav .navbar .navbar-nav .nav-item .dropdown-toggle:after {
      content: "+";
      color: #e02a15;
      float: right;
      margin-right: 30px;
      font-family: 'Roboto Condensed', sans-serif;
       }
    nav .navbar .navbar-nav .nav-item .dropdown-menu {
      position: absolute;
      top: 0;
      right: -237px;
      left: auto;
      box-shadow: 10px 0 13px -1px rgba(1, 1, 1, 0.1);
      background-position: 0 center;
      border: 0;
      border-radius: 0;
      border-left: 4px solid #dcdbdb;
      padding: 10px 10px;
      width: 237px; }
      @media (max-width: 1050px) {
        nav .navbar .navbar-nav .nav-item .dropdown-menu {
          position: relative;
          right: auto;
          width: auto;
          box-shadow: none;
          border: 0;
          top: -3px;
          padding: 0 10px;
          margin-bottom: 20px;
          width: 100%;
          text-align: center; } }
      nav .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 2.5;
        color: #1b316b; }
      nav .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover{
        color: #e02a15;
      }
        nav .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:after {
          display: block;
          content: "";
          width: 40px;
          height: 1px;
          background: #e2e2e2;
          transition: all 0.2s; }
          @media (max-width: 1050px) {
            nav .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:after {
              margin: 0 auto; } }
        nav .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover:after {
          width: 80px; }
      nav .navbar .navbar-nav .nav-item .dropdown-menu:hover .dropdown-item {
        background-color: transparent; }
  nav .navbar .navbar-nav .nav-item.open.dropdown:hover {
    background: url("/img/nav_arrow2.png") no-repeat;
    background-position: right 0 center; }
    @media (max-width: 1050px) {
      nav .navbar .navbar-nav .nav-item.open.dropdown:hover {
        background: transparent; } }
  nav .navbar .navbar-nav .nav-item.open.dropdown .nav-link {
    color: #e02a15; }

nav .lang-box {
  text-align: left;
  margin-top: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  line-height: 1;
  margin-left: 34px;
  color: #000000; }
  nav .lang-box img {
    vertical-align: text-bottom; }
  nav .lang-box:before {
    display: block;
    content: "";
    width: 30px;
    height: 1px;
    background-color: #e2e2e2;
    margin: 0 auto 30px; }
  nav .lang-box a {
    color: #000; }
nav .social-box{
    margin-top:20px;
   margin-left: 34px;
}
.mobile-nav {
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(1, 1, 1, 0.1);
  position: relative;
  height: 50px;
  display: none; }
  @media (max-width: 1050px) {
    .mobile-nav {
      display: block; } }
  .mobile-nav .logo {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 42px;
    z-index: 1000;
    top: 5px; }
  .mobile-nav .button-left {
    position: absolute;
    top: 0;
    left: 0;
    margin: 10px;
    font-family: roboto;
    font-size: 14px;
    font-weight: 700;
    color: #e02a15;
    text-transform: uppercase; }
    .mobile-nav .button-left a {
      font-family: roboto;
      font-size: 14px;
      font-weight: 700;
      color: #e02a15;
      text-transform: uppercase; }
    .mobile-nav .button-left img {
      width: 30px;
      margin-right: 5px; }
  .mobile-nav .button-right {
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px;
    font-family: roboto;
    font-size: 14px;
    font-weight: 700;
    color: #e02a15;
    text-transform: uppercase; }
    .mobile-nav .button-right a {
      font-family: roboto;
      font-size: 14px;
      font-weight: 700;
      color: #e02a15;
      text-transform: uppercase; }
    .mobile-nav .button-right img {
      width: 30px;
      margin-left: 5px; }
  .mobile-nav #hide-menu,
  .mobile-nav #hide-more {
    display: none; }

.hp-content {
  display: table;
  width: 100%;
  padding: 20px 20px 0; }
  @media (max-width: 550px) {
    .hp-content {
      display: block; } }

.hp-articles {
  display: block;
  vertical-align: top;
  width: 50%;
  padding: 0 10px; 
  float:left;
  }
  @media (max-width: 1340px) {
    .hp-articles {
      width: 100%;
      display: block;
      width: 100%; } }
  .hp-articles .topstory {
    position: relative;
    display: block;
    margin-bottom: 20px; }
    @media (max-width: 1050px) {
      .hp-articles .topstory {
        height: 280px;
        overflow: hidden; } }
    @media (max-width: 425px) {
      .hp-articles .topstory {
        height: auto; } }
    .hp-articles .topstory img {
      width: 100%; }
    .hp-articles .topstory-body {
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 10;
      padding: 8px 30px;
      z-index:5; }
     
      .top-article-text{
        position:relative;
        z-index:10;
        margin: 150px 20px 0 20px;
        float: left;
      }
      .top-article-text .cat{    
        font-family: 'Roboto Condensed', sans-serif;
        float: left;
        font-size: 14px;
        padding: 0px 20px;
        line-height: 42px;
        background-color: #e02a15;
        color: #ffffff;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 15px;
        }
      .top-article-text .author{
        font-size: 12px;/* Odhad zapříčiněný nahrazením písma */
        font-weight: 400;
        line-height: 42px;/* Odhad zapříčiněný nahrazením písma */
        text-align: left;
        padding: 0px 0px 8px 0px;
        margin-bottom: 15px;
        margin-left: 20px;
        float: left;
        color: white;
      }     
      
            
      .hp-top-article{
      	width:100%;
      	display: block;
        max-height: 490px;
        overflow: hidden;
        max-width: 100%;
        height: 450px;
        float:left;
        background-repeat: no-repeat;
        background-position: center;

      }
      .hp-top-article img{
        height: 490px;
        max-width: none;
      }
      @media (max-width:1430px){
        .hp-top-article img{
        height: auto;
        max-width: 100%;
      }                              
      }
      
      .hp-top-article h1{
        font-family: Roboto;
        color:  #ffffff;
        font-size: 48px;/* Odhad zapříčiněný nahrazením písma */
        font-weight: 700;
        line-height: 52px;/* Odhad zapříčiněný nahrazením písma */
        text-align: left;
        width: 100%;
        float:left;
        text-shadow: 0px 1px 3px rgba(1, 1, 1, 0.25);
      }
      .hp-top-article h1:hover{
        color:#a8a8a8;
      }  
      @media (max-width: 1200px){
        .hp-top-article h1{font-size:39px;}  
      }  
      @media (max-width: 750px){
        .hp-top-article h1{font-size:1.5em;}  
      }  
     .hp-top-article .topstory-body .hp-background{ 
        background-image: -moz-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
        background-image: -webkit-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
        background-image: -ms-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
        opacity: 0.749;
        position: absolute;
        width: 820px;
        height: 490px;
        z-index: 7;
    }
    .hp-top-article:after {
          display: block;
          position: relative; 
          background-image: -moz-linear-gradient( 90deg, rgba(0, 0, 0, 0.51) 45%, rgba(24, 24, 24, 0) 100%);
          background-image: -webkit-linear-gradient( 90deg, rgba(0, 0, 0, 0.51) 45%, rgba(24, 24, 24, 0) 100%);
          background-image: -ms-linear-gradient( 90deg, rgba(0, 0, 0, 0.51) 45%, rgba(24, 24, 24, 0) 100%);
          height: 100%;
          width: 100%;
          content: '';
      }
      .hp-articles .topstory-body .cat {
        font-family: roboto;
        font-size: 14px;
        font-weight: bold;
        line-height: 28px;
        color: #ffffff;
        background-color: #e02a15;
        display: inline-block;
        padding: 0 10px;
        margin-bottom: 15px; }
      .hp-articles .topstory-body h1 {
        font-family: roboto;
        font-size: 32px;
        font-weight: bold;
        line-height: 1.31;
        color: #ffffff;
        text-shadow: 0 1px 3px rgba(1, 1, 1, 0.25); }
        @media (max-width: 550px) {
          .hp-articles .topstory-body h1 {
            font-size: 14px; }
          .hp-top-article{display: block;}  
          .hp-articles .topstory-body .cat {
            font-size:0.7em;
          }    
             }
      .hp-articles .topstory-body .author {
        font-family: roboto;
        font-size: 12px;
        line-height: 3.5;
        color: #ffffff; }
    .hp-articles .topstory:after {
      display: block;
      content: "";
      opacity: 0.5;
      background-image: linear-gradient(to top, #162350, rgba(27, 49, 107, 0)), linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
      width: 100%;
      height: 360px;
      position: absolute;
      left: 0;
      bottom: 0; }
    .hp-articles .topstory:hover h1 {
      text-decoration: underline; }
  .hp-articles .topstory-small {
    background-color: #ffffff;
    box-shadow: 0 1px 3px 0 rgba(1, 1, 1, 0.1);
    display: table;
    width: 100%;
    padding: 20px;
    margin-bottom: 20px; }
    .hp-articles .topstory-small:hover {
      text-decoration: none; }
      .hp-articles .topstory-small:hover .heading {
        text-decoration: underline; }
    .hp-articles .topstory-small .photo {
      display: table-cell;
      vertical-align: middle;
      width: 33%; }
      @media (max-width: 1340px) {
        .hp-articles .topstory-small .photo {
          width: 130px; } }
      @media (max-width: 500px) {
        .hp-articles .topstory-small .photo {
          width: 80px; } }
      @media (max-width: 400px) {
        .hp-articles .topstory-small .photo {
          display: none; } }
    .hp-articles .topstory-small .body {
      display: table-cell;
      vertical-align: top;
      width: 67%;
      padding-left: 33px; }
      @media (max-width: 1340px) {
        .hp-articles .topstory-small .body {
          width: auto; } }
      @media (max-width: 400px) {
        .hp-articles .topstory-small .body {
          padding-left: 0; } }
      .hp-articles .topstory-small .body .cat {
        font-family: 'Roboto Condensed', sans-serif;
        text-transform: uppercase;
        color: #ef4036;
        font-size: 14px;
        font-weight: 700;
        line-height: 42px;
        text-align: left; }
      .hp-articles .topstory-small .body .heading {
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
        text-align: left;
        font-family: roboto;
        color: #000000;
        margin-bottom: 15px;
     }
      .hp-articles .topstory-small .body .date {
        color: #949494;
        font-size: 12px;
        font-weight: 400;
        text-align: left; }
  .hp-articles .articles-list {
    background-color: #ffffff;
    box-shadow: 0 1px 3px 0 rgba(1, 1, 1, 0.1);
    padding: 22px 32px;
    margin-bottom: 20px; }
    .hp-articles .articles-list .article-box {
      display: table;
      width: 100%;
      border-bottom: 1px solid rgba(226, 226, 226, 0.5);
      margin-bottom: 15px;
      padding-bottom: 15px; }
      .hp-articles .articles-list .article-box .article-info {
        display: table-cell;
        vertical-align: middle;
        padding-right: 30px; }
        @media (max-width: 400px) {
          .hp-articles .articles-list .article-box .article-info {
            display: block;
            margin-bottom: 5px; } }
        .hp-articles .articles-list .article-box .article-info .date {
          font-family: 'Roboto Condensed', sans-serif;
          color:  #949494;
          font-size: 12px;/* Odhad zapříčiněný nahrazením písma */
          font-weight: 700;
          line-height: 16px;/* Odhad zapříčiněný nahrazením písma */
          text-align: left;
           }
        .hp-articles .articles-list .article-box .article-info .cat {
          font-family: 'Roboto Condensed', sans-serif;
          color: #e02a15;
          font-size: 14px;
          font-weight: 700;
          line-height: 16px;
          text-align: left;
          }
      .hp-articles .articles-list .article-box .article-heading {
        color:  #000000;
        font-size: 14px;/* Odhad zapříčiněný nahrazením písma */
        font-weight: 500;
        line-height: 18px;/* Odhad zapříčiněný nahrazením písma */
        text-align: left;
         }
        @media (max-width: 400px) {
          .hp-articles .articles-list .article-box .article-heading {
            display: block; } }
      .hp-articles .articles-list .article-box:hover {
        text-decoration: none; }
        .hp-articles .articles-list .article-box:hover .article-heading {
          text-decoration: underline; }
    .hp-articles .articles-list .more-button {
          font-family: roboto;
    color: #1b316b;
    font-size: 14px;
    display: table;
    font-weight: 700;
    line-height: 42px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    text-decoration: underline; }
      .hp-articles .articles-list .more-button:hover {
        text-decoration: none; }
    .hp-articles .banners{
      text-align: center;
      float: left;
      width: 100%;
    }
.hp-standings {
  display: block;
  vertical-align: top;
  padding: 0 10px;
  float:left;
  width: 50%;
   }
  @media (max-width: 1340px) {
    .hp-standings {
      width: 100%;
      display: block;
      width: 100%; } }
  .hp-standings .standings-box {
    background-color: #ffffff;
    box-shadow: 0 1px 3px 0 rgba(1, 1, 1, 0.1);
    padding: 30px 33px;
    margin-bottom: 20px; }
    .hp-standings .standings-box .headings:after {
      content: "";
      display: table;
      clear: both; }
    .hp-standings .standings-box .headings .heading {
      float: left;
      font-family: roboto;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.5;
      color: #1b326c;
      text-transform: uppercase; }
      .hp-standings .standings-box .headings .heading span {
        font-size: 28px;
        line-height: 0.86;
        display: inline-block;
        margin-right: 3px; }
    .hp-standings .standings-box .headings .more-button {
      float: right;
      font-family: roboto;
      font-size: 14px;
      font-weight: bold;
      line-height: 28px;
      color: #1b316b;
      text-decoration: underline;
      text-transform: uppercase; }
      @media (max-width: 360px) {
        .hp-standings .standings-box .headings .more-button {
          display: none; } }
      .hp-standings .standings-box .headings .more-button:hover {
        text-decoration: none; }
    .hp-standings .standings-box .box-content {
      margin-top: 10px; }
    @media (max-width: 360px) {
      .hp-standings .standings-box table span {
        display: none; } }
  .hp-standings .socials-box {
    margin-left: -10px;
    margin-right: -10px; }
    .hp-standings .socials-box:after {
      content: "";
      display: table;
      clear: both; }
    .hp-standings .socials-box .social-box {
      width: 50%;
      float: left;
      margin-bottom: 20px;
      text-align: center;
      font-family: roboto;
      font-size: 20px;
      font-weight: bold;
      line-height: 2.1;
      text-transform: uppercase;
      display: block;
      padding: 0 10px; }
      @media (max-width: 400px) {
        .hp-standings .socials-box .social-box {
          width: 100%;
          float: none; } }
      .hp-standings .socials-box .social-box-inner {
        box-shadow: 0 1px 3px 0 rgba(1, 1, 1, 0.1);
        height: 160px;
        padding-top: 100px; }
      .hp-standings .socials-box .social-box:hover {
        text-decoration: none; }
    .hp-standings .socials-box .social-box-fb {
      color: #3c599f; }
      .hp-standings .socials-box .social-box-fb .social-box-inner {
        background: url("/img/ico_fb.png") no-repeat #ffffff center 39px; }
    .hp-standings .socials-box .social-box-tw {
      color: #55acee; }
      .hp-standings .socials-box .social-box-tw .social-box-inner {
        background: url("/img/ico_tw.png") no-repeat #ffffff center 39px; }
    .hp-standings .socials-box .social-box-yt {
      color: #d52225; }
      .hp-standings .socials-box .social-box-yt .social-box-inner {
        background: url("/img/ico_yt.png") no-repeat #ffffff center 39px; }
    nav .social-box a{
      color: black;
      margin-left: 0px;
      padding-top: 7px;
      float: left;
      width: 100%;
      font-size: 14px;
      font-family: 'Roboto Condensed', sans-serif;
    }   
    nav .social-box a:before{
      content: "";
      display: block;
      width: 16px;
      height: 16px;
      float: left;
      margin: 0px 10px 0px 0px;
    }
    nav .social-box .social-box-fb:before{
      background: url("/img/facebook.png") no-repeat;
    }
    nav .social-box .social-box-tw:before{
      background: url("/img/twitter.png") no-repeat;
    }
    nav .social-box .social-box-in:before{
      background: url("/img/instagram.png") no-repeat;
    }
    nav .social-box .social-box-yt:before{
      background: url("/img/youtube.png") no-repeat;
    }
.sub-content {
  display: table;
  width: 100%;
  padding: 20px 10px 0; }

.sub-text table.nice {
  box-shadow: 0 5px 5px 0 rgba(1, 1, 1, 0.1); }

table.nice {
  background: #fff; }
  table.nice .item {
    border-right: 1px solid #e2e2e2;
    background: #f9f9f9; }
  table.nice td,
  table.nice th {
    padding: 9px 10px; }
  table.nice td {
    font-family: roboto;
    font-size: 12px;
    color: #000000; }
    table.nice td img {
      vertical-align: text-bottom;
       }
  table.nice a {
    color: #000000; }
  table.nice th {
    font-family: roboto;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    border-top: 0; }
  table.nice tr:last-child td {
    border-bottom: 1px solid #eceeef; }
  table.nice .bold {
    font-weight: bold; }
  @media (max-width: 1050px) {
    table.nice {
      display: block;
      overflow-x: scroll; } }

.topstory-box {
  display: table-row;
  width: 100%;
  padding-left: 240px; }
  @media (max-width: 1050px) {
    .topstory-box {
      padding-left: 0; } }
  .topstory-box .topstory-box-content {
    padding: 20px 85px 20px 50px; }
    @media (max-width: 1050px) {
      .topstory-box .topstory-box-content {
        padding: 20px 50px 50px; } }
    @media (max-width: 760px) {
      .topstory-box .topstory-box-content {
        padding: 20px; } }
    .topstory-box .topstory-box-content .cat {
      font-family: 'Roboto Condensed', sans-serif;
      font-size: 14px;
      font-weight: 900;
      line-height: 42px;
      background-color: #e02a15;
      color: #ffffff;
      display: inline-block;
       padding: 0px 10px;
      text-transform: uppercase; }
    .topstory-box .topstory-box-content h1 {
      font-family: 'Roboto Condensed', sans-serif;
      font-size: 60px;
      font-weight: bold;
      line-height: 1.1;
      color: #010101;
      margin-top: 10px; }
      @media (max-width: 780px) {
        .topstory-box .topstory-box-content h1 {
          font-size: 30px; } }
    .topstory-box .topstory-box-content .author {
      font-family: roboto;
      font-size: 18px;
      font-weight: 500;
      line-height: 1.67;
      color: #a7a9ac; }

.layout-subpage .layout .content-sub .sub-text,
.zapasy-subpage .layout .content-sub .sub-text {
  max-width: initial; }

.sub-text {
  font-family: roboto;
  font-size: 16px;
  line-height: 1.62;
  color: #1b2026;
  padding-bottom: 20px;
  max-width: 825px;
  overflow-x: auto; }
  .sub-text h1,
  .sub-text h2,
  .sub-text h3,
  .sub-text h4,
  .sub-text h5,
  .sub-text h6 {
    font-family: roboto;
    margin-bottom: 1rem; }
  .sub-text .perex {
    font-family: roboto;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
    color: #1b2026;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 30px;
    margin-bottom: 30px; }
  .sub-text .socials-text:after {
    content: "";
    display: table;
    clear: both; }
  .sub-text .socials-text .socials {
    float: left;
    width: 13%; }
    .sub-text .socials-text .socials #socials {
      text-align: center; }
      .sub-text .socials-text .socials #socials #button_facebook {
        margin-bottom: 5px; }
    @media (max-width: 1450px) {
      .sub-text .socials-text .socials {
        width: 17%; } }
    @media (max-width: 1170px) {
      .sub-text .socials-text .socials {
        width: 20%; } }
    @media (max-width: 1050px) {
      .sub-text .socials-text .socials {
        width: 13%; } }
    @media (max-width: 850px) {
      .sub-text .socials-text .socials {
        display: none; } }
  .sub-text .socials-text .text {
    float: left;
    width: 87%; }
    .sub-text .socials-text .text .topka {
      width: 100%;
      margin-bottom: 20px; }
    @media (max-width: 1450px) {
      .sub-text .socials-text .text {
        width: 83%; } }
    @media (max-width: 1170px) {
      .sub-text .socials-text .text {
        width: 80%; } }
    @media (max-width: 1050px) {
      .sub-text .socials-text .text {
        width: 87%; } }
    @media (max-width: 850px) {
      .sub-text .socials-text .text {
        float: none;
        width: 100%; } }

.game-list {
  font-family: roboto; }
  .game-list .game-box {
    background-color: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    margin-bottom: 8px;
    display: table;
    width: 100%;
    transition: all 0.2s;
    cursor: pointer;
    position: relative;
    overflow: hidden; }
    .game-list .game-box:hover .buttons {
      visibility: visible;
      opacity: 1;
      display: table; }
    .game-list .game-box .logos {
      display: table-cell;
      vertical-align: middle;
      width: 190px;
      text-align: center;
      padding: 10px; }
      @media (max-width: 850px) {
        .game-list .game-box .logos {
          display: none; } }
      .game-list .game-box .logos img {
        max-height: 46px;
        margin: 0 8px; }
    .game-list .game-box .data {
      display: table-cell;
      vertical-align: top;
      padding: 10px;
      width: 638px; }
      @media (max-width: 1372px) {
        .game-list .game-box .data {
          width: 562px; } }
      @media (max-width: 1315px) {
        .game-list .game-box .data {
          width: auto; } }
      .game-list .game-box .data .round {
        color: black;
        font-size: 15px;
        line-height: 32px;
        font-weight: 700;
        text-transform: uppercase; }
      .game-list .game-box .data .teams {
        color: #232323;
        font-size: 20px;
        line-height: 25px; }
        @media (max-width: 620px) {
          .game-list .game-box .data .teams {
            font-size: 15px; } }
    .game-list .game-box .score {
      padding: 30px;
      display: table-cell;
      vertical-align: middle;
      font-size: 40px;
      font-weight: 700;
      line-height: 25px;
      text-align: right;
      /*width: 122px;*/
      float: right;
      color: #424242; }
      .game-list .game-box .score a {
        font-size: 40px;
        font-weight: 700;
        line-height: 25px;
        color: #ed1d24; }
    .game-list .game-box .tv {
      display: table-cell;
      vertical-align: middle;
      float: right;
      padding: 30px; }
      @media (max-width: 1175px) {
        .game-list .game-box .tv {
          display: none; } }
    .game-list .game-box .buttons {
      background: rgba(255, 255, 255, 0.5);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      visibility: hidden;
      opacity: 0;
      display: none;
      table-layout: fixed;
      white-space: nowrap;
      min-height: 160px; }
      .game-list .game-box .buttons a {
        display: table-cell;
        color: #ed1d24;
        font-size: 28px;
        line-height: 86px;
        font-weight: 700;
        border-right: 1px solid #efefef;
        text-align: center; }
        @media (max-width: 840px) {
          .game-list .game-box .buttons a {
            font-size: 12px; } }
        .game-list .game-box .buttons a:last-child {
          border-right: 0; }

.menicko-menu ul {
  padding: 0;
  list-style: none;
  margin: 0; }
  .menicko-menu ul li {
    float: left;
    padding: 10px 15px; }
    .menicko-menu ul li a {
      color: #a7a9ac;
      font-size: 16px;
      font-weight: 400;
      text-transform: uppercase;
      font-weight: 900;
      position: relative;
      line-height: 40px; }
      .menicko-menu ul li a:hover {
        color: #ed1d24;
        text-decoration: none; }
        .menicko-menu ul li a:hover::after {
          content: "";
          display: block;
          width: 100%;
          height: 5px;
          background: red;
          position: absolute;
          bottom: -22px;
          display: none; }
    .menicko-menu ul li .active {
      color: #ed1d24; }
      .menicko-menu ul li .active::after {
        content: "";
        display: block;
        width: 100%;
        height: 5px;
        background: red;
        position: absolute;
        bottom: -22px; }

#media_list:after {
  content: "";
  display: table;
  clear: both; }

#media_list a {
  display: block;
  width: 24%;
  height: 170px;
  float: left;
  margin: 0 5px 10px;
  background-size: 300px auto;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  background-color: #C3CFD9;
  background-size: cover; }
  @media (max-width: 730px) {
    #media_list a {
      width: 48%; } }
  @media (max-width: 630px) {
    #media_list a {
      width: 100%; } }

#media_list a.video {
  height: 200px; }

#media_list h2 {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  z-index: 70;
  padding: 5px 8px;
  margin: 0;
  text-transform: uppercase;
  font-size: 1.1em;
  color: #fff;
  background: #1c336e;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9; }

#media_list h2:hover {
  text-decoration: underline; }

.media-form {
  margin-bottom: 20px;
  text-align: left; }
  .media-form div {
    display: inline-block; }
  .media-form input[type="text"] {
    background-color: #fff;
    font-size: 14px;
    color: #252627;
    margin: 0 10px;
    line-height: 1;
    border: 1px solid #a6a6a6;
    height: 40px; }

#archiv .btn {
  padding: 12px 25px !important;
  margin-bottom: 5px; }

#archiv .boxy {
  display: inline-block; }

#archiv #box {
  margin-top: 10px; }
  #archiv #box .rows {
    margin-bottom: 10px; }

#archiv table.nice td,
#archiv table.nice th {
  font-size: 16px; }

#partners .nice {
  width: 100%; }
  #partners .nice a {
    display: block; }
  #partners .nice td {
    padding: 10px; }

.strankovani {
  text-align: center;
  margin-top: 20px; }
  .strankovani .nextPages {
    display: none; }
  .strankovani a {
    background: #e02a15;
    padding: 2px 8px;
    color: #fff;
    font-weight: 700;
    margin: 0 5px;
    width: 31px;
    display: inline-block; }
  .strankovani .strankovaniVyrazne {
    background: #ab2011; }

#archiv .nice {
  table-layout: fixed; }
  #archiv .nice .datum {
    width: 95px;
    font-weight: bold; }

#partners .partner-box {
  float: left;
  width: 50%;
  min-height: 110px;
  margin-bottom: 10px;
  padding: 0 5px; }
  @media (max-width: 630px) {
    #partners .partner-box {
      width: 100%;
      min-height: inherit; } }
  #partners .partner-box a {
    display: block;
    text-align: center;
    padding: 5px;
    background: #fff;
    margin: 0 5px;
    height: 110px;
    position: relative;
    width: 100%; }
    #partners .partner-box a img {
      max-height: 100%;
      max-width: 100%;
      width: auto;
      height: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
    @media (max-width: 630px) {
      #partners .partner-box a {
        min-height: inherit; } }

aside {
  }
  aside .nav {
    border-bottom: 1px solid rgba(202, 202, 202, 0.5);
    float: left;
    width: 100%;
    padding-bottom: 6px;
     }
    aside .nav:after {
      content: "";
      display: table;
      clear: both; }
    aside .nav .nav-item {
      float: left;
      width: 33.33%;
      padding-top: 5px;
      text-align: center; }  
           
      aside .nav .nav-item .nav-link {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 12px;/* Odhad zapříčiněný nahrazením písma */
        font-weight: 700;
        line-height: 24px;/* Odhad zapříčiněný nahrazením písma */
        width: 100%;
        color: #1b316b;
        }
        aside .nav .nav-item .nav-link:after {
        display: block;
        content: "";
        width: 100%;
        height: 1px;
        background-color: #e02a15;
        margin: 0 auto;
        position: relative;
        top: 7px;
        opacity: 0;
        transition: all 0.2s; }
        aside .nav .nav-item .nav-link.active {
          color: #e02a15; }
          aside .nav .nav-item .nav-link.active:after {
            opacity: 1; }
        aside .nav .nav-item .nav-link:hover {
          color: #e02a15; }
          aside .nav .nav-item .nav-link:hover:after {
            opacity: 1; }
  /* Style the tab content */
    .tabcontent {
        display: none;
        padding: 6px 12px;
        border-top: none;
    }         
    aside .nav-top {
        padding-left: 0;
        margin-bottom: 7px;
        list-style: none;
        float: left;
        padding-top: 7px;
        width: 100%;
        background-color: #e2e2e2;
    }
    
    aside .nav-top .nav-item {
        float: left;
        width: 20%;
        text-align: center;
        background-color:#e2e2e2;
    }         
    
    aside .nav-top .nav-item .nav-link {
        font-size: 16px;/* Odhad zapříčiněný nahrazením písma */
        font-weight: 700;
        line-height: 24px;/* Odhad zapříčiněný nahrazením písma */
        font-family: 'Roboto Condensed', sans-serif;
        color: #1b316b;
        text-transform: uppercase;
        padding-bottom: 10px;
        transition: all 0.2s;
        width: 100%;
        padding: 15px 0 15px 0px;
        border-bottom: 1px solid rgba(202, 202, 202, 0.5);
    }
    aside .nav-top .nav-item .nav-link:hover {
        color: #e02a15;
        background-color:white;
        
     
    }
    aside .nav-top .nav-item .nav-link.active {
        color: #e02a15;
        background-color:white;
        border-left: 1px solid #d6d6d6;
        border-right: 1px solid #d6d6d6;
    }
    aside .nav-top .nav-item  .active:before {
        display: block;
        content: "";
        width: 20%;
        height: 3px;
        background-color: #e02a15;
        position: absolute;
        top: 7px;
        opacity: 1;
        margin-left: -1px;
        transition: all 0.2s;
    }
  aside .tab-content {
    padding: 0px 30px; }
    aside .tab-content .day-date {
      font-family: Roboto;
      color:  #ef4036;
      font-size: 12px;/* Odhad zapříčiněný nahrazením písma */
      font-weight: 700;
      line-height: 42px;/* Odhad zapříčiněný nahrazením písma */
      text-align: center;
    }
    aside .tab-content .game-box {
      padding-top: 18px;
      padding-bottom: 10px;
      border-bottom: 1px solid rgba(202, 202, 202, 0.5);
      float: left;
      width:100%;
       }
      aside .tab-content .game-box .game-heading {
        font-family: roboto;
        font-size: 12px;
        padding-left: 20px;
        text-align: center;
        padding-bottom: 5px; }
      aside .tab-content .game-box .team {
        display: table;
        width: 100%;
        font-family: roboto;
        font-size: 12px;
        line-height: 2.4;
        text-align: left;
        color: #000000; }
        aside .tab-content .game-box .team .name {
          display: table-cell;
          vertical-align: middle;
          width: 210px;
          padding-left: 20px; }
          aside .tab-content .game-box .team .name img {
            margin-right: 12px;
            vertical-align: text-top;
            max-width: 65px !important;
             }
        aside .tab-content .game-box .team .score {
          display: table-cell;
          vertical-align: middle;
          font-weight: bold; }
          .scoreBox{
            font-family:'Roboto Condensed', sans-serif;
            width:50%;
            font-size:35px;
            font-weight: 700;
          }
          .team1, .team2{
            width:25%;
            font-size:12px;
            font-weight: 500;
          }
          .team1 img, .team2 img{
            max-width:50px;
          }
          .team1, .team2, .scoreBox{
            float:left;
            text-align: center;
          }
          .scoreBox .ext{     
            font-size:20px;
          }
          .scoreBox .infoGame{
            font-family:'Roboto', sans-serif;
            font-size: 11px;
            font-weight: 500;
            text-transform: uppercase;
          }
          @media (max-width:1400px){
          .scoreBox {
            font-size:30px;
          }  
          .scoreBox .ext{
            font-size:15px;
          }
          aside .tab-content {
            padding: 0px 15px;
          }
          }
      aside .tab-content .game-box .buttons {
        display: table;
        width: 100%;
        margin-top: 15px;
        text-align: center;
        float:left;
         }
        aside .tab-content .game-box .buttons a {
          font-family: roboto;
          font-size: 13px;
          font-weight: bold;
          line-height: 1.5;
          color: #000000;
          text-transform: uppercase;
          display: table-cell;
          text-align: center;
          text-decoration: underline; }
          aside .tab-content .game-box .buttons a:hover {
            text-decoration: none; }
        aside .tab-content .game-box .buttons .onlajny:before {
          content: "";
          background: url("/img/onlajny.png");
          display: inline-block;
          width: 16px;
          height: 16px;
          opacity: 0.3;
          vertical-align: sub;
          margin-right: 10px; }
        aside .tab-content .game-box .buttons .report:before {
          content: "";
          background: url("/img/report.png");
          display: inline-block;
          width: 14px;
          height: 17px;
          opacity: 0.3;
          vertical-align: sub;
          margin-right: 10px; }
        aside .tab-content .game-box .buttons .stream:before {
          content: "";
          background: url("/img/stream.png");
          display: inline-block;
          width: 16px;
          height: 16px;
          opacity: 0.3;
          vertical-align: sub;
          margin-right: 10px; }
    aside .tab-content .more-button {
      display: block;
      text-align: center;
      font-family: roboto;
      font-size: 14px;
      font-weight: bold;
      line-height: 3.0;
      color: #1b316b;
      text-transform: uppercase;
      text-decoration: underline;
      margin-top: 20px; }
  aside .box {
    background-color: #ffffff;
    box-shadow: 0 1px 3px 0 rgba(1, 1, 1, 0.1); }
  aside .report-box {
    padding: 15px;
    margin-bottom: 20px; }
    aside .report-box .round {
      text-align: center;
      line-height: 24px;
      font-weight: 700;
      font-size: 18px;
      color: #ed1d24;
      margin-top: 15px;
      margin-bottom: 15px; }
      aside .report-box .round span {
        display: block;
        color: #1b2026;
        font-size: 13px;
        text-transform: uppercase; }
    aside .report-box .game-box {
      display: table;
      width: 100%;
      border-bottom: 2px solid #efefef;
      margin-bottom: 15px;
      padding-bottom: 15px; }
      aside .report-box .game-box .team-logo {
        display: table-cell;
        vertical-align: top;
        text-align: center;
        width: 30%; }
        aside .report-box .game-box .team-logo span {
          display: block;
          text-transform: uppercase;
          line-height: 1.8;
          font-weight: 400;
          font-size: 13px;
          color: #010101; }
      aside .report-box .game-box .game-score {
        display: table-cell;
        vertical-align: middle;
        font-size: 27px;
        font-weight: 700;
        line-height: 50px;
        text-align: center; }
        aside .report-box .game-box .game-score span {
          display: block;
          color: #1b2026 !important;
          font-size: 14px;
          font-weight: 400;
          line-height: 26px; }
    aside .report-box .goals {
      border-bottom: 2px solid #efefef;
      margin-bottom: 15px;
      padding-bottom: 15px; }
      aside .report-box .goals .box-title {
        padding: 10px 10px 0;
        font-family: roboto;
        font-size: 20px;
        font-weight: bold;
        line-height: 1.6;
        color: #010101; }
      aside .report-box .goals .goals-list {
        padding: 0;
        list-style: none;
        margin-top: 15px;
        margin-left: 15px; }
        aside .report-box .goals .goals-list li {
          background: url("/img/puck_list.png") 0 center no-repeat;
          padding-left: 28px;
          line-height: 28px; }
        aside .report-box .goals .goals-list .space {
          background: transparent; }
    aside .report-box .stats .box-title {
      padding: 10px 10px 0;
      font-family: roboto;
      font-size: 20px;
      font-weight: bold;
      line-height: 1.6;
      color: #010101; }
    aside .report-box .stats .refrees {
      padding: 10px 10px 30px; }
    aside .report-box .stats .best-players {
      padding: 10px; }
    aside .report-box .stats .stats-box {
      padding: 10px 10px 0; }
      aside .report-box .stats .stats-box:after {
        content: "";
        display: table;
        clear: both; }
      aside .report-box .stats .stats-box .box-2 {
        float: left;
        width: 50%;
        margin-bottom: 30px; }
        aside .report-box .stats .stats-box .box-2 .small-title {
          color: #010101;
          font-size: 14px;
          line-height: 30px;
          font-weight: 700; }
        aside .report-box .stats .stats-box .box-2 .score2 {
          color: #010101;
          font-size: 40px;
          line-height: 32px;
          font-weight: 300; }
  aside .roster-box {
    padding: 25px 30px;
    margin-bottom: 20px; }
    aside .roster-box .team-title img {
      height: 46px; }
    aside .roster-box .team-title span {
      vertical-align: middle;
      color: #010101;
      font-size: 20px;
      line-height: 32px;
      font-weight: 800;
      padding-left: 8px; }
    aside .roster-box .roster {
      margin-top: 15px; }
  aside .aside-box {
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(1, 1, 1, 0.1);
    padding: 15px 33px 25px;
    margin-bottom: 20px; }
    @media (max-width: 1050px) {
      aside .aside-box {
        box-shadow: none; } }
    aside .aside-box .box-heading {
      font-family: roboto;
      font-size: 22px;
      font-weight: 700;
      line-height: 3.33;
      color: #1c336e;
      text-transform: uppercase; }
    aside .aside-box .nav-list .dropdown-item {
      font-family: roboto;
      font-size: 16px;
      font-weight: 500;
      line-height: 2.5;
      color: #1b316b;
      padding: 0;
      margin-bottom: 5px; }
      aside .aside-box .nav-list .dropdown-item:after {
        display: block;
        content: "";
        width: 40px;
        height: 1px;
        background: #e2e2e2;
        transition: all 0.2s; }
        @media (max-width: 1050px) {
          aside .aside-box .nav-list .dropdown-item:after {
            margin: 0 auto; } }
      aside .aside-box .nav-list .dropdown-item:hover {
        background: transparent; }
        aside .aside-box .nav-list .dropdown-item:hover:after {
          width: 80px; }

footer {
  background-color: #1b316b;
  width: 100%;
   }
  @media (max-width: 1050px) {
    footer {
      padding-left: 0; } }
  footer .footer-inner {
    padding: 0 38px; }
  footer .nav-row {
    text-align: center;
    border-bottom: 1px solid #2d4992; }
    @media (max-width: 1340px) {
      footer .nav-row {
        display: none; } }
    footer .nav-row a {
      font-family: roboto;
      font-size: 16px;
      font-weight: bold;
      line-height: 1;
      color: #ffffff;
      text-transform: uppercase;
      display: inline-block;
      margin: 36px 8px; }
  footer .copyright-row {
    text-align: center;
    font-family: roboto;
    font-size: 14px;
    line-height: 1.29;
    color: #ffffff;
    margin: 48px 0; }

