@charset "UTF-8";
html {
  line-height: 1.2;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

body {
  margin: 0; }

* {
  margin: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

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

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

button,
input {
  /* 1 */
  overflow: visible; }

button,
select {
  /* 1 */
  text-transform: none; }

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

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

/*FONT AWESOME*/
@font-face {
  font-family: 'Font Awesome 5 Solid';
  src: url("fonts/FontAwesome/FontAwesome5Free-Solid.eot");
  src: url("fonts/FontAwesome/FontAwesome5Free-Solid.eot?#iefix") format("embedded-opentype"), url("fonts/FontAwesome/FontAwesome5Free-Solid.woff2") format("woff2"), url("fonts/FontAwesome/FontAwesome5Free-Solid.woff") format("woff"), url("fonts/FontAwesome/FontAwesome5Free-Solid.ttf") format("truetype"), url("fonts/FontAwesome/FontAwesome5Free-Solid.svg#FontAwesome5Free-Solid") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Font Awesome 5 Brands';
  src: url("fonts/FontAwesome/FontAwesome5Brands-Regular.eot");
  src: url("fonts/FontAwesome/FontAwesome5Brands-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/FontAwesome/FontAwesome5Brands-Regular.woff2") format("woff2"), url("fonts/FontAwesome/FontAwesome5Brands-Regular.woff") format("woff"), url("fonts/FontAwesome/FontAwesome5Brands-Regular.ttf") format("truetype"), url("fonts/FontAwesome/FontAwesome5Brands-Regular.svg#FontAwesome5Brands-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

.fas {
  font-family: 'Font Awesome 5 Solid';
  font-weight: 400; }

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/*
    Created on : 22.05.2020., 10.21.14
    Author     : vladandzulovic
*/
.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000; }

.position-relative {
  position: relative; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

@media (min-width: 576px) {
  .text-sm-right {
    text-align: right; } }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.btn-primary, .btn-dark, .btn-white {
  display: inline-block;
  padding: 10px 25px;
  border-radius: 0px;
  border: none;
  cursor: pointer;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 700; }

.btn-primary {
  background-color: #017df4;
  color: #fff !important; }
  .btn-primary:hover {
    background-color: #0163c1;
    color: #fff !important; }

.bg-primary {
  background-color: #017df4; }

.text-primary {
  color: #017df4 !important; }

.btn-dark {
  background-color: #000;
  color: #fff !important; }
  .btn-dark:hover {
    background-color: black;
    color: #fff !important; }

.bg-dark {
  background-color: #000; }

.text-dark {
  color: #000 !important; }

.btn-white {
  background-color: #fff;
  color: #000 !important; }
  .btn-white:hover {
    background-color: #e6e6e6;
    color: #000 !important; }

.bg-white {
  background-color: #fff; }

.text-white {
  color: #fff !important; }

.row {
  margin-left: -9px;
  margin-right: -9px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row; }
  .row > [class*="col-"] {
    width: 100%;
    padding-left: 9px;
    padding-right: 9px; }
  .row.no-gutters {
    margin-left: 0px !important;
    margin-right: 0px !important; }
    .row.no-gutters > [class*="col-"] {
      padding-left: 0px !important;
      padding-right: 0px !important; }

.container, .container-fluid {
  width: 100%;
  max-width: 100%;
  padding-left: 9px;
  padding-right: 9px;
  margin-left: auto;
  margin-right: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-1 {
  margin-top: 0.5rem !important; }

.mr-1 {
  margin-right: 0.5rem !important; }

.ml-1 {
  margin-left: 0.5rem !important; }

.mb-1 {
  margin-bottom: 0.5rem !important; }

.mx-1 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important; }

.my-1 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

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

.pt-1 {
  padding-top: 0.5rem !important; }

.pr-1 {
  padding-right: 0.5rem !important; }

.pb-1 {
  padding-bottom: 0.5rem !important; }

.pl-1 {
  padding-left: 0.5rem !important; }

.px-1 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important; }

.py-1 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

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

.mt-2 {
  margin-top: 1rem !important; }

.mr-2 {
  margin-right: 1rem !important; }

.ml-2 {
  margin-left: 1rem !important; }

.mb-2 {
  margin-bottom: 1rem !important; }

.mx-2 {
  margin-left: 1rem !important;
  margin-right: 1rem !important; }

.my-2 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

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

.pt-2 {
  padding-top: 1rem !important; }

.pr-2 {
  padding-right: 1rem !important; }

.pb-2 {
  padding-bottom: 1rem !important; }

.pl-2 {
  padding-left: 1rem !important; }

.px-2 {
  padding-left: 1rem !important;
  padding-right: 1rem !important; }

.py-2 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

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

.mt-3 {
  margin-top: 1.5rem !important; }

.mr-3 {
  margin-right: 1.5rem !important; }

.ml-3 {
  margin-left: 1.5rem !important; }

.mb-3 {
  margin-bottom: 1.5rem !important; }

.mx-3 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important; }

.my-3 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

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

.pt-3 {
  padding-top: 1.5rem !important; }

.pr-3 {
  padding-right: 1.5rem !important; }

.pb-3 {
  padding-bottom: 1.5rem !important; }

.pl-3 {
  padding-left: 1.5rem !important; }

.px-3 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important; }

.py-3 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

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

.mt-4 {
  margin-top: 2rem !important; }

.mr-4 {
  margin-right: 2rem !important; }

.ml-4 {
  margin-left: 2rem !important; }

.mb-4 {
  margin-bottom: 2rem !important; }

.mx-4 {
  margin-left: 2rem !important;
  margin-right: 2rem !important; }

.my-4 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important; }

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

.pt-4 {
  padding-top: 2rem !important; }

.pr-4 {
  padding-right: 2rem !important; }

.pb-4 {
  padding-bottom: 2rem !important; }

.pl-4 {
  padding-left: 2rem !important; }

.px-4 {
  padding-left: 2rem !important;
  padding-right: 2rem !important; }

.py-4 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important; }

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

.mt-5 {
  margin-top: 2.5rem !important; }

.mr-5 {
  margin-right: 2.5rem !important; }

.ml-5 {
  margin-left: 2.5rem !important; }

.mb-5 {
  margin-bottom: 2.5rem !important; }

.mx-5 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important; }

.my-5 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important; }

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

.pt-5 {
  padding-top: 2.5rem !important; }

.pr-5 {
  padding-right: 2.5rem !important; }

.pb-5 {
  padding-bottom: 2.5rem !important; }

.pl-5 {
  padding-left: 2.5rem !important; }

.px-5 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important; }

.py-5 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important; }

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

.mt-6 {
  margin-top: 3rem !important; }

.mr-6 {
  margin-right: 3rem !important; }

.ml-6 {
  margin-left: 3rem !important; }

.mb-6 {
  margin-bottom: 3rem !important; }

.mx-6 {
  margin-left: 3rem !important;
  margin-right: 3rem !important; }

.my-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

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

.pt-6 {
  padding-top: 3rem !important; }

.pr-6 {
  padding-right: 3rem !important; }

.pb-6 {
  padding-bottom: 3rem !important; }

.pl-6 {
  padding-left: 3rem !important; }

.px-6 {
  padding-left: 3rem !important;
  padding-right: 3rem !important; }

.py-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.m-7 {
  margin: 3.5rem !important; }

.mt-7 {
  margin-top: 3.5rem !important; }

.mr-7 {
  margin-right: 3.5rem !important; }

.ml-7 {
  margin-left: 3.5rem !important; }

.mb-7 {
  margin-bottom: 3.5rem !important; }

.mx-7 {
  margin-left: 3.5rem !important;
  margin-right: 3.5rem !important; }

.my-7 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important; }

.p-7 {
  padding: 3.5rem !important; }

.pt-7 {
  padding-top: 3.5rem !important; }

.pr-7 {
  padding-right: 3.5rem !important; }

.pb-7 {
  padding-bottom: 3.5rem !important; }

.pl-7 {
  padding-left: 3.5rem !important; }

.px-7 {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important; }

.py-7 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important; }

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

.mt-8 {
  margin-top: 4rem !important; }

.mr-8 {
  margin-right: 4rem !important; }

.ml-8 {
  margin-left: 4rem !important; }

.mb-8 {
  margin-bottom: 4rem !important; }

.mx-8 {
  margin-left: 4rem !important;
  margin-right: 4rem !important; }

.my-8 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important; }

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

.pt-8 {
  padding-top: 4rem !important; }

.pr-8 {
  padding-right: 4rem !important; }

.pb-8 {
  padding-bottom: 4rem !important; }

.pl-8 {
  padding-left: 4rem !important; }

.px-8 {
  padding-left: 4rem !important;
  padding-right: 4rem !important; }

.py-8 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important; }

.m-9 {
  margin: 4.5rem !important; }

.mt-9 {
  margin-top: 4.5rem !important; }

.mr-9 {
  margin-right: 4.5rem !important; }

.ml-9 {
  margin-left: 4.5rem !important; }

.mb-9 {
  margin-bottom: 4.5rem !important; }

.mx-9 {
  margin-left: 4.5rem !important;
  margin-right: 4.5rem !important; }

.my-9 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important; }

.p-9 {
  padding: 4.5rem !important; }

.pt-9 {
  padding-top: 4.5rem !important; }

.pr-9 {
  padding-right: 4.5rem !important; }

.pb-9 {
  padding-bottom: 4.5rem !important; }

.pl-9 {
  padding-left: 4.5rem !important; }

.px-9 {
  padding-left: 4.5rem !important;
  padding-right: 4.5rem !important; }

.py-9 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important; }

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

.mt-10 {
  margin-top: 5rem !important; }

.mr-10 {
  margin-right: 5rem !important; }

.ml-10 {
  margin-left: 5rem !important; }

.mb-10 {
  margin-bottom: 5rem !important; }

.mx-10 {
  margin-left: 5rem !important;
  margin-right: 5rem !important; }

.my-10 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important; }

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

.pt-10 {
  padding-top: 5rem !important; }

.pr-10 {
  padding-right: 5rem !important; }

.pb-10 {
  padding-bottom: 5rem !important; }

.pl-10 {
  padding-left: 5rem !important; }

.px-10 {
  padding-left: 5rem !important;
  padding-right: 5rem !important; }

.py-10 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important; }

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

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

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

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

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

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

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

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

.pt-auto {
  padding-top: auto !important; }

.pr-auto {
  padding-right: auto !important; }

.pb-auto {
  padding-bottom: auto !important; }

.pl-auto {
  padding-left: auto !important; }

.px-auto {
  padding-left: auto !important;
  padding-right: auto !important; }

.py-auto {
  padding-top: auto !important;
  padding-bottom: auto !important; }

.d-none {
  display: none; }

.d-block {
  display: block; }

.d-flex {
  display: flex; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 450px) {
  .col-xm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .m-xm-0 {
    margin: 0 !important; }
  .mt-xm-0 {
    margin-top: 0 !important; }
  .mr-xm-0 {
    margin-right: 0 !important; }
  .ml-xm-0 {
    margin-left: 0 !important; }
  .mb-xm-0 {
    margin-bottom: 0 !important; }
  .mx-xm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .p-xm-0 {
    padding: 0 !important; }
  .pt-xm-0 {
    padding-top: 0 !important; }
  .pr-xm-0 {
    padding-right: 0 !important; }
  .pb-xm-0 {
    padding-bottom: 0 !important; }
  .pl-xm-0 {
    padding-left: 0 !important; }
  .px-xm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .py-xm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .m-xm-1 {
    margin: 0.5rem !important; }
  .mt-xm-1 {
    margin-top: 0.5rem !important; }
  .mr-xm-1 {
    margin-right: 0.5rem !important; }
  .ml-xm-1 {
    margin-left: 0.5rem !important; }
  .mb-xm-1 {
    margin-bottom: 0.5rem !important; }
  .mx-xm-1 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important; }
  .p-xm-1 {
    padding: 0.5rem !important; }
  .pt-xm-1 {
    padding-top: 0.5rem !important; }
  .pr-xm-1 {
    padding-right: 0.5rem !important; }
  .pb-xm-1 {
    padding-bottom: 0.5rem !important; }
  .pl-xm-1 {
    padding-left: 0.5rem !important; }
  .px-xm-1 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important; }
  .py-xm-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .m-xm-2 {
    margin: 1rem !important; }
  .mt-xm-2 {
    margin-top: 1rem !important; }
  .mr-xm-2 {
    margin-right: 1rem !important; }
  .ml-xm-2 {
    margin-left: 1rem !important; }
  .mb-xm-2 {
    margin-bottom: 1rem !important; }
  .mx-xm-2 {
    margin-left: 1rem !important;
    margin-right: 1rem !important; }
  .p-xm-2 {
    padding: 1rem !important; }
  .pt-xm-2 {
    padding-top: 1rem !important; }
  .pr-xm-2 {
    padding-right: 1rem !important; }
  .pb-xm-2 {
    padding-bottom: 1rem !important; }
  .pl-xm-2 {
    padding-left: 1rem !important; }
  .px-xm-2 {
    padding-left: 1rem !important;
    padding-right: 1rem !important; }
  .py-xm-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .m-xm-3 {
    margin: 1.5rem !important; }
  .mt-xm-3 {
    margin-top: 1.5rem !important; }
  .mr-xm-3 {
    margin-right: 1.5rem !important; }
  .ml-xm-3 {
    margin-left: 1.5rem !important; }
  .mb-xm-3 {
    margin-bottom: 1.5rem !important; }
  .mx-xm-3 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important; }
  .p-xm-3 {
    padding: 1.5rem !important; }
  .pt-xm-3 {
    padding-top: 1.5rem !important; }
  .pr-xm-3 {
    padding-right: 1.5rem !important; }
  .pb-xm-3 {
    padding-bottom: 1.5rem !important; }
  .pl-xm-3 {
    padding-left: 1.5rem !important; }
  .px-xm-3 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important; }
  .py-xm-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .m-xm-4 {
    margin: 2rem !important; }
  .mt-xm-4 {
    margin-top: 2rem !important; }
  .mr-xm-4 {
    margin-right: 2rem !important; }
  .ml-xm-4 {
    margin-left: 2rem !important; }
  .mb-xm-4 {
    margin-bottom: 2rem !important; }
  .mx-xm-4 {
    margin-left: 2rem !important;
    margin-right: 2rem !important; }
  .p-xm-4 {
    padding: 2rem !important; }
  .pt-xm-4 {
    padding-top: 2rem !important; }
  .pr-xm-4 {
    padding-right: 2rem !important; }
  .pb-xm-4 {
    padding-bottom: 2rem !important; }
  .pl-xm-4 {
    padding-left: 2rem !important; }
  .px-xm-4 {
    padding-left: 2rem !important;
    padding-right: 2rem !important; }
  .py-xm-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .m-xm-5 {
    margin: 2.5rem !important; }
  .mt-xm-5 {
    margin-top: 2.5rem !important; }
  .mr-xm-5 {
    margin-right: 2.5rem !important; }
  .ml-xm-5 {
    margin-left: 2.5rem !important; }
  .mb-xm-5 {
    margin-bottom: 2.5rem !important; }
  .mx-xm-5 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important; }
  .p-xm-5 {
    padding: 2.5rem !important; }
  .pt-xm-5 {
    padding-top: 2.5rem !important; }
  .pr-xm-5 {
    padding-right: 2.5rem !important; }
  .pb-xm-5 {
    padding-bottom: 2.5rem !important; }
  .pl-xm-5 {
    padding-left: 2.5rem !important; }
  .px-xm-5 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important; }
  .py-xm-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }
  .m-xm-6 {
    margin: 3rem !important; }
  .mt-xm-6 {
    margin-top: 3rem !important; }
  .mr-xm-6 {
    margin-right: 3rem !important; }
  .ml-xm-6 {
    margin-left: 3rem !important; }
  .mb-xm-6 {
    margin-bottom: 3rem !important; }
  .mx-xm-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important; }
  .p-xm-6 {
    padding: 3rem !important; }
  .pt-xm-6 {
    padding-top: 3rem !important; }
  .pr-xm-6 {
    padding-right: 3rem !important; }
  .pb-xm-6 {
    padding-bottom: 3rem !important; }
  .pl-xm-6 {
    padding-left: 3rem !important; }
  .px-xm-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important; }
  .py-xm-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-xm-7 {
    margin: 3.5rem !important; }
  .mt-xm-7 {
    margin-top: 3.5rem !important; }
  .mr-xm-7 {
    margin-right: 3.5rem !important; }
  .ml-xm-7 {
    margin-left: 3.5rem !important; }
  .mb-xm-7 {
    margin-bottom: 3.5rem !important; }
  .mx-xm-7 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important; }
  .p-xm-7 {
    padding: 3.5rem !important; }
  .pt-xm-7 {
    padding-top: 3.5rem !important; }
  .pr-xm-7 {
    padding-right: 3.5rem !important; }
  .pb-xm-7 {
    padding-bottom: 3.5rem !important; }
  .pl-xm-7 {
    padding-left: 3.5rem !important; }
  .px-xm-7 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important; }
  .py-xm-7 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important; }
  .m-xm-8 {
    margin: 4rem !important; }
  .mt-xm-8 {
    margin-top: 4rem !important; }
  .mr-xm-8 {
    margin-right: 4rem !important; }
  .ml-xm-8 {
    margin-left: 4rem !important; }
  .mb-xm-8 {
    margin-bottom: 4rem !important; }
  .mx-xm-8 {
    margin-left: 4rem !important;
    margin-right: 4rem !important; }
  .p-xm-8 {
    padding: 4rem !important; }
  .pt-xm-8 {
    padding-top: 4rem !important; }
  .pr-xm-8 {
    padding-right: 4rem !important; }
  .pb-xm-8 {
    padding-bottom: 4rem !important; }
  .pl-xm-8 {
    padding-left: 4rem !important; }
  .px-xm-8 {
    padding-left: 4rem !important;
    padding-right: 4rem !important; }
  .py-xm-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .m-xm-9 {
    margin: 4.5rem !important; }
  .mt-xm-9 {
    margin-top: 4.5rem !important; }
  .mr-xm-9 {
    margin-right: 4.5rem !important; }
  .ml-xm-9 {
    margin-left: 4.5rem !important; }
  .mb-xm-9 {
    margin-bottom: 4.5rem !important; }
  .mx-xm-9 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important; }
  .p-xm-9 {
    padding: 4.5rem !important; }
  .pt-xm-9 {
    padding-top: 4.5rem !important; }
  .pr-xm-9 {
    padding-right: 4.5rem !important; }
  .pb-xm-9 {
    padding-bottom: 4.5rem !important; }
  .pl-xm-9 {
    padding-left: 4.5rem !important; }
  .px-xm-9 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important; }
  .py-xm-9 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important; }
  .m-xm-10 {
    margin: 5rem !important; }
  .mt-xm-10 {
    margin-top: 5rem !important; }
  .mr-xm-10 {
    margin-right: 5rem !important; }
  .ml-xm-10 {
    margin-left: 5rem !important; }
  .mb-xm-10 {
    margin-bottom: 5rem !important; }
  .mx-xm-10 {
    margin-left: 5rem !important;
    margin-right: 5rem !important; }
  .p-xm-10 {
    padding: 5rem !important; }
  .pt-xm-10 {
    padding-top: 5rem !important; }
  .pr-xm-10 {
    padding-right: 5rem !important; }
  .pb-xm-10 {
    padding-bottom: 5rem !important; }
  .pl-xm-10 {
    padding-left: 5rem !important; }
  .px-xm-10 {
    padding-left: 5rem !important;
    padding-right: 5rem !important; }
  .py-xm-10 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  .m-xm-auto {
    margin: auto !important; }
  .mt-xm-auto {
    margin-top: auto !important; }
  .mr-xm-auto {
    margin-right: auto !important; }
  .ml-xm-auto {
    margin-left: auto !important; }
  .mb-xm-auto {
    margin-bottom: auto !important; }
  .mx-xm-auto {
    margin-left: auto !important;
    margin-right: auto !important; }
  .p-xm-auto {
    padding: auto !important; }
  .pt-xm-auto {
    padding-top: auto !important; }
  .pr-xm-auto {
    padding-right: auto !important; }
  .pb-xm-auto {
    padding-bottom: auto !important; }
  .pl-xm-auto {
    padding-left: auto !important; }
  .px-xm-auto {
    padding-left: auto !important;
    padding-right: auto !important; }
  .py-xm-auto {
    padding-top: auto !important;
    padding-bottom: auto !important; }
  .d-xm-none {
    display: none; }
  .d-xm-block {
    display: block; }
  .d-xm-flex {
    display: flex; }
  .d-xm-inline-block {
    display: inline-block; }
  .d-xm-inline-flex {
    display: inline-flex; }
  .flex-xm-wrap {
    flex-wrap: wrap; }
  .flex-xm-nowrap {
    flex-wrap: nowrap; }
  .flex-xm-row {
    flex-direction: row; }
  .flex-xm-column {
    flex-direction: column; }
  .align-items-xm-start {
    align-items: flex-start; }
  .align-items-xm-end {
    align-items: flex-end; }
  .align-items-xm-center {
    align-items: center; }
  .align-items-xm-stretch {
    align-items: stretch; }
  .align-content-xm-start {
    align-content: flex-start; }
  .align-content-xm-end {
    align-content: flex-end; }
  .align-content-xm-center {
    align-content: center; }
  .align-content-xm-stretch {
    align-content: stretch; }
  .align-content-xm-between {
    align-content: space-between; }
  .justify-content-xm-start {
    justify-content: flex-start; }
  .justify-content-xm-end {
    justify-content: flex-end; }
  .justify-content-xm-center {
    justify-content: center; }
  .justify-content-xm-between {
    justify-content: space-between; } }

@media (min-width: 576px) {
  .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%; }
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0 {
    margin-right: 0 !important; }
  .ml-sm-0 {
    margin-left: 0 !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0 {
    padding-left: 0 !important; }
  .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .m-sm-1 {
    margin: 0.5rem !important; }
  .mt-sm-1 {
    margin-top: 0.5rem !important; }
  .mr-sm-1 {
    margin-right: 0.5rem !important; }
  .ml-sm-1 {
    margin-left: 0.5rem !important; }
  .mb-sm-1 {
    margin-bottom: 0.5rem !important; }
  .mx-sm-1 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important; }
  .p-sm-1 {
    padding: 0.5rem !important; }
  .pt-sm-1 {
    padding-top: 0.5rem !important; }
  .pr-sm-1 {
    padding-right: 0.5rem !important; }
  .pb-sm-1 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-1 {
    padding-left: 0.5rem !important; }
  .px-sm-1 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important; }
  .py-sm-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .m-sm-2 {
    margin: 1rem !important; }
  .mt-sm-2 {
    margin-top: 1rem !important; }
  .mr-sm-2 {
    margin-right: 1rem !important; }
  .ml-sm-2 {
    margin-left: 1rem !important; }
  .mb-sm-2 {
    margin-bottom: 1rem !important; }
  .mx-sm-2 {
    margin-left: 1rem !important;
    margin-right: 1rem !important; }
  .p-sm-2 {
    padding: 1rem !important; }
  .pt-sm-2 {
    padding-top: 1rem !important; }
  .pr-sm-2 {
    padding-right: 1rem !important; }
  .pb-sm-2 {
    padding-bottom: 1rem !important; }
  .pl-sm-2 {
    padding-left: 1rem !important; }
  .px-sm-2 {
    padding-left: 1rem !important;
    padding-right: 1rem !important; }
  .py-sm-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .m-sm-3 {
    margin: 1.5rem !important; }
  .mt-sm-3 {
    margin-top: 1.5rem !important; }
  .mr-sm-3 {
    margin-right: 1.5rem !important; }
  .ml-sm-3 {
    margin-left: 1.5rem !important; }
  .mb-sm-3 {
    margin-bottom: 1.5rem !important; }
  .mx-sm-3 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important; }
  .p-sm-3 {
    padding: 1.5rem !important; }
  .pt-sm-3 {
    padding-top: 1.5rem !important; }
  .pr-sm-3 {
    padding-right: 1.5rem !important; }
  .pb-sm-3 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-3 {
    padding-left: 1.5rem !important; }
  .px-sm-3 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important; }
  .py-sm-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .m-sm-4 {
    margin: 2rem !important; }
  .mt-sm-4 {
    margin-top: 2rem !important; }
  .mr-sm-4 {
    margin-right: 2rem !important; }
  .ml-sm-4 {
    margin-left: 2rem !important; }
  .mb-sm-4 {
    margin-bottom: 2rem !important; }
  .mx-sm-4 {
    margin-left: 2rem !important;
    margin-right: 2rem !important; }
  .p-sm-4 {
    padding: 2rem !important; }
  .pt-sm-4 {
    padding-top: 2rem !important; }
  .pr-sm-4 {
    padding-right: 2rem !important; }
  .pb-sm-4 {
    padding-bottom: 2rem !important; }
  .pl-sm-4 {
    padding-left: 2rem !important; }
  .px-sm-4 {
    padding-left: 2rem !important;
    padding-right: 2rem !important; }
  .py-sm-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .m-sm-5 {
    margin: 2.5rem !important; }
  .mt-sm-5 {
    margin-top: 2.5rem !important; }
  .mr-sm-5 {
    margin-right: 2.5rem !important; }
  .ml-sm-5 {
    margin-left: 2.5rem !important; }
  .mb-sm-5 {
    margin-bottom: 2.5rem !important; }
  .mx-sm-5 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important; }
  .p-sm-5 {
    padding: 2.5rem !important; }
  .pt-sm-5 {
    padding-top: 2.5rem !important; }
  .pr-sm-5 {
    padding-right: 2.5rem !important; }
  .pb-sm-5 {
    padding-bottom: 2.5rem !important; }
  .pl-sm-5 {
    padding-left: 2.5rem !important; }
  .px-sm-5 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important; }
  .py-sm-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }
  .m-sm-6 {
    margin: 3rem !important; }
  .mt-sm-6 {
    margin-top: 3rem !important; }
  .mr-sm-6 {
    margin-right: 3rem !important; }
  .ml-sm-6 {
    margin-left: 3rem !important; }
  .mb-sm-6 {
    margin-bottom: 3rem !important; }
  .mx-sm-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important; }
  .p-sm-6 {
    padding: 3rem !important; }
  .pt-sm-6 {
    padding-top: 3rem !important; }
  .pr-sm-6 {
    padding-right: 3rem !important; }
  .pb-sm-6 {
    padding-bottom: 3rem !important; }
  .pl-sm-6 {
    padding-left: 3rem !important; }
  .px-sm-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important; }
  .py-sm-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-sm-7 {
    margin: 3.5rem !important; }
  .mt-sm-7 {
    margin-top: 3.5rem !important; }
  .mr-sm-7 {
    margin-right: 3.5rem !important; }
  .ml-sm-7 {
    margin-left: 3.5rem !important; }
  .mb-sm-7 {
    margin-bottom: 3.5rem !important; }
  .mx-sm-7 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important; }
  .p-sm-7 {
    padding: 3.5rem !important; }
  .pt-sm-7 {
    padding-top: 3.5rem !important; }
  .pr-sm-7 {
    padding-right: 3.5rem !important; }
  .pb-sm-7 {
    padding-bottom: 3.5rem !important; }
  .pl-sm-7 {
    padding-left: 3.5rem !important; }
  .px-sm-7 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important; }
  .py-sm-7 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important; }
  .m-sm-8 {
    margin: 4rem !important; }
  .mt-sm-8 {
    margin-top: 4rem !important; }
  .mr-sm-8 {
    margin-right: 4rem !important; }
  .ml-sm-8 {
    margin-left: 4rem !important; }
  .mb-sm-8 {
    margin-bottom: 4rem !important; }
  .mx-sm-8 {
    margin-left: 4rem !important;
    margin-right: 4rem !important; }
  .p-sm-8 {
    padding: 4rem !important; }
  .pt-sm-8 {
    padding-top: 4rem !important; }
  .pr-sm-8 {
    padding-right: 4rem !important; }
  .pb-sm-8 {
    padding-bottom: 4rem !important; }
  .pl-sm-8 {
    padding-left: 4rem !important; }
  .px-sm-8 {
    padding-left: 4rem !important;
    padding-right: 4rem !important; }
  .py-sm-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .m-sm-9 {
    margin: 4.5rem !important; }
  .mt-sm-9 {
    margin-top: 4.5rem !important; }
  .mr-sm-9 {
    margin-right: 4.5rem !important; }
  .ml-sm-9 {
    margin-left: 4.5rem !important; }
  .mb-sm-9 {
    margin-bottom: 4.5rem !important; }
  .mx-sm-9 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important; }
  .p-sm-9 {
    padding: 4.5rem !important; }
  .pt-sm-9 {
    padding-top: 4.5rem !important; }
  .pr-sm-9 {
    padding-right: 4.5rem !important; }
  .pb-sm-9 {
    padding-bottom: 4.5rem !important; }
  .pl-sm-9 {
    padding-left: 4.5rem !important; }
  .px-sm-9 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important; }
  .py-sm-9 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important; }
  .m-sm-10 {
    margin: 5rem !important; }
  .mt-sm-10 {
    margin-top: 5rem !important; }
  .mr-sm-10 {
    margin-right: 5rem !important; }
  .ml-sm-10 {
    margin-left: 5rem !important; }
  .mb-sm-10 {
    margin-bottom: 5rem !important; }
  .mx-sm-10 {
    margin-left: 5rem !important;
    margin-right: 5rem !important; }
  .p-sm-10 {
    padding: 5rem !important; }
  .pt-sm-10 {
    padding-top: 5rem !important; }
  .pr-sm-10 {
    padding-right: 5rem !important; }
  .pb-sm-10 {
    padding-bottom: 5rem !important; }
  .pl-sm-10 {
    padding-left: 5rem !important; }
  .px-sm-10 {
    padding-left: 5rem !important;
    padding-right: 5rem !important; }
  .py-sm-10 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto {
    margin-right: auto !important; }
  .ml-sm-auto {
    margin-left: auto !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important; }
  .p-sm-auto {
    padding: auto !important; }
  .pt-sm-auto {
    padding-top: auto !important; }
  .pr-sm-auto {
    padding-right: auto !important; }
  .pb-sm-auto {
    padding-bottom: auto !important; }
  .pl-sm-auto {
    padding-left: auto !important; }
  .px-sm-auto {
    padding-left: auto !important;
    padding-right: auto !important; }
  .py-sm-auto {
    padding-top: auto !important;
    padding-bottom: auto !important; }
  .d-sm-none {
    display: none; }
  .d-sm-block {
    display: block; }
  .d-sm-flex {
    display: flex; }
  .d-sm-inline-block {
    display: inline-block; }
  .d-sm-inline-flex {
    display: inline-flex; }
  .flex-sm-wrap {
    flex-wrap: wrap; }
  .flex-sm-nowrap {
    flex-wrap: nowrap; }
  .flex-sm-row {
    flex-direction: row; }
  .flex-sm-column {
    flex-direction: column; }
  .align-items-sm-start {
    align-items: flex-start; }
  .align-items-sm-end {
    align-items: flex-end; }
  .align-items-sm-center {
    align-items: center; }
  .align-items-sm-stretch {
    align-items: stretch; }
  .align-content-sm-start {
    align-content: flex-start; }
  .align-content-sm-end {
    align-content: flex-end; }
  .align-content-sm-center {
    align-content: center; }
  .align-content-sm-stretch {
    align-content: stretch; }
  .align-content-sm-between {
    align-content: space-between; }
  .justify-content-sm-start {
    justify-content: flex-start; }
  .justify-content-sm-end {
    justify-content: flex-end; }
  .justify-content-sm-center {
    justify-content: center; }
  .justify-content-sm-between {
    justify-content: space-between; } }

@media (min-width: 768px) {
  .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%; }
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mr-md-0 {
    margin-right: 0 !important; }
  .ml-md-0 {
    margin-left: 0 !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pr-md-0 {
    padding-right: 0 !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0 {
    padding-left: 0 !important; }
  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .m-md-1 {
    margin: 0.5rem !important; }
  .mt-md-1 {
    margin-top: 0.5rem !important; }
  .mr-md-1 {
    margin-right: 0.5rem !important; }
  .ml-md-1 {
    margin-left: 0.5rem !important; }
  .mb-md-1 {
    margin-bottom: 0.5rem !important; }
  .mx-md-1 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important; }
  .p-md-1 {
    padding: 0.5rem !important; }
  .pt-md-1 {
    padding-top: 0.5rem !important; }
  .pr-md-1 {
    padding-right: 0.5rem !important; }
  .pb-md-1 {
    padding-bottom: 0.5rem !important; }
  .pl-md-1 {
    padding-left: 0.5rem !important; }
  .px-md-1 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important; }
  .py-md-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .m-md-2 {
    margin: 1rem !important; }
  .mt-md-2 {
    margin-top: 1rem !important; }
  .mr-md-2 {
    margin-right: 1rem !important; }
  .ml-md-2 {
    margin-left: 1rem !important; }
  .mb-md-2 {
    margin-bottom: 1rem !important; }
  .mx-md-2 {
    margin-left: 1rem !important;
    margin-right: 1rem !important; }
  .p-md-2 {
    padding: 1rem !important; }
  .pt-md-2 {
    padding-top: 1rem !important; }
  .pr-md-2 {
    padding-right: 1rem !important; }
  .pb-md-2 {
    padding-bottom: 1rem !important; }
  .pl-md-2 {
    padding-left: 1rem !important; }
  .px-md-2 {
    padding-left: 1rem !important;
    padding-right: 1rem !important; }
  .py-md-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .m-md-3 {
    margin: 1.5rem !important; }
  .mt-md-3 {
    margin-top: 1.5rem !important; }
  .mr-md-3 {
    margin-right: 1.5rem !important; }
  .ml-md-3 {
    margin-left: 1.5rem !important; }
  .mb-md-3 {
    margin-bottom: 1.5rem !important; }
  .mx-md-3 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important; }
  .p-md-3 {
    padding: 1.5rem !important; }
  .pt-md-3 {
    padding-top: 1.5rem !important; }
  .pr-md-3 {
    padding-right: 1.5rem !important; }
  .pb-md-3 {
    padding-bottom: 1.5rem !important; }
  .pl-md-3 {
    padding-left: 1.5rem !important; }
  .px-md-3 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important; }
  .py-md-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .m-md-4 {
    margin: 2rem !important; }
  .mt-md-4 {
    margin-top: 2rem !important; }
  .mr-md-4 {
    margin-right: 2rem !important; }
  .ml-md-4 {
    margin-left: 2rem !important; }
  .mb-md-4 {
    margin-bottom: 2rem !important; }
  .mx-md-4 {
    margin-left: 2rem !important;
    margin-right: 2rem !important; }
  .p-md-4 {
    padding: 2rem !important; }
  .pt-md-4 {
    padding-top: 2rem !important; }
  .pr-md-4 {
    padding-right: 2rem !important; }
  .pb-md-4 {
    padding-bottom: 2rem !important; }
  .pl-md-4 {
    padding-left: 2rem !important; }
  .px-md-4 {
    padding-left: 2rem !important;
    padding-right: 2rem !important; }
  .py-md-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .m-md-5 {
    margin: 2.5rem !important; }
  .mt-md-5 {
    margin-top: 2.5rem !important; }
  .mr-md-5 {
    margin-right: 2.5rem !important; }
  .ml-md-5 {
    margin-left: 2.5rem !important; }
  .mb-md-5 {
    margin-bottom: 2.5rem !important; }
  .mx-md-5 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important; }
  .p-md-5 {
    padding: 2.5rem !important; }
  .pt-md-5 {
    padding-top: 2.5rem !important; }
  .pr-md-5 {
    padding-right: 2.5rem !important; }
  .pb-md-5 {
    padding-bottom: 2.5rem !important; }
  .pl-md-5 {
    padding-left: 2.5rem !important; }
  .px-md-5 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important; }
  .py-md-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }
  .m-md-6 {
    margin: 3rem !important; }
  .mt-md-6 {
    margin-top: 3rem !important; }
  .mr-md-6 {
    margin-right: 3rem !important; }
  .ml-md-6 {
    margin-left: 3rem !important; }
  .mb-md-6 {
    margin-bottom: 3rem !important; }
  .mx-md-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important; }
  .p-md-6 {
    padding: 3rem !important; }
  .pt-md-6 {
    padding-top: 3rem !important; }
  .pr-md-6 {
    padding-right: 3rem !important; }
  .pb-md-6 {
    padding-bottom: 3rem !important; }
  .pl-md-6 {
    padding-left: 3rem !important; }
  .px-md-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important; }
  .py-md-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-md-7 {
    margin: 3.5rem !important; }
  .mt-md-7 {
    margin-top: 3.5rem !important; }
  .mr-md-7 {
    margin-right: 3.5rem !important; }
  .ml-md-7 {
    margin-left: 3.5rem !important; }
  .mb-md-7 {
    margin-bottom: 3.5rem !important; }
  .mx-md-7 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important; }
  .p-md-7 {
    padding: 3.5rem !important; }
  .pt-md-7 {
    padding-top: 3.5rem !important; }
  .pr-md-7 {
    padding-right: 3.5rem !important; }
  .pb-md-7 {
    padding-bottom: 3.5rem !important; }
  .pl-md-7 {
    padding-left: 3.5rem !important; }
  .px-md-7 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important; }
  .py-md-7 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important; }
  .m-md-8 {
    margin: 4rem !important; }
  .mt-md-8 {
    margin-top: 4rem !important; }
  .mr-md-8 {
    margin-right: 4rem !important; }
  .ml-md-8 {
    margin-left: 4rem !important; }
  .mb-md-8 {
    margin-bottom: 4rem !important; }
  .mx-md-8 {
    margin-left: 4rem !important;
    margin-right: 4rem !important; }
  .p-md-8 {
    padding: 4rem !important; }
  .pt-md-8 {
    padding-top: 4rem !important; }
  .pr-md-8 {
    padding-right: 4rem !important; }
  .pb-md-8 {
    padding-bottom: 4rem !important; }
  .pl-md-8 {
    padding-left: 4rem !important; }
  .px-md-8 {
    padding-left: 4rem !important;
    padding-right: 4rem !important; }
  .py-md-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .m-md-9 {
    margin: 4.5rem !important; }
  .mt-md-9 {
    margin-top: 4.5rem !important; }
  .mr-md-9 {
    margin-right: 4.5rem !important; }
  .ml-md-9 {
    margin-left: 4.5rem !important; }
  .mb-md-9 {
    margin-bottom: 4.5rem !important; }
  .mx-md-9 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important; }
  .p-md-9 {
    padding: 4.5rem !important; }
  .pt-md-9 {
    padding-top: 4.5rem !important; }
  .pr-md-9 {
    padding-right: 4.5rem !important; }
  .pb-md-9 {
    padding-bottom: 4.5rem !important; }
  .pl-md-9 {
    padding-left: 4.5rem !important; }
  .px-md-9 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important; }
  .py-md-9 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important; }
  .m-md-10 {
    margin: 5rem !important; }
  .mt-md-10 {
    margin-top: 5rem !important; }
  .mr-md-10 {
    margin-right: 5rem !important; }
  .ml-md-10 {
    margin-left: 5rem !important; }
  .mb-md-10 {
    margin-bottom: 5rem !important; }
  .mx-md-10 {
    margin-left: 5rem !important;
    margin-right: 5rem !important; }
  .p-md-10 {
    padding: 5rem !important; }
  .pt-md-10 {
    padding-top: 5rem !important; }
  .pr-md-10 {
    padding-right: 5rem !important; }
  .pb-md-10 {
    padding-bottom: 5rem !important; }
  .pl-md-10 {
    padding-left: 5rem !important; }
  .px-md-10 {
    padding-left: 5rem !important;
    padding-right: 5rem !important; }
  .py-md-10 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .mr-md-auto {
    margin-right: auto !important; }
  .ml-md-auto {
    margin-left: auto !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important; }
  .p-md-auto {
    padding: auto !important; }
  .pt-md-auto {
    padding-top: auto !important; }
  .pr-md-auto {
    padding-right: auto !important; }
  .pb-md-auto {
    padding-bottom: auto !important; }
  .pl-md-auto {
    padding-left: auto !important; }
  .px-md-auto {
    padding-left: auto !important;
    padding-right: auto !important; }
  .py-md-auto {
    padding-top: auto !important;
    padding-bottom: auto !important; }
  .d-md-none {
    display: none; }
  .d-md-block {
    display: block; }
  .d-md-flex {
    display: flex; }
  .d-md-inline-block {
    display: inline-block; }
  .d-md-inline-flex {
    display: inline-flex; }
  .flex-md-wrap {
    flex-wrap: wrap; }
  .flex-md-nowrap {
    flex-wrap: nowrap; }
  .flex-md-row {
    flex-direction: row; }
  .flex-md-column {
    flex-direction: column; }
  .align-items-md-start {
    align-items: flex-start; }
  .align-items-md-end {
    align-items: flex-end; }
  .align-items-md-center {
    align-items: center; }
  .align-items-md-stretch {
    align-items: stretch; }
  .align-content-md-start {
    align-content: flex-start; }
  .align-content-md-end {
    align-content: flex-end; }
  .align-content-md-center {
    align-content: center; }
  .align-content-md-stretch {
    align-content: stretch; }
  .align-content-md-between {
    align-content: space-between; }
  .justify-content-md-start {
    justify-content: flex-start; }
  .justify-content-md-end {
    justify-content: flex-end; }
  .justify-content-md-center {
    justify-content: center; }
  .justify-content-md-between {
    justify-content: space-between; } }

@media (min-width: 992px) {
  .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%; }
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0 {
    margin-right: 0 !important; }
  .ml-lg-0 {
    margin-left: 0 !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0 {
    padding-left: 0 !important; }
  .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .m-lg-1 {
    margin: 0.5rem !important; }
  .mt-lg-1 {
    margin-top: 0.5rem !important; }
  .mr-lg-1 {
    margin-right: 0.5rem !important; }
  .ml-lg-1 {
    margin-left: 0.5rem !important; }
  .mb-lg-1 {
    margin-bottom: 0.5rem !important; }
  .mx-lg-1 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important; }
  .p-lg-1 {
    padding: 0.5rem !important; }
  .pt-lg-1 {
    padding-top: 0.5rem !important; }
  .pr-lg-1 {
    padding-right: 0.5rem !important; }
  .pb-lg-1 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-1 {
    padding-left: 0.5rem !important; }
  .px-lg-1 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important; }
  .py-lg-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .m-lg-2 {
    margin: 1rem !important; }
  .mt-lg-2 {
    margin-top: 1rem !important; }
  .mr-lg-2 {
    margin-right: 1rem !important; }
  .ml-lg-2 {
    margin-left: 1rem !important; }
  .mb-lg-2 {
    margin-bottom: 1rem !important; }
  .mx-lg-2 {
    margin-left: 1rem !important;
    margin-right: 1rem !important; }
  .p-lg-2 {
    padding: 1rem !important; }
  .pt-lg-2 {
    padding-top: 1rem !important; }
  .pr-lg-2 {
    padding-right: 1rem !important; }
  .pb-lg-2 {
    padding-bottom: 1rem !important; }
  .pl-lg-2 {
    padding-left: 1rem !important; }
  .px-lg-2 {
    padding-left: 1rem !important;
    padding-right: 1rem !important; }
  .py-lg-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .m-lg-3 {
    margin: 1.5rem !important; }
  .mt-lg-3 {
    margin-top: 1.5rem !important; }
  .mr-lg-3 {
    margin-right: 1.5rem !important; }
  .ml-lg-3 {
    margin-left: 1.5rem !important; }
  .mb-lg-3 {
    margin-bottom: 1.5rem !important; }
  .mx-lg-3 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important; }
  .p-lg-3 {
    padding: 1.5rem !important; }
  .pt-lg-3 {
    padding-top: 1.5rem !important; }
  .pr-lg-3 {
    padding-right: 1.5rem !important; }
  .pb-lg-3 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-3 {
    padding-left: 1.5rem !important; }
  .px-lg-3 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important; }
  .py-lg-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .m-lg-4 {
    margin: 2rem !important; }
  .mt-lg-4 {
    margin-top: 2rem !important; }
  .mr-lg-4 {
    margin-right: 2rem !important; }
  .ml-lg-4 {
    margin-left: 2rem !important; }
  .mb-lg-4 {
    margin-bottom: 2rem !important; }
  .mx-lg-4 {
    margin-left: 2rem !important;
    margin-right: 2rem !important; }
  .p-lg-4 {
    padding: 2rem !important; }
  .pt-lg-4 {
    padding-top: 2rem !important; }
  .pr-lg-4 {
    padding-right: 2rem !important; }
  .pb-lg-4 {
    padding-bottom: 2rem !important; }
  .pl-lg-4 {
    padding-left: 2rem !important; }
  .px-lg-4 {
    padding-left: 2rem !important;
    padding-right: 2rem !important; }
  .py-lg-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .m-lg-5 {
    margin: 2.5rem !important; }
  .mt-lg-5 {
    margin-top: 2.5rem !important; }
  .mr-lg-5 {
    margin-right: 2.5rem !important; }
  .ml-lg-5 {
    margin-left: 2.5rem !important; }
  .mb-lg-5 {
    margin-bottom: 2.5rem !important; }
  .mx-lg-5 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important; }
  .p-lg-5 {
    padding: 2.5rem !important; }
  .pt-lg-5 {
    padding-top: 2.5rem !important; }
  .pr-lg-5 {
    padding-right: 2.5rem !important; }
  .pb-lg-5 {
    padding-bottom: 2.5rem !important; }
  .pl-lg-5 {
    padding-left: 2.5rem !important; }
  .px-lg-5 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important; }
  .py-lg-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }
  .m-lg-6 {
    margin: 3rem !important; }
  .mt-lg-6 {
    margin-top: 3rem !important; }
  .mr-lg-6 {
    margin-right: 3rem !important; }
  .ml-lg-6 {
    margin-left: 3rem !important; }
  .mb-lg-6 {
    margin-bottom: 3rem !important; }
  .mx-lg-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important; }
  .p-lg-6 {
    padding: 3rem !important; }
  .pt-lg-6 {
    padding-top: 3rem !important; }
  .pr-lg-6 {
    padding-right: 3rem !important; }
  .pb-lg-6 {
    padding-bottom: 3rem !important; }
  .pl-lg-6 {
    padding-left: 3rem !important; }
  .px-lg-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important; }
  .py-lg-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-lg-7 {
    margin: 3.5rem !important; }
  .mt-lg-7 {
    margin-top: 3.5rem !important; }
  .mr-lg-7 {
    margin-right: 3.5rem !important; }
  .ml-lg-7 {
    margin-left: 3.5rem !important; }
  .mb-lg-7 {
    margin-bottom: 3.5rem !important; }
  .mx-lg-7 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important; }
  .p-lg-7 {
    padding: 3.5rem !important; }
  .pt-lg-7 {
    padding-top: 3.5rem !important; }
  .pr-lg-7 {
    padding-right: 3.5rem !important; }
  .pb-lg-7 {
    padding-bottom: 3.5rem !important; }
  .pl-lg-7 {
    padding-left: 3.5rem !important; }
  .px-lg-7 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important; }
  .py-lg-7 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important; }
  .m-lg-8 {
    margin: 4rem !important; }
  .mt-lg-8 {
    margin-top: 4rem !important; }
  .mr-lg-8 {
    margin-right: 4rem !important; }
  .ml-lg-8 {
    margin-left: 4rem !important; }
  .mb-lg-8 {
    margin-bottom: 4rem !important; }
  .mx-lg-8 {
    margin-left: 4rem !important;
    margin-right: 4rem !important; }
  .p-lg-8 {
    padding: 4rem !important; }
  .pt-lg-8 {
    padding-top: 4rem !important; }
  .pr-lg-8 {
    padding-right: 4rem !important; }
  .pb-lg-8 {
    padding-bottom: 4rem !important; }
  .pl-lg-8 {
    padding-left: 4rem !important; }
  .px-lg-8 {
    padding-left: 4rem !important;
    padding-right: 4rem !important; }
  .py-lg-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .m-lg-9 {
    margin: 4.5rem !important; }
  .mt-lg-9 {
    margin-top: 4.5rem !important; }
  .mr-lg-9 {
    margin-right: 4.5rem !important; }
  .ml-lg-9 {
    margin-left: 4.5rem !important; }
  .mb-lg-9 {
    margin-bottom: 4.5rem !important; }
  .mx-lg-9 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important; }
  .p-lg-9 {
    padding: 4.5rem !important; }
  .pt-lg-9 {
    padding-top: 4.5rem !important; }
  .pr-lg-9 {
    padding-right: 4.5rem !important; }
  .pb-lg-9 {
    padding-bottom: 4.5rem !important; }
  .pl-lg-9 {
    padding-left: 4.5rem !important; }
  .px-lg-9 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important; }
  .py-lg-9 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important; }
  .m-lg-10 {
    margin: 5rem !important; }
  .mt-lg-10 {
    margin-top: 5rem !important; }
  .mr-lg-10 {
    margin-right: 5rem !important; }
  .ml-lg-10 {
    margin-left: 5rem !important; }
  .mb-lg-10 {
    margin-bottom: 5rem !important; }
  .mx-lg-10 {
    margin-left: 5rem !important;
    margin-right: 5rem !important; }
  .p-lg-10 {
    padding: 5rem !important; }
  .pt-lg-10 {
    padding-top: 5rem !important; }
  .pr-lg-10 {
    padding-right: 5rem !important; }
  .pb-lg-10 {
    padding-bottom: 5rem !important; }
  .pl-lg-10 {
    padding-left: 5rem !important; }
  .px-lg-10 {
    padding-left: 5rem !important;
    padding-right: 5rem !important; }
  .py-lg-10 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto {
    margin-right: auto !important; }
  .ml-lg-auto {
    margin-left: auto !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important; }
  .p-lg-auto {
    padding: auto !important; }
  .pt-lg-auto {
    padding-top: auto !important; }
  .pr-lg-auto {
    padding-right: auto !important; }
  .pb-lg-auto {
    padding-bottom: auto !important; }
  .pl-lg-auto {
    padding-left: auto !important; }
  .px-lg-auto {
    padding-left: auto !important;
    padding-right: auto !important; }
  .py-lg-auto {
    padding-top: auto !important;
    padding-bottom: auto !important; }
  .d-lg-none {
    display: none; }
  .d-lg-block {
    display: block; }
  .d-lg-flex {
    display: flex; }
  .d-lg-inline-block {
    display: inline-block; }
  .d-lg-inline-flex {
    display: inline-flex; }
  .flex-lg-wrap {
    flex-wrap: wrap; }
  .flex-lg-nowrap {
    flex-wrap: nowrap; }
  .flex-lg-row {
    flex-direction: row; }
  .flex-lg-column {
    flex-direction: column; }
  .align-items-lg-start {
    align-items: flex-start; }
  .align-items-lg-end {
    align-items: flex-end; }
  .align-items-lg-center {
    align-items: center; }
  .align-items-lg-stretch {
    align-items: stretch; }
  .align-content-lg-start {
    align-content: flex-start; }
  .align-content-lg-end {
    align-content: flex-end; }
  .align-content-lg-center {
    align-content: center; }
  .align-content-lg-stretch {
    align-content: stretch; }
  .align-content-lg-between {
    align-content: space-between; }
  .justify-content-lg-start {
    justify-content: flex-start; }
  .justify-content-lg-end {
    justify-content: flex-end; }
  .justify-content-lg-center {
    justify-content: center; }
  .justify-content-lg-between {
    justify-content: space-between; } }

@media (min-width: 1260px) {
  .container {
    max-width: 1260px; }
  .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%; }
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0 {
    margin-right: 0 !important; }
  .ml-xl-0 {
    margin-left: 0 !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0 {
    padding-left: 0 !important; }
  .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .m-xl-1 {
    margin: 0.5rem !important; }
  .mt-xl-1 {
    margin-top: 0.5rem !important; }
  .mr-xl-1 {
    margin-right: 0.5rem !important; }
  .ml-xl-1 {
    margin-left: 0.5rem !important; }
  .mb-xl-1 {
    margin-bottom: 0.5rem !important; }
  .mx-xl-1 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important; }
  .p-xl-1 {
    padding: 0.5rem !important; }
  .pt-xl-1 {
    padding-top: 0.5rem !important; }
  .pr-xl-1 {
    padding-right: 0.5rem !important; }
  .pb-xl-1 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-1 {
    padding-left: 0.5rem !important; }
  .px-xl-1 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important; }
  .py-xl-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .m-xl-2 {
    margin: 1rem !important; }
  .mt-xl-2 {
    margin-top: 1rem !important; }
  .mr-xl-2 {
    margin-right: 1rem !important; }
  .ml-xl-2 {
    margin-left: 1rem !important; }
  .mb-xl-2 {
    margin-bottom: 1rem !important; }
  .mx-xl-2 {
    margin-left: 1rem !important;
    margin-right: 1rem !important; }
  .p-xl-2 {
    padding: 1rem !important; }
  .pt-xl-2 {
    padding-top: 1rem !important; }
  .pr-xl-2 {
    padding-right: 1rem !important; }
  .pb-xl-2 {
    padding-bottom: 1rem !important; }
  .pl-xl-2 {
    padding-left: 1rem !important; }
  .px-xl-2 {
    padding-left: 1rem !important;
    padding-right: 1rem !important; }
  .py-xl-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .m-xl-3 {
    margin: 1.5rem !important; }
  .mt-xl-3 {
    margin-top: 1.5rem !important; }
  .mr-xl-3 {
    margin-right: 1.5rem !important; }
  .ml-xl-3 {
    margin-left: 1.5rem !important; }
  .mb-xl-3 {
    margin-bottom: 1.5rem !important; }
  .mx-xl-3 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important; }
  .p-xl-3 {
    padding: 1.5rem !important; }
  .pt-xl-3 {
    padding-top: 1.5rem !important; }
  .pr-xl-3 {
    padding-right: 1.5rem !important; }
  .pb-xl-3 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-3 {
    padding-left: 1.5rem !important; }
  .px-xl-3 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important; }
  .py-xl-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .m-xl-4 {
    margin: 2rem !important; }
  .mt-xl-4 {
    margin-top: 2rem !important; }
  .mr-xl-4 {
    margin-right: 2rem !important; }
  .ml-xl-4 {
    margin-left: 2rem !important; }
  .mb-xl-4 {
    margin-bottom: 2rem !important; }
  .mx-xl-4 {
    margin-left: 2rem !important;
    margin-right: 2rem !important; }
  .p-xl-4 {
    padding: 2rem !important; }
  .pt-xl-4 {
    padding-top: 2rem !important; }
  .pr-xl-4 {
    padding-right: 2rem !important; }
  .pb-xl-4 {
    padding-bottom: 2rem !important; }
  .pl-xl-4 {
    padding-left: 2rem !important; }
  .px-xl-4 {
    padding-left: 2rem !important;
    padding-right: 2rem !important; }
  .py-xl-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .m-xl-5 {
    margin: 2.5rem !important; }
  .mt-xl-5 {
    margin-top: 2.5rem !important; }
  .mr-xl-5 {
    margin-right: 2.5rem !important; }
  .ml-xl-5 {
    margin-left: 2.5rem !important; }
  .mb-xl-5 {
    margin-bottom: 2.5rem !important; }
  .mx-xl-5 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important; }
  .p-xl-5 {
    padding: 2.5rem !important; }
  .pt-xl-5 {
    padding-top: 2.5rem !important; }
  .pr-xl-5 {
    padding-right: 2.5rem !important; }
  .pb-xl-5 {
    padding-bottom: 2.5rem !important; }
  .pl-xl-5 {
    padding-left: 2.5rem !important; }
  .px-xl-5 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important; }
  .py-xl-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }
  .m-xl-6 {
    margin: 3rem !important; }
  .mt-xl-6 {
    margin-top: 3rem !important; }
  .mr-xl-6 {
    margin-right: 3rem !important; }
  .ml-xl-6 {
    margin-left: 3rem !important; }
  .mb-xl-6 {
    margin-bottom: 3rem !important; }
  .mx-xl-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important; }
  .p-xl-6 {
    padding: 3rem !important; }
  .pt-xl-6 {
    padding-top: 3rem !important; }
  .pr-xl-6 {
    padding-right: 3rem !important; }
  .pb-xl-6 {
    padding-bottom: 3rem !important; }
  .pl-xl-6 {
    padding-left: 3rem !important; }
  .px-xl-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important; }
  .py-xl-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-xl-7 {
    margin: 3.5rem !important; }
  .mt-xl-7 {
    margin-top: 3.5rem !important; }
  .mr-xl-7 {
    margin-right: 3.5rem !important; }
  .ml-xl-7 {
    margin-left: 3.5rem !important; }
  .mb-xl-7 {
    margin-bottom: 3.5rem !important; }
  .mx-xl-7 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important; }
  .p-xl-7 {
    padding: 3.5rem !important; }
  .pt-xl-7 {
    padding-top: 3.5rem !important; }
  .pr-xl-7 {
    padding-right: 3.5rem !important; }
  .pb-xl-7 {
    padding-bottom: 3.5rem !important; }
  .pl-xl-7 {
    padding-left: 3.5rem !important; }
  .px-xl-7 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important; }
  .py-xl-7 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important; }
  .m-xl-8 {
    margin: 4rem !important; }
  .mt-xl-8 {
    margin-top: 4rem !important; }
  .mr-xl-8 {
    margin-right: 4rem !important; }
  .ml-xl-8 {
    margin-left: 4rem !important; }
  .mb-xl-8 {
    margin-bottom: 4rem !important; }
  .mx-xl-8 {
    margin-left: 4rem !important;
    margin-right: 4rem !important; }
  .p-xl-8 {
    padding: 4rem !important; }
  .pt-xl-8 {
    padding-top: 4rem !important; }
  .pr-xl-8 {
    padding-right: 4rem !important; }
  .pb-xl-8 {
    padding-bottom: 4rem !important; }
  .pl-xl-8 {
    padding-left: 4rem !important; }
  .px-xl-8 {
    padding-left: 4rem !important;
    padding-right: 4rem !important; }
  .py-xl-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .m-xl-9 {
    margin: 4.5rem !important; }
  .mt-xl-9 {
    margin-top: 4.5rem !important; }
  .mr-xl-9 {
    margin-right: 4.5rem !important; }
  .ml-xl-9 {
    margin-left: 4.5rem !important; }
  .mb-xl-9 {
    margin-bottom: 4.5rem !important; }
  .mx-xl-9 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important; }
  .p-xl-9 {
    padding: 4.5rem !important; }
  .pt-xl-9 {
    padding-top: 4.5rem !important; }
  .pr-xl-9 {
    padding-right: 4.5rem !important; }
  .pb-xl-9 {
    padding-bottom: 4.5rem !important; }
  .pl-xl-9 {
    padding-left: 4.5rem !important; }
  .px-xl-9 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important; }
  .py-xl-9 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important; }
  .m-xl-10 {
    margin: 5rem !important; }
  .mt-xl-10 {
    margin-top: 5rem !important; }
  .mr-xl-10 {
    margin-right: 5rem !important; }
  .ml-xl-10 {
    margin-left: 5rem !important; }
  .mb-xl-10 {
    margin-bottom: 5rem !important; }
  .mx-xl-10 {
    margin-left: 5rem !important;
    margin-right: 5rem !important; }
  .p-xl-10 {
    padding: 5rem !important; }
  .pt-xl-10 {
    padding-top: 5rem !important; }
  .pr-xl-10 {
    padding-right: 5rem !important; }
  .pb-xl-10 {
    padding-bottom: 5rem !important; }
  .pl-xl-10 {
    padding-left: 5rem !important; }
  .px-xl-10 {
    padding-left: 5rem !important;
    padding-right: 5rem !important; }
  .py-xl-10 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto {
    margin-right: auto !important; }
  .ml-xl-auto {
    margin-left: auto !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important; }
  .p-xl-auto {
    padding: auto !important; }
  .pt-xl-auto {
    padding-top: auto !important; }
  .pr-xl-auto {
    padding-right: auto !important; }
  .pb-xl-auto {
    padding-bottom: auto !important; }
  .pl-xl-auto {
    padding-left: auto !important; }
  .px-xl-auto {
    padding-left: auto !important;
    padding-right: auto !important; }
  .py-xl-auto {
    padding-top: auto !important;
    padding-bottom: auto !important; }
  .d-xl-none {
    display: none; }
  .d-xl-block {
    display: block; }
  .d-xl-flex {
    display: flex; }
  .d-xl-inline-block {
    display: inline-block; }
  .d-xl-inline-flex {
    display: inline-flex; }
  .flex-xl-wrap {
    flex-wrap: wrap; }
  .flex-xl-nowrap {
    flex-wrap: nowrap; }
  .flex-xl-row {
    flex-direction: row; }
  .flex-xl-column {
    flex-direction: column; }
  .align-items-xl-start {
    align-items: flex-start; }
  .align-items-xl-end {
    align-items: flex-end; }
  .align-items-xl-center {
    align-items: center; }
  .align-items-xl-stretch {
    align-items: stretch; }
  .align-content-xl-start {
    align-content: flex-start; }
  .align-content-xl-end {
    align-content: flex-end; }
  .align-content-xl-center {
    align-content: center; }
  .align-content-xl-stretch {
    align-content: stretch; }
  .align-content-xl-between {
    align-content: space-between; }
  .justify-content-xl-start {
    justify-content: flex-start; }
  .justify-content-xl-end {
    justify-content: flex-end; }
  .justify-content-xl-center {
    justify-content: center; }
  .justify-content-xl-between {
    justify-content: space-between; } }

/*
    Created on : 22.05.2020., 10.21.14
    Author     : vladandzulovic
*/
img {
  max-width: 100%; }

html {
  font-size: 10px;
  overflow-x: hidden;
  scroll-behavior: smooth; }
  @media (min-width: 992px) {
    html {
      overflow-x: visible; } }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  overflow-x: hidden;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h6,
.h6,
b,
strong {
  font-weight: 700; }

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

h1 {
  font-size: 4rem; }

h2 {
  font-size: 3.2rem; }

h3 {
  font-size: 2.8rem; }

h4 {
  font-size: 2.4rem; }

h5 {
  font-size: 2rem; }

h6 {
  font-size: 1.6rem; }

.list-unstyled {
  list-style: none;
  padding-left: 0; }

p {
  margin-bottom: 1rem; }

a {
  color: #000;
  text-decoration: none; }

.container {
  z-index: 20001 !important; }

main {
  margin-top: 55px; }
  @media (max-width: 767px) {
    main.breaking-news-page {
      margin-top: 90px; } }
  @media (min-width: 768px) {
    main {
      margin-top: 20px;
      padding-top: 10px; } }

.dark-header ~ main {
  background-color: #113447; }
  @media (min-width: 768px) {
    .dark-header ~ main {
      margin-top: 0; } }

.scrool-of {
  overflow-y: hidden; }
  @media (min-width: 992px) {
    .scrool-of {
      overflow-y: visible !important; } }
  .scrool-of body {
    overflow-y: hidden; }
    @media (min-width: 992px) {
      .scrool-of body {
        overflow-y: visible !important; } }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 20001 !important;
  display: none; }
  @media (min-width: 768px) {
    .overlay {
      background: transparent; } }
  @media (min-width: 992px) {
    .overlay {
      display: none !important; } }

.sidebar .banner {
  max-width: 318px;
  margin-left: auto;
  margin-right: auto; }

@media (min-width: 480px) {
  .sidebar {
    display: none; } }

@media (min-width: 992px) {
  .sidebar {
    display: block;
    flex: 0 0 318px;
    max-width: 318px;
    position: sticky;
    position: -webkit-sticky;
    top: 100px;
    align-self: flex-start; }
  .main-content {
    flex: 0 0 calc(100% - 420px);
    max-width: calc(100% - 420px);
    align-self: flex-start; }
    .latest-news-page .main-content,
    .single-news-page .main-content,
    .video-intro .main-content {
      flex: 0 0 calc(100% - 350px);
      max-width: calc(100% - 350px); } }

.banner {
  text-align: center;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%; }
  .banner.large-margin > * {
    margin-bottom: 3rem; }
    @media (min-width: 992px) {
      .banner.large-margin > * {
        margin-bottom: 5rem; } }
  .banner > * {
    margin-bottom: 1.3rem;
    margin-left: auto;
    margin-right: auto;
    display: inline-block; }
    @media (min-width: 992px) {
      .banner > * {
        margin-bottom: 1.5rem; } }
  .banner img {
    display: block;
    margin-left: auto;
    margin-right: auto; }

.trigger-language .fa-sort-down {
  position: relative;
  top: -2px; }

.fancybox-container {
  z-index: 500001; }

/*
    Created on : 20.05.2020., 12.19.38
    Author     : vladandzulovic
*/
header {
  background-color: #fff; }
  header.dark-header {
    background-color: #00202f; }

.header-top {
  display: none; }
  @media (min-width: 768px) {
    .header-top {
      display: block;
      height: 39px; } }
  .header-top .search-form {
    display: none; }
    @media (min-width: 992px) {
      .header-top .search-form {
        display: block;
        margin-left: auto; } }
    .header-top .search-form .form-group:hover .form-control, .header-top .search-form .form-group.active .form-control {
      width: 300px !important;
      background-color: #f2f6f7 !important; }
    .header-top .search-form .form-group:hover button, .header-top .search-form .form-group.active button {
      background-color: #f2f6f7 !important; }
    .header-top .search-form .form-group .form-control {
      border: none;
      background: transparent;
      width: 70px;
      line-height: 2.4rem;
      transition: 0.3s linear;
      box-shadow: none !important;
      font-size: 1.2rem;
      height: 2.4rem; }
      .dark-header .header-top .search-form .form-group .form-control {
        color: #fff !important; }
      .header-top .search-form .form-group .form-control::placeholder {
        font-size: 1.2rem !important;
        line-height: 2.4rem !important; }
    .header-top .search-form .form-group button {
      background-color: transparent !important;
      color: #002e44 !important;
      padding: 0 1rem !important;
      line-height: 2.4rem;
      text-align: center;
      height: 2.4rem; }
      .dark-header .header-top .search-form .form-group button {
        color: #fff !important; }
  .header-top .aditional-menu {
    margin-left: 1rem; }
    .header-top .aditional-menu li {
      padding: 0 1rem;
      border-left: 1px solid #ccc; }
      .header-top .aditional-menu li a {
        color: #002e44;
        font-size: 1.2rem;
        font-weight: 400;
        display: flex;
        white-space: normal;
        align-items: center;
        transition: 0.3s linear; }
        .dark-header .header-top .aditional-menu li a {
          color: #fff !important; }
        .header-top .aditional-menu li a:hover {
          color: #017df4; }
        .header-top .aditional-menu li a span {
          font-size: 1.6rem;
          margin-right: 1rem; }
        .header-top .aditional-menu li a img {
          width: 1.6rem;
          margin-right: 1rem; }
          .dark-header .header-top .aditional-menu li a img {
            filter: brightness(0) invert(1); }

.header-middle {
  display: none; }
  @media (min-width: 768px) {
    .header-middle {
      display: block;
      height: 91px; } }
  .header-middle a.logo {
    width: 280px; }
    .header-middle a.logo img {
      display: block;
      width: 100%; }
      .dark-header .header-middle a.logo img {
        filter: brightness(0) invert(1); }

.header-bottom {
  background-color: #fff;
  box-shadow: 0 5px 7px -6px rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20002 !important;
  width: 100%; }
  .dark-header .header-bottom {
    background-color: #00202f; }
  @media (min-width: 768px) {
    .header-bottom {
      position: relative;
      border-top: 1px solid #ccc; }
      .header-bottom.is-fixed {
        position: fixed; }
        .header-bottom.is-fixed .navbar-brand {
          display: flex;
          align-items: center;
          max-width: 130px;
          height: 30px;
          margin-right: 2rem; }
          .header-bottom.is-fixed .navbar-brand img {
            max-height: 30px;
            height: 100%; } }
  .header-bottom .container {
    position: relative;
    z-index: 20001 !important; }
    @media (min-width: 768px) {
      .header-bottom .container {
        padding: 10px 0; } }
  .header-bottom .navbar-brand {
    height: 3rem;
    margin-left: 1rem; }
    @media (min-width: 768px) {
      .header-bottom .navbar-brand {
        display: none; } }
    .header-bottom .navbar-brand img {
      display: block;
      max-height: 3rem;
      transition: 0.2s linear; }
      .dark-header .header-bottom .navbar-brand img {
        filter: brightness(0) invert(1); }
  .header-bottom .navbar-toggler {
    border: none;
    border-radius: 0px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    min-width: 40px;
    height: 40px;
    background-color: #005587;
    cursor: pointer;
    outline: none !important;
    margin-left: -9px; }
    @media (min-width: 768px) {
      .header-bottom .navbar-toggler {
        position: fixed;
        top: 0;
        left: 0;
        width: 5.6rem;
        height: 5.6rem;
        margin-left: 0; } }
    @media (min-width: 992px) {
      .header-bottom .navbar-toggler {
        display: none !important; } }
    .header-bottom .navbar-toggler:hover:not(.active) span:nth-of-type(1) {
      transform: translateY(2px); }
    .header-bottom .navbar-toggler:hover:not(.active) span:nth-of-type(3) {
      transform: translateY(-2px); }
    .header-bottom .navbar-toggler.active span:nth-of-type(1) {
      transform: rotate(45deg) translate(5px, 5px);
      width: 20px; }
    .header-bottom .navbar-toggler.active span:nth-of-type(2) {
      transform: translateX(-100px); }
    .header-bottom .navbar-toggler.active span:nth-of-type(3) {
      transform: rotate(-45deg) translate(5px, -5px);
      width: 20px; }
    .header-bottom .navbar-toggler span {
      display: block;
      width: 20px;
      height: 2px;
      background: #fff;
      margin: 0 auto 5px;
      position: relative;
      left: 0;
      transition: 0.1s linear;
      border-radius: 0px; }
      .header-bottom .navbar-toggler span:last-of-type {
        margin-bottom: 0px; }
  .header-bottom .main-menu {
    flex: 1; }
    @media (min-width: 768px) {
      .header-bottom .main-menu {
        justify-content: center;
        flex: 0 1 auto; } }
    .header-bottom .main-menu .navbar-nav {
      display: none; }
      @media (min-width: 768px) {
        .header-bottom .main-menu .navbar-nav {
          display: flex;
          align-items: center; } }
      .header-bottom .main-menu .navbar-nav li {
        display: none; }
        @media (min-width: 992px) {
          .header-bottom .main-menu .navbar-nav li {
            display: block; }
            .header-bottom .main-menu .navbar-nav li:nth-of-type(5) ~ li {
              display: none; } }
        @media (min-width: 1260px) {
          .header-bottom .main-menu .navbar-nav li {
            display: block !important; } }
        .header-bottom .main-menu .navbar-nav li.more {
          display: flex  !important;
          align-self: stretch;
          align-items: center; }
          @media (min-width: 992px) {
            .header-bottom .main-menu .navbar-nav li.more {
              position: relative; } }
          @media (min-width: 1260px) {
            .header-bottom .main-menu .navbar-nav li.more {
              display: none !important; } }
          .header-bottom .main-menu .navbar-nav li.more span {
            padding-left: 5px; }
      .header-bottom .main-menu .navbar-nav a {
        color: #002e44;
        display: block;
        transition: 0.3s linear;
        font-size: 1.4rem;
        line-height: 1.7rem;
        padding: 8px 12px;
        font-weight: 700;
        white-space: nowrap; }
        .dark-header .header-bottom .main-menu .navbar-nav a {
          color: #fff; }
        .header-bottom .main-menu .navbar-nav a:hover {
          color: #017df4; }
        @media (min-width: 992px) {
          .header-bottom .main-menu .navbar-nav a {
            padding: 8px 7px; } }
      .header-bottom .main-menu .navbar-nav .more-navbar-wrapper {
        position: absolute;
        top: 55px;
        left: 0;
        width: 100%;
        padding: 5rem 3rem;
        display: none;
        background-color: #fff;
        z-index: 20002 !important;
        box-shadow: 0 7px 12px -5px #000; }
        .dark-header .header-bottom .main-menu .navbar-nav .more-navbar-wrapper {
          background-color: #002e44; }
        @media (min-width: 992px) {
          .header-bottom .main-menu .navbar-nav .more-navbar-wrapper {
            width: 200px;
            padding: 2rem; } }
        @media (min-width: 1260px) {
          .header-bottom .main-menu .navbar-nav .more-navbar-wrapper {
            display: none !important; } }
      .header-bottom .main-menu .navbar-nav .more-navbar-nav {
        display: flex;
        flex-wrap: wrap; }
        .header-bottom .main-menu .navbar-nav .more-navbar-nav li {
          flex: 0 0 30%;
          width: 30%;
          display: block; }
          @media (min-width: 992px) {
            .header-bottom .main-menu .navbar-nav .more-navbar-nav li {
              display: none; }
              .header-bottom .main-menu .navbar-nav .more-navbar-nav li:nth-of-type(5) ~ li {
                display: block;
                flex: 0 0 100%;
                width: 100%; } }
        .header-bottom .main-menu .navbar-nav .more-navbar-nav a {
          display: block;
          padding: 10px 0; }
    .header-bottom .main-menu .programmes-menu-wrapper {
      display: none; }
      @media (min-width: 768px) {
        .header-bottom .main-menu .programmes-menu-wrapper {
          display: block; } }
      .header-bottom .main-menu .programmes-menu-wrapper .programmes-menu-trigger {
        border-left: 1px solid #ccc;
        padding: 0 16px;
        height: 100%;
        display: flex;
        align-items: center;
        font-size: 1.4rem;
        font-weight: 700;
        transform: 0.3s linear; }
        .dark-header .header-bottom .main-menu .programmes-menu-wrapper .programmes-menu-trigger {
          color: #fff; }
        .header-bottom .main-menu .programmes-menu-wrapper .programmes-menu-trigger:hover {
          color: #017df4; }
        .header-bottom .main-menu .programmes-menu-wrapper .programmes-menu-trigger span:first-of-type {
          padding-right: 0.5rem; }
        .header-bottom .main-menu .programmes-menu-wrapper .programmes-menu-trigger span:last-of-type {
          padding-left: 0.5rem; }
      .header-bottom .main-menu .programmes-menu-wrapper .programmes-menu {
        position: absolute;
        left: 0;
        top: 55px;
        width: 100%;
        background-color: #fff;
        z-index: 20002 !important;
        padding: 0 40px 40px;
        box-shadow: 0 7px 12px -5px #000;
        display: none; }
        .dark-header .header-bottom .main-menu .programmes-menu-wrapper .programmes-menu {
          background-color: #002e44; }
        @media (min-width: 768px) {
          .header-bottom .main-menu .programmes-menu-wrapper .programmes-menu {
            column-count: 4;
            column-gap: 5rem; } }
        @media (min-width: 992px) {
          .header-bottom .main-menu .programmes-menu-wrapper .programmes-menu {
            column-count: 6;
            column-gap: 5rem; } }
        .header-bottom .main-menu .programmes-menu-wrapper .programmes-menu li {
          -webkit-column-break-inside: avoid;
          /* Chrome, Safari */
          page-break-inside: avoid;
          /* Theoretically FF 20+ */
          break-inside: avoid-column;
          display: table; }
          .header-bottom .main-menu .programmes-menu-wrapper .programmes-menu li.see-more {
            position: absolute;
            bottom: 30px;
            right: 40px;
            z-index: 4; }
        .header-bottom .main-menu .programmes-menu-wrapper .programmes-menu .programes-menu-title {
          font-family: "Merriweather", serif;
          font-size: 1.8rem;
          line-height: 2.2rem;
          padding: 1.6rem 0;
          font-weight: 400; }
          .dark-header .header-bottom .main-menu .programmes-menu-wrapper .programmes-menu .programes-menu-title {
            color: #fff; }
        .header-bottom .main-menu .programmes-menu-wrapper .programmes-menu .programmes-menu-items {
          padding-bottom: 2rem; }
          .header-bottom .main-menu .programmes-menu-wrapper .programmes-menu .programmes-menu-items a {
            display: block;
            font-size: 1.4rem;
            line-height: 1.7rem;
            padding: 8px 0;
            border-bottom: 1px solid #d7dadb;
            font-weight: 700;
            transition: 0.3s linear; }
            .dark-header .header-bottom .main-menu .programmes-menu-wrapper .programmes-menu .programmes-menu-items a {
              color: #fff; }
            .header-bottom .main-menu .programmes-menu-wrapper .programmes-menu .programmes-menu-items a:hover {
              color: #017df4; }
    .header-bottom .main-menu .more-links {
      margin-left: auto;
      display: flex; }
      @media (min-width: 768px) {
        .header-bottom .main-menu .more-links {
          margin-left: 0; } }
      .header-bottom .main-menu .more-links a {
        display: none;
        margin: 0 5px;
        justify-content: center;
        align-items: center; }
        @media (min-width: 768px) {
          .header-bottom .main-menu .more-links a {
            display: flex;
            border-left: 1px solid #ccc;
            padding: 7px 16px;
            margin: 0;
            min-width: 55px; }
            .header-bottom .main-menu .more-links a span {
              display: block !important;
              line-height: 22px;
              color: red; } }
        @media (min-width: 992px) {
          .header-bottom .main-menu .more-links a {
            min-width: 58px; } }
        @media (min-width: 1260px) {
          .header-bottom .main-menu .more-links a {
            min-width: 61px; } }
        .header-bottom .main-menu .more-links a:hover img {
          filter: invert(12%) sepia(83%) saturate(5841%) hue-rotate(244deg) brightness(87%) contrast(153%) !important; }
        .header-bottom .main-menu .more-links a img {
          height: 24px;
          max-width: 24px; }
          .dark-header .header-bottom .main-menu .more-links a img {
            filter: brightness(0) invert(1); }
          @media (min-width: 768px) {
            .header-bottom .main-menu .more-links a img {
              height: 22px;
              max-width: 22px; } }
          @media (min-width: 992px) {
            .header-bottom .main-menu .more-links a img {
              height: 25px;
              max-width: 25px; } }
          @media (min-width: 1260px) {
            .header-bottom .main-menu .more-links a img {
              height: 28px;
              max-width: 28px; } }
        .header-bottom .main-menu .more-links a.weather-icon {
          display: flex; }
          .header-bottom .main-menu .more-links a.weather-icon img {
            width: 24px;
            height: 24px; }
        .header-bottom .main-menu .more-links a.just-in-icon {
          display: flex; }
          .header-bottom .main-menu .more-links a.just-in-icon img {
            width: 20px;
            height: 20px; }
        .header-bottom .main-menu .more-links a.live-icon {
          display: flex;
          position: relative;
          text-transform: uppercase;
          color: #f00;
          font-weight: 800;
          white-space: nowrap;
          font-size: 1.4rem; }
          .header-bottom .main-menu .more-links a.live-icon:hover img {
            filter: invert(37%) sepia(93%) saturate(7471%) hue-rotate(356deg) brightness(91%) contrast(135%) !important; }
          .header-bottom .main-menu .more-links a.live-icon .live-number {
            position: absolute;
            width: 14px;
            height: 14px;
            border-radius: 50%;
            background-color: red;
            color: #fff;
            top: 0px;
            left: 45%;
            font-size: 11px;
            line-height: 14px;
            text-align: center;
            color: #fff;
            display: block;
            padding: 0; }
            @media (min-width: 768px) {
              .header-bottom .main-menu .more-links a.live-icon .live-number {
                top: 5px;
                left: 33%; } }
          .header-bottom .main-menu .more-links a.live-icon img {
            filter: invert(37%) sepia(93%) saturate(7471%) hue-rotate(356deg) brightness(91%) contrast(135%); }
          .header-bottom .main-menu .more-links a.live-icon span {
            padding-left: 0.2rem;
            font-size: 1.4rem;
            font-weight: 700; }
  .header-bottom .sidebar-menu {
    background-color: #fff;
    box-shadow: 0 5px 7px -6px #000;
    position: fixed;
    top: 40px;
    left: -140%;
    height: calc(100vh - 40px);
    width: 100%;
    transition: left 0.5s linear;
    z-index: 20004 !important;
    padding: 24px 16px 40px;
    overflow-y: scroll; }
    @media (min-width: 768px) {
      .header-bottom .sidebar-menu {
        width: 50%;
        top: 56px;
        height: calc(100vh - 56px); } }
    @media (min-width: 992px) {
      .header-bottom .sidebar-menu {
        display: none !important; } }
    .header-bottom .sidebar-menu.active {
      left: 0;
      display: block; }
    .header-bottom .sidebar-menu .search-form {
      max-width: 350px;
      margin: 0 auto 3rem; }
      .header-bottom .sidebar-menu .search-form .form-control {
        border: 1px solid #eef2f3;
        background-color: #eef2f3;
        font-size: 1.4rem; }
        .header-bottom .sidebar-menu .search-form .form-control::placeholder {
          color: #bbb; }
        .header-bottom .sidebar-menu .search-form .form-control:focus {
          box-shadow: none;
          border: 1px solid #017df4; }
      .header-bottom .sidebar-menu .search-form .btn {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        border-radius: 0 5px 5px 0; }
        .header-bottom .sidebar-menu .search-form .btn span {
          font-size: 1.6rem; }
    .header-bottom .sidebar-menu .navbar-nav {
      border-top: 1px solid #d7dadb;
      border-bottom: 1px solid #d7dadb;
      margin-top: 2rem;
      display: flex;
      flex-wrap: wrap;
      padding-top: 2rem;
      justify-content: space-between; }
      .header-bottom .sidebar-menu .navbar-nav .nav-item {
        flex: 0 0 calc(50% - 9px);
        width: calc(50% - 9px);
        margin-bottom: -1px; }
        .header-bottom .sidebar-menu .navbar-nav .nav-item .nav-link {
          font-weight: 700;
          color: #002e44;
          padding: 16px 0;
          display: block;
          font-size: 1.4rem;
          line-height: 1.7rem;
          transition: 0.3s linear;
          border-bottom: 1px solid #d7dadb;
          height: 100%; }
          .header-bottom .sidebar-menu .navbar-nav .nav-item .nav-link:hover {
            color: #017df4; }
    .header-bottom .sidebar-menu .more-links {
      padding: 1.5rem 0; }
      .header-bottom .sidebar-menu .more-links a {
        flex: 0 0 45%;
        width: 45%;
        display: flex;
        align-items: center;
        padding: 1.6rem 0;
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 1.7rem;
        color: #002e44;
        transition: 0.3s linear; }
        .header-bottom .sidebar-menu .more-links a:hover {
          color: #017df4; }
        .header-bottom .sidebar-menu .more-links a img {
          height: 1.8rem;
          max-width: 1.8rem;
          fill: #00202f;
          margin-right: 1rem; }
  .header-bottom .breaking-box {
    background-color: #017df4; }
    .header-bottom .breaking-box.bg-danger {
      background-color: #ED2432; }
    .header-bottom .breaking-box .container {
      z-index: 100 !important; }
    .header-bottom .breaking-box .breaking-box-label {
      font-size: 1.2rem;
      line-height: 3.5rem;
      color: #fff;
      font-weight: 700;
      text-decoration: none;
      margin-right: 0.5rem;
      white-space: nowrap;
      padding-left: 7px;
      width: 108px;
      flex: 0 0 108px; }
      @media (min-width: 768px) {
        .header-bottom .breaking-box .breaking-box-label {
          font-size: 1.5rem;
          width: 135px;
          flex: 0 0 135px; } }
    .header-bottom .breaking-box .breaking-box-news {
      font-size: 1.2rem;
      line-height: 3.5rem;
      color: #fff;
      font-weight: 700;
      text-decoration: none;
      flex: 0 0 calc(100% - 173px);
      width: calc(100% - 173px);
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      display: block;
      position: relative;
      padding-left: 7px; }
      @media (min-width: 768px) {
        .header-bottom .breaking-box .breaking-box-news {
          flex: 0 0 calc(100% - 200px);
          width: calc(100% - 200px);
          font-size: 1.3rem; } }
      @media (min-width: 992px) {
        .header-bottom .breaking-box .breaking-box-news {
          flex: 0 0 calc(100% - 215px);
          width: calc(100% - 215px);
          font-size: 1.3rem; } }
      .header-bottom .breaking-box .breaking-box-news:before {
        content: '\00b7';
        color: #fff;
        font-size: 1.8rem;
        position: absolute;
        left: 0;
        line-height: 35px; }
    .header-bottom .breaking-box .breaking-box-action {
      width: 60px;
      flex: 0 0 60px; }
      @media (min-width: 992px) {
        .header-bottom .breaking-box .breaking-box-action {
          width: 70px; } }
      .header-bottom .breaking-box .breaking-box-action a {
        display: block;
        width: 30px;
        height: 35px;
        text-align: center;
        color: #fff;
        line-height: 35px;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        font-size: 1.6rem;
        white-space: nowrap; }
        @media (min-width: 992px) {
          .header-bottom .breaking-box .breaking-box-action a {
            width: 35px;
            font-size: 1.8rem; } }
        .header-bottom .breaking-box .breaking-box-action a + a {
          border-left: none; }

/*
    Created on : 22.05.2020., 10.33.37
    Author     : vladandzulovic
*/
/*
    Created on : 22.05.2020., 10.33.18
    Author     : vladandzulovic
*/
.section-header .section-title {
  font-size: 1.8rem !important;
  line-height: 2.2rem;
  color: #000;
  text-transform: uppercase;
  position: relative;
  padding-left: 3rem;
  margin-bottom: 0; }
  .section-header .section-title a {
    display: block;
    transition: 0.3s linear; }
    .section-header .section-title a:hover {
      color: #017df4; }
  @media (min-width: 768px) {
    .section-header .section-title {
      line-height: 2.8rem; } }
  .section-header .section-title:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background-color: #017df4;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-right: 10px; }
    @media (min-width: 992px) {
      .section-header .section-title:before {
        width: 14px;
        height: 14px; } }

.section-header .section-description {
  font-family: "Merriweather", serif;
  font-size: 1.4rem;
  font-style: italic;
  margin-top: 1.6rem; }

.section-header .section-nav {
  overflow-y: hidden;
  width: 100%;
  margin-top: 16px; }
  .section-header .section-nav a {
    font-size: 1.4rem;
    line-height: 1.7rem;
    text-transform: uppercase;
    color: #017df4;
    padding: 16px 15px 8px 12px;
    transition: 0.3s linear;
    font-weight: 700;
    display: block;
    white-space: nowrap; }
    .section-header .section-nav a:hover {
      opacity: 0.7; }

.category-page .page-header {
  border-bottom: 1px solid #cdd6db; }

.category-page.v2 .page-header,
.subcategory .page-header {
  margin-top: -20px; }
  @media (min-width: 768px) {
    .category-page.v2 .page-header,
    .subcategory .page-header {
      margin-top: -40px; } }

.category-page.v2 .page-header,
.subcategory .page-header {
  background-color: #000;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 0 100px; }
  @media (min-width: 992px) {
    .category-page.v2 .page-header,
    .subcategory .page-header {
      min-height: 400px;
      padding-top: 80px; } }
  @media (min-width: 1260px) {
    .category-page.v2 .page-header,
    .subcategory .page-header {
      min-height: 500px; } }

.subcategory .page-header {
  min-height: 2px !important;
  padding: 100px 0 !important; }
  .subcategory .page-header .container {
    max-width: 900px !important; }

.page-header .page-title {
  font-size: 2.4rem;
  text-transform: uppercase;
  color: #002e44;
  margin-bottom: 1rem;
  line-height: 1; }
  .category-page.v2 .page-header .page-title {
    color: #fff; }
  @media (min-width: 768px) {
    .page-header .page-title {
      font-size: 3.2rem;
      margin-bottom: 1.6rem; } }
  @media (min-width: 1260px) {
    .page-header .page-title {
      font-size: 4.2rem; } }

.page-header .section-description {
  font-family: "Merriweather", serif;
  font-size: 1.4rem;
  font-style: italic;
  margin-top: 1.6rem; }

.page-header .page-nav {
  overflow-y: hidden;
  width: 100%;
  margin-top: 16px;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  .page-header .page-nav a {
    font-size: 1.4rem;
    line-height: 1.7rem;
    text-transform: uppercase;
    color: #017df4;
    padding: 16px 16px 8px 12px;
    transition: 0.3s linear;
    font-weight: 700;
    display: block;
    white-space: nowrap; }
    .category-page.v2 .page-header .page-nav a {
      color: #fff; }
    .page-header .page-nav a:hover {
      opacity: 0.7; }

.sub-section-title {
  text-transform: uppercase;
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 700;
  color: #002e44;
  padding-top: 2.4rem; }

.see-more {
  text-align: right; }
  .see-more a.more {
    display: inline-block;
    color: #017df4;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    transition: 0.3s linear; }
    .see-more a.more:hover {
      opacity: 0.7; }
    .see-more a.more .fa {
      font-size: 2rem; }

.news-item-image {
  position: relative;
  overflow: hidden;
  background: #dce4e7 url("assets/logo.svg") no-repeat center;
  background-size: 80% auto;
  display: block;
  margin-bottom: 0;
  align-self: flex-start; }
  .news-item-image::after {
    content: '';
    display: block;
    padding-top: 68%; }
    @media (min-width: 768px) {
      .news-item-image::after {
        padding-top: 56%; } }
  .news-item-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.news-item {
  padding: 15px 0;
  border-top: 1px solid #cdd6db;
  align-content: flex-start;
  flex: 0 0 100%;
  max-width: 100%; }
  .news-item.video-item .news-item-image:before {
    content: '';
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 27px;
    height: 27px;
    background-image: url("assets/icon-player.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3; }
  .news-item.gallery-item .news-item-image:before {
    content: '';
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 27px;
    height: 27px;
    background-image: url("assets/gallery.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3; }
  .news-item .news-item-data {
    position: relative; }
    .news-item .news-item-data .news-item-category {
      font-size: 1.2rem;
      line-height: 1.5rem;
      color: #005587;
      text-transform: uppercase;
      margin-bottom: 0;
      font-weight: 400;
      background: #fff;
      display: inline-block; }
    .news-item .news-item-data .time-published {
      display: none;
      font-size: 2.4rem;
      font-weight: 700;
      line-height: 1; }
    .news-item .news-item-data .date-published {
      display: none;
      color: #cdd6db;
      font-size: 12px;
      line-height: 15px;
      font-weight: 400; }
    .news-item .news-item-data .news-item-title {
      margin-bottom: 0; }
      .news-item .news-item-data .news-item-title a {
        display: block;
        font-weight: 700;
        transition: 0.3s linear; }
        .news-item .news-item-data .news-item-title a:hover {
          color: #515252; }
    .news-item .news-item-data .news-item-description {
      display: none; }
      .news-item .news-item-data .news-item-description a {
        display: block;
        font-weight: 400; }
    .news-item .news-item-data .full-article {
      display: none;
      width: 100%;
      text-align: right;
      font-size: 1.2rem;
      line-height: 1.5rem;
      text-transform: uppercase;
      font-weight: 700;
      color: #abadae;
      transition: 0.3s linear; }
      .news-item .news-item-data .full-article:hover {
        color: #017df4; }
      .news-item .news-item-data .full-article span {
        padding-left: 1rem; }
    .news-item .news-item-data .share-news {
      display: none;
      text-align: right;
      background-color: #fff;
      max-width: 100%; }
      .news-item .news-item-data .share-news a {
        display: inline-block;
        font-size: 1.4rem;
        color: #abadae;
        margin-right: 5px; }
      .news-item .news-item-data .share-news .copy-clipboard {
        max-width: 100%;
        display: none;
        position: relative;
        padding: 0 5px 5px; }
        .news-item .news-item-data .share-news .copy-clipboard .close-clipboard {
          font-size: 1.8rem;
          cursor: pointer;
          width: 20px;
          height: 20px;
          line-height: 20px;
          text-align: center;
          display: block;
          margin-left: auto; }
        .news-item .news-item-data .share-news .copy-clipboard .news-url {
          border: 1px solid #ccc;
          line-height: 3.5rem;
          overflow: hidden;
          white-space: nowrap;
          margin-bottom: 0;
          padding-left: 0.5rem;
          background-color: #fff; }
        .news-item .news-item-data .share-news .copy-clipboard .copy-url {
          line-height: 3.5rem;
          padding: 0 10px;
          background: #017df4;
          color: #fff;
          border: none;
          cursor: pointer; }

.video-news-box + .layout-group,
.video-news-box + .banner,
.four-news.travel + .layout-group,
.four-news.travel + .banner {
  padding-top: 1.5rem !important; }
  @media (min-width: 992px) {
    .video-news-box + .layout-group,
    .video-news-box + .banner,
    .four-news.travel + .layout-group,
    .four-news.travel + .banner {
      padding-top: 2.5rem; } }

.breaking-news .container {
  display: flex;
  flex-direction: column; }

.breaking-news .lead-news .news-item {
  border-top: none; }
  @media (max-width: 991px) {
    .breaking-news .lead-news .news-item {
      padding-top: 0; } }
  .breaking-news .lead-news .news-item .news-item-data {
    padding-top: 1rem; }
    .breaking-news .lead-news .news-item .news-item-data .news-item-category {
      position: absolute;
      bottom: 100%;
      left: 0;
      padding: 8px 15px 0 0; }
    .breaking-news .lead-news .news-item .news-item-data .news-item-title a {
      font-size: 1.8rem;
      line-height: 2.3rem;
      margin-bottom: .5rem; }
      @media (min-width: 768px) {
        .breaking-news .lead-news .news-item .news-item-data .news-item-title a {
          font-size: 2.4rem;
          line-height: 2.9rem;
          margin-bottom: 1rem; } }
    .breaking-news .lead-news .news-item .news-item-data .news-item-description {
      display: block;
      font-size: 1.4rem;
      line-height: 2.24rem; }

.breaking-news .lead-news .breaking-related {
  display: none;
  padding-top: 2rem; }
  @media (min-width: 992px) {
    .breaking-news .lead-news .breaking-related {
      display: block; }
      .breaking-news .lead-news .breaking-related .news-item {
        flex: 1;
        width: 100%;
        position: relative;
        padding: 0;
        padding-left: 1.5rem;
        padding-right: 1.5rem; }
        .breaking-news .lead-news .breaking-related .news-item:before {
          content: '';
          width: 8px;
          height: 8px;
          border-radius: 50%;
          background-color: #017df4;
          position: absolute;
          left: 0px;
          top: 5px; }
        .breaking-news .lead-news .breaking-related .news-item .news-item-image {
          display: none; }
        .breaking-news .lead-news .breaking-related .news-item .news-item-data {
          padding: 0; }
          .breaking-news .lead-news .breaking-related .news-item .news-item-data .news-item-category {
            display: none; }
          .breaking-news .lead-news .breaking-related .news-item .news-item-data .news-item-description {
            display: none; }
          .breaking-news .lead-news .breaking-related .news-item .news-item-data .news-item-title a {
            font-size: 1.4rem;
            line-height: 1.7rem;
            transition: 0.3s linear; }
            .breaking-news .lead-news .breaking-related .news-item .news-item-data .news-item-title a:hover {
              color: #017df4; } }

.breaking-news .other-news .banner {
  flex: 0 0 100%;
  width: 100%; }

.breaking-news .other-news .news-box {
  height: 100%; }

.breaking-news .other-news .news-wrapper {
  height: 100%; }

.breaking-news .other-news .news-item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; }
  @media (min-width: 768px) {
    .breaking-news .other-news .news-item {
      flex: 0 0 calc(50% - 9px);
      width: calc(50% - 9px); } }
  @media (min-width: 992px) {
    .breaking-news .other-news .news-item {
      display: block;
      border: none; } }
  .breaking-news .other-news .news-item .news-item-image {
    flex: 0 0 40%;
    width: 40%; }
    @media (min-width: 992px) {
      .breaking-news .other-news .news-item .news-item-image {
        flex: 0 0 100%;
        width: 100%; } }
  .breaking-news .other-news .news-item .news-item-data {
    flex: 0 0 60%;
    width: 60%;
    padding-left: 15px; }
    @media (min-width: 992px) {
      .breaking-news .other-news .news-item .news-item-data {
        flex: 0 0 100%;
        width: 100%;
        padding-left: 0;
        padding-top: 1rem; } }
    .breaking-news .other-news .news-item .news-item-data .news-item-category {
      margin-bottom: 1rem; }
      @media (min-width: 992px) {
        .breaking-news .other-news .news-item .news-item-data .news-item-category {
          position: absolute;
          bottom: 100%;
          left: 0;
          padding: 8px 15px 0 0;
          margin-bottom: 0; } }
    .breaking-news .other-news .news-item .news-item-data .news-item-title a {
      font-size: 1.4rem;
      line-height: 1.7rem; }
      @media (min-width: 992px) {
        .breaking-news .other-news .news-item .news-item-data .news-item-title a {
          font-size: 1.6rem;
          line-height: 2rem; } }

.three-news .news-item {
  flex: 0 0 100%;
  width: 100%; }
  @media (min-width: 768px) {
    .three-news .news-item {
      flex: 0 0 calc(100% / 3 - 36px / 3);
      width: calc(100% / 3 - 36px / 3);
      padding: 0;
      border: 0;
      margin: 2.4rem 0; } }
  .three-news .news-item .news-item-data .news-item-title a {
    font-size: 1.4rem;
    line-height: 1.7rem; }
    @media (min-width: 992px) {
      .three-news .news-item .news-item-data .news-item-title a {
        font-size: 1.6rem;
        line-height: 1.9rem; } }
  .three-news .news-item:first-of-type {
    border: none; }
    .three-news .news-item:first-of-type .news-item-data {
      padding-top: 1rem; }
      .three-news .news-item:first-of-type .news-item-data .news-item-category {
        position: absolute;
        bottom: 100%;
        padding-top: 8px;
        padding-right: 8px; }
        @media (min-width: 768px) {
          .three-news .news-item:first-of-type .news-item-data .news-item-category {
            padding-right: 15px; } }
  .three-news .news-item ~ .news-item {
    display: flex;
    flex-wrap: wrap; }
    .three-news .news-item ~ .news-item .news-item-image {
      flex: 0 0 40%;
      width: 40%; }
      @media (min-width: 768px) {
        .three-news .news-item ~ .news-item .news-item-image {
          flex: 0 0 100%;
          width: 100%; } }
    .three-news .news-item ~ .news-item .news-item-data {
      flex: 0 0 60%;
      width: 60%;
      padding-left: 15px; }
      @media (min-width: 768px) {
        .three-news .news-item ~ .news-item .news-item-data {
          flex: 0 0 100%;
          width: 100%;
          padding-left: 0;
          padding-top: 1rem; } }
      .three-news .news-item ~ .news-item .news-item-data .news-item-category {
        margin-bottom: 8px; }
        @media (min-width: 768px) {
          .three-news .news-item ~ .news-item .news-item-data .news-item-category {
            position: absolute;
            bottom: 100%;
            padding-top: 8px;
            padding-right: 15px;
            margin-bottom: 0px; } }

.three-news.top-videos {
  background-color: #002e44; }
  .three-news.top-videos .section-header .section-title {
    color: #fff; }
    .three-news.top-videos .section-header .section-title::before {
      background-color: #fff; }
  .three-news.top-videos .news-item .news-item-data .news-item-category {
    background-color: #002e44;
    color: #fff; }
  .three-news.top-videos .news-item .news-item-data .news-item-title a {
    color: #fff; }

@media (min-width: 992px) {
  .category-page .three-news.featured .news-item {
    display: flex !important; }
    .category-page .three-news.featured .news-item .news-item-image {
      flex: 0 0 40% !important;
      width: 40% !important; }
      .category-page .three-news.featured .news-item .news-item-image:after {
        padding-top: 68% !important; }
    .category-page .three-news.featured .news-item .news-item-data {
      flex: 0 0 60%;
      width: 60%;
      padding-left: 18px;
      padding-top: 0; }
      .category-page .three-news.featured .news-item .news-item-data .news-item-category {
        position: static;
        padding-top: 0;
        margin-bottom: 1rem; } }

.four-news .news-item {
  flex: 0 0 100%;
  width: 100%; }
  @media (min-width: 768px) {
    .four-news .news-item {
      flex: 0 0 calc(50% - 18px / 2);
      width: calc(50% - 18px / 2);
      padding: 0;
      border: 0;
      margin: 2.4rem 0; } }
  @media (min-width: 992px) {
    .four-news .news-item {
      flex: 0 0 calc(25% - 54px / 4);
      width: calc(25% - 54px / 4);
      padding: 0;
      border: 0; } }
  .four-news .news-item .news-item-data .news-item-title a {
    font-size: 1.4rem;
    line-height: 1.7rem; }
    @media (min-width: 992px) {
      .four-news .news-item .news-item-data .news-item-title a {
        font-size: 1.6rem;
        line-height: 1.9rem; } }
  .four-news .news-item:first-of-type {
    border: none; }
    .four-news .news-item:first-of-type .news-item-data {
      padding-top: 1rem; }
      .four-news .news-item:first-of-type .news-item-data .news-item-category {
        position: absolute;
        bottom: 100%;
        padding-top: 8px;
        padding-right: 8px; }
        @media (min-width: 768px) {
          .four-news .news-item:first-of-type .news-item-data .news-item-category {
            padding-right: 15px; } }
  .four-news .news-item ~ .news-item {
    display: flex;
    flex-wrap: wrap; }
    .four-news .news-item ~ .news-item .news-item-image {
      flex: 0 0 40%;
      width: 40%; }
      @media (min-width: 768px) {
        .four-news .news-item ~ .news-item .news-item-image {
          flex: 0 0 100%;
          width: 100%; } }
    .four-news .news-item ~ .news-item .news-item-data {
      flex: 0 0 60%;
      width: 60%;
      padding-left: 15px; }
      @media (min-width: 768px) {
        .four-news .news-item ~ .news-item .news-item-data {
          flex: 0 0 100%;
          width: 100%;
          padding-left: 0;
          padding-top: 1rem; } }
      .four-news .news-item ~ .news-item .news-item-data .news-item-category {
        margin-bottom: 8px; }
        @media (min-width: 768px) {
          .four-news .news-item ~ .news-item .news-item-data .news-item-category {
            position: absolute;
            bottom: 100%;
            padding-top: 8px;
            padding-right: 15px;
            margin-bottom: 0px; } }

@media (min-width: 768px) {
  .four-news.view .section-header {
    display: flex;
    align-items: center; } }

.four-news.view .section-header .section-title {
  padding-left: 5rem;
  padding-right: 2rem; }
  .four-news.view .section-header .section-title:before {
    background: url("assets/quote.svg") no-repeat center;
    background-size: contain;
    width: 35px;
    height: 24px;
    border-radius: 0; }

.four-news.view .section-header .section-description {
  margin: 0 !important; }

.four-news.view .news-item .news-item-data .news-item-category:before {
  content: '';
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url("assets/views.svg") no-repeat center;
  background-size: contain;
  margin-right: 5px;
  position: relative;
  margin-bottom: -5px; }

.four-news.travel {
  background-color: #ff855c;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000; }
  .four-news.travel .section-title {
    color: #fff;
    font-size: 4rem !important;
    padding-left: 0;
    letter-spacing: 2px; }
    .four-news.travel .section-title::before {
      display: none; }
  .four-news.travel .section-description {
    color: #fff; }
  .four-news.travel .news-item .news-item-data .news-item-title a {
    color: #fff; }
  .four-news.travel .news-item .news-item-data .news-item-category {
    display: none; }
  .four-news.travel .see-more .more {
    color: #fff; }

@media (min-width: 992px) {
  .four-news.services .news-wrapper {
    justify-content: flex-start; } }

.four-news.services .news-wrapper .news-item {
  border: none; }
  @media (min-width: 576px) {
    .four-news.services .news-wrapper .news-item {
      flex: 0 0 calc(50% - 9px);
      max-width: calc(50% - 9px); } }
  @media (min-width: 992px) {
    .four-news.services .news-wrapper .news-item {
      flex: 0 0 calc(25% - 54px/4);
      max-width: calc(25% - 54px/5);
      margin-right: 18px; }
      .four-news.services .news-wrapper .news-item:last-of-type {
        margin-right: 0; } }
  .four-news.services .news-wrapper .news-item .news-item-data .news-item-category {
    left: auto;
    right: 0;
    padding: 8px 3px 0 15px;
    color: #017df4;
    font-weight: 700;
    transition: 0.3s linear; }
    .four-news.services .news-wrapper .news-item .news-item-data .news-item-category:hover {
      color: rgba(1, 125, 244, 0.7); }
    .four-news.services .news-wrapper .news-item .news-item-data .news-item-category:after {
      content: '>';
      padding-left: 5px; }
  .four-news.services .news-wrapper .news-item .news-item-data .news-item-title {
    display: none; }
  .four-news.services .news-wrapper .news-item ~ .news-item {
    display: block !important; }
    .four-news.services .news-wrapper .news-item ~ .news-item .news-item-image {
      flex: 0 0 100%;
      width: 100%; }
    .four-news.services .news-wrapper .news-item ~ .news-item .news-item-data {
      flex: 0 0 100%;
      width: 100%;
      padding-left: 0; }
      .four-news.services .news-wrapper .news-item ~ .news-item .news-item-data .news-item-category {
        position: absolute;
        bottom: 100%;
        right: 0;
        left: auto;
        padding: 8px 3px 0 15px;
        margin-bottom: 0; }
        .four-news.services .news-wrapper .news-item ~ .news-item .news-item-data .news-item-category:after {
          content: '>';
          padding-left: 5px; }

.four-news.living {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .four-news.living .section-header .section-title {
    color: #fff; }
    .four-news.living .section-header .section-title::before {
      background-color: #fff; }
  .four-news.living .section-header .section-description {
    color: #fff; }
  .four-news.living .news-item .news-item-data .news-item-category {
    display: none; }
  .four-news.living .news-item .news-item-data .news-item-title a {
    color: #fff; }

.video-page .eight-news .section-title,
.bulletin-page .eight-news .section-title {
  color: #fff; }
  .video-page .eight-news .section-title::before,
  .bulletin-page .eight-news .section-title::before {
    background-color: #fff; }

.eight-news .news-item {
  flex: 0 0 100%;
  width: 100%; }
  @media (min-width: 768px) {
    .eight-news .news-item {
      flex: 0 0 calc(50% - 18px / 2);
      width: calc(50% - 18px / 2);
      padding: 0;
      margin: 2.4rem 0; } }
  .eight-news .news-item .news-item-data .news-item-title a {
    font-size: 1.4rem;
    line-height: 1.7rem; }
    .video-page .eight-news .news-item .news-item-data .news-item-title a,
    .bulletin-page .eight-news .news-item .news-item-data .news-item-title a {
      color: #fff; }
    @media (min-width: 992px) {
      .eight-news .news-item .news-item-data .news-item-title a {
        font-size: 1.6rem;
        line-height: 1.9rem; } }
  .video-page .eight-news .news-item .news-item-data .news-item-category,
  .bulletin-page .eight-news .news-item .news-item-data .news-item-category {
    background-color: #113447;
    color: #fff; }
  .eight-news .news-item:first-of-type {
    border: none; }
    .eight-news .news-item:first-of-type .news-item-data {
      padding-top: 1rem; }
      .eight-news .news-item:first-of-type .news-item-data .news-item-category {
        position: absolute;
        bottom: 100%;
        padding-top: 8px;
        padding-right: 8px; }
        @media (min-width: 768px) {
          .eight-news .news-item:first-of-type .news-item-data .news-item-category {
            padding-right: 15px; } }
  .eight-news .news-item:nth-of-type(2) {
    display: flex; }
    @media (min-width: 768px) {
      .eight-news .news-item:nth-of-type(2) {
        border: none;
        display: block; } }
    .eight-news .news-item:nth-of-type(2) .news-item-image {
      flex: 0 0 40%;
      max-width: 40%; }
      @media (min-width: 768px) {
        .eight-news .news-item:nth-of-type(2) .news-item-image {
          flex: 0 0 100%;
          max-width: 100%; } }
    .eight-news .news-item:nth-of-type(2) .news-item-data {
      flex: 0 0 60%;
      max-width: 60%;
      padding-left: 15px; }
      @media (min-width: 768px) {
        .eight-news .news-item:nth-of-type(2) .news-item-data {
          padding-top: 1rem;
          flex: 0 0 100%;
          max-width: 100%;
          padding-left: 0; } }
      .eight-news .news-item:nth-of-type(2) .news-item-data .news-item-category {
        margin-bottom: 8px; }
        @media (min-width: 768px) {
          .eight-news .news-item:nth-of-type(2) .news-item-data .news-item-category {
            position: absolute;
            bottom: 100%;
            padding-top: 8px;
            padding-right: 15px;
            margin-bottom: 0 !important; } }
  .eight-news .news-item:nth-of-type(2) ~ .news-item {
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 768px) {
      .eight-news .news-item:nth-of-type(2) ~ .news-item {
        margin: 0;
        padding: 2.4rem 0 !important; } }
    .eight-news .news-item:nth-of-type(2) ~ .news-item .news-item-image {
      flex: 0 0 40%;
      width: 40%; }
      .eight-news .news-item:nth-of-type(2) ~ .news-item .news-item-image:after {
        padding-top: 68% !important; }
    .eight-news .news-item:nth-of-type(2) ~ .news-item .news-item-data {
      flex: 0 0 60%;
      width: 60%;
      padding-left: 15px; }
      @media (min-width: 992px) {
        .eight-news .news-item:nth-of-type(2) ~ .news-item .news-item-data .news-item-title a {
          font-size: 1.4rem;
          line-height: 1.7rem; } }
      @media (min-width: 1260px) {
        .eight-news .news-item:nth-of-type(2) ~ .news-item .news-item-data .news-item-title a {
          font-size: 1.6rem;
          line-height: 1.9rem; } }
      .eight-news .news-item:nth-of-type(2) ~ .news-item .news-item-data .news-item-category {
        margin-bottom: 8px; }

.eight-news .banner {
  flex: 0 0 100%;
  width: 100%; }
  @media (min-width: 768px) {
    .eight-news .banner {
      flex: 0 0 calc(50% - 18px / 2);
      width: calc(50% - 18px / 2); } }
  .eight-news .banner ~ .news-item {
    margin-left: auto !important; }
    .eight-news .banner ~ .news-item:last-of-type {
      transform: translateY(-100%); }

.video-page {
  background-color: #113447; }
  .video-page .themes .section-title {
    color: #fff; }
    .video-page .themes .section-title::before {
      background-color: #fff; }

.one-two-news {
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 768px) {
    .one-two-news {
      flex: 0 0 calc(50% - 32px);
      max-width: calc(50% - 32px);
      margin-bottom: 4rem; } }
  @media (min-width: 992px) {
    .video-page .one-two-news {
      flex: 0 0 calc(33% - 60px/3);
      max-width: calc(50% - 60px/3);
      margin-right: 30px; }
      .video-page .one-two-news:nth-of-type(3n) {
        margin-right: 0; } }
  .video-page .one-two-news .sub-section-title a {
    color: #fff; }
  .video-page .one-two-news .see-more a {
    color: #fff; }
  @media (min-width: 768px) {
    .video-page .one-two-news .news-item {
      border: none; } }
  .one-two-news .news-item:first-of-type {
    border: none; }
    .one-two-news .news-item:first-of-type .news-item-data {
      padding-top: 1rem; }
      .one-two-news .news-item:first-of-type .news-item-data .news-item-category {
        position: absolute;
        bottom: 100%;
        left: 0;
        padding: 8px 16px 0 0; }
        .video-page .one-two-news .news-item:first-of-type .news-item-data .news-item-category {
          background-color: #113447;
          color: #fff; }
      .one-two-news .news-item:first-of-type .news-item-data .news-item-title a {
        font-size: 1.6rem;
        line-height: 2rem;
        height: 6rem;
        overflow: hidden; }
        .video-page .one-two-news .news-item:first-of-type .news-item-data .news-item-title a {
          background-color: #113447;
          color: #fff; }
  .video-page .one-two-news .news-item:first-of-type ~ .news-item {
    display: flex;
    align-items: flex-start; }
  .one-two-news .news-item:first-of-type ~ .news-item .news-item-image {
    display: none; }
    .video-page .one-two-news .news-item:first-of-type ~ .news-item .news-item-image {
      display: block;
      flex: 0 0 40%;
      width: 40%; }
      .video-page .one-two-news .news-item:first-of-type ~ .news-item .news-item-image:after {
        padding-top: 68% !important; }
  .video-page .one-two-news .news-item:first-of-type ~ .news-item .news-item-data {
    flex: 0 0 60%;
    width: 60%;
    padding-left: 15px; }
  .video-page .one-two-news .news-item:first-of-type ~ .news-item .news-item-data .news-item-category {
    background-color: transparent;
    color: #fff; }
  .one-two-news .news-item:first-of-type ~ .news-item .news-item-data .news-item-title a {
    font-size: 1.6rem;
    line-height: 2rem; }
    .video-page .one-two-news .news-item:first-of-type ~ .news-item .news-item-data .news-item-title a {
      color: #fff; }

.most-viewed {
  max-width: 300px;
  margin: 0 auto; }
  .most-viewed .news-item {
    display: flex;
    align-items: center; }
    .most-viewed .news-item::before {
      min-width: 50px;
      flex: 0 0 50px;
      font-size: 4.2rem;
      font-weight: 700;
      color: #017df4;
      padding-left: 10px; }
      .travel-news .most-viewed .news-item::before {
        color: #ff5f29; }
    .most-viewed .news-item .news-item-image {
      display: none; }
    .most-viewed .news-item:first-of-type {
      border: none; }
      .most-viewed .news-item:first-of-type::before {
        content: '1'; }
    .most-viewed .news-item:nth-of-type(2)::before {
      content: '2'; }
    .most-viewed .news-item:nth-of-type(3)::before {
      content: '3'; }
    .most-viewed .news-item:nth-of-type(4)::before {
      content: '4'; }
    .most-viewed .news-item:nth-of-type(5)::before {
      content: '5'; }
    .most-viewed .news-item .news-item-data .news-item-category {
      display: none; }
    .most-viewed .news-item .news-item-data .news-item-title a {
      font-size: 1.6rem;
      line-height: 2rem;
      font-weight: normal;
      transform: 0.3s linear; }
      .most-viewed .news-item .news-item-data .news-item-title a:hover {
        color: #017df4; }
        .travel-news .most-viewed .news-item .news-item-data .news-item-title a:hover {
          color: #ff5f29; }

.just-in .section-header {
  margin-bottom: 1rem; }
  .just-in .section-header .section-title {
    padding-left: 3.5rem; }
    .just-in .section-header .section-title:before {
      width: 25px;
      height: 25px;
      background: url("assets/just.svg") no-repeat center center; }

.just-in .news-item:first-of-type {
  border: none; }

.just-in .news-item .news-item-image {
  display: none; }

.just-in .news-item .news-item-data {
  padding-left: 80px;
  position: relative;
  display: flex;
  flex-direction: column; }
  .just-in .news-item .news-item-data .news-item-category {
    color: #017df4;
    margin-bottom: 1rem; }
  .just-in .news-item .news-item-data .time-published {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.8rem;
    font-weight: 700;
    display: block;
    display: flex;
    align-items: center; }
    .just-in .news-item .news-item-data .time-published:before {
      content: '';
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: red;
      margin-right: 1rem;
      display: block; }
  .just-in .news-item .news-item-data .news-item-title a {
    font-size: 1.6rem;
    font-weight: 400;
    color: #002e44; }

.replay-programmes {
  background-color: #113447;
  color: #fff; }
  .replay-programmes .section-header {
    margin-bottom: 2.4rem; }
    .replay-programmes .section-header .section-title {
      color: #fff;
      padding-left: 0;
      font-size: 1.8rem !important; }
      .replay-programmes .section-header .section-title::before {
        display: none; }
  .category-page .replay-programmes,
  .programmes-page .replay-programmes {
    background-color: #fff; }
    .category-page .replay-programmes .section-header,
    .programmes-page .replay-programmes .section-header {
      margin-bottom: 2.4rem; }
      .category-page .replay-programmes .section-header .section-title,
      .programmes-page .replay-programmes .section-header .section-title {
        color: #000;
        padding-left: 3rem;
        font-size: 1.8rem !important; }
        @media (min-width: 768px) {
          .category-page .replay-programmes .section-header .section-title,
          .programmes-page .replay-programmes .section-header .section-title {
            font-size: 2.4rem !important;
            line-height: 2.8rem; } }
        .category-page .replay-programmes .section-header .section-title::before,
        .programmes-page .replay-programmes .section-header .section-title::before {
          display: block; }
  @media (min-width: 768px) {
    .replay-programmes .news-wrapper {
      justify-content: flex-start; } }
  .replay-programmes .news-item {
    flex: 0 0 calc(50% - 9px);
    width: calc(50% - 9px);
    flex-direction: column;
    display: flex;
    border: none;
    padding: 0;
    margin-bottom: 1.8rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #081a26;
    background-image: url("../img/programs/programme-dark-bg.png"); }
    .category-page .replay-programmes .news-item,
    .programmes-page .replay-programmes .news-item {
      background-color: #fff;
      box-shadow: 0 1px 15px -5px rgba(0, 0, 0, 0.5);
      background-image: url("../img/programs/programme-bg.png"); }
    @media (min-width: 768px) {
      .replay-programmes .news-item {
        flex: 0 0 calc(25% - 54px / 4);
        width: calc(25% - 54px / 4);
        margin-right: 1.8rem; }
        .replay-programmes .news-item:last-of-type {
          margin-right: 0; } }
    @media (min-width: 992px) {
      .replay-programmes .news-item {
        padding: 1.6rem 3.2rem;
        background-size: 100% 50%; }
        .programmes-page .replay-programmes .news-item {
          flex: 0 0 calc(33.33% - 36px / 3);
          width: calc(33.33% - 38px / 3); }
          .programmes-page .replay-programmes .news-item:nth-of-type(3n) {
            margin-right: 0; } }
    .replay-programmes .news-item .programe-logo {
      position: relative;
      display: block;
      color: #fff;
      font-size: 3rem;
      text-align: center;
      text-transform: uppercase;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media (min-width: 992px) {
        .replay-programmes .news-item .programe-logo {
          height: 80px;
          margin: 1rem 0;
          text-align: center; } }
      .replay-programmes .news-item .programe-logo:after {
        padding-top: 100%;
        content: "";
        display: block; }
        @media (min-width: 992px) {
          .replay-programmes .news-item .programe-logo:after {
            padding-top: 80px; } }
      .replay-programmes .news-item .programe-logo:hover img {
        transform: translate(-50%, -50%) scale(1.1); }
      .replay-programmes .news-item .programe-logo img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        transition: 0.2s linear; }
        @media (min-width: 992px) {
          .replay-programmes .news-item .programe-logo img {
            max-height: 80px; } }
    .replay-programmes .news-item .news-item-image {
      display: none; }
      @media (min-width: 992px) {
        .replay-programmes .news-item .news-item-image {
          display: block;
          flex: 0 0 auto;
          width: 100%; } }
    .replay-programmes .news-item .news-item-data {
      display: none;
      padding-top: 1rem;
      flex: 1;
      flex-direction: column; }
      @media (min-width: 992px) {
        .replay-programmes .news-item .news-item-data {
          display: flex; } }
      .replay-programmes .news-item .news-item-data .news-item-category {
        display: none; }
      .replay-programmes .news-item .news-item-data .news-item-title {
        margin-bottom: 1rem; }
        .replay-programmes .news-item .news-item-data .news-item-title a {
          font-size: 1.4rem;
          line-height: 1.7rem;
          color: #fff; }
          .category-page .replay-programmes .news-item .news-item-data .news-item-title a,
          .programmes-page .replay-programmes .news-item .news-item-data .news-item-title a {
            transition: 0.3s linear;
            color: #000; }
            .category-page .replay-programmes .news-item .news-item-data .news-item-title a:hover,
            .programmes-page .replay-programmes .news-item .news-item-data .news-item-title a:hover {
              opacity: 0.7; }
      .replay-programmes .news-item .news-item-data .read-more {
        display: block;
        text-align: right;
        color: #fff;
        transition: 0.3s linear;
        text-transform: uppercase;
        font-size: 1.4rem;
        margin-top: auto;
        font-weight: 700; }
        .category-page .replay-programmes .news-item .news-item-data .read-more,
        .programmes-page .replay-programmes .news-item .news-item-data .read-more {
          color: #005587; }
        .replay-programmes .news-item .news-item-data .read-more:hover {
          color: #017df4; }
  .replay-programmes .see-more a {
    color: #fff; }

.programmes-page .section-header {
  margin-bottom: 3rem; }
  .programmes-page .section-header .section-title {
    padding-left: 0;
    border-bottom: 1px solid rgba(205, 214, 219, 0.5);
    padding-bottom: 15px; }
    .programmes-page .section-header .section-title::before {
      display: none; }

@media (min-width: 992px) {
  .programmes-page .main-content {
    flex: 0 0 calc(100% - 340px);
    max-width: calc(100% - 340px); } }

.video-news-box {
  background-color: #113447; }
  .video-news-box.video-3 {
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative; }
    .video-news-box.video-3:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: inherit;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: top center;
      filter: blur(18px); }
    .video-news-box.video-3 .news-item-category {
      display: none !important; }
    @media (min-width: 768px) {
      .video-news-box.video-3 .other-video .news-item {
        align-items: center; } }
    @media (min-width: 1260px) {
      .video-news-box.video-3 .other-video .news-item .news-item-image {
        flex: 0 0 50%;
        width: 50%; } }
    @media (min-width: 768px) {
      .video-news-box.video-3 .other-video .news-item .news-item-image:after {
        padding-top: 56%  !important; } }
    @media (min-width: 1260px) {
      .video-news-box.video-3 .other-video .news-item .news-item-data {
        flex: 0 0 50%;
        width: 50%; } }
    @media (min-width: 1260px) {
      .video-news-box.video-3 .other-video .news-item .news-item-data .news-item-title a {
        font-size: 18px;
        line-height: 2.2rem; } }
  .video-news-box .section-header .section-title {
    color: #fff; }
    .video-news-box .section-header .section-title::before {
      background-color: #fff; }
  .video-news-box .section-header .section-nav {
    align-items: center; }
    .video-news-box .section-header .section-nav a {
      color: #fff; }
  .video-news-box .lead-video .news-item {
    border: none; }
    .video-news-box .lead-video .news-item .news-item-data {
      padding-top: 1rem; }
      .video-news-box .lead-video .news-item .news-item-data .news-item-category {
        color: #fff;
        background: transparent;
        margin-bottom: 1rem; }
      .video-news-box .lead-video .news-item .news-item-data .news-item-title a {
        font-size: 1.8rem;
        line-height: 2.2rem;
        color: #fff; }
  .video-news-box .other-video .news-item {
    border: none;
    display: flex;
    align-items: flex-start; }
    .video-news-box .other-video .news-item:nth-of-type(3) ~ .news-item {
      display: none; }
      @media (min-width: 1260px) {
        .video-news-box .other-video .news-item:nth-of-type(3) ~ .news-item {
          display: flex; } }
    .video-news-box .other-video .news-item .news-item-image {
      flex: 0 0 40%;
      width: 40%; }
      .video-news-box .other-video .news-item .news-item-image:after {
        padding-top: 68% !important; }
    .video-news-box .other-video .news-item .news-item-data {
      flex: 0 0 60%;
      width: 60%;
      padding-left: 15px; }
      .video-news-box .other-video .news-item .news-item-data .news-item-category {
        display: none; }
      .video-news-box .other-video .news-item .news-item-data .news-item-title a {
        color: #fff;
        font-size: 1.4rem;
        line-height: 1.7rem; }
  .video-news-box .see-more a {
    color: #fff; }

@media (min-width: 768px) {
  .latest-news {
    padding: 0 2rem; } }

@media (min-width: 1260px) {
  .latest-news {
    padding: 0rem; } }

.latest-news .section-header {
  margin-bottom: 2rem; }
  .latest-news .section-header .section-title {
    padding-left: 3.5rem; }
    .latest-news .section-header .section-title:before {
      width: 25px;
      height: 25px;
      background: url("assets/just.svg") no-repeat center center; }

.latest-news .news-item {
  padding-top: 35px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative; }
  @media (min-width: 768px) {
    .latest-news .news-item {
      padding-left: 20%;
      padding-top: 1.5rem; } }
  @media (min-width: 992px) {
    .latest-news .news-item {
      padding: 2.4rem 0 2.4rem 20%; } }
  .latest-news .news-item .news-item-image {
    flex: 0 0 40%;
    width: 40%; }
  .latest-news .news-item .news-item-data {
    flex: 0 0 60%;
    width: 60%;
    padding-left: 15px;
    position: static; }
    .latest-news .news-item .news-item-data .news-item-category {
      margin-bottom: 0.5rem; }
    @media (max-width: 767px) {
      .latest-news .news-item .news-item-data .news-item-meta {
        position: absolute;
        top: 10px;
        left: 0;
        display: flex;
        width: 100%;
        align-items: center; } }
    .latest-news .news-item .news-item-data .time-published {
      font-size: 1.4rem;
      line-height: 1.7rem;
      font-weight: 700;
      display: block;
      display: flex;
      align-items: center; }
      @media (max-width: 767px) {
        .latest-news .news-item .news-item-data .time-published {
          margin-right: 6px;
          margin-bottom: 0; } }
      @media (min-width: 768px) {
        .latest-news .news-item .news-item-data .time-published {
          position: absolute;
          left: 0;
          top: 40%;
          transform: translateY(-50%);
          font-size: 2rem; } }
      @media (min-width: 1260px) {
        .latest-news .news-item .news-item-data .time-published {
          font-size: 2.4rem; } }
    .latest-news .news-item .news-item-data .date-changed {
      margin-right: 6px;
      margin-bottom: 0; }
    .latest-news .news-item .news-item-data .news-item-title a {
      font-size: 1.4rem;
      line-height: 1.7rem; }
      @media (min-width: 992px) {
        .latest-news .news-item .news-item-data .news-item-title a {
          font-size: 1.6rem;
          line-height: 2rem; } }
    @media (min-width: 768px) {
      .latest-news .news-item .news-item-data .news-item-description {
        display: block;
        font-size: 1.4rem;
        line-height: 1.7rem;
        margin-top: 1rem; } }
    .latest-news .news-item .news-item-data .share-news {
      display: flex;
      align-items: center;
      width: 100%;
      text-align: left; }
      @media (min-width: 768px) {
        .latest-news .news-item .news-item-data .share-news {
          display: block;
          position: absolute;
          top: 10px;
          right: auto;
          left: 0;
          text-align: left;
          top: 50%;
          max-width: 20%; } }
      @media (min-width: 768px) {
        .latest-news .news-item .news-item-data .share-news .copy-clipboard {
          padding: 0; } }
    .latest-news .news-item .news-item-data .full-article {
      display: block;
      padding-top: 1rem; }

.news-list .news-item {
  display: flex;
  align-items: center; }
  @media (min-width: 768px) {
    .news-list .news-item {
      padding: 2.4rem 0;
      border: none; } }
  .news-list .news-item .news-item-image {
    flex: 0 0 40%;
    width: 40%; }
  .news-list .news-item .news-item-data {
    flex: 0 0 60%;
    width: 60%;
    padding-left: 15px; }
    .news-list .news-item .news-item-data .news-item-category {
      margin-bottom: 1rem; }
    .news-list .news-item .news-item-data .news-item-title a {
      font-size: 14px;
      line-height: 17px; }
      @media (min-width: 992px) {
        .news-list .news-item .news-item-data .news-item-title a {
          font-size: 16px;
          line-height: 20px; } }
    @media (min-width: 768px) {
      .news-list .news-item .news-item-data .news-item-description {
        display: block;
        margin: 1.5rem 0;
        font-size: 1.4rem;
        line-height: 17px;
        font-weight: 400; } }
    @media (min-width: 768px) {
      .news-list .news-item .news-item-data .date-published {
        display: block; } }

.category-page .news-list .news-item:first-of-type {
  display: block;
  border: none; }
  .category-page .news-list .news-item:first-of-type .news-item-image {
    width: 100%;
    flex: 0 0 100%; }
  .category-page .news-list .news-item:first-of-type .news-item-data {
    width: 100%;
    flex: 0 0 100%;
    padding-left: 0;
    padding-top: 1rem; }
    .category-page .news-list .news-item:first-of-type .news-item-data .news-item-title a {
      font-size: 1.8rem;
      line-height: 2.2rem; }
      @media (min-width: 768px) {
        .category-page .news-list .news-item:first-of-type .news-item-data .news-item-title a {
          font-size: 2.4rem;
          line-height: 2.8rem; } }
    .category-page .news-list .news-item:first-of-type .news-item-data .news-item-category {
      position: absolute;
      bottom: 100%;
      left: 0;
      padding: 8px 15px 0 0;
      margin: 0; }

/*
    Created on : 22.05.2020., 13.29.14
    Author     : vladandzulovic
*/
.load-more {
  text-align: center; }
  .load-more .more {
    display: inline-block;
    padding: 2px 12px;
    line-height: 3.4rem;
    font-size: 1.4rem;
    border: 1px solid #002e44;
    color: #002e44;
    border-radius: 4px;
    transition: 0.3s linear;
    font-weight: 700;
    text-transform: uppercase; }
    .load-more .more:hover {
      background-color: #002e44;
      color: #fff; }

.pagination {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem; }
  .pagination .page-item {
    color: #017df4;
    margin-right: 5px; }
    .pagination .page-item:last-of-type {
      margin-right: 0px; }
    .pagination .page-item .page-link {
      font-size: 1.4rem;
      line-height: 3.8rem;
      display: block;
      padding: 0;
      border: 1px solid #c6c6c6;
      color: #017df4;
      transition: 0.3s linear;
      width: 40px;
      height: 40px;
      text-align: center;
      font-weight: 700;
      background-color: #fff;
      border-radius: 50%; }
    .pagination .page-item:hover .page-link {
      background-color: #f0f0f0; }
    .pagination .page-item.active .page-link {
      background: #017df4;
      color: #fff;
      border-color: #017df4; }

.single-news-pagination {
  position: fixed;
  top: 50%;
  width: 100%;
  z-index: 500000; }
  .single-news-pagination a {
    transform: translateY(-50%);
    position: absolute;
    background-color: rgba(171, 173, 174, 0.7);
    display: flex;
    align-items: center;
    box-shadow: 0 1px 15px -5px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    max-width: 90%; }
    .single-news-pagination a:hover {
      background-color: #fff; }
      .single-news-pagination a:hover .arrow:before {
        border-color: #017df4; }
        .travel-news .single-news-pagination a:hover .arrow:before {
          border-color: tomato; }
      .single-news-pagination a:hover.newer-news .title {
        position: relative;
        left: 0; }
      .single-news-pagination a:hover.older-news .title {
        position: relative;
        right: 0; }
    .single-news-pagination a .arrow {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 35px;
      height: 60px;
      position: relative;
      z-index: 1000000; }
      @media (min-width: 768px) {
        .single-news-pagination a .arrow {
          width: 50px;
          height: 80px; } }
      .single-news-pagination a .arrow::before {
        content: '';
        display: block;
        width: 15px;
        height: 15px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(-135deg);
        position: relative; }
        @media (min-width: 768px) {
          .single-news-pagination a .arrow::before {
            width: 20px;
            height: 20px; } }
    .single-news-pagination a.newer-news {
      left: 0;
      border-radius: 0px 320px 320px 0; }
      .single-news-pagination a.newer-news .title {
        left: -600px;
        padding: 0 3rem 0 0; }
    .single-news-pagination a.older-news {
      right: 0;
      border-radius: 320px 0 0 320px; }
      .single-news-pagination a.older-news .arrow::before {
        transform: rotate(45deg); }
      .single-news-pagination a.older-news .title {
        padding: 0 0 0 3rem;
        right: -600px; }
    .single-news-pagination a .title {
      display: flex;
      align-items: center;
      height: 80px;
      background-color: #fff;
      color: #017df4;
      font-size: 1.6rem;
      font-weight: 700;
      line-height: 2rem;
      width: 400px;
      max-width: 90%;
      position: absolute; }
      .travel-news .single-news-pagination a .title {
        color: tomato; }

.single-pagination .single-pagination-title {
  padding: 0 10px;
  font-size: 1.4rem;
  line-height: 2.4rem;
  background-color: #d2d2d2;
  color: rgba(0, 0, 0, 0.81);
  font-weight: 900;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin-bottom: 0 !important; }
  .single-pagination .single-pagination-title .fa {
    font-size: 1.8rem;
    vertical-align: top; }

.single-pagination .news-item {
  padding: 1rem;
  display: flex;
  align-items: flex-start;
  background-color: #ececec; }
  .single-pagination .news-item .news-item-image {
    flex: 0 0 40%;
    max-width: 40%;
    margin-bottom: 0; }
    .single-pagination .news-item .news-item-image:after {
      padding-top: 69%; }
  .single-pagination .news-item .news-item-data {
    flex: 0 0 60%;
    max-width: 60%;
    padding-left: 1rem; }
    .single-pagination .news-item .news-item-data .news-item-info {
      display: none !important; }
    .single-pagination .news-item .news-item-data .news-item-title a {
      font-size: 1.4rem !important;
      line-height: 1.8rem !important;
      overflow: hidden;
      max-height: 7.2rem;
      height: auto;
      text-transform: uppercase; }

.breaking-news .top-tags {
  order: 1; }
  @media (min-width: 768px) {
    .breaking-news .top-tags {
      order: 0;
      display: flex;
      justify-content: center; } }

.bulletin .top-tags {
  order: 1;
  color: #fff;
  margin-bottom: 3rem; }
  @media (min-width: 768px) {
    .bulletin .top-tags {
      order: 0;
      display: flex;
      justify-content: center; } }
  .bulletin .top-tags a {
    color: #fff !important; }

.top-tags .top-tags-label {
  text-transform: uppercase;
  font-size: 1.6rem;
  line-height: 2rem;
  margin-bottom: 1rem;
  display: flex;
  white-space: nowrap; }
  @media (min-width: 768px) {
    .top-tags .top-tags-label:after {
      content: '.';
      display: block;
      padding: 0 2rem;
      color: #ccc;
      position: relative;
      top: -5px; } }

.top-tags .top-tags-list {
  display: flex;
  flex-wrap: wrap;
  transform: 0.3s linear; }
  .top-tags .top-tags-list a {
    margin-right: 1rem;
    font-weight: 700;
    margin-bottom: 1rem;
    background-color: #017df4;
    color: #fff;
    padding: 8px 16px;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 1.4rem; }
    @media (min-width: 768px) {
      .top-tags .top-tags-list a {
        background-color: transparent;
        color: #017df4;
        font-size: 1.6rem;
        line-height: 2rem;
        padding: 0;
        margin-right: 1rem; } }
    .top-tags .top-tags-list a:hover {
      opacity: 0.6; }
    .top-tags .top-tags-list a:last-of-type:after {
      display: none; }
    @media (min-width: 768px) {
      .top-tags .top-tags-list a:after {
        content: '|';
        padding-left: 1rem;
        font-weight: 400;
        color: #ccc;
        font-size: 1.4rem;
        display: inline-block;
        transform: translateY(-10%); } }

.category-top .lead-news .news-item {
  display: block;
  border: none; }
  @media (min-width: 992px) {
    .category-top .lead-news .news-item {
      padding: 24px 0; } }
  .category-top .lead-news .news-item .news-item-image {
    width: 100%; }
  .category-top .lead-news .news-item .news-item-data {
    width: 100%;
    padding-top: 1rem; }
    .category-top .lead-news .news-item .news-item-data .news-item-category {
      position: absolute;
      bottom: 100%;
      padding: 8px 15px 0 0;
      left: 0; }
    .category-top .lead-news .news-item .news-item-data .news-item-title a {
      font-size: 18px;
      line-height: 2.2rem; }
      @media (min-width: 768px) {
        .category-top .lead-news .news-item .news-item-data .news-item-title a {
          font-size: 2.4rem;
          line-height: 2.8rem; } }

.category-top .other-news .news-wrapper {
  justify-content: flex-start !important; }

.category-top .other-news .news-item {
  display: flex;
  align-items: flex-start; }
  @media (min-width: 768px) {
    .category-top .other-news .news-item {
      border: none;
      display: block;
      flex: 0 0 calc(33% - 36px / 3);
      width: calc(33% - 36px / 3);
      margin-right: 18px; }
      .category-top .other-news .news-item:last-of-type {
        margin-right: 0; } }
  @media (min-width: 992px) {
    .category-top .other-news .news-item {
      border-top: 1px solid #cdd6db;
      display: flex;
      flex: 0 0 100%;
      width: 100%;
      margin-right: 0px;
      padding: 24px 0; }
      .category-top .other-news .news-item:first-of-type {
        border: none; } }
  .category-top .other-news .news-item .news-item-image {
    flex: 0 0 40%;
    width: 40%; }
    @media (min-width: 768px) {
      .category-top .other-news .news-item .news-item-image {
        flex: 0 0 100%;
        width: 100%; } }
    @media (min-width: 992px) {
      .category-top .other-news .news-item .news-item-image {
        flex: 0 0 40%;
        width: 40%; } }
  .category-top .other-news .news-item .news-item-data {
    flex: 0 0 60%;
    width: 60%;
    padding-left: 15px; }
    @media (min-width: 768px) {
      .category-top .other-news .news-item .news-item-data {
        flex: 0 0 100%;
        width: 100%;
        padding-left: 0;
        padding-top: 1rem; } }
    @media (min-width: 992px) {
      .category-top .other-news .news-item .news-item-data {
        flex: 0 0 60%;
        width: 60%;
        padding-left: 18px;
        padding-top: 0rem; } }
    .category-top .other-news .news-item .news-item-data .news-item-category {
      margin-bottom: 1rem; }
      @media (min-width: 768px) {
        .category-top .other-news .news-item .news-item-data .news-item-category {
          position: absolute;
          bottom: 100%;
          padding: 8px 15px 0 0;
          left: 0;
          margin-bottom: 0; } }
      @media (min-width: 992px) {
        .category-top .other-news .news-item .news-item-data .news-item-category {
          position: static;
          padding: 0;
          margin-bottom: 1rem; } }
    .category-top .other-news .news-item .news-item-data .news-item-title a {
      font-size: 1.4rem;
      line-height: 1.7rem; }

.subcategory-top .lead-news .news-item {
  display: block;
  border: none; }
  @media (min-width: 992px) {
    .subcategory-top .lead-news .news-item {
      padding: 24px 0; } }
  .subcategory-top .lead-news .news-item .news-item-image {
    width: 100%; }
  .subcategory-top .lead-news .news-item .news-item-data {
    width: 100%;
    padding-top: 1rem; }
    .subcategory-top .lead-news .news-item .news-item-data .news-item-category {
      position: absolute;
      bottom: 100%;
      padding: 8px 15px 0 0;
      left: 0; }
    .subcategory-top .lead-news .news-item .news-item-data .news-item-title a {
      font-size: 18px;
      line-height: 2.2rem; }
      @media (min-width: 768px) {
        .subcategory-top .lead-news .news-item .news-item-data .news-item-title a {
          font-size: 2.4rem;
          line-height: 2.8rem;
          margin-bottom: 2rem; } }
    @media (min-width: 768px) {
      .subcategory-top .lead-news .news-item .news-item-data .news-item-description {
        display: block; } }

.subcategory-top .other-news .news-wrapper {
  justify-content: space-between !important; }

.subcategory-top .other-news .news-item {
  display: flex;
  align-items: flex-start; }
  @media (min-width: 768px) {
    .subcategory-top .other-news .news-item {
      border: none;
      flex: 0 0 calc(50% - 9px);
      width: calc(50% - 9px); } }
  @media (min-width: 992px) {
    .subcategory-top .other-news .news-item {
      border-top: 1px solid #cdd6db;
      display: flex;
      flex: 0 0 100%;
      width: 100%;
      margin-right: 0px;
      padding: 24px 0; }
      .subcategory-top .other-news .news-item:first-of-type {
        border: none; } }
  .subcategory-top .other-news .news-item .news-item-image {
    flex: 0 0 40%;
    width: 40%; }
    .subcategory-top .other-news .news-item .news-item-image:after {
      padding-top: 69% !important; }
  .subcategory-top .other-news .news-item .news-item-data {
    flex: 0 0 60%;
    width: 60%;
    padding-left: 15px; }
    .subcategory-top .other-news .news-item .news-item-data .news-item-category {
      margin-bottom: 1rem; }
    .subcategory-top .other-news .news-item .news-item-data .news-item-title a {
      font-size: 1.4rem;
      line-height: 1.7rem; }

.category-top-three {
  margin-top: -20px; }
  .category-top-three .news-item {
    margin-bottom: 1.5rem;
    padding: 0;
    border: none; }
    @media (min-width: 992px) {
      .category-top-three .news-item {
        flex: 0 0 calc(33% - 36px/3);
        width: calc(33% - 36px/3);
        margin-right: 18px; }
        .category-top-three .news-item:last-of-type {
          margin-right: 0; } }
    .category-top-three .news-item:first-of-type {
      box-shadow: 0.05em 0.2em 0.6em rgba(0, 0, 0, 0.2); }
      .category-top-three .news-item:first-of-type .news-item-image {
        flex: 0 0 100%;
        width: 100%; }
      .category-top-three .news-item:first-of-type .news-item-data {
        flex: 0 0 100%;
        width: 100%;
        padding: 2rem;
        text-align: center; }
        .category-top-three .news-item:first-of-type .news-item-data .news-item-category {
          margin-bottom: 1rem;
          position: relative;
          padding: 0; }
        .category-top-three .news-item:first-of-type .news-item-data .news-item-title {
          margin-bottom: 1rem; }
          .category-top-three .news-item:first-of-type .news-item-data .news-item-title a {
            font-size: 18px;
            line-height: 2.2rem; }
            @media (min-width: 768px) {
              .category-top-three .news-item:first-of-type .news-item-data .news-item-title a {
                font-size: 2.4rem;
                line-height: 2.8rem; } }
            @media (min-width: 992px) {
              .category-top-three .news-item:first-of-type .news-item-data .news-item-title a {
                font-size: 1.8rem;
                line-height: 2.3rem; } }
        .category-top-three .news-item:first-of-type .news-item-data .news-item-description {
          display: block;
          font-size: 1.2rem;
          line-height: 1.5rem; }
          @media (min-width: 768px) {
            .category-top-three .news-item:first-of-type .news-item-data .news-item-description {
              font-size: 1.4rem;
              line-height: 1.7rem; } }
          @media (min-width: 992px) {
            .category-top-three .news-item:first-of-type .news-item-data .news-item-description {
              line-height: 2.2rem; } }
    .category-top-three .news-item:first-of-type ~ .news-item {
      box-shadow: 0.05em 0.2em 0.6em rgba(0, 0, 0, 0.2);
      padding: 15px;
      display: flex;
      align-items: flex-start; }
      @media (min-width: 992px) {
        .category-top-three .news-item:first-of-type ~ .news-item {
          display: block;
          padding: 0; } }
      .category-top-three .news-item:first-of-type ~ .news-item .news-item-image {
        flex: 0 0 40%;
        width: 40%; }
        .category-top-three .news-item:first-of-type ~ .news-item .news-item-image:after {
          padding-top: 68%; }
          @media (min-width: 992px) {
            .category-top-three .news-item:first-of-type ~ .news-item .news-item-image:after {
              padding-top: 56%; } }
        @media (min-width: 992px) {
          .category-top-three .news-item:first-of-type ~ .news-item .news-item-image {
            flex: 0 0 100%;
            width: 100%; } }
      .category-top-three .news-item:first-of-type ~ .news-item .news-item-data {
        flex: 0 0 60%;
        width: 60%;
        padding-left: 1.5rem; }
        @media (min-width: 992px) {
          .category-top-three .news-item:first-of-type ~ .news-item .news-item-data {
            flex: 0 0 100%;
            width: 100%;
            padding: 2rem;
            text-align: center; } }
        .category-top-three .news-item:first-of-type ~ .news-item .news-item-data .news-item-category {
          margin-bottom: 1rem; }
        @media (min-width: 768px) {
          .category-top-three .news-item:first-of-type ~ .news-item .news-item-data .news-item-title {
            margin-bottom: 1rem; } }
        .category-top-three .news-item:first-of-type ~ .news-item .news-item-data .news-item-title a {
          font-size: 14px;
          line-height: 1.7rem; }
          @media (min-width: 768px) {
            .category-top-three .news-item:first-of-type ~ .news-item .news-item-data .news-item-title a {
              font-size: 2.4rem;
              line-height: 2.8rem; } }
          @media (min-width: 992px) {
            .category-top-three .news-item:first-of-type ~ .news-item .news-item-data .news-item-title a {
              font-size: 1.8rem;
              line-height: 2.3rem; } }
        @media (min-width: 768px) {
          .category-top-three .news-item:first-of-type ~ .news-item .news-item-data .news-item-description {
            display: block;
            font-size: 1.4rem;
            line-height: 1.7rem; } }
        @media (min-width: 992px) {
          .category-top-three .news-item:first-of-type ~ .news-item .news-item-data .news-item-description {
            line-height: 2.2rem; } }

.breadcrumbs {
  display: none; }
  @media (min-width: 768px) {
    .breadcrumbs {
      display: block; } }
  .breadcrumbs ol {
    display: flex;
    flex-wrap: wrap; }
    .breadcrumbs ol li {
      font-size: 12px;
      line-height: 15px;
      font-weight: 700;
      color: #8a9599; }
      .breadcrumbs ol li + li:before {
        content: '>';
        display: inline-block;
        padding: 0 0.7rem;
        color: inherit;
        font-weight: 400; }
      .breadcrumbs ol li a {
        font-weight: 400;
        color: inherit; }
        .breadcrumbs ol li a:hover {
          text-decoration: underline; }

.travel-news .btn-primary {
  background: tomato !important; }

.single-news {
  padding-right: 0 !important; }
  .single-news::after {
    display: block;
    clear: both;
    content: ""; }
  .single-news * {
    letter-spacing: normal;
    transition: 0.3s linear; }
  .single-news h1,
  .single-news h2,
  .single-news h3,
  .single-news h4,
  .single-news h5,
  .single-news h6 {
    margin-bottom: 2rem; }
  .single-news .embed-responsive {
    margin-bottom: 1.5rem; }
    @media (min-width: 768px) {
      .single-news .embed-responsive {
        margin-bottom: 2rem; } }
    @media (min-width: 992px) {
      .single-news .embed-responsive {
        margin-bottom: 2.5rem; } }
    .single-news .embed-responsive iframe {
      width: 100%; }
    .single-news .embed-responsive[data-socialembed="instagram"] iframe {
      position: relative;
      max-width: none !important; }
  .single-news figure {
    position: relative;
    margin-bottom: 1.5rem;
    text-align: right; }
    @media (min-width: 768px) {
      .single-news figure {
        margin-bottom: 2rem; } }
    @media (min-width: 992px) {
      .single-news figure {
        margin-bottom: 2.5rem; } }
    .single-news figure.lead-media {
      position: relative;
      overflow: hidden; }
      .single-news figure.lead-media:before {
        content: '';
        display: block;
        padding-top: 56.65%; }
      .single-news figure.lead-media img, .single-news figure.lead-media video, .single-news figure.lead-media iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
      .single-news figure.lead-media img {
        object-fit: cover; }
    .single-news figure.single-news-img {
      display: flex;
      flex-wrap: wrap; }
      .single-news figure.single-news-img img {
        margin-bottom: 1rem; }
      .single-news figure.single-news-img .image-source {
        font-size: 12px;
        color: #ccc;
        font-style: normal;
        display: inline-block;
        order: 1;
        margin-bottom: 0 !important;
        line-height: 17px; }
    .single-news figure figcaption {
      position: relative !important;
      text-align: right;
      font-size: 14px !important;
      line-height: 17px !important;
      font-style: italic;
      padding: 0px 5px !important;
      color: #000 !important;
      display: inline-block;
      margin-left: auto; }
    .single-news figure .source {
      font-size: 12px;
      color: #ccc;
      font-style: normal;
      display: inline-block; }
    .single-news figure img {
      display: block; }
  .single-news .single-news-header .single-news-category {
    font-size: 12px;
    margin-bottom: 2rem;
    text-transform: uppercase;
    color: #005587;
    display: inline-block;
    text-rendering: optimizeLegibility; }
  .single-news .single-news-header .single-news-title {
    font-size: 2.4rem;
    line-height: 3rem;
    display: inline;
    padding-right: 1rem; }
    @media (min-width: 768px) {
      .single-news .single-news-header .single-news-title {
        font-size: 3.2rem;
        line-height: 4rem; } }
    .single-news .single-news-header .single-news-title + .single-news-comments {
      position: relative;
      top: 2px;
      display: inline-flex;
      align-items: center; }
      @media (min-width: 768px) {
        .single-news .single-news-header .single-news-title + .single-news-comments {
          top: 5px; } }
      .single-news .single-news-header .single-news-title + .single-news-comments:hover .comment-text {
        color: #017df4; }
      .single-news .single-news-header .single-news-title + .single-news-comments .far {
        font-size: 2.5rem;
        color: #002e44;
        margin-right: 1rem; }
        @media (min-width: 768px) {
          .single-news .single-news-header .single-news-title + .single-news-comments .far {
            font-size: 3.5rem; } }
      .single-news .single-news-header .single-news-title + .single-news-comments .comment-text {
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 700;
        color: #002e44; }
  .single-news .single-news-header .single-news-info {
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
    line-height: 1.5rem;
    display: flex;
    color: #969696; }
    .single-news .single-news-header .single-news-info .single-news-author a {
      color: #969696;
      font-weight: 700; }
    .single-news .single-news-header .single-news-info .single-news-author:after {
      content: '·';
      padding: 0 10px; }
    .single-news .single-news-header .single-news-info .published-wrapper {
      display: flex; }
  .single-news .single-news-header .lead-image-title {
    position: relative;
    text-align: right;
    font-size: 14px;
    line-height: 17px;
    font-style: italic;
    padding: 2px 5px;
    margin-bottom: 2rem;
    margin-top: -1.5rem;
    color: #000 !important; }
    .single-news .single-news-header .lead-image-title .source {
      font-size: 12px;
      color: #ccc;
      font-style: normal; }
  .single-news .single-news-aside {
    order: 2;
    flex: 0 0 100%;
    width: 100%;
    padding: 30px 0;
    border-top: 2px solid #f2f2f2; }
    @media (min-width: 768px) {
      .single-news .single-news-aside {
        display: block;
        flex: 0 0 80px;
        width: 80px;
        order: 0;
        position: sticky;
        position: -webkit-sticky;
        top: 100px;
        align-self: flex-start;
        padding: 0;
        border-top: none; } }
    .single-news .single-news-aside .share-label {
      color: #002e44;
      font-size: 9px;
      text-transform: uppercase;
      text-align: center; }
    .single-news .single-news-aside .share-media {
      display: flex;
      width: 100%;
      justify-content: center; }
      @media (min-width: 768px) {
        .single-news .single-news-aside .share-media {
          flex-wrap: wrap;
          width: 34px;
          margin: 0 auto; } }
      .single-news .single-news-aside .share-media a {
        flex: 0 0 34px;
        height: 34px;
        width: 34px;
        display: block;
        line-height: 34px;
        color: #fff;
        font-size: 2rem;
        text-align: center;
        background-color: #0067ae;
        margin: 1px; }
        .single-news .single-news-aside .share-media a.more-share-icon + a {
          background-color: transparent;
          color: #0067ae; }
          .travel-news .single-news .single-news-aside .share-media a.more-share-icon + a {
            color: #ff855c; }
          .single-news .single-news-aside .share-media a.more-share-icon + a ~ a {
            display: none; }
        .travel-news .single-news .single-news-aside .share-media a {
          background-color: #ff855c; }
  .single-news .single-news-data {
    flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 768px) {
      .single-news .single-news-data {
        flex: 0 0 calc(100% - 80px);
        max-width: calc(100% - 80px); } }
  .single-news .font-size-action {
    float: right;
    background-color: #fff;
    margin-left: 2rem;
    margin-bottom: 1rem;
    display: none; }
    @media (min-width: 768px) {
      .single-news .font-size-action {
        display: block; } }
    .single-news .font-size-action .label-size {
      color: #002e44;
      font-size: 9px;
      text-transform: uppercase;
      text-align: center; }
    .single-news .font-size-action a {
      flex: 0 0 40px;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      border: 1px solid #005587;
      color: #005587;
      transition: 0.3s linear;
      font-weight: 700; }
      .travel-news .single-news .font-size-action a {
        border-color: #ff855c;
        color: #ff855c; }
      .single-news .font-size-action a.active {
        color: #fff;
        background-color: #005587; }
        .travel-news .single-news .font-size-action a.active {
          background-color: #ff855c; }
      .single-news .font-size-action a.regular-font {
        font-size: 1.2rem; }
      .single-news .font-size-action a.zoom-font {
        font-size: 1.8rem; }
  .single-news .single-news-content p {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 1.9rem; }
    .zoom-font .single-news .single-news-content p {
      font-size: 2rem;
      line-height: 2.5rem; }
  .single-news .single-news-content a {
    color: #017df4; }
    .travel-news .single-news .single-news-content a {
      color: #f53e00; }
    .zoom-font .single-news .single-news-content a {
      font-size: 2rem; }
  .single-news .single-news-content h1 {
    font-size: 2.6rem; }
    .zoom-font .single-news .single-news-content h1 {
      font-size: 3.2rem; }
    @media (min-width: 768px) {
      .single-news .single-news-content h1 {
        font-size: 3.2rem; }
        .zoom-font .single-news .single-news-content h1 {
          font-size: 3.6rem; } }
    @media (min-width: 992px) {
      .single-news .single-news-content h1 {
        font-size: 4rem; }
        .zoom-font .single-news .single-news-content h1 {
          font-size: 4.6rem; } }
  .single-news .single-news-content h2 {
    font-size: 2.4rem; }
    .zoom-font .single-news .single-news-content h2 {
      font-size: 2.8rem; }
    @media (min-width: 768px) {
      .single-news .single-news-content h2 {
        font-size: 2.8rem; }
        .zoom-font .single-news .single-news-content h2 {
          font-size: 3.2rem; } }
    @media (min-width: 992px) {
      .single-news .single-news-content h2 {
        font-size: 3.2rem; }
        .zoom-font .single-news .single-news-content h2 {
          font-size: 3.6rem; } }
  .single-news .single-news-content h3 {
    font-size: 2.2rem; }
    .zoom-font .single-news .single-news-content h3 {
      font-size: 2.4rem; }
    @media (min-width: 768px) {
      .single-news .single-news-content h3 {
        font-size: 2.5rem; }
        .zoom-font .single-news .single-news-content h3 {
          font-size: 2.6rem; } }
    @media (min-width: 992px) {
      .single-news .single-news-content h3 {
        font-size: 2.8rem; }
        .zoom-font .single-news .single-news-content h3 {
          font-size: 2rem; } }
  .single-news .single-news-content h4 {
    font-size: 2rem; }
    .zoom-font .single-news .single-news-content h4 {
      font-size: 2.2rem; }
    @media (min-width: 768px) {
      .single-news .single-news-content h4 {
        font-size: 2.2rem; }
        .zoom-font .single-news .single-news-content h4 {
          font-size: 2.4rem; } }
    @media (min-width: 992px) {
      .single-news .single-news-content h4 {
        font-size: 2.4rem; }
        .zoom-font .single-news .single-news-content h4 {
          font-size: 2.6rem; } }
  .single-news .single-news-content h5 {
    font-size: 1.8rem; }
    .zoom-font .single-news .single-news-content h5 {
      font-size: 2rem; }
    @media (min-width: 768px) {
      .single-news .single-news-content h5 {
        font-size: 2rem; }
        .zoom-font .single-news .single-news-content h5 {
          font-size: 2.2rem; } }
    @media (min-width: 992px) {
      .single-news .single-news-content h5 {
        font-size: 2.2rem; }
        .zoom-font .single-news .single-news-content h5 {
          font-size: 2.4rem; } }
  .single-news .single-news-content h6 {
    font-size: 1.6rem; }
    .zoom-font .single-news .single-news-content h6 {
      font-size: 2rem; }
  .single-news .single-news-content blockquote {
    padding: 10px 0;
    border-left: 9px solid #017df4;
    padding-left: 10px;
    color: #888;
    font-style: italic;
    margin-bottom: 2rem;
    font-size: 1.6rem;
    line-height: 2.4rem; }
    .zoom-font .single-news .single-news-content blockquote {
      font-size: 2rem; }
    .travel-news .single-news .single-news-content blockquote {
      border-left: 9px solid #ff855c; }
    @media (min-width: 768px) {
      .single-news .single-news-content blockquote {
        margin-bottom: 2rem; } }
    @media (min-width: 992px) {
      .single-news .single-news-content blockquote {
        margin-bottom: 2.5rem; } }
    .single-news .single-news-content blockquote > * {
      margin-bottom: 0; }
  .single-news .single-news-content table,
  .single-news .single-news-content td,
  .single-news .single-news-content th {
    border: 1px solid #444;
    border-collapse: collapse;
    border-spacing: 0; }
  .single-news .single-news-content table {
    margin-bottom: 2rem;
    width: 100%; }
    .single-news .single-news-content table td,
    .single-news .single-news-content table th {
      padding: 5px;
      font-size: 1.4rem;
      line-height: 1.25; }
      .zoom-font .single-news .single-news-content table td, .zoom-font
      .single-news .single-news-content table th {
        font-size: 1.7rem; }
    .single-news .single-news-content table th {
      font-weight: 800; }
  .single-news .single-news-content::after {
    display: block;
    clear: both;
    content: ""; }
  .single-news .single-news-content ul {
    margin-bottom: 2rem; }
    .zoom-font .single-news .single-news-content ul li {
      font-size: 2rem; }
  .single-news .single-news-content figure.pull-left {
    float: left;
    margin-right: 10px; }
  .single-news .single-news-content figure.pull-right {
    float: right;
    margin-left: 10px; }
  .single-news .single-news-content figure img {
    height: auto !important;
    width: 100%;
    align-self: flex-start; }
  .single-news .single-news-tags {
    border-top: 2px solid #f2f2f2;
    border-bottom: 2px solid #f2f2f2; }
    .single-news .single-news-tags .tag-label {
      font-size: 2rem;
      text-transform: uppercase;
      line-height: 3rem;
      margin-right: 1rem; }
    .single-news .single-news-tags .news-tags a {
      display: inline-block;
      color: #fff;
      text-transform: uppercase;
      font-size: 14px;
      line-height: 17px;
      margin: 0 2px;
      padding: 7px 15px;
      text-decoration: none;
      font-weight: 700;
      transition: 0.3s linear;
      background-color: #017df4;
      margin-bottom: 0.5rem;
      border-radius: 40px; }
      .travel-news .single-news .single-news-tags .news-tags a {
        background-color: #ff855c; }
      .single-news .single-news-tags .news-tags a:hover {
        opacity: 0.7; }
  .single-news .anterfile {
    padding: 15px;
    background: #dedede;
    margin-bottom: 2rem;
    border: 2px solid #999; }
    @media (min-width: 576px) {
      .single-news .anterfile.pull-left {
        width: 50%;
        margin-right: 15px;
        margin-left: 0;
        margin-bottom: 2rem !important; }
      .single-news .anterfile.pull-right {
        width: 50%;
        margin-left: 10px;
        margin-right: 0;
        margin-bottom: 2rem !important; } }
    .single-news .anterfile h1,
    .single-news .anterfile h2,
    .single-news .anterfile h3,
    .single-news .anterfile h4,
    .single-news .anterfile h5,
    .single-news .anterfile h6 {
      color: #017df4; }
      .travel-news .single-news .anterfile h1, .travel-news
      .single-news .anterfile h2, .travel-news
      .single-news .anterfile h3, .travel-news
      .single-news .anterfile h4, .travel-news
      .single-news .anterfile h5, .travel-news
      .single-news .anterfile h6 {
        color: #f53e00; }
    .single-news .anterfile p:last-of-type {
      margin-bottom: 0px; }
  .single-news .quote {
    padding: 15px 40px;
    margin-bottom: 20px;
    width: 100%;
    position: relative;
    font-style: italic;
    background: #dedede; }
    @media (min-width: 576px) {
      .single-news .quote.pull-left {
        width: 50%;
        margin-right: 10px; }
      .single-news .quote.pull-right {
        width: 50%;
        margin-left: 10px; } }
    .single-news .quote h5 {
      color: #017df4;
      font-size: 2rem; }
      .travel-news .single-news .quote h5 {
        color: #f53e00; }
    .single-news .quote p:last-of-type {
      margin-bottom: 0; }
    .single-news .quote:before {
      content: "“";
      color: inherit;
      font-size: 50px;
      position: absolute;
      top: 0px;
      left: 0px;
      font-weight: bold;
      color: #017df4;
      font-family: sans-serif; }
    .single-news .quote:after {
      content: "”";
      color: #017df4;
      font-size: 50px;
      position: absolute;
      bottom: -25px;
      right: 15px;
      font-weight: bold;
      font-family: sans-serif; }
    .single-news .quote p {
      font-size: 1.5rem;
      line-height: 1.9rem;
      color: #171717; }
  .single-news .inlineImage_center {
    text-align: center;
    width: 100%;
    margin-bottom: 15px; }
  .single-news .gallery-wrapper {
    margin-bottom: 2rem; }
    .single-news .gallery-wrapper img {
      display: block; }
    .single-news .gallery-wrapper .gallery-item {
      display: none !important;
      text-decoration: none;
      position: relative; }
      .single-news .gallery-wrapper .gallery-item:first-of-type {
        display: block !important; }
      .single-news .gallery-wrapper .gallery-item .figure-caption {
        font-size: 1.4rem;
        line-height: 1.8rem;
        font-style: italic;
        color: #000;
        text-decoration: none; }
      .single-news .gallery-wrapper .gallery-item .display-gallery {
        position: absolute;
        top: 50%;
        left: 50%;
        background: #017df4;
        transform: translate(-50%, -50%);
        border-radius: 5px;
        padding: 0 5px; }
        .travel-news .single-news .gallery-wrapper .gallery-item .display-gallery {
          background: #f53e00; }
        .single-news .gallery-wrapper .gallery-item .display-gallery:hover {
          opacity: 0.9; }
        .single-news .gallery-wrapper .gallery-item .display-gallery .fa {
          width: 35px;
          height: 35px;
          line-height: 35px;
          color: #fff;
          font-size: 2.4rem;
          text-align: center;
          transition: 0.4s linear; }
        .single-news .gallery-wrapper .gallery-item .display-gallery span:last-of-type {
          font-size: 1.4rem;
          color: #fff;
          white-space: nowrap; }

.fancybox-caption {
  padding: 15px 5px;
  opacity: 1 !important;
  visibility: visible !important;
  font-style: italic; }
  @media (min-width: 768px) {
    .fancybox-caption {
      padding: 15px; }
      .fancybox-caption:after {
        left: 15px;
        right: 15px; } }
  .fancybox-caption .description {
    max-width: 350px; }
  .fancybox-caption .signature {
    text-align: right;
    max-width: 350px;
    margin-left: auto; }
  .fancybox-caption:after {
    left: 5px;
    right: 5px; }

.gallery-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 2rem; }
  .gallery-slider .swiper-button-next,
  .gallery-slider .swiper-button-prev {
    width: auto;
    height: auto;
    background: #017df4;
    top: calc(67.1vw / 2);
    margin-top: 0;
    transform: translateY(-50%);
    border-radius: 50%;
    overflow: hidden; }
    .single-news .gallery-slider .swiper-button-next, .single-news
    .gallery-slider .swiper-button-prev {
      background-color: #fff !important; }
    @media (min-width: 768px) {
      .gallery-slider .swiper-button-next,
      .gallery-slider .swiper-button-prev {
        top: calc(60vw / 2); }
        .single-news .gallery-slider .swiper-button-next, .single-news
        .gallery-slider .swiper-button-prev {
          top: calc(60vw / 2); } }
    @media (min-width: 992px) {
      .gallery-slider .swiper-button-next,
      .gallery-slider .swiper-button-prev {
        top: calc(45vw / 2); }
        .single-news .gallery-slider .swiper-button-next, .single-news
        .gallery-slider .swiper-button-prev {
          top: calc(45vw / 2); } }
    @media (min-width: 1260px) {
      .gallery-slider .swiper-button-next,
      .gallery-slider .swiper-button-prev {
        top: calc(541px / 2); }
        .single-news .gallery-slider .swiper-button-next, .single-news
        .gallery-slider .swiper-button-prev {
          top: calc(541px / 2); } }
  .gallery-slider .swiper-button-prev {
    left: 10px; }
    .gallery-slider .swiper-button-prev:after {
      width: 30px;
      height: 30px;
      line-height: 30px;
      display: block;
      color: #fff;
      font-size: 2rem;
      text-align: center;
      content: "\f104";
      font-family: "Font Awesome 5 Solid", "FontAwesome"; }
      .single-news .gallery-slider .swiper-button-prev:after {
        width: 30px !important;
        height: 30px !important;
        line-height: 30px !important;
        display: block;
        color: #000 !important;
        font-size: 2rem;
        background-color: #fff; }
      @media (min-width: 768px) {
        .gallery-slider .swiper-button-prev:after {
          width: 40px;
          height: 40px;
          line-height: 40px;
          font-size: 2.5rem; } }
      @media (min-width: 992px) {
        .gallery-slider .swiper-button-prev:after {
          width: 50px;
          height: 50px;
          line-height: 50px;
          font-size: 3rem; } }
      @media (min-width: 1260px) {
        .gallery-slider .swiper-button-prev:after {
          width: 60px;
          height: 60px;
          line-height: 60px;
          font-size: 3.5rem; } }
  .gallery-slider .swiper-button-next {
    right: 10px; }
    .gallery-slider .swiper-button-next:after {
      width: 30px;
      height: 30px;
      line-height: 30px;
      display: block;
      color: #fff;
      font-size: 2rem;
      text-align: center;
      content: "\f105";
      font-family: "Font Awesome 5 Solid", "FontAwesome"; }
      .single-news .gallery-slider .swiper-button-next:after {
        width: 30px !important;
        height: 30px !important;
        line-height: 30px !important;
        display: block;
        color: #000 !important;
        font-size: 2rem;
        background-color: #fff; }
      @media (min-width: 768px) {
        .gallery-slider .swiper-button-next:after {
          width: 40px;
          height: 40px;
          line-height: 40px;
          font-size: 2.5rem; } }
      @media (min-width: 992px) {
        .gallery-slider .swiper-button-next:after {
          width: 50px;
          height: 50px;
          line-height: 50px;
          font-size: 3rem; } }
      @media (min-width: 1260px) {
        .gallery-slider .swiper-button-next:after {
          width: 60px;
          height: 60px;
          line-height: 60px;
          font-size: 3.5rem; } }
  .gallery-slider img {
    display: block;
    max-width: 100%;
    max-height: 100%; }
  .gallery-slider .news-detail {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 2;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
    background: linear-gradient(180deg, rgba(97, 97, 99, 0) 0%, rgba(0, 0, 0, 0.7) 100%); }
  .gallery-slider .gallery-top {
    overflow: hidden; }
    .gallery-slider .gallery-top .swiper-slide {
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #eee; }
      .gallery-slider .gallery-top .swiper-slide:after {
        padding-top: 66.9%; }
      .gallery-slider .gallery-top .swiper-slide img {
        width: auto;
        height: auto;
        right: 0;
        bottom: 0;
        margin: auto; }
  .gallery-slider .gallery-thumbs {
    padding: 8px 0;
    background: #fff;
    overflow: hidden;
    position: relative;
    top: -2px; }
    .single-news .gallery-slider .gallery-thumbs {
      padding: 0 !important;
      background-color: #000;
      border: 4px solid #000; }
    @media (min-width: 992px) {
      .gallery-slider .gallery-thumbs {
        padding: 13px 0; } }
    .gallery-slider .gallery-thumbs .swiper-slide {
      border-top: 3px solid transparent;
      background-color: #fff !important;
      cursor: pointer;
      width: calc(100% / 3 - 16px / 3);
      margin-right: 8px; }
      .gallery-slider .gallery-thumbs .swiper-slide.swiper-slide-active {
        border-top: 3px solid #017df4; }
      .single-news .gallery-slider .gallery-thumbs .swiper-slide {
        width: calc(100% / 3 - 8px / 3);
        margin-right: 4px !important;
        border-top: none;
        opacity: 0.5; }
        .single-news .gallery-slider .gallery-thumbs .swiper-slide.swiper-slide-active {
          border-top: none;
          opacity: 1; }
      @media (min-width: 576px) {
        .gallery-slider .gallery-thumbs .swiper-slide {
          width: calc(25% - 24px / 4); }
          .single-news .gallery-slider .gallery-thumbs .swiper-slide {
            width: calc(100% / 4 - 4px/4); } }
      @media (min-width: 992px) {
        .gallery-slider .gallery-thumbs .swiper-slide {
          width: calc(20% - 52px / 5);
          margin-right: 13px; }
          .single-news .gallery-slider .gallery-thumbs .swiper-slide {
            width: calc(100% / 5 - 12px/5); } }
      .gallery-slider .gallery-thumbs .swiper-slide .news-item-image {
        overflow: hidden; }
        .gallery-slider .gallery-thumbs .swiper-slide .news-item-image:after {
          padding-top: 75%; }
        .gallery-slider .gallery-thumbs .swiper-slide .news-item-image img {
          max-width: none !important;
          min-width: none !important;
          height: 100% !important;
          max-height: none; }
    .gallery-slider .gallery-thumbs figure {
      margin-bottom: 0px;
      float: none !important;
      margin-right: 0 !important; }

.image-data {
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
  .gallery-slider .image-data {
    position: absolute;
    padding: 30px 10px 10px; }
    @media (min-width: 768px) {
      .gallery-slider .image-data {
        padding: 30px 15px 15px; } }
  .image-data .gallery-counter {
    font-size: 1.7rem;
    line-height: 2.1rem;
    margin-bottom: 0.5rem;
    font-weight: 800; }
    @media (min-width: 992px) {
      .image-data .gallery-counter {
        margin-bottom: 1rem; } }
  .image-data h2 {
    font-size: 1.6rem !important;
    line-height: 2rem !important;
    overflow: hidden;
    max-height: 4rem;
    height: auto;
    margin-bottom: 0.5rem;
    font-weight: 900; }
    @media (min-width: 768px) {
      .image-data h2 {
        font-size: 2rem !important;
        line-height: 2.4rem !important;
        overflow: hidden;
        max-height: 4.8rem;
        height: auto; } }
    @media (min-width: 992px) {
      .image-data h2 {
        font-size: 2.6rem !important;
        line-height: 3rem !important;
        overflow: hidden;
        max-height: 6rem;
        height: auto;
        margin-bottom: 1rem; } }
    @media (min-width: 1260px) {
      .image-data h2 {
        font-size: 3.2rem !important;
        line-height: 3.8rem !important;
        overflow: hidden;
        max-height: 7.6rem;
        height: auto; } }
  .image-data p {
    font-size: 1.4rem !important;
    line-height: 1.7rem !important;
    overflow: hidden;
    max-height: 3.4rem;
    height: auto;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .image-data p {
        font-size: 1.6rem !important;
        line-height: 2rem !important;
        overflow: hidden;
        max-height: 4rem;
        height: auto; } }

.single-news-recommendation {
  padding: 4rem 0;
  border-top: 2px solid #f2f2f2; }
  .single-news-recommendation .recommendation-title {
    font-size: 1.6rem !important;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .single-news-recommendation .recommendation-title {
        padding-top: 1rem;
        padding-right: 1rem;
        font-size: 1.8rem !important; } }
    @media (min-width: 992px) {
      .single-news-recommendation .recommendation-title {
        font-size: 2.4rem !important; } }
  .single-news-recommendation .news-item {
    border: none;
    padding: 1rem 0 !important;
    padding-left: 20px !important;
    position: relative; }
    .single-news-recommendation .news-item:before {
      content: '·';
      position: absolute;
      left: 5px;
      top: -5px;
      font-size: 4rem;
      color: #1b71a3; }
    .single-news-recommendation .news-item .news-item-image {
      display: none !important; }
    .single-news-recommendation .news-item .news-item-data .news-item-category {
      display: none !important; }
    .single-news-recommendation .news-item .news-item-data .news-item-title a {
      font-size: 1.6rem;
      line-height: 2rem;
      color: #000  !important;
      transition: 0.3s linear; }
      .single-news-recommendation .news-item .news-item-data .news-item-title a:hover {
        color: #017df4 !important; }
        .travel-news .single-news-recommendation .news-item .news-item-data .news-item-title a:hover {
          color: #f53e00 !important; }

.gallery-page .news-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between; }
  .gallery-page .news-wrapper .news-item {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 0;
    border: 0; }
    @media (min-width: 400px) {
      .gallery-page .news-wrapper .news-item {
        flex: 0 0 calc(50% - 15px/2);
        max-width: calc(50% - 15px/2); } }
    @media (min-width: 768px) {
      .gallery-page .news-wrapper .news-item {
        flex: 0 0 calc(25% - 45px/4);
        max-width: calc(25% - 45px/4);
        margin-bottom: 3rem; } }
    .gallery-page .news-wrapper .news-item .news-item-image {
      margin-bottom: 0.5rem; }
    .gallery-page .news-wrapper .news-item .news-item-data .news-item-info {
      display: none !important; }
    .gallery-page .news-wrapper .news-item .news-item-data .news-item-title a {
      font-size: 1.4rem;
      line-height: 1.8rem; }
      @media (min-width: 992px) {
        .gallery-page .news-wrapper .news-item .news-item-data .news-item-title a {
          font-size: 1.6rem;
          line-height: 2rem; } }

.related-news {
  padding: 4rem 0; }
  @media (min-width: 768px) {
    .related-news {
      display: flex; } }
  .related-news .related-title {
    font-size: 1.6rem !important;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .related-news .related-title {
        padding-top: 0.5rem;
        padding-right: 1rem;
        font-size: 1.8rem !important; } }
  .related-news .news-item {
    border: none;
    padding: 0.5rem 0 !important;
    padding-left: 20px !important;
    position: relative; }
    .related-news .news-item:before {
      content: '·';
      position: absolute;
      left: 5px;
      top: -9px;
      font-size: 4rem;
      color: #017df4; }
      .travel-news .related-news .news-item:before {
        color: #000; }
    .related-news .news-item .news-item-image {
      display: none !important; }
    .related-news .news-item .news-item-data .news-item-category {
      display: none !important; }
    .related-news .news-item .news-item-data .news-item-title a {
      font-size: 1.6rem;
      line-height: 2rem; }

.video-intro .section-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 2rem; }
  .video-intro .section-header .section-title {
    color: #fff;
    padding-left: 0;
    margin-bottom: 2rem; }
    .video-intro .section-header .section-title:before {
      display: none; }

.video-intro .news-item {
  margin-bottom: 2rem;
  border: none; }
  .video-intro .news-item .news-item-media {
    position: relative; }
    .video-intro .news-item .news-item-media:after {
      content: '';
      padding-top: 56%;
      display: block; }
    .video-intro .news-item .news-item-media > * {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block;
      border: none; }
  .video-intro .news-item .news-item-data {
    padding-top: 1rem; }
    .video-intro .news-item .news-item-data .news-item-category {
      background-color: transparent;
      color: #fff;
      margin-bottom: 1rem; }
    .video-intro .news-item .news-item-data .news-item-title {
      margin-bottom: 2rem; }
      .video-intro .news-item .news-item-data .news-item-title a {
        color: #fff;
        font-size: 1.8rem;
        line-height: 2.3rem; }
        @media (min-width: 768px) {
          .video-intro .news-item .news-item-data .news-item-title a {
            font-size: 2.4rem;
            line-height: 2.8rem; } }
    .video-intro .news-item .news-item-data .date-published {
      display: block;
      color: #fff;
      margin-bottom: 2rem; }
    .video-intro .news-item .news-item-data .news-item-description {
      display: block;
      color: #fff;
      margin-bottom: 2rem;
      font-size: 1.4rem;
      line-height: 1.7rem; }
      .video-intro .news-item .news-item-data .news-item-description a {
        color: #fff;
        display: block; }
    .video-intro .news-item .news-item-data .share-news {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      background-color: transparent; }
      .video-intro .news-item .news-item-data .share-news a {
        flex: 0 0 32px;
        height: 32px;
        width: 32px;
        display: block;
        line-height: 34px;
        color: #fff;
        font-size: 2rem;
        text-align: center;
        background-color: #0067ae;
        margin: 1px; }
        @media (min-width: 450px) {
          .video-intro .news-item .news-item-data .share-news a {
            flex: 0 0 34px;
            height: 34px;
            width: 34px; } }
        .video-intro .news-item .news-item-data .share-news a.more-share-icon + a {
          background-color: transparent;
          color: #fff; }
          .travel-news .video-intro .news-item .news-item-data .share-news a.more-share-icon + a {
            color: #ff855c; }
          .video-intro .news-item .news-item-data .share-news a.more-share-icon + a ~ a {
            display: none; }
        .travel-news .video-intro .news-item .news-item-data .share-news a {
          background-color: #ff855c; }
      .video-intro .news-item .news-item-data .share-news .show-clipboard {
        display: none; }
  .video-intro .news-item .full-article {
    display: block;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.7rem;
    margin-top: 2rem; }

.bulletin .bulletin-wrapper {
  max-width: 1050px;
  margin: 0 auto 30px; }

.bulletin .lead-media-video {
  position: relative; }
  .bulletin .lead-media-video:after {
    padding-top: 56%;
    content: '';
    display: block; }
  .bulletin .lead-media-video > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .bulletin .lead-media-video > * img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.bulletin .bulletin-slider {
  position: relative;
  width: calc(100% - 80px);
  margin: 0 auto; }
  .bulletin .bulletin-slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%; }
    .bulletin .bulletin-slider .owl-nav button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 40px;
      height: 40px;
      font-style: 4rem;
      color: #fff;
      line-height: 40px;
      text-align: center; }
      .bulletin .bulletin-slider .owl-nav button:hover {
        background: transparent; }
      .bulletin .bulletin-slider .owl-nav button span {
        width: 30px;
        height: 30px;
        color: transparent;
        border-left: 1px solid #fff;
        border-top: 1px solid #fff;
        display: block; }
      .bulletin .bulletin-slider .owl-nav button.owl-prev {
        left: -30px; }
        .bulletin .bulletin-slider .owl-nav button.owl-prev span {
          transform: rotate(-45deg); }
      .bulletin .bulletin-slider .owl-nav button.owl-next {
        right: -40px; }
        .bulletin .bulletin-slider .owl-nav button.owl-next span {
          transform: rotate(130deg); }
  .bulletin .bulletin-slider .owl-item {
    opacity: 0.5; }
    .bulletin .bulletin-slider .owl-item.active {
      opacity: 1; }
      .bulletin .bulletin-slider .owl-item.active + .active {
        opacity: 0.5; }
    .bulletin .bulletin-slider .owl-item.center {
      opacity: 1 !important; }
    @media (min-width: 768px) {
      .bulletin .bulletin-slider .owl-item.active {
        opacity: 0.5; } }
  .bulletin .bulletin-slider .news-item {
    border: none; }
    .bulletin .bulletin-slider .news-item .news-item-data {
      padding-top: 1rem; }
      .bulletin .bulletin-slider .news-item .news-item-data .news-item-category {
        color: #fff;
        position: absolute;
        bottom: 100%;
        background: #113447;
        padding: 8px 15px 0 0; }
      .bulletin .bulletin-slider .news-item .news-item-data .news-item-title a {
        color: #fff;
        font-size: 16px;
        line-height: 1.9rem; }

.vukle-news .news-item {
  padding: 0 !important;
  margin-bottom: 1rem;
  border: 1px solid #cdd6db;
  display: flex;
  border-radius: 7px !important;
  overflow: hidden; }
  @media (min-width: 576px) {
    .vukle-news .news-item {
      flex: 0 0 calc(50% - 5px);
      width: calc(50% - 5px); } }
  .vukle-news .news-item .news-item-image {
    flex: 0 0 35%;
    width: 35%;
    align-self: stretch; }
    .vukle-news .news-item .news-item-image:after {
      padding-top: 75% !important; }
  .vukle-news .news-item .news-item-data {
    flex: 0 0 65%;
    width: 65%;
    padding: 5px 5px 5px 10px; }
    .vukle-news .news-item .news-item-data .news-item-title a {
      font-size: 15px;
      line-height: 19px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical; }

.vukle-news .see-more a.more {
  display: block;
  background-color: #005587;
  color: #fff;
  display: block;
  width: 100%;
  padding: 10px;
  text-align: center;
  border-radius: 5px; }

.languages img, .languages svg {
  max-width: 100px; }

.languages .languages-title {
  font-size: 2.4rem;
  line-height: 3rem;
  font-style: italic;
  font-weight: 400;
  font-family: "Merriweather", serif;
  margin-bottom: 4rem;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (min-width: 768px) {
    .languages .languages-title {
      font-size: 3.6rem;
      line-height: 5rem; } }
  .languages .languages-title:before, .languages .languages-title:after {
    content: '';
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    display: inline-block;
    background: #fff url("assets/quote-lang.svg") no-repeat center center;
    background-size: 48px auto;
    margin: 0 5px;
    opacity: 0.5;
    vertical-align: middle; }
  .languages .languages-title:before {
    transform: rotate(180deg); }

.languages .languages-subtitle {
  text-transform: none;
  font-size: 2rem;
  margin-bottom: 2.4rem; }

.languages .languages-list {
  column-count: 3;
  column-gap: 2rem;
  max-width: 600px;
  margin: 0 auto; }
  .languages .languages-list a {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 17px;
    padding: 5px 0;
    color: #017df4;
    transition: 0.3s linear;
    font-weight: 700; }
    @media (min-width: 576px) {
      .languages .languages-list a {
        font-size: 1.8rem;
        line-height: 2.3rem; } }
    .languages .languages-list a:hover, .languages .languages-list a.active {
      color: rgba(1, 125, 244, 0.6); }

.trigger-language {
  cursor: pointer;
  color: #002e44; }
  .dark-header .trigger-language {
    color: #fff; }
  .header-top .trigger-language {
    font-size: 1.4rem;
    color: #002e44;
    font-weight: 700; }
  .sidebar-menu .trigger-language {
    margin-bottom: 0;
    display: flex;
    align-items: center; }

.languages-wrapper {
  position: relative; }
  .sidebar-menu .languages-wrapper {
    border: 1px solid #ccc;
    padding: 0.5rem;
    margin-bottom: 3rem; }
    .sidebar-menu .languages-wrapper span:last-of-type {
      margin-left: auto; }
  .languages-wrapper .languages-list {
    display: none;
    position: absolute;
    z-index: 20000002 !important;
    right: -2rem;
    column-count: 3;
    column-gap: 2rem;
    box-shadow: 0 7px 12px -5px #000;
    background-color: #fff;
    padding: 1rem; }
    @media (min-width: 992px) {
      .languages-wrapper .languages-list {
        right: auto;
        left: 0; } }
    footer .languages-wrapper .languages-list {
      bottom: 5rem; }
    .header-top .languages-wrapper .languages-list {
      top: 5rem; }
    .sidebar-menu .languages-wrapper .languages-list {
      bottom: 4rem;
      left: 0;
      right: 0; }
    .languages-wrapper .languages-list a {
      display: block;
      padding: 6px 0;
      border-bottom: 1px solid #f2f6f7;
      transition: 0.3s linear;
      position: relative;
      white-space: nowrap;
      padding-right: 2rem; }
      .languages-wrapper .languages-list a:hover, .languages-wrapper .languages-list a.active {
        color: #017df4; }
        .languages-wrapper .languages-list a:hover:after, .languages-wrapper .languages-list a.active:after {
          width: 100%; }
      .languages-wrapper .languages-list a:after {
        content: '';
        width: 0;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: 0.3s linear;
        background: #017df4; }

.page-title a {
  font-size: 4rem;
  line-height: 4.6rem;
  margin-bottom: 3rem;
  display: inline-block; }
  @media (min-width: 768px) {
    .page-title a {
      font-size: 5rem;
      line-height: 5.6rem;
      margin-bottom: 4rem; } }
  @media (min-width: 1250px) {
    .page-title a {
      font-size: 6rem;
      line-height: 6.6rem;
      margin-bottom: 5rem; } }

.page-title img {
  display: block;
  max-height: 100px; }

.page-inner p {
  font-size: 1.6rem;
  line-height: 2.2rem; }

.page-inner p, .page-inner h1, .page-inner h2, .page-inner h3, .page-inner h4, .page-inner h5, .page-inner h6, .page-inner ul, .page-inner table, .page-inner blockquote {
  margin-bottom: 2rem; }

.page-inner a {
  color: #017df4;
  transition: 0.2s linear; }
  .page-inner a:hover {
    color: #0163c1; }

.page-inner .site-map a {
  display: block;
  line-height: 4rem;
  font-size: 1.5rem;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc; }

@media (min-width: 768px) {
  .page-content aside {
    border-left: 4px solid #f1f1f1; } }

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

.input-group {
  display: flex;
  width: 100%;
  min-width: 1px; }
  .input-group input {
    border-right: none !important;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    flex: 0 1 100%;
    min-width: 1px; }
  .input-group .input-group-append .btn {
    height: 100%;
    border-radius: 0px;
    font-size: 1.3rem; }

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

.form-control {
  height: auto;
  line-height: 4rem;
  transition: 0.2s linear;
  flex: 0 1 100%;
  max-width: 100%;
  width: 100%;
  display: block;
  border: 1px solid #ccc;
  background-color: #eef2f3;
  font-size: 1.4rem;
  border-radius: 0px;
  padding: 0 10px; }
  .form-control::placeholder {
    color: #aaa;
    opacity: 1; }
  .form-control.is-invalid {
    border: 1px solid red; }
  .form-control.is-valid {
    border: 1px solid #04d967; }
  .form-control:focus {
    outline: none;
    border-color: #017df4; }

.invalid-feedback {
  display: none;
  margin-top: 0.5rem;
  padding: 1rem 0;
  color: red;
  background: #ffe6e6;
  color: #cc2727;
  border-left: 2px solid #d12626; }
  .invalid-field .invalid-feedback {
    display: block; }
  .invalid-feedback .error {
    color: #cc2727;
    font-size: 1.4rem;
    font-style: italic; }
    .invalid-feedback .error:last-of-type {
      margin: 0; }

input[type="radio"],
input[typpe="checkbox"] {
  display: none; }

.fake-radio,
.fake-checkbox {
  width: 17px;
  flex: 0 0 17px;
  height: 17px;
  border-radius: 60%;
  margin-right: 1rem;
  position: relative;
  border-radius: 50%;
  overflow: hidden; }
  .fake-radio:after,
  .fake-checkbox:after {
    content: "";
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 17px;
    background-color: #d6d6d6;
    font-size: 1.1rem !important;
    color: #fff; }

.fake-checkbox {
  border-radius: 0 !important; }

input[type="radio"]:checked + .fake-radio:after,
input[type="checkbox"]:checked + .fake-checkbox:after {
  background-color: #017df4;
  content: "\f00c"; }

.radio-label {
  cursor: pointer;
  margin-bottom: 0; }

#toTop {
  display: none; }

.dark-header ~ footer {
  background-color: #00202f !important; }
  .dark-header ~ footer .footer-logo img {
    filter: brightness(0) invert(1); }
  .dark-header ~ footer .footer-top {
    background-color: #002e44;
    color: #fff; }
    .dark-header ~ footer .footer-top .tags .tags-list a {
      background-color: #255b75; }
  .dark-header ~ footer .footer-bottom h6, .dark-header ~ footer .footer-bottom a {
    color: #fff !important; }
  .dark-header ~ footer .copyright p, .dark-header ~ footer .copyright a {
    color: #fff !important; }

footer .footer-top {
  padding: 4.5rem 0 3.5rem;
  background-color: #eef2f3;
  box-shadow: 0 0 6px 0 #abadae; }
  footer .footer-top .search-form {
    max-width: 350px;
    margin: 0 auto 4rem;
    overflow: hidden; }
    footer .footer-top .search-form .form-control {
      background-color: #dce4e7;
      border-color: #dce4e7; }
    footer .footer-top .search-form .btn {
      border-radius: 0 4px 4px 0;
      padding: 10px !important; }
      footer .footer-top .search-form .btn .search-icon {
        font-size: 2rem; }
  footer .footer-top .tags .tag-title {
    font-weight: 400;
    margin-bottom: 2rem;
    font-size: 18px;
    line-height: 2.3rem; }
    footer .footer-top .tags .tag-title span {
      transform: rotate(90deg);
      margin-right: 10px; }
  footer .footer-top .tags .tag-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 600px;
    margin: 0 auto; }
    footer .footer-top .tags .tag-list a {
      display: inline-block;
      background-color: #dce4e7;
      border-radius: 5rem;
      padding: 8px 16px;
      font-size: 1.4rem;
      line-height: 1.7rem;
      margin: 0 8px 16px;
      white-space: nowrap;
      transition: 0.3s linear; }
      footer .footer-top .tags .tag-list a:hover {
        background-color: #017df4;
        color: #fff; }

footer .footer-bottom {
  padding: 3rem 0; }
  footer .footer-bottom .footer-logo {
    display: block;
    margin: 0 auto 30px;
    max-width: 290px; }
  footer .footer-bottom .footer-menu {
    border-top: 1px solid #d7dadb;
    list-style: none;
    padding: 0;
    margin-bottom: 3rem; }
    @media (min-width: 768px) {
      footer .footer-bottom .footer-menu {
        display: flex;
        justify-content: space-between;
        width: 100%;
        max-width: 510px;
        margin: 0 auto 4rem;
        border-top: none; } }
    @media (min-width: 992px) {
      footer .footer-bottom .footer-menu {
        margin-bottom: 0; } }
    footer .footer-bottom .footer-menu li {
      flex: 0 1 100;
      border-bottom: 1px solid #d7dadb; }
      @media (min-width: 768px) {
        footer .footer-bottom .footer-menu li {
          border: none; } }
      footer .footer-bottom .footer-menu li:first-of-type .footer-menu-group {
        display: block; }
      footer .footer-bottom .footer-menu li:first-of-type h6 span {
        transform: rotate(180deg); }
      footer .footer-bottom .footer-menu li h6 {
        margin-bottom: 0px;
        display: flex;
        width: 100%;
        justify-content: space-between;
        padding: 2rem 0;
        color: #002e44;
        cursor: pointer; }
        @media (min-width: 768px) {
          footer .footer-bottom .footer-menu li h6 span.fas {
            display: none !important; } }
        footer .footer-bottom .footer-menu li h6:hover {
          color: #017df4; }
      footer .footer-bottom .footer-menu li .footer-menu-group {
        display: none; }
        @media (min-width: 768px) {
          footer .footer-bottom .footer-menu li .footer-menu-group {
            display: block !important; } }
        footer .footer-bottom .footer-menu li .footer-menu-group .footer-menu-items {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between; }
          @media (min-width: 768px) {
            footer .footer-bottom .footer-menu li .footer-menu-group .footer-menu-items {
              display: block !important; } }
        footer .footer-bottom .footer-menu li .footer-menu-group a {
          flex: 0 0 47%;
          width: 47%;
          display: block;
          font-size: 1.4rem;
          line-height: 1.7rem;
          padding: 12px 0;
          color: #002e44;
          transition: 0.3s linear;
          border-top: 1px solid #d7dadb; }
          @media (min-width: 768px) {
            footer .footer-bottom .footer-menu li .footer-menu-group a {
              width: 100%;
              flex: 0 0 100%;
              border: none;
              padding: 6px 0; } }
          footer .footer-bottom .footer-menu li .footer-menu-group a:first-of-type, footer .footer-bottom .footer-menu li .footer-menu-group a:nth-of-type(2) {
            border: none; }
          footer .footer-bottom .footer-menu li .footer-menu-group a:hover {
            color: #017df4; }
  footer .footer-bottom .social {
    width: 450px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 3rem;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (min-width: 992px) {
      footer .footer-bottom .social {
        display: block; } }
    footer .footer-bottom .social .social-title {
      color: #017df4;
      font-size: 1.6rem;
      line-height: 1.7rem;
      margin-bottom: 0rem;
      display: none;
      font-weight: 700; }
      @media (min-width: 768px) {
        footer .footer-bottom .social .social-title {
          display: inline-block;
          margin-right: 1rem; } }
      @media (min-width: 992px) {
        footer .footer-bottom .social .social-title {
          margin-bottom: 1.5rem;
          margin-right: 0rem; } }
    footer .footer-bottom .social .social-list {
      display: flex; }
      footer .footer-bottom .social .social-list a {
        flex: 0 0 3.2rem;
        width: 3.2rem;
        height: 3.2rem;
        line-height: 3.2rem;
        background-color: #ccc;
        text-align: center;
        font-size: 2rem;
        color: #fff; }
        footer .footer-bottom .social .social-list a.fa-facebook-f {
          background-color: #3b5998; }
        footer .footer-bottom .social .social-list a.fa-twitter {
          background-color: #00aced; }
        footer .footer-bottom .social .social-list a.fa-flipboard {
          background-color: #e02418; }
        footer .footer-bottom .social .social-list a.fa-youtube {
          background-color: #e02418; }
        footer .footer-bottom .social .social-list a.fa-linkedin-in {
          background-color: #007bb6; }
        footer .footer-bottom .social .social-list a.fa-dailymotion {
          background-color: #2e62ac; }
        footer .footer-bottom .social .social-list a.fa-instagram {
          background-color: #6f4641; }
        footer .footer-bottom .social .social-list a.fa-vk {
          background-color: #4b74a2; }
  footer .footer-bottom .newsletter {
    background-color: #eef2f3;
    padding: 20px;
    width: 425px;
    max-width: 100%;
    margin: 0 auto; }
    footer .footer-bottom .newsletter .newsletter-title {
      font-size: 1.8rem;
      line-height: 2.3rem;
      text-transform: uppercase;
      margin-bottom: 2rem; }
      footer .footer-bottom .newsletter .newsletter-title span {
        font-size: 2.4rem;
        margin-right: 5px; }
    footer .footer-bottom .newsletter .newsletter-form .form-control {
      background-color: #dde4e7;
      border: 1px solid #ccc;
      font-size: 1.4rem;
      border-radius: 5px; }
    footer .footer-bottom .newsletter .newsletter-form .btn {
      padding: 10px 15px;
      border-radius: 5px; }
  footer .footer-bottom .privacy-title a {
    font-size: 1.3rem;
    text-decoration: underline;
    color: #000 !important; }

footer .copyright p, footer .copyright a {
  color: #002e44;
  font-size: 14px;
  line-height: 2rem; }

footer .development-by {
  color: #454d5d !important;
  font-size: 11.5px !important;
  margin-top: -10px; }

/*
    Created on : 16.03.2020., 15.28.49
    Author     : vladandzulovic
*/
.single-news-content .widget-survey {
  background-color: #eee;
  padding: 1.5rem; }
  @media (min-width: 768px) {
    .single-news-content .widget-survey {
      padding: 2.5rem; } }
  .single-news-content .widget-survey .widget-title {
    background: #eee;
    font-size: 2.2rem;
    line-height: 2.6rem;
    letter-spacing: 0.5px;
    white-space: nowrap;
    color: #000;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 2rem;
    text-align: left;
    text-decoration: none;
    font-weight: 700;
    display: block; }
  .single-news-content .widget-survey .survey-question {
    font-size: 2rem !important;
    line-height: 2.3rem !important;
    font-weight: 800 !important;
    margin-bottom: 1rem !important; }
  .single-news-content .widget-survey .form-group {
    padding-left: 1rem; }

.widget-survey .survey-question {
  font-size: 2rem;
  line-height: 2.3rem;
  font-weight: 800;
  margin-bottom: 1rem; }

.widget-survey .survey-inner .fake-radio {
  top: 17px;
  align-self: flex-start; }

.widget-survey .survey-inner .survey-option-title {
  font-size: 1.7rem;
  line-height: 2.3rem;
  font-weight: 700;
  padding: 1rem 0;
  flex: 1 1 100%;
  border-bottom: 1px solid #dedede;
  padding: 1.3rem 0;
  flex: 1 1 100%;
  max-width: 100%; }

.widget-survey .survey-inner .survey-option-data {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -1.5px;
  flex: 0 0 25%;
  max-width: 25%; }

.travel-news .widget-survey .survey-inner input[type="radio"]:checked + .fake-radio:after {
  background-color: tomato !important; }

.widget-survey .survey-inner input[type="radio"]:checked ~ * {
  color: #017df4; }
  .travel-news .widget-survey .survey-inner input[type="radio"]:checked ~ * {
    color: tomato !important; }

.widget-survey .survey-action .btn {
  flex: 0 0 145px;
  max-width: 145px;
  padding-left: 5px !important;
  padding-right: 5px !important;
  text-align: center;
  text-decoration: none;
  margin-right: 1rem; }
  .widget-survey .survey-action .btn:last-child {
    margin-right: 0; }

@media (min-width: 1260px) {
  .survey-page, .single-news {
    padding-right: 8rem; } }

.survey-page .survey-results, .single-news .survey-results {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 4px solid #f2f2f2; }
  .survey-page .survey-results.current-survey, .single-news .survey-results.current-survey {
    border-bottom: none;
    margin-bottom: 4rem; }
  .survey-page .survey-results .survey-date, .single-news .survey-results .survey-date {
    font-size: 1.3rem;
    line-height: 1.6rem;
    color: #b4bac1;
    font-weight: 800;
    margin-bottom: 0.5rem; }
  .survey-page .survey-results .survey-question, .single-news .survey-results .survey-question {
    font-size: 2rem;
    line-height: 2.4rem;
    margin-bottom: 1.5rem; }
    @media (min-width: 768px) {
      .survey-page .survey-results .survey-question, .single-news .survey-results .survey-question {
        font-size: 2.2rem;
        line-height: 2.8rem; } }
  .survey-page .survey-results .survey-option, .single-news .survey-results .survey-option {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 1rem; }
    .survey-page .survey-results .survey-option .survey-option-title, .single-news .survey-results .survey-option .survey-option-title {
      flex: 0 0 100%;
      max-width: 100%;
      font-size: 1.8rem;
      line-height: 2.3rem;
      font-weight: 700; }
      @media (min-width: 768px) {
        .survey-page .survey-results .survey-option .survey-option-title, .single-news .survey-results .survey-option .survey-option-title {
          flex: 0 0 30%;
          max-width: 30%; } }
    .survey-page .survey-results .survey-option .survey-option-bar, .single-news .survey-results .survey-option .survey-option-bar {
      flex: 0 0 80%;
      max-width: 80%;
      height: 3rem;
      background-color: rgba(0, 0, 0, 0.1);
      position: relative; }
      @media (min-width: 768px) {
        .survey-page .survey-results .survey-option .survey-option-bar, .single-news .survey-results .survey-option .survey-option-bar {
          flex: 0 0 55%;
          max-width: 55%; } }
      .survey-page .survey-results .survey-option .survey-option-bar .survey-option-score, .single-news .survey-results .survey-option .survey-option-bar .survey-option-score {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        background-color: #000;
        transition: 0.2s linear;
        width: 0; }
    .survey-page .survey-results .survey-option .survey-option-percent, .single-news .survey-results .survey-option .survey-option-percent {
      flex: 0 0 20%;
      max-width: 20%;
      font-size: 2.5rem;
      font-weight: 900;
      text-align: center;
      line-height: 3rem;
      margin-bottom: 0; }
      .survey-page .survey-results .survey-option .survey-option-percent span, .single-news .survey-results .survey-option .survey-option-percent span {
        font-size: 2rem; }
      @media (min-width: 576px) {
        .survey-page .survey-results .survey-option .survey-option-percent, .single-news .survey-results .survey-option .survey-option-percent {
          font-size: 3rem; } }
      @media (min-width: 768px) {
        .survey-page .survey-results .survey-option .survey-option-percent, .single-news .survey-results .survey-option .survey-option-percent {
          flex: 0 0 15%;
          max-width: 15%; } }
  .survey-page .survey-results.current-survey .survey-option .survey-option-bar, .single-news .survey-results.current-survey .survey-option .survey-option-bar {
    background-color: rgba(1, 125, 244, 0.1); }
    .survey-page .survey-results.current-survey .survey-option .survey-option-bar .survey-option-score, .single-news .survey-results.current-survey .survey-option .survey-option-bar .survey-option-score {
      background-color: #017df4; }
  .survey-page .survey-results.current-survey .survey-option .survey-option-percent, .single-news .survey-results.current-survey .survey-option .survey-option-percent {
    color: #017df4; }

.search-page .search-header-wrapper {
  border-bottom: 1px solid #eef2f3; }

.search-page .search-form-wrapper {
  max-width: 300px;
  width: 100%;
  padding: 0;
  margin-bottom: 0; }

.search-page .search-form .form-control {
  border: 1px solid #eef2f3;
  background-color: #eef2f3;
  font-size: 1.4rem; }
  .search-page .search-form .form-control::placeholder {
    color: #bbb; }

.search-page .search-form .btn {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.search-page .search-form .close-search-form {
  display: none; }

.leave-comment .comment-title {
  color: #000 !important;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 2.5rem;
  margin-bottom: 1rem !important; }

.news-comments .news-comments-body > .single-comment:first-of-type {
  border-top: 1px solid #dedede; }

.news-comments .single-comment {
  border-bottom: 1px solid #dedede; }
  .news-comments .single-comment .single-comment {
    border-bottom: none;
    padding-left: 3rem; }
    @media (min-width: 576px) {
      .news-comments .single-comment .single-comment {
        padding-left: 5rem; } }
    @media (min-width: 768px) {
      .news-comments .single-comment .single-comment {
        padding-left: 7rem; } }
    .news-comments .single-comment .single-comment:last-of-type {
      padding-bottom: 0 !important; }

.news-comments .user-comment-info {
  margin-bottom: .5rem; }
  .news-comments .user-comment-info h5 {
    font-size: 1.6rem;
    line-height: 1.25;
    color: #454d5d; }
  .news-comments .user-comment-info .date-published, .news-comments .user-comment-info .time-published {
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #b4bac1;
    font-weight: 700; }
  .news-comments .user-comment-info .time-published::before {
    content: '\00B7';
    padding: 0 4px; }

.news-comments .comment-content {
  margin-bottom: 1.5rem; }
  .news-comments .comment-content p {
    font-size: 1.5rem;
    line-height: 1.25;
    color: #454d5d; }

.news-comments .comment-actions a {
  font-size: 1.3rem;
  display: inline-block;
  text-decoration: none !important;
  text-transform: capitalize;
  color: #454d5d; }
  .news-comments .comment-actions a.button-reply {
    transition: 0.3s linear; }
    .news-comments .comment-actions a.button-reply .fa {
      display: none;
      margin-left: 1rem;
      font-size: 1.6rem; }
  .news-comments .comment-actions a.button-vote {
    cursor: pointer;
    margin-left: 6px; }
    .news-comments .comment-actions a.button-vote .fa {
      font-size: 1.7rem;
      margin-left: 1rem;
      transition: 0.3s linear; }
      .news-comments .comment-actions a.button-vote .fa.fa-thumbs-o-up {
        color: #15782D; }
      .news-comments .comment-actions a.button-vote .fa.fa-thumbs-o-down {
        color: #017df4; }
        .travel-news .news-comments .comment-actions a.button-vote .fa.fa-thumbs-o-down {
          color: tomato !important; }
    .news-comments .comment-actions a.button-vote .number-of-votes {
      font-weight: 700;
      font-size: 1.5rem;
      line-height: 3.2rem; }

.contact-page {
  background-color: #f2f6f7;
  margin-top: -40px; }
  .contact-page .contact-header {
    padding: 250px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    .contact-page .contact-header h1 {
      color: #fff;
      text-align: center; }
  .contact-page .contact-form {
    margin: -70px auto 0px;
    max-width: 832px;
    width: 100%;
    background-color: #fff;
    padding: 24px; }
    @media (min-width: 768px) {
      .contact-page .contact-form {
        padding: 30px; } }
    @media (min-width: 992px) {
      .contact-page .contact-form {
        padding: 50px; } }
    @media (min-width: 1260px) {
      .contact-page .contact-form {
        padding: 90px 105px; } }
    .contact-page .contact-form a {
      color: #017df4; }
    .contact-page .contact-form .btn {
      width: 100%;
      font-size: 1.8rem; }
  .contact-page .custom-tab .tab-menu {
    padding-left: 4rem; }
    .contact-page .custom-tab .tab-menu a {
      display: block;
      opacity: 0.7;
      color: #017df4;
      font-weight: 700;
      font-size: 1.6rem;
      padding: 0.8rem 0;
      text-transform: uppercase; }
      .contact-page .custom-tab .tab-menu a.active {
        opacity: 1; }
  .contact-page .custom-tab .tab-content .tab-item {
    background-color: #fff;
    display: none;
    opacity: 0;
    transition: 0.5s linear; }
    .contact-page .custom-tab .tab-content .tab-item.active {
      display: flex;
      animation: opacity 0.5s linear;
      animation-fill-mode: forwards; }
    .contact-page .custom-tab .tab-content .tab-item .tab-data {
      padding: 5rem 7rem;
      align-self: center;
      flex: 0 0 100%;
      width: 100%; }
      @media (min-width: 768px) {
        .contact-page .custom-tab .tab-content .tab-item .tab-data {
          flex: 0 0 50%;
          width: 50%; } }
    .contact-page .custom-tab .tab-content .tab-item .tab-image {
      position: relative;
      display: none; }
      @media (min-width: 768px) {
        .contact-page .custom-tab .tab-content .tab-item .tab-image {
          display: block;
          flex: 0 0 50%;
          width: 50%; } }
      .contact-page .custom-tab .tab-content .tab-item .tab-image:after {
        padding-top: 100%;
        display: block;
        content: ''; }
      .contact-page .custom-tab .tab-content .tab-item .tab-image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }

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

.page-404 {
  background-image: linear-gradient(0deg, #003865, #006487);
  color: #fff;
  padding: 15px;
  margin-top: -15px;
  min-height: calc(100vh - 40px); }
  @media (min-width: 768px) {
    .page-404 {
      margin-top: -20px;
      min-height: calc(100vh - 186px); } }
  .page-404 .logo {
    width: 280px; }
    .page-404 .logo img {
      filter: brightness(0) invert(1);
      width: 100%; }
  .page-404 h2 {
    font-size: 10rem;
    line-height: 14rem; }
  .page-404 a {
    color: #017df4; }

.weather-page {
  padding-top: 3rem; }
  .weather-page .weather-video {
    position: relative;
    overflow: hidden;
    max-width: 700px;
    margin: 0 auto 2rem; }
    .weather-page .weather-video:after {
      padding-top: 56.65%;
      display: block;
      content: ''; }
    .weather-page .weather-video > * {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .weather-page .current-weather {
    position: relative;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding: 2rem 2rem 6rem;
    margin: 0 -9px 3rem; }
    @media (min-width: 576px) {
      .weather-page .current-weather {
        padding: 4.5rem 2rem 8rem;
        margin: 0 0px 3rem;
        background-size: cover;
        background-position: center center; } }
    @media (min-width: 768px) {
      .weather-page .current-weather {
        padding-bottom: 21rem; } }
    .weather-page .current-weather:after {
      content: '';
      display: block;
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0.1;
      background: linear-gradient(180deg, #0B3790 0%, rgba(0, 69, 111, 0.5) 100%); }
    .weather-page .current-weather .current-weather-inner {
      position: relative;
      z-index: 3; }
    .weather-page .current-weather .title {
      font-size: 1.4rem;
      line-height: 1.9rem;
      font-weight: 700;
      color: #fff;
      margin-bottom: 4rem;
      text-transform: uppercase; }
      @media (min-width: 576px) {
        .weather-page .current-weather .title {
          font-size: 1.8rem;
          line-height: 2.4rem;
          margin-bottom: 3rem;
          text-align: center; } }
    .weather-page .current-weather .current-weather-city-name {
      text-align: center;
      font-size: 3.6rem;
      line-height: 5rem;
      margin-bottom: 1.5rem;
      color: #fff;
      font-weight: 700; }
      @media (min-width: 576px) {
        .weather-page .current-weather .current-weather-city-name {
          font-size: 4.4rem;
          line-height: 6rem;
          margin-bottom: 3rem; } }
    @media (min-width: 576px) {
      .weather-page .current-weather .current-weather-city-info {
        display: flex;
        align-items: center;
        justify-content: center; } }
    .weather-page .current-weather .current-weather-city-info .current-weather-desc {
      margin-bottom: 2rem; }
      @media (min-width: 576px) {
        .weather-page .current-weather .current-weather-city-info .current-weather-desc {
          margin-bottom: 0; } }
      .weather-page .current-weather .current-weather-city-info .current-weather-desc span {
        display: block;
        text-align: center;
        color: #fff;
        font-size: 1.4rem;
        line-height: 1.9rem; }
        @media (min-width: 576px) {
          .weather-page .current-weather .current-weather-city-info .current-weather-desc span {
            font-size: 2rem;
            line-height: 2.7rem; } }
        .weather-page .current-weather .current-weather-city-info .current-weather-desc span.current-weather-desc-label {
          font-weight: 700; }
    .weather-page .current-weather .current-weather-city-info .current-weather-data {
      margin-bottom: 3rem; }
      @media (min-width: 576px) {
        .weather-page .current-weather .current-weather-city-info .current-weather-data {
          margin: 0 2rem; } }
    .weather-page .current-weather .current-weather-city-info .current-weather-icon {
      margin-right: 0.5rem; }
      .weather-page .current-weather .current-weather-city-info .current-weather-icon img {
        display: block;
        margin: 0 auto; }
        @media (min-width: 576px) {
          .weather-page .current-weather .current-weather-city-info .current-weather-icon img {
            width: 90px !important;
            height: auto !important; } }
    .weather-page .current-weather .current-weather-city-info .current-weather-temp {
      font-size: 4.4rem;
      line-height: 6rem;
      font-weight: 700;
      color: #fff;
      margin-left: 0.5rem; }
      @media (min-width: 576px) {
        .weather-page .current-weather .current-weather-city-info .current-weather-temp {
          font-size: 6rem;
          line-height: 8.2rem; } }
    .weather-page .current-weather .current-weather-aditional p {
      text-align: center;
      color: #fff;
      font-size: 1.2rem;
      line-height: 1.5rem; }
      .weather-page .current-weather .current-weather-aditional p:not(:last-of-type) {
        margin-bottom: 0.5rem; }
      @media (min-width: 576px) {
        .weather-page .current-weather .current-weather-aditional p {
          text-align: left;
          font-size: 1.4rem;
          line-height: 1.9rem; } }
  .weather-page .weekly-weather {
    margin-bottom: 3rem;
    position: relative;
    z-index: 5; }
    @media (min-width: 768px) {
      .weather-page .weekly-weather {
        margin-bottom: 10rem;
        margin-top: -210px; } }
    .weather-page .weekly-weather .title {
      font-size: 1.4rem;
      line-height: 1.9rem;
      color: #017df4;
      margin-bottom: 1rem; }
      @media (min-width: 768px) {
        .weather-page .weekly-weather .title {
          display: none; } }
    .weather-page .weekly-weather .weekly-weather-item {
      flex: 0 0 calc(33% - 16px/3);
      width: calc(33% - 16px/3);
      background-color: rgba(66, 136, 196, 0.74);
      border-radius: 3px;
      margin-bottom: 8px;
      text-align: center;
      padding: 1rem; }
      @media (min-width: 768px) {
        .weather-page .weekly-weather .weekly-weather-item {
          flex: 0 0 100px;
          width: 100px;
          margin: 0 4px; } }
      .weather-page .weekly-weather .weekly-weather-item .weekly-weather-day {
        font-size: 1.4rem;
        line-height: 1.9rem;
        color: #fff;
        margin-bottom: 5px;
        font-weight: 700; }
      .weather-page .weekly-weather .weekly-weather-item .weekly-weather-icon {
        margin-bottom: 1rem; }
        .weather-page .weekly-weather .weekly-weather-item .weekly-weather-icon img {
          display: block;
          margin: 0 auto; }
      .weather-page .weekly-weather .weekly-weather-item .weekly-weather-temp {
        margin-bottom: 0; }
        .weather-page .weekly-weather .weekly-weather-item .weekly-weather-temp span {
          font-size: 1.4rem;
          line-height: 1.9rem;
          color: #fff;
          font-weight: 400;
          margin: 0 3px; }
          .weather-page .weekly-weather .weekly-weather-item .weekly-weather-temp span.weekly-weather-temp-max {
            font-weight: 700; }
  .weather-page .weather-other-cities .title {
    font-size: 1.4rem;
    line-height: 1.9rem;
    color: #017df4;
    margin-bottom: 1rem;
    text-transform: uppercase; }
    @media (min-width: 576px) {
      .weather-page .weather-other-cities .title {
        font-size: 1.8rem;
        line-height: 2.4rem;
        text-align: center;
        margin-bottom: 4rem; } }
  .weather-page .weather-other-cities .weather-city-item {
    flex: 0 0 calc(50% - 5px);
    width: calc(50% - 5px);
    border-radius: 3px;
    border: 1px solid rgba(1, 125, 244, 0.41);
    padding: 0.2rem 1rem;
    margin-bottom: 10px; }
    @media (min-width: 576px) {
      .weather-page .weather-other-cities .weather-city-item {
        flex: 0 0 calc(33% - 7px);
        width: calc(33% - 7px);
        margin-bottom: 1.5rem; } }
    @media (min-width: 992px) {
      .weather-page .weather-other-cities .weather-city-item {
        flex: 0 0 calc(25% - 8px);
        width: calc(25% - 8px);
        margin-bottom: 1.5rem; } }
    @media (min-width: 1265px) {
      .weather-page .weather-other-cities .weather-city-item {
        flex: 0 0 calc(20% - 8px);
        width: calc(20% - 8px);
        margin-bottom: 1.5rem; } }
    .weather-page .weather-other-cities .weather-city-item:hover {
      border: 1px solid #017df4;
      box-shadow: 0 0 2px #017df4; }
    .weather-page .weather-other-cities .weather-city-item .weather-city-item-name {
      font-size: 1rem;
      line-height: 1.4rem;
      font-weight: 700;
      color: #505050; }
      @media (min-width: 450px) {
        .weather-page .weather-other-cities .weather-city-item .weather-city-item-name {
          font-size: 1.6rem;
          line-height: 2.2rem; } }
    .weather-page .weather-other-cities .weather-city-item .weather-city-item-icon {
      margin-left: auto; }
      .weather-page .weather-other-cities .weather-city-item .weather-city-item-icon img {
        display: block; }
        @media (min-width: 768px) {
          .weather-page .weather-other-cities .weather-city-item .weather-city-item-icon img {
            width: 45px !important;
            height: auto !important; } }
        @media (min-width: 992px) {
          .weather-page .weather-other-cities .weather-city-item .weather-city-item-icon img {
            width: 55px !important; } }
    .weather-page .weather-other-cities .weather-city-item .weather-city-item-temp {
      font-size: 1rem;
      line-height: 1.4rem;
      font-weight: 600;
      color: #bcbcbc;
      margin-left: 0.5rem; }
      @media (min-width: 450px) {
        .weather-page .weather-other-cities .weather-city-item .weather-city-item-temp {
          font-size: 1.6rem;
          line-height: 2.2rem; } }
