@import url(https://fonts.googleapis.com/css?family=Roboto:400,700&subset=latin-ext&display=swap);
.bar-last-news .container .items .time,
.bar-last-news .container .items .time::after {
  color: #ff870f; }

.bar-last-news .container .items .time,
.bar-last-news .container .items .time::after {
  color: #ff870f; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus:not(.focus-visible) {
  outline: 0 !important; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none; }

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: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #12182a;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: black;
    text-decoration: none; }

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus:not(.focus-visible) {
  outline: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1098px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .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-sm,
.col-sm-auto, .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-md,
.col-md-auto, .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-lg,
.col-lg-auto, .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, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(18, 24, 42, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #12182a;
  border-color: #12182a; }
  .btn-primary:hover {
    color: #fff;
    background-color: #07090f;
    border-color: #030406; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #07090f;
    border-color: #030406;
    box-shadow: 0 0 0 0.2rem rgba(54, 59, 74, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #12182a;
    border-color: #12182a; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #030406;
    border-color: black; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(54, 59, 74, 0.5); }

.btn-outline-primary {
  color: #12182a;
  border-color: #12182a; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #12182a;
    border-color: #12182a; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(18, 24, 42, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #12182a;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #12182a;
    border-color: #12182a; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(18, 24, 42, 0.5); }

.btn-link {
  font-weight: 400;
  color: #12182a;
  text-decoration: none; }
  .btn-link:hover {
    color: black;
    text-decoration: none; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  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%; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #384b83;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(18, 24, 42, 0.25); }
  .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input[disabled] ~ .form-check-label,
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }
  .form-row > .col > .valid-tooltip,
  .form-row > [class*="col-"] > .valid-tooltip {
    left: 5px; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }
  .form-row > .col > .invalid-tooltip,
  .form-row > [class*="col-"] > .invalid-tooltip {
    left: 5px; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

a, button {
  color: inherit; }
  a:hover, button:hover {
    color: inherit; }

button:focus {
  outline: none; }

body {
  min-width: 320px; }

/**/
.clear {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  height: 0;
  /*display: none;*/ }

.wrapword {
  white-space: -moz-pre-wrap !important;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  word-wrap: break-word; }

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: black;
  z-index: 10000; }

.img-fit {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  transform: translate(-50%, -50%); }

.img-fit-p {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%); }

.position-sticky {
  top: 0; }

.line-fix {
  line-height: 0;
  display: block; }

.gutter-10 {
  margin-right: -10px;
  margin-left: -10px; }
  .gutter-10 > .col,
  .gutter-10 > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px; }

/**/
.cmbox,
.imgc,
.r1x1,
.r2x1,
.r3x2,
.r4x3,
.r16x9 {
  position: relative;
  overflow: hidden; }

.cmbox:before,
.imgc:before,
.r1x1:before,
.r2x1:before,
.r3x2:before,
.r4x3:before,
.r16x9:before {
  display: block;
  content: "";
  width: 100%;
  background-color: #f8f8f8; }

.r1x1:before {
  padding-top: 100%; }

.imgc:before,
.r2x1:before {
  padding-top: 50%; }

.r3x2:before {
  padding-top: 66.67%; }

.r4x3:before {
  padding-top: 75%; }

.r16x9:before {
  padding-top: 56.25%; }

.imgc > img,
.r1x1 > img,
.r1x1 > iframe,
.r1x1 > .content,
.r2x1 > img,
.r2x1 > iframe,
.r2x1 > .content,
.r3x2 > img,
.r3x2 > iframe,
.r3x2 > .content,
.r4x3 > img,
.r4x3 > iframe,
.r4x3 > .content,
.r16x9 > img,
.r16x9 > iframe,
.r16x9 > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*width: 100%;*/
  margin: auto;
  max-width: 100%;
  /*max-height: 100%;*/ }

.r1x1 > video,
.r2x1 > video,
.r3x2 > video,
.r4x3 > video,
.r16x9 > video {
  height: auto; }

.img-height > img {
  max-height: 100%; }

.cmbox {
  width: 100%; }

.cmbox:before {
  background-color: transparent; }

.cmbox-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%; }

.mb0 {
  margin-bottom: 0 !important; }

.mb15 {
  margin-bottom: 15px !important; }

.video-container {
  position: relative;
  overflow: hidden;
  background-color: #000;
  min-height: 330px; }

.video-container:before {
  display: block;
  content: "";
  padding-top: 56.25%; }

.video-container > iframe,
.video-container > video,
.video-container > div,
.video-container > .video-js {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
  margin: auto;
  min-height: 330px; }

/* https://www.materialui.co/socialcolors */
/* begin social colors*/
.facebook-bg {
  background-color: #3b5999;
  color: #fff; }

.twitter-bg {
  background-color: #55acee;
  color: #fff; }

.youtube-bg {
  background-color: #cd201f;
  color: #fff; }

.whatsapp-bg {
  background-color: #25d366;
  color: #fff; }

.pinterest-bg {
  background-color: #bd081c;
  color: #fff; }

.instagram-bg {
  background-color: #e4405f;
  color: #fff; }

.linkedin-bg {
  background-color: #0077B5;
  color: #fff; }

.rss-bg {
  background-color: #f26522;
  color: #fff; }

.twitter-c {
  color: #00aced; }

.youtube-c {
  color: #bb0000; }

.whatsapp-c {
  color: #25D366; }

.pinterest-c {
  color: #C92228; }

.instagram-c {
  color: #e4405f; }

.linkedin-c {
  color: #0077B5; }

.rss-c {
  color: #f26522; }

/* end social colors*/
.df-ac {
  display: flex;
  align-items: center; }

/* image zoom on hover*/
.iz-oh img {
  transition: all 0.3s; }

.iz-oh:hover img {
  transform: scale(1.1); }

.img-filter::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background: linear-gradient(to top, #333743, rgba(51, 55, 67, 0.9), rgba(51, 55, 67, 0)); }

.post-item .t {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

@media screen and (min-width: 992px) {
  .post-item.big-title-lg .t {
    font-size: 1.5rem; }
  .post-item.big-title-lg.tot .t {
    margin-bottom: 20px; } }

.post-item.tot {
  position: relative;
  background-color: #121212; }
  .post-item.tot .t {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 20px;
    margin-bottom: 10px;
    color: #fff; }
  .post-item.tot .c {
    position: absolute;
    left: 20px;
    top: 0;
    padding: 6px;
    color: #fff;
    background: #1d1d1d;
    font-size: 12px;
    text-transform: uppercase; }

.post-item.ios a {
  display: flex;
  align-items: center;
  margin-bottom: 30px; }

.post-item.ios:last-child a {
  margin-bottom: 0; }

.post-item.ios .image {
  width: 50%; }

.post-item.ios .title {
  width: 50%;
  padding: 0 30px; }

.post-item.ia {
  height: 100%; }
  .post-item.ia a {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%; }
  .post-item.ia .t {
    margin: 20px 0; }
  .post-item.ia .sc {
    padding: 20px;
    margin-top: -30px;
    width: 100%;
    display: block; }
  .post-item.ia .c {
    position: absolute;
    left: 20px;
    top: 0;
    padding: 6px;
    color: #fff;
    background: #1d1d1d;
    font-size: 12px;
    text-transform: uppercase; }
  .post-item.ia.border-bottom a {
    border-bottom: 4px solid #dfe0e4; }

.paging-3 {
  position: relative;
  margin-bottom: 2rem; }
  .paging-3:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    background-color: #d4d4d4; }
  .paging-3 .item-container {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0; }
    .paging-3 .item-container .item {
      display: inline-block;
      line-height: 35px;
      font-size: 93.75%;
      font-weight: 400;
      color: #3e3e3e;
      background-color: #fff;
      text-align: center;
      border: 1px solid #d4d4d4;
      min-width: unset;
      padding: 0;
      margin-right: 2px;
      flex-basis: 100%;
      max-width: 40px; }
      .paging-3 .item-container .item a {
        display: block; }
      @media screen and (min-width: 768px) {
        .paging-3 .item-container .item {
          margin-right: .5rem; } }
      .paging-3 .item-container .item:hover {
        border-color: #aaa; }
      .paging-3 .item-container .item.current {
        font-weight: 700;
        color: #000; }
      .paging-3 .item-container .item.prev, .paging-3 .item-container .item.next {
        position: relative;
        background-color: #d4d4d4;
        color: #fff; }
      .paging-3 .item-container .item.prev {
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px; }
        .paging-3 .item-container .item.prev:before {
          position: absolute;
          left: -5px;
          margin-top: 1px;
          content: '\e847';
          font-family: "cm-icons";
          font-size: 90%;
          color: #d4d4d4; }
      .paging-3 .item-container .item.next {
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px; }
        .paging-3 .item-container .item.next:after {
          position: absolute;
          right: -5px;
          top: 0;
          margin-top: 1px;
          content: '\e848';
          font-family: "cm-icons";
          font-size: 90%;
          color: #d4d4d4; }

.text-content {
  font-size: 1.2rem;
  line-height: 1.4;
  word-wrap: anywhere;
  word-break: break-word; }

.text-content a {
  color: #00f; }

.text-content p {
  margin-bottom: 2rem; }

.text-content h1, .text-content h2, .text-content h3, .text-content h4, .text-content h5, .text-content h6 {
  font-weight: 700;
  margin-bottom: 1rem; }

.text-content h1 {
  font-size: 2em; }

.text-content h2 {
  font-size: 1.5em; }

.text-content h3 {
  font-size: 1.17em; }

.text-content h4 {
  font-size: 1em; }

.text-content h5 {
  font-size: .83em; }

.text-content h6 {
  font-size: .67em; }

.text-content img {
  display: inline;
  max-width: 100%;
  height: auto; }

.text-content ul, .text-content ol {
  padding: 0 0 0 30px;
  margin-bottom: 1rem; }

.text-content ul li {
  list-style-type: disc; }

.text-content ol li {
  list-style-type: decimal; }

.text-content ol ol li, ul ol li {
  list-style-type: lower-latin; }

.text-content blockquote {
  margin: 14px 40px;
  border-color: #CCCCCC;
  border-style: solid;
  border-width: 0;
  font-style: italic;
  border-left-width: 5px;
  padding: 2px 8px 2px 20px; }

.text-content blockquote p {
  margin: 0; }

.text-content dd {
  margin-left: 40px; }

.text-content iframe,
.text-content table,
.text-content video,
.text-content object,
.text-content div,
.text-content embed {
  max-width: 100% !important; }

/**/
.text-content a.link-galeri,
.text-content a.link-video {
  display: inline-block;
  margin-bottom: 5px;
  padding: 0 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 250%;
  color: #fff;
  background-color: #021b35;
  border-radius: 5px; }

.text-content a.link-galeri:hover,
.text-content a.link-video:hover {
  background-color: #213952;
  text-decoration: none; }

.text-content a.link-galeri:before {
  content: '\e80e';
  font-family: "cm-icons";
  margin-right: .6em; }

.text-content a.link-video:before {
  content: '\e80d';
  font-family: "cm-icons";
  margin-right: .6em; }

/**/
.text-content a.link-galeri-2,
.text-content a.link-video-2 {
  display: inline-block;
  margin-bottom: 5px;
  padding: 0 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 87.5%;
  line-height: 200%;
  color: #393939;
  background-color: #e4e4e4;
  border-radius: 4px; }

.text-content a.link-galeri-2:hover,
.text-content a.link-video-2:hover {
  background-color: #cdcdcd;
  text-decoration: none; }

.text-content a.link-galeri-2:before {
  content: '\e80e';
  font-family: "cm-icons";
  margin-right: .4em; }

.text-content a.link-video-2:before {
  content: '\e80d';
  font-family: "cm-icons";
  margin-right: .4em; }

/**/
.text-content a.link-canli {
  display: inline-block;
  margin-bottom: 5px;
  padding: 0 20px;
  font-weight: 700;
  line-height: 220%;
  color: #fff;
  background-color: #fa0101;
  border-radius: 5px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15); }

.text-content a.link-canli:hover {
  background-color: #d30202;
  text-decoration: none; }

@media (max-width: 480px) {
  .text-content {
    font-size: 1.1rem;
    line-height: 1.4; }
  .text-content blockquote {
    margin: 5px 0 5px 10px;
    border-left-width: 3px; } }

.text-content .toc-container {
  margin-bottom: 2rem;
  padding: 1rem;
  background-color: #f4f4f4;
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #444; }

.text-content .toc-container .toc-header {
  text-align: center; }

.text-content .toc-container .toc-title {
  font-weight: 700;
  font-size: 1.2em; }

.text-content .toc-container .toc-toggle {
  padding: 0 5px;
  color: #9e9e9e;
  cursor: pointer; }

.text-content .toc-container > ul {
  padding-left: 0; }

.text-content .toc-container ul {
  margin-bottom: 0; }

.text-content .toc-container > ul + ul {
  padding-left: 1rem; }

.text-content .toc-container li {
  list-style: none;
  margin: 5px 0; }

.text-content .toc-container li:before {
  margin-right: .4em;
  content: '\e848';
  font-family: "cm-icons"; }

.text-content .toc-container a {
  color: inherit; }

.text-content figure {
  position: relative;
  display: inline-block;
  margin: 0 0 1rem; }

.text-content figure img {
  line-height: 0;
  display: block; }

.text-content figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: .5rem 1rem;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff; }

.background-01 {
  background-color: #f0f1f5; }

.background-02 {
  background-color: #d7dae1; }

.background-03 {
  background-color: #f5f5f8; }

.background-04 {
  background-color: #e8eaef; }

.section-padding {
  padding-top: 15px;
  padding-bottom: 15px; }
  @media screen and (min-width: 576px) {
    .section-padding {
      padding-top: 20px;
      padding-bottom: 20px; } }

.section-padding-gutter {
  padding-top: 30px;
  padding-bottom: 30px; }

.section-mb {
  margin-bottom: 30px; }

.container > .row > [class*="col-"] section {
  margin-bottom: 30px; }
  .container > .row > [class*="col-"] section.no-mb {
    margin-bottom: 0; }

.caption-01 div {
  padding: 15px 0;
  line-height: 20px;
  position: relative;
  font-size: 1.25rem; }

.side-caption > span,
.side-caption > div,
.side-caption > h1,
.side-caption-2 > span,
.side-caption-2 > div,
.side-caption-2 > h1,
.page-caption > span,
.page-caption > div,
.page-caption > h1,
.sub-page-caption > span,
.sub-page-caption > div,
.sub-page-caption > h1,
.caption-02 > span,
.caption-02 > div,
.caption-02 > h1 {
  padding: 25px 0;
  line-height: 20px;
  position: relative;
  font-size: 1.25rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  white-space: normal; }
  @media screen and (min-width: 576px) {
    .side-caption > span,
    .side-caption > div,
    .side-caption > h1,
    .side-caption-2 > span,
    .side-caption-2 > div,
    .side-caption-2 > h1,
    .page-caption > span,
    .page-caption > div,
    .page-caption > h1,
    .sub-page-caption > span,
    .sub-page-caption > div,
    .sub-page-caption > h1,
    .caption-02 > span,
    .caption-02 > div,
    .caption-02 > h1 {
      white-space: nowrap; } }
  .side-caption > span:after,
  .side-caption > div:after,
  .side-caption > h1:after,
  .side-caption-2 > span:after,
  .side-caption-2 > div:after,
  .side-caption-2 > h1:after,
  .page-caption > span:after,
  .page-caption > div:after,
  .page-caption > h1:after,
  .sub-page-caption > span:after,
  .sub-page-caption > div:after,
  .sub-page-caption > h1:after,
  .caption-02 > span:after,
  .caption-02 > div:after,
  .caption-02 > h1:after {
    content: '';
    border-top: 1px solid #d9dbe2;
    flex: 1;
    margin-left: 30px; }
  .side-caption > span b,
  .side-caption > div b,
  .side-caption > h1 b,
  .side-caption-2 > span b,
  .side-caption-2 > div b,
  .side-caption-2 > h1 b,
  .page-caption > span b,
  .page-caption > div b,
  .page-caption > h1 b,
  .sub-page-caption > span b,
  .sub-page-caption > div b,
  .sub-page-caption > h1 b,
  .caption-02 > span b,
  .caption-02 > div b,
  .caption-02 > h1 b {
    margin-left: 6px; }

@charset "UTF-8";
.bar-last-news .container .items .time,
.bar-last-news .container .items .time::after {
  color: #ff870f; }

@font-face {
  font-family: 'cm-icons';
  src: url(fonts/cm-icons.eot);
  src: url(fonts/cm-icons.eot#iefix) format("embedded-opentype"), url(fonts/cm-icons.woff2) format("woff2"), url(fonts/cm-icons.woff) format("woff"), url(fonts/cm-icons.ttf) format("truetype"), url(fonts/cm-icons.svg#cm-icons) format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'cm-icons';
    src: url('../font/cm-icons.svg?79979137#cm-icons') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "cm-icons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-spin1:before {
  content: '\e800'; }

/* '' */
.icon-spin2:before {
  content: '\e801'; }

/* '' */
.icon-spin3:before {
  content: '\e802'; }

/* '' */
.icon-spin4:before {
  content: '\e803'; }

/* '' */
.icon-spin5:before {
  content: '\e804'; }

/* '' */
.icon-spin6:before {
  content: '\e805'; }

/* '' */
.icon-mail:before {
  content: '\e806'; }

/* '' */
.icon-mail-alt:before {
  content: '\e807'; }

/* '' */
.icon-star:before {
  content: '\e808'; }

/* '' */
.icon-star-empty:before {
  content: '\e809'; }

/* '' */
.icon-star-half:before {
  content: '\e80a'; }

/* '' */
.icon-star-half-alt:before {
  content: '\e80b'; }

/* '' */
.icon-user:before {
  content: '\e80c'; }

/* '' */
.icon-videocam:before {
  content: '\e80d'; }

/* '' */
.icon-camera:before {
  content: '\e80e'; }

/* '' */
.icon-ok:before {
  content: '\e80f'; }

/* '' */
.icon-ok-squared:before {
  content: '\e810'; }

/* '' */
.icon-cancel:before {
  content: '\e811'; }

/* '' */
.icon-plus:before {
  content: '\e812'; }

/* '' */
.icon-minus:before {
  content: '\e813'; }

/* '' */
.icon-info:before {
  content: '\e814'; }

/* '' */
.icon-home:before {
  content: '\e815'; }

/* '' */
.icon-link:before {
  content: '\e816'; }

/* '' */
.icon-lock:before {
  content: '\e817'; }

/* '' */
.icon-lock-open-alt:before {
  content: '\e818'; }

/* '' */
.icon-tag:before {
  content: '\e819'; }

/* '' */
.icon-bookmark:before {
  content: '\e81a'; }

/* '' */
.icon-thumbs-up:before {
  content: '\e81b'; }

/* '' */
.icon-thumbs-down:before {
  content: '\e81c'; }

/* '' */
.icon-thumbs-up-alt:before {
  content: '\e81d'; }

/* '' */
.icon-thumbs-down-alt:before {
  content: '\e81e'; }

/* '' */
.icon-reply:before {
  content: '\e81f'; }

/* '' */
.icon-reply-all:before {
  content: '\e820'; }

/* '' */
.icon-forward:before {
  content: '\e821'; }

/* '' */
.icon-share:before {
  content: '\e822'; }

/* '' */
.icon-share-squared:before {
  content: '\e823'; }

/* '' */
.icon-pencil:before {
  content: '\e824'; }

/* '' */
.icon-pencil-squared:before {
  content: '\e825'; }

/* '' */
.icon-edit:before {
  content: '\e826'; }

/* '' */
.icon-print:before {
  content: '\e827'; }

/* '' */
.icon-comment:before {
  content: '\e828'; }

/* '' */
.icon-chat:before {
  content: '\e829'; }

/* '' */
.icon-comment-empty:before {
  content: '\e82a'; }

/* '' */
.icon-chat-empty:before {
  content: '\e82b'; }

/* '' */
.icon-attention-alt:before {
  content: '\e82c'; }

/* '' */
.icon-attention:before {
  content: '\e82d'; }

/* '' */
.icon-attention-circled:before {
  content: '\e82e'; }

/* '' */
.icon-location:before {
  content: '\e82f'; }

/* '' */
.icon-trash:before {
  content: '\e830'; }

/* '' */
.icon-doc:before {
  content: '\e831'; }

/* '' */
.icon-folder:before {
  content: '\e832'; }

/* '' */
.icon-rss:before {
  content: '\e833'; }

/* '' */
.icon-rss-squared:before {
  content: '\e834'; }

/* '' */
.icon-phone:before {
  content: '\e835'; }

/* '' */
.icon-phone-squared:before {
  content: '\e836'; }

/* '' */
.icon-fax:before {
  content: '\e837'; }

/* '' */
.icon-menu:before {
  content: '\e838'; }

/* '' */
.icon-cog:before {
  content: '\e839'; }

/* '' */
.icon-wrench:before {
  content: '\e83a'; }

/* '' */
.icon-basket:before {
  content: '\e83b'; }

/* '' */
.icon-calendar:before {
  content: '\e83c'; }

/* '' */
.icon-resize-full:before {
  content: '\e83d'; }

/* '' */
.icon-resize-small:before {
  content: '\e83e'; }

/* '' */
.icon-zoom-in:before {
  content: '\e83f'; }

/* '' */
.icon-zoom-out:before {
  content: '\e840'; }

/* '' */
.icon-down-circled2:before {
  content: '\e841'; }

/* '' */
.icon-left-circled2:before {
  content: '\e842'; }

/* '' */
.icon-up-circled2:before {
  content: '\e843'; }

/* '' */
.icon-right-circled2:before {
  content: '\e844'; }

/* '' */
.icon-up-dir:before {
  content: '\e845'; }

/* '' */
.icon-down-dir:before {
  content: '\e846'; }

/* '' */
.icon-left-dir:before {
  content: '\e847'; }

/* '' */
.icon-right-dir:before {
  content: '\e848'; }

/* '' */
.icon-down-open:before {
  content: '\e849'; }

/* '' */
.icon-left-open:before {
  content: '\e84a'; }

/* '' */
.icon-right-open:before {
  content: '\e84b'; }

/* '' */
.icon-up-open:before {
  content: '\e84c'; }

/* '' */
.icon-angle-left:before {
  content: '\e84d'; }

/* '' */
.icon-angle-right:before {
  content: '\e84e'; }

/* '' */
.icon-angle-up:before {
  content: '\e84f'; }

/* '' */
.icon-angle-down:before {
  content: '\e850'; }

/* '' */
.icon-angle-circled-left:before {
  content: '\e851'; }

/* '' */
.icon-angle-circled-right:before {
  content: '\e852'; }

/* '' */
.icon-angle-circled-up:before {
  content: '\e853'; }

/* '' */
.icon-angle-circled-down:before {
  content: '\e854'; }

/* '' */
.icon-angle-double-left:before {
  content: '\e855'; }

/* '' */
.icon-angle-double-right:before {
  content: '\e856'; }

/* '' */
.icon-angle-double-up:before {
  content: '\e857'; }

/* '' */
.icon-angle-double-down:before {
  content: '\e858'; }

/* '' */
.icon-down-big:before {
  content: '\e859'; }

/* '' */
.icon-left-big:before {
  content: '\e85a'; }

/* '' */
.icon-right-big:before {
  content: '\e85b'; }

/* '' */
.icon-up-big:before {
  content: '\e85c'; }

/* '' */
.icon-right-hand:before {
  content: '\e85d'; }

/* '' */
.icon-left-hand:before {
  content: '\e85e'; }

/* '' */
.icon-up-hand:before {
  content: '\e85f'; }

/* '' */
.icon-down-hand:before {
  content: '\e860'; }

/* '' */
.icon-ok-circled:before {
  content: '\e861'; }

/* '' */
.icon-camera-alt:before {
  content: '\e862'; }

/* '' */
.icon-picture:before {
  content: '\e863'; }

/* '' */
.icon-video:before {
  content: '\e864'; }

/* '' */
.icon-off:before {
  content: '\e865'; }

/* '' */
.icon-facebook:before {
  content: '\e866'; }

/* '' */
.icon-facebook-squared:before {
  content: '\e867'; }

/* '' */
.icon-google:before {
  content: '\e868'; }

/* '' */
.icon-gplus:before {
  content: '\e869'; }

/* '' */
.icon-gplus-squared:before {
  content: '\e86a'; }

/* '' */
.icon-instagramm:before {
  content: '\e86b'; }

/* '' */
.icon-linkedin-squared:before {
  content: '\e86c'; }

/* '' */
.icon-linkedin:before {
  content: '\e86d'; }

/* '' */
.icon-pinterest-circled:before {
  content: '\e86e'; }

/* '' */
.icon-pinterest-squared:before {
  content: '\e86f'; }

/* '' */
.icon-tumblr:before {
  content: '\e870'; }

/* '' */
.icon-tumblr-squared:before {
  content: '\e871'; }

/* '' */
.icon-twitter-squared:before {
  content: '\e872'; }

/* '' */
.icon-twitter:before {
  content: '\e873'; }

/* '' */
.icon-youtube:before {
  content: '\e874'; }

/* '' */
.icon-youtube-squared:before {
  content: '\e875'; }

/* '' */
.icon-youtube-play:before {
  content: '\e876'; }

/* '' */
.icon-asterisk:before {
  content: '\e877'; }

/* '' */
.icon-recycle:before {
  content: '\e878'; }

/* '' */
.icon-sitemap:before {
  content: '\e879'; }

/* '' */
.icon-sort-up:before {
  content: '\e87a'; }

/* '' */
.icon-sort-down:before {
  content: '\e87b'; }

/* '' */
.icon-sort-name-up:before {
  content: '\e87c'; }

/* '' */
.icon-sort-name-down:before {
  content: '\e87d'; }

/* '' */
.icon-sort-number-up:before {
  content: '\e87e'; }

/* '' */
.icon-sort-number-down:before {
  content: '\e87f'; }

/* '' */
.icon-truck:before {
  content: '\e880'; }

/* '' */
.icon-check:before {
  content: '\e881'; }

/* '' */
.icon-check-empty:before {
  content: '\e882'; }

/* '' */
.icon-flash:before {
  content: '\e883'; }

/* '' */
.icon-play:before {
  content: '\e884'; }

/* '' */
.icon-play-circled:before {
  content: '\e885'; }

/* '' */
.icon-play-circled2:before {
  content: '\e886'; }

/* '' */
.icon-clock:before {
  content: '\e887'; }

/* '' */
.icon-calendar-empty:before {
  content: '\e888'; }

/* '' */
.icon-pin:before {
  content: '\e889'; }

/* '' */
.icon-info-circled:before {
  content: '\e88a'; }

/* '' */
.icon-help-circled:before {
  content: '\e88b'; }

/* '' */
.icon-help:before {
  content: '\e88c'; }

/* '' */
.icon-minus-circled:before {
  content: '\e88d'; }

/* '' */
.icon-plus-circled:before {
  content: '\e88e'; }

/* '' */
.icon-plus-squared:before {
  content: '\e88f'; }

/* '' */
.icon-minus-squared:before {
  content: '\e890'; }

/* '' */
.icon-minus-squared-alt:before {
  content: '\e891'; }

/* '' */
.icon-plus-squared-alt:before {
  content: '\e892'; }

/* '' */
.icon-cancel-circled:before {
  content: '\e893'; }

/* '' */
.icon-cancel-circled2:before {
  content: '\e894'; }

/* '' */
.icon-ok-circled2:before {
  content: '\e895'; }

/* '' */
.icon-mail-squared:before {
  content: '\e896'; }

/* '' */
.icon-search:before {
  content: '\e897'; }

/* '' */
.icon-comment-1:before {
  content: '\e898'; }

/* '' */
.icon-comment-2:before {
  content: '\e899'; }

/* '' */
.icon-chat-1:before {
  content: '\e89a'; }

/* '' */
.icon-comment-3:before {
  content: '\e89b'; }

/* '' */
.icon-comment-inv:before {
  content: '\e89c'; }

/* '' */
.icon-comment-alt:before {
  content: '\e89d'; }

/* '' */
.icon-comment-inv-alt:before {
  content: '\e89e'; }

/* '' */
.icon-comment-4:before {
  content: '\e89f'; }

/* '' */
.icon-whatsapp:before {
  content: '\e8a0'; }

/* '' */
.icon-edit-1:before {
  content: '\e8a1'; }

/* '' */
.icon-edit-alt:before {
  content: '\e8a2'; }

/* '' */
.icon-pencil-alt:before {
  content: '\e8a3'; }

/* '' */
.icon-euro:before {
  content: '\e8a4'; }

/* '' */
.icon-pound:before {
  content: '\e8a5'; }

/* '' */
.icon-dollar:before {
  content: '\e8a6'; }

/* '' */
.icon-chart-line:before {
  content: '\e8a7'; }

/* '' */
.icon-globe:before {
  content: '\e8a8'; }

/* '' */
.icon-database:before {
  content: '\e8a9'; }

/* '' */
.icon-cm:before {
  content: '\e8aa'; }

/* '' */
.icon-tv:before {
  content: '\e8ab'; }

/* '' */
.icon-soccer-ball:before {
  content: '\e8ac'; }

/* '' */
.icon-pinterest:before {
  content: '\e8ad'; }

/* '' */
.icon-pause:before {
  content: '\e8ae'; }

/* '' */
.icon-volume-off:before {
  content: '\e8af'; }

/* '' */
.icon-volume-up:before {
  content: '\e8b0'; }

/* '' */
.icon-desktop:before {
  content: '\e8b1'; }

/* '' */
.icon-circle:before {
  content: '\e8b2'; }

/* '' */
.icon-circle-empty:before {
  content: '\e8b3'; }

/* '' */
.icon-circle-thin:before {
  content: '\e8b4'; }

/* '' */
.icon-dot-circled:before {
  content: '\e8b5'; }

/* '' */
.icon-facebook-messenger:before {
  content: '\e8b7'; }

/* '' */
.icon-spin-cm-1:before {
  content: '\e8ba'; }

/* '' */
.icon-mosque:before {
  content: '\e8e4'; }

/* '' */
.icon-accu-1:before {
  content: '\e8e5'; }

/* '' */
.icon-accu-2:before {
  content: '\e8e6'; }

/* '' */
.icon-accu-3:before {
  content: '\e8e7'; }

/* '' */
.icon-accu-4:before {
  content: '\e8e8'; }

/* '' */
.icon-accu-5:before {
  content: '\e8e9'; }

/* '' */
.icon-accu-6:before {
  content: '\e8ea'; }

/* '' */
.icon-accu-7:before {
  content: '\e8eb'; }

/* '' */
.icon-accu-8:before {
  content: '\e8ec'; }

/* '' */
.icon-accu-11:before {
  content: '\e8ed'; }

/* '' */
.icon-accu-12:before {
  content: '\e8ee'; }

/* '' */
.icon-accu-13:before {
  content: '\e8ef'; }

/* '' */
.icon-accu-14:before {
  content: '\e8f0'; }

/* '' */
.icon-accu-15:before {
  content: '\e8f1'; }

/* '' */
.icon-accu-16:before {
  content: '\e8f2'; }

/* '' */
.icon-accu-17:before {
  content: '\e8f3'; }

/* '' */
.icon-accu-18:before {
  content: '\e8f4'; }

/* '' */
.icon-accu-19:before {
  content: '\e8f5'; }

/* '' */
.icon-accu-20:before {
  content: '\e8f6'; }

/* '' */
.icon-accu-21:before {
  content: '\e8f7'; }

/* '' */
.icon-accu-22:before {
  content: '\e8f8'; }

/* '' */
.icon-accu-23:before {
  content: '\e8f9'; }

/* '' */
.icon-accu-24:before {
  content: '\e8fa'; }

/* '' */
.icon-accu-25:before {
  content: '\e8fb'; }

/* '' */
.icon-accu-26:before {
  content: '\e8fc'; }

/* '' */
.icon-accu-29:before {
  content: '\e8fd'; }

/* '' */
.icon-accu-30:before {
  content: '\e8fe'; }

/* '' */
.icon-accu-31:before {
  content: '\e8ff'; }

/* '' */
.icon-accu-32:before {
  content: '\e900'; }

/* '' */
.icon-accu-33:before {
  content: '\e901'; }

/* '' */
.icon-accu-34:before {
  content: '\e902'; }

/* '' */
.icon-accu-35:before {
  content: '\e903'; }

/* '' */
.icon-accu-36:before {
  content: '\e904'; }

/* '' */
.icon-accu-37:before {
  content: '\e905'; }

/* '' */
.icon-accu-38:before {
  content: '\e906'; }

/* '' */
.icon-accu-39:before {
  content: '\e907'; }

/* '' */
.icon-accu-40:before {
  content: '\e908'; }

/* '' */
.icon-accu-41:before {
  content: '\e909'; }

/* '' */
.icon-accu-42:before {
  content: '\e90a'; }

/* '' */
.icon-accu-43:before {
  content: '\e90b'; }

/* '' */
.icon-accu-44:before {
  content: '\e90c'; }

/* '' */
.icon-credit-card:before {
  content: '\e90e'; }

/* '' */
.icon-fontsize:before {
  content: '\f088'; }

/* '' */
.icon-link-ext:before {
  content: '\f08e'; }

/* '' */
.icon-try:before {
  content: '\f195'; }

/* '' */
.icon-telegram:before {
  content: '\f2c6'; }

/* '' */

.bar-last-news .container .items .time,
.bar-last-news .container .items .time::after {
  color: #ff870f; }

/*
   Animation example, for spinners
*/
.animate-spin {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block; }

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.bar-last-news .container .items .time,
.bar-last-news .container .items .time::after {
  color: #ff870f; }

.share-block-2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 0; }
  .share-block-2 > div {
    height: 21px;
    line-height: 0;
    margin-right: 10px; }

.bar-last-news .container .items .time,
.bar-last-news .container .items .time::after {
  color: #ff870f; }

.header-01 {
  background-color: #fff; }
  .header-01 .nav-top-container {
    height: 40px;
    background-color: #fff; }
  .header-01 .nav-top {
    padding-top: 8px; }
    .header-01 .nav-top div {
      font-size: 81.25%;
      display: inline-block;
      border-right: 1px solid #ccc;
      margin-right: 10px;
      padding-right: 10px; }
    .header-01 .nav-top div:last-child {
      border-right: none;
      margin-right: 0; }
    .header-01 .nav-top .icon-home {
      color: #ff870f;
      font-size: 120%; }
  .header-01 .nav-icon {
    padding-top: 2px; }
    .header-01 .nav-icon div {
      display: inline-block;
      line-height: 36px;
      border-left: 1px solid #ccc;
      margin-left: 10px;
      padding-left: 10px; }
      .header-01 .nav-icon div a {
        color: #969aa9; }
  .header-01 .nav-main-container .container {
    height: 60px; }
    @media screen and (min-width: 992px) {
      .header-01 .nav-main-container .container {
        height: 120px; } }
  .header-01 .nav-main-container .brand img {
    height: 50px;
    width: auto; }
    @media screen and (min-width: 992px) {
      .header-01 .nav-main-container .brand img {
        height: 60px; } }
  .header-01 .nav-main-container .nav-main,
  .header-01 .nav-main-container .nav-tool {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0; }
  .header-01 .nav-main-container .nav-main a {
    padding-right: .625rem;
    padding-left: .625rem;
    color: #fff;
    font-size: 106.25%;
    text-transform: uppercase;
    font-weight: 700;
    white-space: nowrap; }
  .header-01 .nav-main-container .nav-tool {
    color: #fff; }
    .header-01 .nav-main-container .nav-tool li {
      height: 40px;
      background-color: #ff870f;
      line-height: 40px;
      padding: 0 .3rem;
      margin-left: 1px; }
    .header-01 .nav-main-container .nav-tool .btn {
      color: #fff;
      font-size: 150%;
      padding: 0; }
    .header-01 .nav-main-container .nav-tool .weather {
      min-width: 140px; }
      .header-01 .nav-main-container .nav-tool .weather .weather-info {
        padding-top: 6px;
        display: inline-block; }
      .header-01 .nav-main-container .nav-tool .weather .weather-info:hover {
        text-decoration: none; }
      .header-01 .nav-main-container .nav-tool .weather .weather-info div,
      .header-01 .nav-main-container .nav-tool .weather .weather-info span {
        display: block; }
      .header-01 .nav-main-container .nav-tool .weather .weather-info .city {
        padding-right: 12px;
        line-height: 12px;
        font-size: 12px; }
      .header-01 .nav-main-container .nav-tool .weather .weather-info .city span {
        line-height: 26px;
        font-size: 18px;
        font-weight: 700; }
      .header-01 .nav-main-container .nav-tool .weather .weather-icon {
        display: block;
        width: 38px;
        height: 38px;
        margin: 0 10px;
        text-align: center;
        line-height: 34px;
        font-size: 30px; }
    @media screen and (min-width: 992px) {
      .header-01 .nav-main-container .nav-tool li {
        height: 60px;
        line-height: 60px;
        padding: 0 .7rem; } }

.header-01 {
  background-color: #fff; }
  .header-01 .nav-main-container {
    border-top: 1px solid #d7dae1;
    border-bottom: 3px solid #ecedee; }
    .header-01 .nav-main-container .nav-main a {
      color: #12182a; }
    .header-01 .nav-main-container .nav-tool {
      color: #fff; }
      .header-01 .nav-main-container .nav-tool .btn {
        color: #fff; }
      .header-01 .nav-main-container .nav-tool li {
        background-color: #ff870f; }
      .header-01 .nav-main-container .nav-tool .weather .weather-icon {
        color: #e6e6e6; }

.bar-last-news .container .items .time,
.bar-last-news .container .items .time::after {
  color: #ff870f; }

.footer-01 .nav-top-container {
  min-height: 64px;
  background-color: #fff;
  border-style: solid;
  border-width: 1px 0 3px 0;
  border-color: #d6d7d9 transparent #e4e7f0 transparent;
  align-items: center;
  display: flex; }
  .footer-01 .nav-top-container .container .row {
    justify-content: space-between;
    align-items: center; }
    .footer-01 .nav-top-container .container .row > [class*="col-"] {
      margin-top: 1rem;
      margin-bottom: 1rem;
      text-align: center; }
      @media screen and (min-width: 992px) {
        .footer-01 .nav-top-container .container .row > [class*="col-"] {
          margin-bottom: 0;
          margin-top: 0; } }

.footer-01 .nav-footer div {
  font-size: .9rem;
  display: inline-block;
  border-right: 1px solid #ccc;
  margin-right: 10px;
  padding-right: 10px; }

.footer-01 .nav-footer div:last-child {
  border-right: none;
  margin-right: 0; }

.footer-01 .nav-social a {
  display: inline-block;
  line-height: 40px;
  width: 50px;
  text-align: center;
  font-size: 20px; }

.footer-01 .cm-sign {
  height: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 28px;
  color: #5a5c67;
  font-size: 14px; }

.footer-01 .cm-sign a {
  display: inline-block; }

.footer-01 .cm-sign i {
  color: #068ca7;
  font-size: 24px; }

.footer-01 .nav-tags-container {
  background-color: #f4f5f8; }

.footer-01 .nav-tags {
  margin: 0;
  padding: 30px 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .footer-01 .nav-tags > li {
    width: 100%;
    list-style-type: '\BB'; }
    @media screen and (min-width: 576px) {
      .footer-01 .nav-tags > li {
        width: 50%; } }
    @media screen and (min-width: 768px) {
      .footer-01 .nav-tags > li {
        width: 33.33333%; } }
    @media screen and (min-width: 992px) {
      .footer-01 .nav-tags > li {
        width: 25%; } }
    @media screen and (min-width: 1200px) {
      .footer-01 .nav-tags > li {
        width: 20%; } }
    .footer-01 .nav-tags > li > a {
      display: block;
      padding: 5px 0 5px 10px; }
      .footer-01 .nav-tags > li > a:hover {
        text-decoration: none;
        color: #ff870f; }

.bar-last-news .container .items .time,
.bar-last-news .container .items .time::after {
  color: #ff870f; }

/*
.page-title {
	position: relative;
	z-index: 1;
	width: 100%;
	background-color: #262626;
	color: #fff;
}

.page-title:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 30px;
	background: -webkit-radial-gradient(50% -3%, ellipse cover, rgba(00, 00, 00, 0.5), rgba(97, 97, 97, 0.0) 40%);
	background: radial-gradient(ellipse at 50% -3%, rgba(00, 00, 00, 0.5), rgba(97, 97, 97, 0.0) 40%);
}

.page-title:after {
	position: absolute;
	width: 100%;
	content: "";
	bottom: -3px;
	height: 3px;
	background-color: rgba(0,0,0,0.15);
}

.page-title .container {
	height: 60px;
	overflow: hidden;
}


@media ( max-width : 480px) {
	.page-title:before {
		content: none;
	}

	.page-title .container {
		height: auto;
		overflow: visible;
	}
}
*/
.breadcrumbs {
  font-size: .8rem; }
  .breadcrumbs ol {
    margin-top: 30px;
    margin-bottom: 0;
    padding: 0;
    font-size: .875rem;
    /*
		&:before,
		&:after {
			content: " ";
			display: table;
		}
		&:after {
			clear: both;
		}
		*/ }
    .breadcrumbs ol li {
      display: inline;
      margin-right: 10px;
      color: #212c4e; }
      .breadcrumbs ol li:before {
        font-family: cm-icons;
        content: '\e84e';
        margin-right: 8px; }
      .breadcrumbs ol li:first-child {
        /*
				a{
					color: $theme-color;
				}
				*/ }
        .breadcrumbs ol li:first-child:before {
          content: none; }
      .breadcrumbs ol li [class*="icon-"]:before {
        font-size: 1.2em; }
      .breadcrumbs ol li a {
        color: #12182a;
        font-weight: 700; }
      .breadcrumbs ol li h1,
      .breadcrumbs ol li h2,
      .breadcrumbs ol li h3,
      .breadcrumbs ol li span {
        display: inline;
        margin: 0;
        padding: 0;
        line-height: inherit;
        font-weight: inherit;
        font-size: inherit; }

.bar-last-news .container .items .time,
.bar-last-news .container .items .time::after {
  color: #ff870f; }

.nav-all-01 {
  display: none;
  background-color: #f0f1f5;
  z-index: 100000;
  overflow-y: scroll;
  min-width: 320px; }
  .nav-all-01 .logo-container {
    position: relative;
    border-bottom: 1px solid #ccc;
    margin-bottom: 2rem;
    padding: .5rem;
    background-color: #fff; }
    .nav-all-01 .logo-container img {
      max-height: 50px;
      width: auto;
      display: block;
      margin: auto; }
    .nav-all-01 .logo-container .close {
      position: absolute;
      top: calc(50% - 12px);
      right: 0;
      background-color: transparent;
      border: 0;
      font-size: 24px;
      line-height: 0;
      cursor: pointer;
      color: #212529; }
  .nav-all-01 .search-container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 2rem;
    text-align: center; }
    .nav-all-01 .search-container input[type=text] {
      padding: 6px;
      font-size: 17px;
      line-height: 26px;
      border: 1px solid #d8d9dd;
      width: 70%;
      background: transparent; }
    .nav-all-01 .search-container button {
      padding: 6px 10px;
      font-size: 17px;
      line-height: 26px;
      border: 1px solid #d8d9dd;
      border-left-width: 0;
      cursor: pointer;
      background: transparent; }
      .nav-all-01 .search-container button:hover {
        background: #ccc; }
  .nav-all-01 nav {
    margin: 0 auto 2rem;
    max-width: 650px;
    font-size: 1.2rem;
    padding: 0 2rem; }
    @media screen and (min-width: 768px) {
      .nav-all-01 nav {
        padding: 0 0; } }
    .nav-all-01 nav .caption {
      padding: 22px 0 12px;
      font-weight: 700;
      letter-spacing: 0.04rem; }
    .nav-all-01 nav .topics {
      -moz-columns: auto 1;
           columns: auto 1; }
      @media screen and (min-width: 576px) {
        .nav-all-01 nav .topics {
          -moz-columns: auto 2;
               columns: auto 2; } }
      @media screen and (min-width: 768px) {
        .nav-all-01 nav .topics {
          -moz-columns: auto 3;
               columns: auto 3; } }
      .nav-all-01 nav .topics > li {
        line-height: 34px;
        text-transform: capitalize; }

/**/
.menu-visible {
  position: fixed;
  overflow: hidden; }
  .menu-visible .nav-all {
    display: block; }

.bar-last-news .container .items .time,
.bar-last-news .container .items .time::after {
  color: #ff870f; }

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

.bar-last-news .container .items .time,
.bar-last-news .container .items .time::after {
  color: #ff870f; }

@-webkit-keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp; }

.bar-last-news .container .items .time,
.bar-last-news .container .items .time::after {
  color: #ff870f; }

@-webkit-keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
          animation-name: slideOutUp; }

.bar-last-news .container .items .time,
.bar-last-news .container .items .time::after {
  color: #ff870f; }

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

.bar-last-news {
  background: linear-gradient(to right, #ff870f 50%, #5b5e68 50%); }
  .bar-last-news .container {
    height: 70px;
    background: #5b5e68;
    padding-left: 5px;
    padding-right: 5px; }
    @media screen and (min-width: 768px) {
      .bar-last-news .container {
        background: linear-gradient(to right, #ff870f 50px, #ff870f 100px, #ff870f 100px, #ff870f 150px, #43454d 150px, #5b5e68 300px) content-box no-repeat; } }
    .bar-last-news .container .icon {
      position: relative;
      width: 37.45455px;
      height: 40px;
      color: #212529;
      margin-right: 10px;
      text-align: center;
      display: none;
      /*
			i::before {
				font-size: 40px;
				line-height: 40px;
				margin: 0;
			}
			*/ }
      .bar-last-news .container .icon span {
        line-height: 40px; }
      .bar-last-news .container .icon i {
        line-height: 0;
        font-size: 40px;
        margin-left: -9px; }
      .bar-last-news .container .icon span {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        font-size: 16px;
        font-weight: 700;
        line-height: 40px; }
      @media screen and (min-width: 768px) {
        .bar-last-news .container .icon {
          display: block; } }
    .bar-last-news .container .items {
      max-width: 100%; }
      .bar-last-news .container .items .item {
        height: 3em;
        overflow: hidden;
        display: flex;
        align-items: center;
        flex-direction: row; }
      .bar-last-news .container .items .time {
        color: #ffcb05;
        font-weight: 700;
        display: flex; }
        .bar-last-news .container .items .time:after {
          display: inline-block;
          content: '/';
          padding: 0 1rem;
          color: #d1a600; }
      .bar-last-news .container .items a {
        color: #fff;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; }
      .bar-last-news .container .items .owl-nav {
        position: absolute;
        top: calc(50% - .75rem);
        left: 0;
        line-height: 0;
        display: none; }
        .bar-last-news .container .items .owl-nav .owl-prev, .bar-last-news .container .items .owl-nav .owl-next {
          width: 50px;
          font-size: 1.5rem;
          line-height: 1;
          color: #fff; }
        @media screen and (min-width: 768px) {
          .bar-last-news .container .items .owl-nav {
            display: block;
            margin-left: -130px; } }
      @media screen and (min-width: 768px) {
        .bar-last-news .container .items {
          padding-left: 130px;
          max-width: 70%; } }
    .bar-last-news .container .slideInUp {
      -webkit-animation-duration: .1s;
              animation-duration: .1s; }
    .bar-last-news .container .slideOutUp {
      -webkit-animation-duration: .3s;
              animation-duration: .3s; }
    @media screen and (min-width: 768px) {
      .bar-last-news .container {
        padding-left: 15px;
        padding-right: 15px; } }
  .bar-last-news .all-link {
    margin-left: auto;
    display: none; }
    .bar-last-news .all-link > a {
      color: #fff;
      opacity: .8; }
    @media screen and (min-width: 992px) {
      .bar-last-news .all-link {
        display: block; } }

.owl-carousel.owl-align-items-center .owl-item {
  display: flex;
  align-items: center; }

.bar-last-news .container .items .time,
.bar-last-news .container .items .time::after {
  color: #ff870f; }

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

.headline-01 .item {
  height: 100%; }
  @media screen and (min-width: 768px) {
    .headline-01 .item {
      width: 100%;
      position: relative; } }
  .headline-01 .item a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column; }
    @media screen and (min-width: 768px) {
      .headline-01 .item a {
        justify-content: flex-end;
        flex-direction: row; } }
  .headline-01 .item .text-wrapper {
    padding: .875rem;
    background-color: #fff;
    display: flex;
    align-items: center; }
    @media screen and (min-width: 768px) {
      .headline-01 .item .text-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 40%;
        padding: 1rem; } }
    @media screen and (min-width: 992px) {
      .headline-01 .item .text-wrapper {
        padding: 2rem; } }
    .headline-01 .item .text-wrapper .text .title {
      font-weight: 700;
      font-size: 1.5rem; }
      @media screen and (min-width: 1200px) {
        .headline-01 .item .text-wrapper .text .title {
          font-size: 2rem; } }
    .headline-01 .item .text-wrapper .text .title-a {
      font-weight: 400;
      font-size: 1.2rem; }
      @media screen and (min-width: 1200px) {
        .headline-01 .item .text-wrapper .text .title-a {
          font-size: 1.5rem; } }
    .headline-01 .item .text-wrapper .text .cat {
      background-color: #ffcb05;
      padding: .5rem;
      display: inline-block;
      text-transform: uppercase;
      font-weight: 700;
      font-size: .875rem; }
      @media screen and (min-width: 768px) {
        .headline-01 .item .text-wrapper .text .cat {
          display: none; } }
      @media screen and (min-width: 992px) {
        .headline-01 .item .text-wrapper .text .cat {
          display: inline-block; } }
  @media screen and (min-width: 768px) {
    .headline-01 .item .imgc {
      width: 60%;
      height: 100%; } }
  .headline-01 .item .imgc img {
    width: 100%;
    height: auto; }
  @media screen and (min-width: 768px) {
    .headline-01 .item .imgc:before {
      padding-top: 40.45307%; } }

.headline-01 .owl-carousel .owl-nav {
  display: none; }
  @media screen and (min-width: 768px) {
    .headline-01 .owl-carousel .owl-nav {
      position: absolute;
      display: block;
      bottom: 20px;
      left: calc(40% - 50px);
      line-height: 0; } }
  @media screen and (min-width: 768px) {
    .headline-01 .owl-carousel .owl-nav .owl-prev, .headline-01 .owl-carousel .owl-nav .owl-next {
      width: 50px;
      height: 40px;
      font-size: 2rem;
      line-height: 1; } }
  @media screen and (min-width: 768px) {
    .headline-01 .owl-carousel .owl-nav .owl-prev {
      background-color: #e8eaf0;
      color: #5b5e68; } }
  @media screen and (min-width: 768px) {
    .headline-01 .owl-carousel .owl-nav .owl-next {
      background-color: #5b5e68;
      color: #fff; } }

.headline-01 .pager {
  display: flex;
  height: 6px; }
  .headline-01 .pager button {
    flex-basis: 100%;
    height: 3px;
    line-height: 0;
    background-color: rgba(68,68,68,0.50196);
    padding: 0;
    border: 0;
    margin-right: 3px; }
    .headline-01 .pager button:last-child {
      margin-right: 0; }
    .headline-01 .pager button:nth-child(5n+1) {
      background-color: #ea7f7f; }
    .headline-01 .pager button:nth-child(5n+2) {
      background-color: #92c6e6; }
    .headline-01 .pager button:nth-child(5n+3) {
      background-color: #f8b290; }
    .headline-01 .pager button:nth-child(5n+4) {
      background-color: #ca99c8; }
    .headline-01 .pager button:nth-child(5n+5) {
      background-color: #b2c4cf; }
    .headline-01 .pager button.active {
      height: 6px;
      transition-duration: .6s; }
  @media screen and (min-width: 768px) {
    .headline-01 .pager {
      display: none; } }

.bar-last-news .container .items .time,
.bar-last-news .container .items .time::after {
  color: #ff870f; }

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

.slider-02 header div {
  padding: 15px 0;
  line-height: 20px;
  position: relative;
  font-size: 1.25rem; }
  .slider-02 header div:after {
    display: none; }
    @media screen and (min-width: 768px) {
      .slider-02 header div:after {
        display: inline-block;
        position: absolute;
        left: 230px;
        right: 100px;
        content: '';
        height: 1px;
        margin-top: 10px;
        background-color: #adb0b8; } }

.slider-02 .item {
  height: 100%; }
  .slider-02 .item a {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column; }
  .slider-02 .item .text-wrapper {
    padding: 1rem 0 0;
    display: flex;
    flex: 1; }
    .slider-02 .item .text-wrapper .text .title {
      font-weight: 700;
      font-size: 1.1875rem;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
    .slider-02 .item .text-wrapper .text .cat {
      display: inline-block;
      text-transform: uppercase;
      font-size: .875rem; }

.owl-carousel.owl-nav-left-right {
  /*
			// nav top right
			.owl-nav {
				display: none;

				@media screen and (min-width: map-get($grid-breakpoints, md)) {
					position: absolute;
					display: block;
					top: 0;
					right: 0;
					margin-top: -40px;
					line-height: 0;
				}

				.owl-prev, .owl-next {
					@media screen and (min-width: map-get($grid-breakpoints, md)) {
						width: 30px;
						height: 30px;
						font-size: 1rem;
						line-height: 30px;
						border-radius: 50%;
						color: #91949d;
						border: 1px solid #91949d;
					}
				}

				.owl-prev {
					@media screen and (min-width: map-get($grid-breakpoints, md)) {
						margin-right: 5px;
					}
				}

				.owl-next {
					@media screen and (min-width: map-get($grid-breakpoints, md)) {

					}
				}
			}
			*/ }
  .owl-carousel.owl-nav-left-right .owl-nav {
    display: none;
    opacity: 0; }
    @media screen and (min-width: 768px) {
      .owl-carousel.owl-nav-left-right .owl-nav {
        line-height: 0;
        display: block; } }
    @media screen and (min-width: 768px) {
      .owl-carousel.owl-nav-left-right .owl-nav .owl-prev, .owl-carousel.owl-nav-left-right .owl-nav .owl-next {
        position: absolute;
        top: calc(50% - 15px);
        width: 30px;
        height: 30px;
        font-size: 1rem;
        line-height: 30px;
        border-radius: 50%;
        color: #fff;
        border: 1px solid #ff870f;
        background-color: rgba(255, 135, 15, 0.75); } }
    @media screen and (min-width: 768px) {
      .owl-carousel.owl-nav-left-right .owl-nav .owl-prev {
        left: 10px; } }
    @media screen and (min-width: 768px) {
      .owl-carousel.owl-nav-left-right .owl-nav .owl-next {
        right: 10px; } }
  .owl-carousel.owl-nav-left-right:hover .owl-nav {
    opacity: 1; }
  .owl-carousel.owl-nav-left-right .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (min-width: 768px) {
      .owl-carousel.owl-nav-left-right .owl-dots {
        display: none; } }
    .owl-carousel.owl-nav-left-right .owl-dots button {
      line-height: 0;
      padding: 0;
      border: 0;
      position: relative;
      width: 8px;
      height: 8px;
      margin-right: 6px;
      background-color: rgba(0,0,0,0.12549); }
      .owl-carousel.owl-nav-left-right .owl-dots button.active {
        background-color: #ff870f; }

.bar-last-news .container .items .time,
.bar-last-news .container .items .time::after {
  color: #ff870f; }

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

.slider-03 {
  background-color: #333743;
  margin-left: -15px;
  margin-right: -15px; }
  @media screen and (min-width: 768px) {
    .slider-03 {
      margin-left: 0;
      margin-right: 0;
      margin-top: 0; } }
  .slider-03 .item {
    position: relative;
    padding-bottom: 2rem; }
    @media screen and (min-width: 768px) {
      .slider-03 .item {
        padding-bottom: 0; } }
    .slider-03 .item .text-wrapper {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1;
      color: #fff;
      font-size: 1.2rem;
      line-height: 1.1;
      display: flex;
      align-items: flex-end;
      padding: 40px 20px 0;
      text-align: left;
      justify-content: left; }
      .slider-03 .item .text-wrapper:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: linear-gradient(to top, #333743, rgba(51, 55, 67, 0.9) 30%, rgba(51, 55, 67, 0)); }
      .slider-03 .item .text-wrapper .text {
        z-index: 1; }
      .slider-03 .item .text-wrapper .title {
        margin-bottom: 0;
        font-size: 1.4em; }
      .slider-03 .item .text-wrapper .title2 {
        position: relative;
        font-size: .8em;
        line-height: 1.1;
        margin-bottom: 10px; }
      @media screen and (min-width: 768px) {
        .slider-03 .item .text-wrapper {
          font-size: 1.6875rem; }
          .slider-03 .item .text-wrapper .text {
            padding-bottom: 10px; } }
  .slider-03 .pager {
    position: relative;
    height: 50px;
    counter-reset: my-sec-counter;
    display: flex;
    padding: 0 30px;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #1d1f26; }
    @media screen and (min-width: 768px) {
      .slider-03 .pager:before {
        position: absolute;
        left: 20px;
        right: 20px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        content: '';
        align-self: flex-start; } }
    .slider-03 .pager button {
      line-height: 0;
      padding: 0;
      border: 0;
      position: relative;
      width: 8px;
      height: 8px;
      margin-right: 6px;
      background-color: rgba(255, 255, 255, 0.3); }
      @media screen and (min-width: 768px) {
        .slider-03 .pager button {
          height: 100%;
          flex-basis: 100%;
          background-color: transparent;
          color: #fff;
          margin-right: 0;
          max-width: 50px; } }
      @media screen and (min-width: 768px) {
        .slider-03 .pager button:before {
          counter-increment: my-sec-counter;
          content: counter(my-sec-counter);
          display: block;
          line-height: 1;
          border-right: 1px solid rgba(255, 255, 255, 0.3); } }
      @media screen and (min-width: 768px) {
        .slider-03 .pager button:last-child:before {
          border-right-width: 0; } }
      .slider-03 .pager button.active {
        background-color: #ff870f;
        color: #212529; }
      @media screen and (min-width: 768px) {
        .slider-03 .pager button.active:after {
          position: absolute;
          top: 0;
          left: 0;
          width: 0;
          height: 0;
          border-right: 5px solid transparent;
          border-bottom: 5px solid #ff870f;
          content: '';
          z-index: 2;
          margin-top: -5px; } }

.slider-03 .item .text-wrapper .title {
  position: relative;
  color: #fff; }

.slider-03 .item .text-wrapper .title2 {
  padding: 5px 0;
  margin-bottom: 0;
  color: #212529;
  display: inline-block; }
  .slider-03 .item .text-wrapper .title2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: -10%;
    margin-right: -10%;
    z-index: -1;
    background: linear-gradient(to right, rgba(255, 135, 15, 0), rgba(255, 135, 15, 0.8) 10%, rgba(255, 135, 15, 0.8) 90%, rgba(255, 135, 15, 0)); }

.bar-last-news .container .items .time,
.bar-last-news .container .items .time::after {
  color: #ff870f; }

.featured-01 {
  margin-bottom: 30px; }
  .featured-01 header div {
    border-top: 1px solid #d9dbe2; }
  .featured-01 .post-item {
    margin-bottom: 14px;
    font-size: 1.125rem; }
    .featured-01 .post-item:last-child {
      margin-bottom: 0; }
    .featured-01 .post-item .t:before {
      content: '';
      width: 30px;
      height: 5px;
      background-color: #ff870f;
      display: block;
      margin-bottom: 5px;
      line-height: 1.1; }

.bar-last-news .container .items .time,
.bar-last-news .container .items .time::after {
  color: #ff870f; }

.featured-02 > [class*="col-"] {
  margin-bottom: 30px; }

.featured-02 .post-item {
  font-size: 1.3125rem; }
  .featured-02 .post-item .img-filter:after {
    background: linear-gradient(to top, #121212, rgba(18, 18, 18, 0.9), rgba(18, 18, 18, 0)); }

.bar-last-news .container .items .time,
.bar-last-news .container .items .time::after {
  color: #ff870f; }

.box-01 {
  margin-bottom: 30px; }
  .box-01 .post-item a {
    position: relative; }
    .box-01 .post-item a:before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: '';
      border: 1px solid #eaecf4;
      border-bottom-width: 4px;
      background-color: #fff; }
  .box-01 .post-item .title {
    z-index: 1;
    padding: 0 15px; }
    @media screen and (min-width: 992px) {
      .box-01 .post-item .title {
        padding: 0 30px; } }
  .box-01 .post-item .t {
    font-size: 1.1875rem; }
    @media screen and (min-width: 992px) {
      .box-01 .post-item .t {
        margin-bottom: 1rem; } }
  .box-01 .post-item .c, .box-01 .post-item .ago {
    color: #585a66; }
  .box-01 .post-item .c {
    font-size: .9rem;
    font-weight: 700;
    display: none;
    margin-right: 6px;
    /*
			&:after {
				content: '-';
				display: inline;
				margin-left: 6px;
			}
			*/ }
    @media screen and (min-width: 992px) {
      .box-01 .post-item .c {
        display: block; } }
  .box-01 .post-item .ago {
    font-size: .9rem;
    display: none; }
    @media screen and (min-width: 992px) {
      .box-01 .post-item .ago {
        display: block; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .box-01 .post-item.ia-mds a {
      flex-direction: column; }
    .box-01 .post-item.ia-mds .image,
    .box-01 .post-item.ia-mds .title {
      width: 100%; }
    .box-01 .post-item.ia-mds .title {
      padding-top: 1rem;
      padding-bottom: 1rem; } }
  .box-01.order-reversed .post-item .image {
    order: 2; }
  .box-01.order-reversed .post-item .title {
    order: 1; }
  @media screen and (min-width: 768px) {
    .box-01.image-60 .post-item .image {
      width: 60%; }
    .box-01.image-60 .post-item .title {
      width: 40%; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .box-01.image-60 .post-item .image {
      width: 40%; }
      .box-01.image-60 .post-item .image.imgc:before {
        padding-top: 80%; }
      .box-01.image-60 .post-item .image.imgc img {
        height: 100%;
        width: auto;
        max-width: unset;
        margin-left: calc(-30%); }
    .box-01.image-60 .post-item .title {
      width: 60%; } }
  .box-01.bordered .post-item a:before {
    border-width: 0; }
  .box-01.bordered .post-item .title {
    padding: 0 8px 0 0; }
  @media screen and (min-width: 768px) {
    .box-01.bordered .post-item a {
      border-left: 2px solid rgba(0,0,0,0.12549); }
    .box-01.bordered .post-item .title {
      padding: 0 15px; } }

.bar-last-news .container .items .time,
.bar-last-news .container .items .time::after {
  color: #ff870f; }

.bar-last-news .container .items .time,
.bar-last-news .container .items .time::after {
  color: #ff870f; }

.box-03 > .row > [class*="col-"] {
  margin-bottom: 30px; }

.box-03 .box-02 .post-item.ia {
  padding-bottom: 0; }

.bar-last-news .container .items .time,
.bar-last-news .container .items .time::after {
  color: #ff870f; }

@media screen and (min-width: 768px) {
  .box-04 .post-item.tot.big-title .t {
    font-size: 1.75rem;
    text-align: center; } }

.box-04 .two-row {
  margin-bottom: 30px; }
  .box-04 .two-row .post-item ~ .post-item {
    margin-top: 30px; }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .box-04 .two-row {
      display: flex; }
      .box-04 .two-row .post-item {
        width: 50%; }
      .box-04 .two-row .post-item ~ .post-item {
        margin-top: 0; } }
  @media screen and (min-width: 992px) {
    .box-04 .two-row .post-item ~ .post-item {
      margin-top: 15px; } }

@media screen and (min-width: 992px) {
  .box-04.order-reversed .row > .two-row {
    order: 0; }
  .box-04.order-reversed .row > div:not(.two-row) {
    order: 1; } }

.media-home {
  position: relative; }
  .media-home .caption {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px; }
    @media screen and (min-width: 576px) {
      .media-home .caption {
        width: 150px; } }
    .media-home .caption:before {
      content: '';
      position: absolute;
      z-index: 1;
      border-style: solid;
      border-width: 100px 100px 0 0; }
      @media screen and (min-width: 576px) {
        .media-home .caption:before {
          border-width: 150px 150px 0 0; } }
    .media-home .caption div {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 2;
      padding: 10px 0 0 10px;
      white-space: nowrap;
      font-weight: 700;
      font-size: .9rem;
      color: #000; }
      @media screen and (min-width: 576px) {
        .media-home .caption div {
          padding: 26px 0 0 26px; } }
      .media-home .caption div:after {
        display: block;
        content: '\e80d';
        font-family: 'cm-icons'; }
  .media-home.order-reversed .caption {
    position: absolute;
    right: 0;
    left: auto; }
    .media-home.order-reversed .caption:before {
      border-width: 100px 0 0 100px; }
      @media screen and (min-width: 576px) {
        .media-home.order-reversed .caption:before {
          border-width: 150px 0 0 150px; } }
    .media-home.order-reversed .caption div {
      padding: 10px 10px 0 0;
      text-align: right; }
      @media screen and (min-width: 576px) {
        .media-home.order-reversed .caption div {
          padding: 26px 26px 0 0; } }
  .media-home.gallery .post-item.tot:after, .media-home.video .post-item.tot:after {
    position: absolute;
    width: 60px;
    top: calc(30%);
    left: calc(50% - 30px);
    font-family: 'cm-icons';
    font-size: 60px;
    line-height: 0;
    color: rgba(255,255,255,0.62745);
    text-shadow: 0 0 10px rgba(35, 31, 32, 0.75); }
  .media-home.gallery .post-item.tot.big-title, .media-home.video .post-item.tot.big-title {
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      .media-home.gallery .post-item.tot.big-title:after, .media-home.video .post-item.tot.big-title:after {
        font-size: 100px;
        top: calc(50%);
        left: calc(50% - 50px);
        width: 100px; } }
  .media-home.gallery .caption div:after, .media-home.video .caption div:after {
    display: block;
    font-family: 'cm-icons'; }
  .media-home.gallery .post-item.tot:after {
    content: '\e863'; }
  .media-home.gallery .caption:before {
    border-color: #baea87 transparent transparent transparent; }
  .media-home.gallery .caption div:after {
    content: '\e80e'; }
  .media-home.video .post-item.tot:after {
    content: '\e886'; }
  .media-home.video .caption:before {
    border-color: #ffcb05 transparent transparent transparent; }
  .media-home.video .caption div:after {
    content: '\e80d'; }
  .media-home .two-row .post-item.tot:after {
    top: calc(30%); }
  .media-home .two-row .post-item.tot .imgc:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.50196);
    height: unset; }
  .media-home .two-row .post-item.tot:hover .imgc:after {
    content: none; }

.bar-last-news .container .items .time,
.bar-last-news .container .items .time::after {
  color: #ff870f; }

.box-05 {
  margin-bottom: 30px; }
  .box-05 .post-item.ni {
    position: relative;
    padding: 15px 30px;
    height: 100%;
    background-color: #f0f1f5; }
    .box-05 .post-item.ni:after {
      position: absolute;
      bottom: 0;
      left: 30px;
      right: 30px;
      content: '';
      display: block;
      border-bottom: 1px solid rgba(0,0,0,0.18824); }
    .box-05 .post-item.ni .t {
      font-size: 1rem;
      font-weight: 400;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
      .box-05 .post-item.ni .t:before {
        content: '\00bb';
        margin-right: 6px;
        font-weight: 700; }
  @media screen and (min-width: 768px) {
    .box-05 .col-12:nth-last-child(3) .post-item.ni:after,
    .box-05 .col-12:nth-last-child(2) .post-item.ni:after {
      content: unset; } }
  .box-05 .col-12:nth-last-child(1) .post-item.ni:after {
    content: unset; }

.bar-last-news .container .items .time,
.bar-last-news .container .items .time::after {
  color: #ff870f; }

.mostly-01 {
  counter-reset: my-sec-counter; }
  .mostly-01 header {
    border-top: 5px solid #d9dbe2; }
  .mostly-01 .item .text-wrapper {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: .6rem 0;
    background-color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #eaecf4; }
    .mostly-01 .item .text-wrapper:after {
      content: '';
      position: absolute;
      left: 100px;
      bottom: 0;
      height: 5px;
      width: 30px;
      background-color: #eaecf4;
      margin-bottom: -1px; }
    .mostly-01 .item .text-wrapper:before {
      counter-increment: my-sec-counter;
      content: counter(my-sec-counter, decimal-leading-zero);
      width: 100px;
      text-align: center;
      font-size: 3.75rem;
      color: #cacaca; }
    .mostly-01 .item .text-wrapper .title {
      flex: 1;
      font-size: 1.1875rem;
      padding-right: 15px;
      line-height: 1.1;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
  .mostly-01 .item:hover .text-wrapper {
    background-color: #fafafc; }
    .mostly-01 .item:hover .text-wrapper:after {
      background-color: #ff870f; }

.bar-last-news .container .items .time,
.bar-last-news .container .items .time::after {
  color: #ff870f; }

.author-slider-01 .caption-02 div:after {
  border-color: rgba(0,0,0,0.12549);
  margin-right: 95px; }

.author-slider-01 .item {
  height: 100%; }
  .author-slider-01 .item a {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column; }
  .author-slider-01 .item .imgc:before {
    padding-top: 100%; }
  .author-slider-01 .item .imgc img {
    border: 4px solid #fff;
    background: linear-gradient(to bottom, #f0f0f3, #ffffff); }
  .author-slider-01 .item .text-wrapper {
    padding: 1rem 0 0;
    display: flex;
    flex: 1; }
    .author-slider-01 .item .text-wrapper .text .title {
      font-weight: 400;
      font-size: .9375rem;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
    .author-slider-01 .item .text-wrapper .text .cat {
      font-weight: 700;
      display: inline-block;
      font-size: 1.0625rem; }

.bar-last-news .container .items .time,
.bar-last-news .container .items .time::after {
  color: #ff870f; }

.author-side-list .item:last-child a {
  border-bottom-width: 0; }

.author-side-list .item a {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ccc;
  background-color: #fff; }

.author-side-list .item .image {
  width: 40%; }

.author-side-list .item .title {
  width: 60%;
  padding: 0 10px; }
  .author-side-list .item .title .n {
    font-size: 1.1rem; }
    .author-side-list .item .title .n span {
      margin-left: 6px; }
  .author-side-list .item .title .t {
    font-size: 1rem;
    font-weight: 400; }

.bar-last-news .container .items .time,
.bar-last-news .container .items .time::after {
  color: #ff870f; }

.author-home .item {
  display: block;
  height: 100%;
  margin-bottom: 20px;
  padding: 10px;
  background: linear-gradient(to bottom, #f1f1f1 0%, #ffffff 30%);
  border-bottom: 2px solid #f7f7f7;
  text-align: center; }
  .author-home .item img {
    width: 120px;
    max-height: 120px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 50%; }
  .author-home .item h2 {
    width: 80%;
    margin: 0 auto 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f7f7f7;
    font-size: 112.5%; }
    @media screen and (min-width: 768px) {
      .author-home .item h2 {
        font-size: 100%; } }
  .author-home .item h2 a {
    font-weight: 700;
    color: #e20905; }
  .author-home .item h3 {
    width: 80%;
    margin: auto auto 10px;
    font-size: 125%; }
    @media screen and (min-width: 768px) {
      .author-home .item h3 {
        font-size: 112.5%; } }
    .author-home .item h3 a {
      font-weight: 700;
      color: #444; }
  .author-home .item span.date {
    display: block;
    margin: auto;
    font-size: 75%;
    font-weight: 400;
    color: #444; }

.bar-last-news .container .items .time,
.bar-last-news .container .items .time::after {
  color: #ff870f; }

.author-info {
  position: relative;
  background-image: linear-gradient(to top, #666, #2c2c2c);
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #fff; }
  @media screen and (min-width: 768px) {
    .author-info {
      height: 200px;
      margin-bottom: 2rem; } }
  .author-info .image {
    margin-right: 10px;
    width: 125px;
    height: 125px; }
    @media screen and (min-width: 576px) {
      .author-info .image {
        width: 150px;
        height: 150px;
        margin-right: 20px; } }
    @media screen and (min-width: 768px) {
      .author-info .image {
        width: 200px;
        height: 200px; } }
  .author-info .info .name {
    margin: 0;
    font-size: 1.2rem;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); }
    @media screen and (min-width: 576px) {
      .author-info .info .name {
        font-size: 1.5rem; } }
    @media screen and (min-width: 768px) {
      .author-info .info .name {
        font-size: 2rem; } }

.article-list {
  margin-bottom: 2rem; }
  .article-list .item {
    background-color: #fff;
    border-bottom: 2px solid #ccc;
    margin-bottom: 1rem;
    padding-bottom: 1rem; }
    .article-list .item .t {
      font-size: 125%; }
    .article-list .item .date {
      font-size: 80%;
      color: #666; }

.author-about {
  margin-bottom: 30px; }

.bar-last-news .container .items .time,
.bar-last-news .container .items .time::after {
  color: #ff870f; }

.article-other-nav {
  margin-bottom: 2rem; }
  .article-other-nav .item {
    position: relative;
    text-align: center; }
    .article-other-nav .item a {
      display: block; }
    .article-other-nav .item .i {
      display: inline-block;
      width: 62px;
      height: 62px;
      margin-top: 23px;
      line-height: 62px;
      font-size: 32px;
      text-align: center;
      border-radius: 50%;
      background-color: rgba(128, 128, 128, 0.2);
      margin-bottom: .5rem; }
    .article-other-nav .item .n {
      padding: .5rem 0;
      border-top: 2px solid #888;
      font-weight: 700;
      font-size: 1.33rem; }
    .article-other-nav .item .t {
      font-size: 1rem;
      margin-bottom: .5rem;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical; }
    .article-other-nav .item.prev {
      background-color: #f2f2f2;
      color: #242424; }
      .article-other-nav .item.prev:before {
        left: 6px;
        content: '\e84d'; }
      .article-other-nav .item.prev a {
        margin-left: 2rem; }
    .article-other-nav .item.next {
      background-color: #242424;
      color: #fff; }
      .article-other-nav .item.next:before {
        right: 6px;
        content: '\e84e'; }
      .article-other-nav .item.next a {
        margin-right: 2rem; }
    .article-other-nav .item.prev:before, .article-other-nav .item.next:before {
      position: absolute;
      top: 50%;
      margin-top: -.5em;
      font-family: "cm-icons";
      font-size: 4rem;
      line-height: 1em; }

.bar-last-news .container .items .time,
.bar-last-news .container .items .time::after {
  color: #ff870f; }

.news-latest-list .item {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ccc; }
  .news-latest-list .item .t {
    display: block;
    padding: .5rem 0;
    font-size: 1.33rem;
    font-family: var(--title-font);
    font-weight: var(--title-font-weight); }
    .news-latest-list .item .t:before {
      content: '\e848';
      font-family: "cm-icons";
      display: inline-block;
      margin-right: .5rem; }
  .news-latest-list .item time {
    font-style: italic;
    font-size: 90%;
    display: inline-block;
    margin-right: 1rem; }
  .news-latest-list .item .c {
    display: inline-block;
    padding: 0 1rem;
    background-color: #ccc;
    border-radius: 2px; }

.bar-last-news .container .items .time,
.bar-last-news .container .items .time::after {
  color: #ff870f; }

.headline-news article {
  margin-bottom: 30px; }
  .headline-news article a {
    position: relative;
    display: block;
    font-weight: 700; }
    @media screen and (min-width: 768px) {
      .headline-news article a {
        color: #fff;
        font-size: 1.25rem; } }
    @media screen and (min-width: 992px) {
      .headline-news article a {
        font-size: 1.5rem; } }
  .headline-news article img {
    width: 100%; }
  .headline-news article .title {
    display: block;
    width: 100%;
    padding: 10px 0 0 0;
    margin: 0;
    line-height: 1.3; }
    @media screen and (min-width: 768px) {
      .headline-news article .title {
        position: absolute;
        z-index: 2;
        left: 0;
        bottom: 0;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
        text-shadow: 1px 1px #000;
        padding: 20px 10px 10px 10px; } }
    @media screen and (min-width: 992px) {
      .headline-news article .title {
        padding: 50px 30px 20px; } }
  .headline-news article .date {
    margin-top: .5rem;
    display: block;
    color: #343434; }
    @media screen and (min-width: 768px) {
      .headline-news article .date {
        font-style: italic;
        text-align: right; } }

.bar-last-news .container .items .time,
.bar-last-news .container .items .time::after {
  color: #ff870f; }

.rel-content {
  clear: both;
  margin-bottom: 15px;
  padding: 10px;
  border: 1px solid #e8e8e8;
  border-radius: 5px; }
  .rel-content a {
    display: block;
    position: relative;
    /*
		p {
			margin: 0;
			line-height: 1.1;
			font-style: italic;
			font-size: 87.5%;
		}
		*/ }
    .rel-content a .icon {
      position: absolute;
      text-align: center;
      color: #fff;
      background-color: rgba(0, 0, 0, 0.7);
      z-index: 1; }
    .rel-content a time {
      font-style: italic;
      font-size: .875rem;
      color: #a4a4a4; }
    .rel-content a h3 {
      font-weight: 700;
      font-size: 1rem;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
  .rel-content.rc-large a img {
    width: 100%; }
  .rel-content.rc-large a .icon {
    top: calc(50% - 45px);
    right: calc(50% - 45px);
    height: 90px;
    width: 90px;
    line-height: 90px;
    font-size: 225%;
    border-radius: 50%; }
  .rel-content.rc-normal a {
    display: flex;
    flex-direction: row; }
    .rel-content.rc-normal a .imgc {
      width: 160px;
      margin: -10px 10px -10px -10px; }
    .rel-content.rc-normal a figcaption {
      flex: 1;
      display: flex;
      flex-direction: column;
      align-self: center; }
    .rel-content.rc-normal a .icon {
      top: 0;
      left: 0;
      width: 38px;
      height: 32px;
      line-height: 32px; }
  @media screen and (min-width: 768px) {
    .rel-content.rc-normal a .imgc {
      width: 200px; } }

.rel-link {
  margin-bottom: 15px;
  padding: 10px;
  background-color: #f7f7f7;
  border: 1px solid #f1f1f1;
  clear: both; }
  .rel-link a {
    display: table;
    font-weight: 700;
    color: #404040; }
    .rel-link a:hover {
      color: #d50000;
      text-decoration: none; }
    .rel-link a .t {
      display: table-cell;
      vertical-align: middle; }

/**/
.rel-link-2 {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4); }
  .rel-link-2 a img {
    display: table-cell;
    margin-right: 10px;
    max-width: none; }

.news-detail .content-heading {
  position: relative;
  padding-top: 15px;
  border-bottom: 3px solid #e9e9e9;
  margin: 0 0 30px 0; }

.news-detail .read-count {
  margin-bottom: 15px;
  font-style: italic;
  font-weight: 400; }

/*
.news-detail .text-size {
	position: absolute;
	top: 21px;
	right: 0;
	width: 35px;
	span {
		display: block;
		height: 30px;
		margin-bottom: 5px;
		background-color: #ccc;
		color: #fff;
		text-align: center;
		line-height: 30px;
		letter-spacing: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		cursor: pointer;
		&:hover {
			background-color: #c1c1c1;
		}
	}
}
@media ( max-width : 480px) {
	.news-detail .text-size {
		top: 16px;
		width: 25px;
	}

	.news-detail .text-size span {
		width: 25px;
		height: 20px;
		line-height: 20px;
	}
}
*/
.content-title {
  margin: 0 0 30px 0;
  line-height: 1.2;
  font-weight: 700;
  font-size: 1.5rem; }
  @media screen and (min-width: 768px) {
    .content-title {
      font-size: 1.75rem; } }
  @media screen and (min-width: 992px) {
    .content-title {
      font-size: 2rem; } }
  .content-title > h1 {
    font-size: inherit; }

.content-description {
  margin: 0 0 15px 0;
  font-size: 1.1rem; }
  @media screen and (min-width: 768px) {
    .content-description {
      font-size: 1.3rem; } }
  @media screen and (min-width: 992px) {
    .content-description {
      font-size: 1.5rem; } }

.content-date {
  display: flex;
  position: relative;
  background-color: #e5e5e5;
  text-align: center;
  padding: 10px; }
  @media screen and (min-width: 768px) {
    .content-date {
      width: 110px;
      height: 100px;
      flex-direction: column;
      padding: 0; } }
  @media screen and (min-width: 768px) {
    .content-date:before {
      position: absolute;
      top: -10px;
      right: 20px;
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 10px 10px;
      border-color: transparent transparent #e5e5e5 transparent; } }
  .content-date time,
  .content-date span {
    font-size: .9rem; }
    .content-date time.p1,
    .content-date span.p1 {
      order: 2; }
      @media screen and (min-width: 768px) {
        .content-date time.p1,
        .content-date span.p1 {
          order: 1;
          line-height: 52px;
          font-size: 1.75rem; } }
    .content-date time.p2,
    .content-date span.p2 {
      order: 1;
      margin-right: .5rem; }
      @media screen and (min-width: 768px) {
        .content-date time.p2,
        .content-date span.p2 {
          order: 2;
          line-height: 47px;
          border-top: 1px dotted #c3c3c3;
          font-size: .75rem;
          margin-right: 0; } }

.content-source {
  width: auto;
  color: #242424;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 15px; }
  @media screen and (min-width: 768px) {
    .content-source {
      padding: 5px 0; } }
  .content-source span {
    display: inline-block !important;
    padding-right: 10px; }
  .content-source a {
    text-decoration: none;
    color: inherit; }
  .content-source img {
    width: 110px;
    height: 40px;
    padding: 5px 0; }
  .content-source .c {
    display: block;
    font-weight: 400;
    font-size: 75%;
    line-height: 150%; }
  .content-source .t {
    display: block;
    font-size: 81.25%;
    line-height: 140%;
    margin-bottom: 5px; }

/**/
.article-detail {
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 768px) {
    .article-detail {
      flex-direction: row;
      flex-wrap: wrap; } }

.article-image {
  margin-left: -15px;
  margin-right: -15px; }
  @media screen and (min-width: 768px) {
    .article-image {
      width: 100%;
      margin-right: 0;
      margin-left: 0; } }

.article-side {
  margin-bottom: 30px;
  margin-left: -15px;
  margin-right: -15px;
  min-height: 80px; }
  @media screen and (min-width: 768px) {
    .article-side {
      width: 110px;
      min-height: 200px;
      margin-right: 30px;
      margin-left: 0; } }

.article-content {
  margin-left: 0;
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .article-content {
      flex-basis: 0;
      flex-grow: 1;
      max-width: calc(100% - 140px); } }
  .article-content .text-content {
    min-height: 300px; }

.article-read-count {
  margin-bottom: .5em !important;
  font-size: .875rem;
  font-style: italic; }

.content-tools {
  position: relative;
  text-align: center;
  background-color: #f5f5f5;
  box-shadow: 0 -7px 10px -5px rgba(0, 0, 0, 0.15);
  padding: 10px; }
  @media screen and (min-width: 768px) {
    .content-tools {
      padding: 30px 0; } }
  .content-tools:before {
    position: absolute;
    top: -10px;
    right: 20px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #f5f5f5 transparent; }
  .content-tools a,
  .content-tools button,
  .content-tools span {
    border: 0;
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(50, 50, 50, 0.3);
    margin-right: 5px;
    padding: 0; }
    @media screen and (min-width: 768px) {
      .content-tools a,
      .content-tools button,
      .content-tools span {
        margin: auto auto 5px;
        display: block; } }
    .content-tools a.bg,
    .content-tools button.bg,
    .content-tools span.bg {
      background-color: #767676; }
    .content-tools a:hover,
    .content-tools button:hover,
    .content-tools span:hover {
      text-decoration: none;
      background-color: #494949 !important; }

.news-label {
  clear: both;
  margin: 0 0 20px 0; }
  .news-label i {
    color: #0872c3; }
  .news-label a, .news-label span {
    font-size: 93.75%;
    line-height: 17px; }
  .news-label span {
    color: #999; }
  .news-label a {
    color: #0872c3; }

/**/
.news-other-nav {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between; }
  .news-other-nav a {
    position: relative;
    display: block;
    width: 49%;
    line-height: 100%;
    color: #fff; }
    @media screen and (min-width: 768px) {
      .news-other-nav a {
        width: 42%; } }
    .news-other-nav a > i {
      display: none; }
      @media screen and (min-width: 768px) {
        .news-other-nav a > i {
          display: block;
          position: absolute;
          top: 40%;
          font-size: 50px;
          color: #ccc; } }
    .news-other-nav a.prev {
      margin-left: 0; }
      @media screen and (min-width: 768px) {
        .news-other-nav a.prev {
          margin-left: 7%; } }
      .news-other-nav a.prev > i {
        left: -18%; }
    .news-other-nav a.next {
      margin-right: 0; }
      @media screen and (min-width: 768px) {
        .news-other-nav a.next {
          margin-right: 7%; } }
      .news-other-nav a.next > i {
        right: -18%; }
    .news-other-nav a .t {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 4px;
      font-weight: 700;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
      @media screen and (min-width: 768px) {
        .news-other-nav a .t {
          padding: 14px; } }

.bar-last-news .container .items .time,
.bar-last-news .container .items .time::after {
  color: #ff870f; }

.news-corr {
  padding: 30px 0 0 0;
  margin-bottom: 30px; }
  @media screen and (max-width: 576px) {
    .news-corr {
      padding-top: 0;
      margin-bottom: 15px; } }
  .news-corr .inner-wrap {
    display: flex;
    padding: 0 10px 0 20px;
    background-color: #f8f8f8; }
    @media screen and (max-width: 576px) {
      .news-corr .inner-wrap {
        padding-left: 10px; } }
  .news-corr .img {
    width: 60px;
    height: 60px;
    overflow: hidden;
    margin: -30px 0 0;
    border: 1px solid #aaa;
    border-radius: 100%; }
    @media screen and (max-width: 576px) {
      .news-corr .img {
        margin-top: 0; } }
    .news-corr .img img {
      max-width: 100%;
      max-height: 100%; }
  .news-corr .author {
    flex-grow: 1;
    padding: 5px 0 5px 20px; }
    .news-corr .author .name {
      display: block;
      font-weight: 700; }
    @media screen and (max-width: 576px) {
      .news-corr .author {
        padding-left: 10px; } }
  .news-corr .social {
    padding-top: 5px; }
    .news-corr .social a {
      font-size: 112.5%; }
      .news-corr .social a:hover {
        text-decoration: none;
        color: #415c69; }

.news-corr .social .icon-facebook {
  color: #2e5b9a; }

.news-corr .social .icon-twitter {
  color: #00aff2; }

.news-corr .social .icon-instagramm {
  color: #eb704c; }

.bar-last-news .container .items .time,
.bar-last-news .container .items .time::after {
  color: #ff870f; }

.print {
  width: 100%;
  line-height: 140%; }
  .print a {
    color: #00f; }
  .print h1 {
    color: #666;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    padding: 10px 0;
    margin: 0;
    text-transform: uppercase; }
  .print h2, .print h3, .print h4, .print h5, .print h6 {
    font-weight: 700;
    line-height: 140%;
    color: #c00; }
  .print .date {
    display: block;
    margin-bottom: 10px;
    color: #666; }
  .print .image {
    margin-bottom: 10px; }
    .print .image img {
      max-width: 100%;
      max-height: 440px; }

.bar-last-news .container .items .time,
.bar-last-news .container .items .time::after {
  color: #ff870f; }

@media print {
  a[href]:after {
    content: none !important; }
  /*http://stackoverflow.com/a/35595384*/
  img[src]:after {
    content: none !important; }
  .nav-top-container,
  .nav-tool,
  .bar-last-news,
  .banner-pageskin,
  aside.col-12,
  .nav-tags-container,
  .comment-block,
  .fb-comments,
  .content-tools {
    display: none !important; }
  .container.section-padding-gutter {
    padding-top: 10px;
    padding-bottom: 0; }
  .article-side {
    margin-bottom: 0;
    min-height: unset; }
    .article-side .content-date {
      padding-bottom: 0; } }

.bar-last-news .container .items .time,
.bar-last-news .container .items .time::after {
  color: #ff870f; }

/**/
.gallery-list figure {
  margin: 0 0 30px 0;
  padding: 0; }
  .gallery-list figure .i {
    position: relative;
    border-top: 5px solid #ccc;
    border-bottom: 5px solid #ff870f; }
    .gallery-list figure .i:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      border-style: solid;
      border-width: 12px 12px 0 0;
      border-color: #cccccc transparent transparent transparent; }
    .gallery-list figure .i:after {
      position: absolute;
      content: '';
      bottom: 0;
      left: 0;
      border-style: solid;
      border-width: 12px 0 0 12px;
      border-color: transparent transparent transparent #ff870f; }
    .gallery-list figure .i img {
      max-width: 100%;
      height: auto; }
    .gallery-list figure .i .c {
      position: absolute;
      bottom: 0;
      right: 0;
      display: block;
      height: 40px; }
      .gallery-list figure .i .c span {
        display: block;
        float: left;
        width: 40px;
        line-height: 40px;
        font-size: 118.75%;
        color: #fff;
        text-align: center;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
        .gallery-list figure .i .c span:first-child {
          background: #ff870f; }
        .gallery-list figure .i .c span:last-child {
          background: #ffa142;
          margin-left: 1px; }
  .gallery-list figure figcaption {
    padding: 25px 0 20px 0; }
    .gallery-list figure figcaption .s {
      float: right;
      display: block;
      letter-spacing: -4px; }
      @media screen and (min-width: 768px) {
        .gallery-list figure figcaption .s {
          width: 148px;
          height: 69px;
          margin-top: -10px; } }
      .gallery-list figure figcaption .s button {
        display: inline-block;
        padding: 0;
        border-width: 0;
        height: 32px;
        width: 32px;
        margin-bottom: 5px;
        margin-left: 5px;
        line-height: 32px;
        text-align: center;
        cursor: pointer;
        box-shadow: 1px 2px 3px rgba(2, 3, 3, 0.15);
        border-radius: 1px; }
        .gallery-list figure figcaption .s button.resize {
          background-color: #767676; }
        .gallery-list figure figcaption .s button.no-desc {
          width: auto;
          height: auto; }
        .gallery-list figure figcaption .s button i {
          font-size: 18px;
          color: #fff;
          text-shadow: 4px 4px 3px rgba(2, 3, 3, 0.15); }

.bar-last-news .container .items .time,
.bar-last-news .container .items .time::after {
  color: #ff870f; }

.video-detail .title {
  margin-bottom: 30px; }

.video-detail .video-wrapper {
  position: relative;
  border-top: 5px solid #ccc;
  border-bottom: 5px solid #ff870f;
  margin-bottom: 30px;
  margin-left: -15px;
  margin-right: -15px; }
  .video-detail .video-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-style: solid;
    border-width: 12px 12px 0 0;
    border-color: #cccccc transparent transparent transparent; }
  .video-detail .video-wrapper:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    border-style: solid;
    border-width: 12px 0 0 12px;
    border-color: transparent transparent transparent #ff870f; }
  @media screen and (min-width: 576px) {
    .video-detail .video-wrapper {
      margin-left: 0;
      margin-right: 0; } }

.video-detail .content-description {
  margin-bottom: 30px; }

/**/
.content-tools-video {
  float: right;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center; }
  .content-tools-video a,
  .content-tools-video button,
  .content-tools-video span {
    border: 0;
    height: 32px;
    width: 32px;
    margin-left: 5px;
    line-height: 32px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    text-shadow: 4px 4px 3px rgba(2, 3, 3, 0.15);
    box-shadow: 1px 2px 3px rgba(2, 3, 3, 0.15);
    border-radius: 1px; }
    .content-tools-video a.bg,
    .content-tools-video button.bg,
    .content-tools-video span.bg {
      background-color: #767676; }
    .content-tools-video a:hover,
    .content-tools-video button:hover,
    .content-tools-video span:hover {
      text-decoration: none;
      background-color: #b8b8b8; }

.bar-last-news .container .items .time,
.bar-last-news .container .items .time::after {
  color: #ff870f; }

.comments {
  margin-bottom: 10px; }
  .comments .caption {
    display: flex;
    padding: 10px 0 9px 0;
    margin-bottom: 20px;
    background-color: #ededed;
    border-bottom: 1px solid #ddd; }
    .comments .caption i, .comments .caption span {
      display: inline-block;
      padding: 0 15px;
      line-height: 25px; }
    .comments .caption i {
      font-size: 18px;
      border-right: 1px solid #cfcfcf; }
      .comments .caption i:before {
        margin: 0; }
    .comments .caption span {
      font-weight: 700;
      font-size: 87.5%;
      border-left: 1px solid #f6f6f6; }
  .comments ul {
    line-height: 123%;
    font-size: 81.25%;
    color: #262626;
    padding: 0; }
  .comments li {
    position: relative;
    clear: both;
    min-height: 100px;
    padding: 20px 20px 10px 120px;
    margin-bottom: 10px;
    line-height: 18px;
    background-color: #fff;
    list-style: none; }
    .comments li .a {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 100px;
      border-bottom: 1px solid #fff;
      border-right: 1px solid #e3e3e3;
      background: linear-gradient(to bottom, white 0%, #efefef 100%); }
    .comments li .u {
      display: inline-block;
      margin-bottom: 5px;
      font-weight: 400; }
    .comments li .n {
      font-weight: 700;
      font-size: 123%; }
    .comments li p {
      margin-bottom: 5px; }
    .comments li .act {
      display: inline-block;
      height: 24px;
      line-height: 26px;
      font-size: 12px;
      color: #b3b3b3;
      background-color: transparent;
      background-repeat: no-repeat;
      cursor: pointer;
      margin-right: 10px; }
      .comments li .act:hover {
        color: #6f6767; }
    .comments li .notify {
      float: right;
      margin-right: 0; }
    .comments li .plus:hover {
      color: #0c0; }
    .comments li .minus:hover {
      color: #c00; }
    .comments li.level0 {
      border-bottom: 3px solid #e3e3e3; }
    .comments li.level1 {
      margin-left: 30px;
      border-bottom: 2px solid #e3e3e3; }
    .comments li.level2 {
      margin-left: 60px;
      border-bottom: 1px solid #e3e3e3; }
  .comments .more {
    text-align: center; }
    .comments .more button {
      border: 0;
      background: none;
      -webkit-appearance: none;
      font-size: inherit;
      font-weight: 700; }
      .comments .more button i {
        display: none; }
        .comments .more button i.animate-spin {
          display: inline-block; }

@media (max-width: 480px) {
  .comments li {
    padding: 10px 10px 10px 110px; }
    .comments li.level1 {
      margin-left: 20px; }
    .comments li.level2 {
      margin-left: 40px; } }

.comment_add {
  text-align: right; }
  .comment_add .comment_content {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 150px;
    max-height: 150px;
    min-height: 150px;
    overflow: auto;
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
    padding: 4px 6px;
    vertical-align: middle;
    line-height: 20px;
    font-size: 87.5%;
    color: #666;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; }
  .comment_add .member_name {
    width: 200px;
    height: 40px;
    margin: 0 0 20px 10px;
    padding: 0 6px;
    border: 1px solid #ededed;
    border-radius: 2px;
    line-height: 40px;
    font-size: 87.5%; }
  .comment_add .comment_submit {
    width: 100px;
    height: 40px;
    margin: 0 0 20px 10px;
    background-color: #262626;
    border: medium none;
    border-radius: 2px;
    line-height: 40px;
    font-size: 87.5%;
    font-weight: 700;
    color: #fff;
    cursor: pointer; }
    .comment_add .comment_submit:hover {
      filter: alpha(opacity=70);
      opacity: 0.70;
      -moz-opacity: 0.70; }
  .comment_add .info {
    clear: both;
    padding: 15px 0;
    border-top: 1px solid #ddd;
    line-height: 115%;
    font-size: 81.25%;
    text-align: left; }
  .comment_add .reply_to {
    display: inline-block; }
    .comment_add .reply_to span {
      display: inline-block;
      font-weight: 700;
      font-size: 81.25%;
      line-height: 160%;
      cursor: pointer; }
    .comment_add .reply_to .name {
      padding-left: 7px;
      background-color: #f5f5f5;
      border: 1px solid #dbdbdb;
      border-radius: 3px; }
    .comment_add .reply_to i {
      width: 19px;
      text-align: center; }

.comment-block {
  clear: both;
  margin-bottom: 20px;
  padding: 20px 60px 20px 60px;
  background-color: #f8f8f8;
  border: 3px solid #e9e9e9;
  border-width: 3px 0;
  color: #242424;
  margin-left: -15px;
  margin-right: -15px; }
  @media screen and (min-width: 768px) {
    .comment-block {
      margin-left: 0;
      margin-right: 0; } }
  .comment-block h1.caption {
    display: inline-block;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #cecece;
    font-weight: 700;
    font-size: 150%; }
    .comment-block h1.caption span {
      font-weight: 400; }
  .comment-block .no-comment {
    margin-bottom: 10px;
    font-size: 81.25%;
    color: #242424; }

@media (max-width: 768px) {
  .comment-block {
    padding: 20px; } }

@media (max-width: 480px) {
  .comment-block {
    padding: 15px; }
    .comment-block h1.caption {
      margin-bottom: 10px;
      font-size: 100%; } }

.fb-comments {
  margin-bottom: 10px; }

.bar-last-news .container .items .time,
.bar-last-news .container .items .time::after {
  color: #ff870f; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }
  .modal.modal-static .modal-dialog {
    transform: scale(1.02); }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }
  .modal-footer > * {
    margin: 0.25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem);
      height: -webkit-min-content;
      height: -moz-min-content;
      height: min-content; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.bar-last-news .container .items .time,
.bar-last-news .container .items .time::after {
  color: #ff870f; }

.newspaper-items .item {
  text-align: center;
  margin-bottom: 30px; }
  .newspaper-items .item img {
    max-width: 100%;
    height: auto; }

.bar-last-news .container .items .time,
.bar-last-news .container .items .time::after {
  color: #ff870f; }

.newspaper-detail {
  margin-bottom: 30px;
  text-align: center; }
  .newspaper-detail img {
    max-width: 100%; }

.bar-last-news .container .items .time,
.bar-last-news .container .items .time::after {
  color: #ff870f; }

.newspaper-nav {
  margin-bottom: 30px;
  text-align: center; }
  .newspaper-nav a {
    padding: 0 10px; }
  .newspaper-nav select {
    display: inline-block;
    width: auto; }

.bar-last-news .container .items .time,
.bar-last-news .container .items .time::after {
  color: #ff870f; }

.poll-detail {
  width: 100%;
  margin-bottom: 20px; }
  .poll-detail .message {
    color: #e20002;
    margin-bottom: 10px; }
  .poll-detail .question {
    color: #313131;
    line-height: 18px; }
  .poll-detail .line hr {
    height: 1px;
    color: #dedede;
    margin: 5px 0 5px 0;
    font-size: 1px; }
  .poll-detail .item {
    clear: both; }
    .poll-detail .item .title {
      float: left;
      width: 40%; }
    .poll-detail .item .value {
      float: left;
      width: 60%; }
      .poll-detail .item .value img {
        background-color: #feda70;
        height: 14px;
        border: 0; }
    .poll-detail .item div {
      padding-bottom: 10px; }
  .poll-detail .total {
    clear: both;
    line-height: 18px;
    color: #3e3e3e; }

.poll-other {
  margin: 10px 0 0 0; }
  .poll-other .item {
    margin-bottom: 5px; }
  .poll-other .item a {
    color: #404040;
    line-height: 21px; }

.poll-form {
  margin-bottom: 20px; }
  .poll-form .que {
    color: #404040;
    font-weight: 700; }
  .poll-form .item {
    clear: both;
    margin: 5px 0; }
    .poll-form .item label {
      padding-left: 5px;
      line-height: 20px; }
  .poll-form .security {
    color: #404040; }
    .poll-form .security input {
      margin: 5px 0 0 0; }
  .poll-form .submit {
    clear: both;
    margin: 8px 0; }
  .poll-form .error {
    clear: both;
    color: #be0301;
    margin: 5px 0;
    line-height: 20px; }
    .poll-form .error li {
      list-style: circle inside; }

.bar-last-news .container .items .time,
.bar-last-news .container .items .time::after {
  color: #ff870f; }

.prayer-detail .item-wrapper {
  margin-bottom: 30px; }
  .prayer-detail .item-wrapper .item {
    display: block;
    height: 100%;
    padding: 10px;
    background: linear-gradient(to bottom, #f1f1f1 0%, #ffffff 30%);
    text-align: center;
    border-radius: 1px; }
    .prayer-detail .item-wrapper .item > span {
      display: block;
      margin: 0 auto 5px auto; }
    .prayer-detail .item-wrapper .item h2 {
      margin-top: 0;
      font-size: 150%; }
    .prayer-detail .item-wrapper .item .p {
      display: inline-block;
      width: 40%;
      text-align: left; }
    .prayer-detail .item-wrapper .item .date {
      line-height: 21px;
      font-weight: 700; }

.bar-last-news .container .items .time,
.bar-last-news .container .items .time::after {
  color: #ff870f; }

.weather-detail .item {
  display: block;
  height: 100%;
  padding: 10px;
  background: linear-gradient(to bottom, #f1f1f1 0%, #ffffff 30%);
  text-align: center;
  border-radius: 1px;
  margin-bottom: 30px; }
  .weather-detail .item h2 {
    margin-top: 0;
    font-size: 150%; }
  .weather-detail .item span {
    display: block;
    margin: 0 auto 10px auto; }
  .weather-detail .item i {
    font-size: 125%; }
  .weather-detail .item .act {
    line-height: 21px;
    font-size: 150%;
    font-weight: 700; }

.bar-last-news .container .items .time,
.bar-last-news .container .items .time::after {
  color: #ff870f; }

.rss-detail .row {
  padding-bottom: 10px;
  margin: 0 0 10px 0;
  border-bottom: 1px dashed #e7e7e7; }

.rss-detail .label {
  font-weight: 700; }

.rss-detail a:before {
  color: #fb7629; }

.bar-last-news .container .items .time,
.bar-last-news .container .items .time::after {
  color: #ff870f; }

.search-result .no_item {
  color: #DE0029; }

.search-result .item {
  padding: 5px 0 0 0;
  margin: 0 0 15px 0; }

.search-result .title {
  margin-bottom: 5px;
  font-weight: 700;
  color: #e0010a; }

.search-result .date {
  font-size: 87.5%;
  color: #9B9B9B; }

@charset "UTF-8";
.bar-last-news .container .items .time,
.bar-last-news .container .items .time::after {
  color: #ff870f; }

.banner {
  position: relative;
  padding: 0;
  margin: 0 auto 30px auto;
  text-align: center;
  clear: both;
  z-index: 1; }

.banner > a {
  display: inline-block; }

.banner > img, .banner > div, .banner > embed {
  margin: auto;
  display: block; }

.banner > img, .banner > a > img, .banner > embed {
  max-width: 100% !important;
  max-height: 100% !important;
  height: auto; }

.banner img.img-responsive {
  display: inline-block; }

.banner-y-bordered {
  padding: 2rem 0;
  border-top: 1px solid #d8d8dc;
  border-bottom: 1px solid #d8d8dc; }

@media screen and (min-width: 576px) {
  .banner-float {
    float: left;
    margin: 0 15px 15px 0; } }

/**/
.banner-pageskin {
  position: relative;
  /*@todo position absolute olunca -160px olmalı*/ }
  .banner-pageskin .pageskin-left,
  .banner-pageskin .pageskin-right {
    position: absolute;
    top: 0; }
  @media screen and (min-width: 1366px) {
    .banner-pageskin .pageskin-left {
      text-align: right;
      left: -120px; } }
  @media screen and (min-width: 1440px) {
    .banner-pageskin .pageskin-left {
      left: -160px; } }
  @media screen and (min-width: 1520px) {
    .banner-pageskin .pageskin-left {
      left: -200px; } }
  @media screen and (min-width: 1366px) {
    .banner-pageskin .pageskin-right {
      text-align: left;
      right: -120px; }
      .banner-pageskin .pageskin-right .fixed {
        margin-left: -120px; } }
  @media screen and (min-width: 1440px) {
    .banner-pageskin .pageskin-right {
      right: -160px; }
      .banner-pageskin .pageskin-right .fixed {
        margin-left: -160px; } }
  @media screen and (min-width: 1520px) {
    .banner-pageskin .pageskin-right {
      right: -200px; }
      .banner-pageskin .pageskin-right .fixed {
        margin-left: -200px; } }
  .banner-pageskin .fixed {
    position: fixed; }
  .banner-pageskin > div > div {
    display: none; }
    @media screen and (min-width: 1366px) {
      .banner-pageskin > div > div {
        margin: 0;
        display: block;
        width: 120px; } }
    @media screen and (min-width: 1440px) {
      .banner-pageskin > div > div {
        width: 160px; } }
    @media screen and (min-width: 1520px) {
      .banner-pageskin > div > div {
        width: 200px; } }
    .banner-pageskin > div > div img {
      max-width: 100%;
      height: auto; }

/**/
.fixed-pub {
  z-index: 50;
  position: fixed; }
  .fixed-pub .banner {
    margin: 0 auto; }

.fixed-pub-top {
  top: 0; }

.fixed-pub-bottom {
  bottom: 0;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2); }
  .fixed-pub-bottom .fixed-pub-close {
    position: absolute;
    top: -24px;
    right: 10px;
    height: 24px;
    background-color: #eee;
    border: none;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
    font-size: 100%;
    color: #666; }
    .fixed-pub-bottom .fixed-pub-close i:before {
      margin: 0; }

.fixed-pub-bottom-full {
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 5px; }

.fixed-pub-bottom-center {
  left: 50%;
  transform: translateX(-50%);
  padding: 5px; }

