/** COLOR VARS */
/** FONT VARS */
/** OTHER VARS */
/** BREAKPOINTS */
/** MIXINS */
/** COLOR VARS */
/** FONT VARS */
/** BASE STYLES */
html,
body {
  margin: 0;
  padding: 0;
}

body {
  /* font-family: 'Roboto'; */
  font-family: "RobotoCondensed";
  font-size: 16px;
}

a {
  text-decoration: none;
}

/* h1, h2, h3 {
    font-family: 'RobotoCondensed';
} */
h2 {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
h2 a {
  color: #000000;
}
h2 a i {
  margin-left: 5px;
}

h3 {
  font-weight: 400;
}

.title {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 5px;
}

i.bi-facebook:hover {
  color: #1773ea !important;
}
i.bi-twitter:hover {
  color: #40b4ee !important;
}
i.bi-linkedin:hover {
  color: #0270ad !important;
}
i.bi-instagram:hover {
  color: #c234ae !important;
}
i.bi-rss:hover {
  color: #f7a000 !important;
}
i.bi-youtube:hover {
  color: #ff0000 !important;
}

ul.flexible li {
  display: flex;
}
ul.flexible li * {
  margin-right: 5px;
}
ul.flexible li *:last-child {
  margin-right: 0;
}
ul.default li {
  padding: 5px 0;
}
ul.default li a {
  color: #000000;
}
ul.default li a:hover {
  color: #000000;
  text-decoration: underline;
}
ul.nomarker {
  padding: 0;
}
ul.nomarker li {
  list-style-type: none;
}
ul.inline li {
  display: inline-block;
  margin-right: 1em;
}
ul.inline li:last-child {
  margin-right: 0;
}
ul.columned {
  display: block;
  -moz-column-count: 2;
       column-count: 2;
}

.access-cut {
  width: 510px;
  max-width: 100%;
}

/** COLOR VARS */
/** FONT VARS */
/** OTHER VARS */
/** BREAKPOINTS */
/** MIXINS */
/** COLOR VARS */
/** FONT VARS */
/** HEADER STYLES */
header {
  margin: 0;
  padding: 0 0 2em;
  /* background: url('../img/bg_header_new.gif') no-repeat 553px 33px; */
}
@media (max-width: 580px) {
  header {
    padding-bottom: 1em;
  }
}

.navbar-brand {
  display: flex;
}
@media (max-width: 580px) {
  .navbar-brand img {
    margin-top: -2px;
  }
}
@media (max-width: 580px) {
  header .navbar-brand img {
    width: 58px;
  }
}
.navbar-brand > span {
  padding: 2px 15px;
  color: #000000;
  font-size: 26px;
  font-weight: 700;
}
@media (max-width: 580px) {
  .navbar-brand > span {
    font-size: 22px;
  }
}
header .navbar-brand > span {
  font-size: 40px;
  line-height: 1.3;
}
@media (max-width: 580px) {
  header .navbar-brand > span {
    font-size: 22px;
    line-height: auto;
  }
}
.navbar-brand > span span {
  display: block;
  color: #000000;
  font-size: 20px;
  font-weight: 300;
}
@media (max-width: 580px) {
  .navbar-brand > span span {
    font-size: 18px;
  }
}
header .navbar-brand > span span {
  font-size: 26px;
}
@media (max-width: 580px) {
  header .navbar-brand > span span {
    font-size: 18px;
  }
}
.navbar .nav-link {
  color: #000000;
  padding: 0.25em 0.75em !important;
  transition: 0s;
}
.navbar .nav-link:hover, .navbar .nav-link.active {
  color: #ffffff;
  background-color: #a12433;
}
.afl .navbar .nav-link:hover, .afl .navbar .nav-link.active {
  background-color: #ed1b24;
}
.navbar .nav-img {
  display: inline-block;
}
.navbar .nav-img:hover img {
  filter: grayscale(1);
}
@media (max-width: 580px) {
  .navbar .nav-left {
    margin-inline: auto;
  }
}
@media (max-width: 580px) {
  .navbar .nav-left .navbar-brand {
    margin: 0;
  }
}
.navbar .nav-left .navbar-collapse {
  margin-top: 0.5em;
}
.navbar .nav-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 1em 0;
}
@media (max-width: 992px) {
  .navbar .nav-right {
    margin-top: 2em;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}
@media (max-width: 580px) {
  .navbar .nav-right {
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 1em;
  }
}
.navbar .nav-right form {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .navbar .nav-right form {
    order: 3;
  }
}
@media (max-width: 580px) {
  .navbar .nav-right form {
    margin-top: 1em;
  }
}
.navbar .nav-right form input {
  width: auto;
}
.navbar .nav-right .navbar-collapse {
  flex-basis: 100%;
  margin-top: 1em;
}
.navbar .dropdown-menu {
  border-radius: 0;
  font-size: 16px;
  border-color: #f3f3f3;
}
.navbar .dropdown-menu .dropdown-divider {
  border-color: #c1c1c1;
}
.navbar .dropdown-menu .dropdown-item:active, .navbar .dropdown-menu .dropdown-item:hover {
  background-color: #a12433;
  color: #ffffff;
}
.afl .navbar .dropdown-menu .dropdown-item:active, .afl .navbar .dropdown-menu .dropdown-item:hover {
  background-color: #ed1b24;
}
.navbar .dropdown-toggle:after {
  font-family: bootstrap-icons !important;
  content: "\f282";
  border: none;
  margin: -1px 0 0;
  padding: 0;
  vertical-align: middle;
  font-size: 12px;
}

header form {
  background-color: #f3f3f3;
  color: #ffffff;
  padding: 8px;
  margin: -10px 0;
}
.afl header form {
  background-color: #ed1b24;
}
header form .btn-search {
  font-size: 24px;
  padding: 0 8px;
  border-radius: 0;
  transition: 0s;
  color: #000000 !important;
}
header form .btn-search:hover {
  color: #a12433 !important;
}
header form .input-search {
  background-color: transparent !important;
  font-size: 16px;
  border-radius: 0;
  border: 2px solid transparent;
  color: #000000;
}
header form .input-search::-moz-placeholder {
  color: #000000;
}
header form .input-search:-ms-input-placeholder {
  color: #000000;
}
header form .input-search::placeholder {
  color: #000000;
}
header form .input-search:focus + .btn {
  color: #a12433 !important;
}
header form .btn-search:hover, header form .btn-search:focus,
header form .input-search:hover,
header form .input-search:focus {
  border-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
  color: #000000;
}

.socials {
  position: relative;
  padding-right: 10px;
  margin-right: 7px;
  /* &:before, */
  /* &:after {
      content: "";
      width: 2px;
      height: 44px;
      background: $color_primary;
      position: absolute;
      display: block;
      right: 0;
      bottom: -4px;
  }
  &:before {
      left: 0;
      right: auto;
  } */
}
@media (max-width: 992px) {
  .socials {
    order: 1;
    padding: 0;
  }
}
@media (max-width: 1200px) {
  header .socials {
    margin-bottom: 1em;
    padding-right: 0;
    margin-right: 4px;
  }
}
@media (max-width: 992px) {
  header .socials {
    margin-bottom: 0;
    padding: 0;
    margin-right: 7px;
  }
}
.socials ul {
  margin-bottom: 0;
}
.socials a {
  margin: 0 5px;
  display: inline-block;
}

.language-selector {
  margin-left: 10px;
}
@media (max-width: 992px) {
  .language-selector {
    margin-left: 0;
    margin-right: 7px;
    order: 2;
  }
}
.language-selector a {
  margin: 0 5px;
  padding: 3px;
  display: inline-block;
}
.language-selector a img {
  border: 1px solid #f3f3f3;
  border-radius: 5px;
  opacity: 0.5;
  filter: grayscale(1);
}
.language-selector a:hover img {
  filter: none;
  opacity: 1;
}

.pre-nav-box {
  padding: 0;
  background-color: #151414;
  margin-bottom: 2em;
  width: 100%;
}
.pre-nav-box .navbar-toggler {
  margin-left: auto;
  padding: 7px 6px 5px;
  cursor: pointer;
}
.pre-nav-box .navbar-toggler i {
  color: #ffffff;
  font-size: 24px;
}
.pre-nav-box .navbar-toggler:focus {
  box-shadow: none;
}
.pre-nav-box .navbar-toggler:focus i {
  color: #a12433;
}

.pre-nav {
  width: 100%;
}
.nav-expanded .pre-nav {
  padding-right: 17px;
}
@media (max-width: 992px) {
  .nav-expanded .pre-nav {
    padding-right: 0;
  }
}
.pre-nav ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.pre-nav ul li {
  list-style-type: none;
  margin-left: 15px;
}
@media (max-width: 992px) {
  .pre-nav ul li {
    margin: 0;
    text-align: center;
    width: 100%;
  }
}
.pre-nav ul li a {
  font-size: 12px;
  /* text-transform: uppercase; */
  color: #ffffff;
  padding: 13px 0;
  max-height: 44px;
  display: inline-block;
  text-decoration: none;
}
.pre-nav ul li a i {
  margin-left: 5px;
  font-size: 12px;
  position: relative;
  top: -1px;
}
.pre-nav ul li a:hover {
  text-decoration: underline;
}
.pre-nav ul li.separator {
  border-left: 1px solid white;
}
@media (max-width: 992px) {
  .pre-nav ul li.separator {
    display: none;
    border: none;
  }
}
.pre-nav .language-selector-prenav li {
  margin: 0 0 0 5px;
}
.pre-nav .language-selector-prenav li:first-child {
  margin: 0;
}
.pre-nav .language-selector-prenav a {
  text-transform: uppercase;
}
.pre-nav .language-selector-prenav a img {
  filter: grayscale(1);
  border: 1px solid white;
  margin-top: -1px;
}
.pre-nav .language-selector-prenav a:hover, .pre-nav .language-selector-prenav a.active {
  font-weight: bold;
}
.pre-nav .language-selector-prenav a:hover img, .pre-nav .language-selector-prenav a.active img {
  filter: none;
}

.form-search {
  position: relative;
}
@media (max-width: 580px) {
  .form-search {
    padding: 0;
    margin: -2px 0 0 0 !important;
    background: transparent;
  }
}
@media (max-width: 580px) {
  .form-search .input-search {
    display: none;
    position: absolute;
    background-color: #f3f3f3 !important;
    right: 0;
    padding: 10px 15px;
    top: 100%;
  }
  .form-search .input-search.show {
    display: inline-block;
  }
}
.form-search .btn-search {
  cursor: pointer;
}
@media (max-width: 580px) {
  .form-search .btn-search {
    padding: 0 2px;
    position: relative;
    color: #000000 !important;
  }
}

/** COLOR VARS */
/** FONT VARS */
/** OTHER VARS */
/** BREAKPOINTS */
/** MIXINS */
/** COLOR VARS */
/** FONT VARS */
/** OTHER VARS*/
/** LAYOUT STYLES */
article {
  position: relative;
  box-shadow: 0 3px 5px 0 rgba(0, 1, 1, 0.1);
  background-color: white;
  /* height: 100%; */
}
@media (max-width: 992px) {
  article {
    box-shadow: none;
  }
}
article .details {
  padding: 1em;
  position: relative;
  color: #000000;
  min-height: 234px;
  height: 100%;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  article .details {
    min-height: 202px;
  }
}
@media (max-width: 580px) {
  article .details {
    min-height: 170px;
  }
}
article .details.no-padding {
  padding: 0 12px;
  margin-bottom: 2em;
}
article .details a {
  color: #000000;
}
article .details a:hover {
  text-decoration: underline;
}
article .details i {
  margin-right: 5px;
}
article .details .action {
  position: absolute;
  right: 2em;
  bottom: 2em;
}
article .details h3 {
  text-transform: none;
}
article .preview {
  padding: 1em 1em 1em 0;
}
@media (max-width: 992px) {
  article .preview {
    padding: 1em;
  }
}
article .link-all {
  display: inline-block;
  color: #000000;
  width: 100%;
}
article .link-all img {
  filter: grayscale(1);
  max-width: 100%;
}
article .link-all:hover img {
  filter: none;
}
article .link-all:hover span {
  text-decoration: underline;
}
article .link-all .item {
  display: inline-block;
  padding: 14px 0;
  width: calc(100% - 69px);
  text-align: center;
}
article .link-all .item-only {
  width: 100%;
  padding: 21px 0;
}
article.main {
  background-color: #a12433;
}
.afl article.main {
  background-color: #005aab;
}
article.main .details {
  color: #ffffff;
}
article.main a {
  color: #ffffff;
}
@media (max-width: 992px) {
  article.inner-image {
    overflow: hidden;
  }
}
article.inner-image .illustration-image {
  position: absolute;
  inset: 0;
}
article.inner-image .illustration-image:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #151414;
  opacity: 0.6;
}
.afl article.inner-image .illustration-image:after {
  background-color: #005aab;
}
@media (min-width: 992px) and (max-width: 1200px) {
  article.inner-image .illustration-image img {
    height: 100%;
  }
}
article.inner-image .details {
  color: #ffffff;
  text-shadow: 0 1px 3px black;
}
article.inner-image .details a {
  color: #ffffff;
}
article.inner-image .details .date {
  background: white;
  color: #000000;
  text-shadow: none;
  padding: 5px 6px 2.5px;
  display: inline-block;
}

.category {
  position: relative;
  padding: 1em;
  background-color: #a12433;
  display: flex;
  overflow: hidden;
}
.d3r_switch .category {
  justify-content: flex-end;
}
.afl .category {
  background-color: #ed1b24;
}
.category a {
  position: absolute;
  inset: 0;
  cursor: pointer;
  z-index: 1;
}
.category:before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  transform: rotate(180deg);
  transition: 0.5s;
}
.category img {
  height: 58px;
}
.category > * {
  position: relative;
}
.category.small {
  padding: 5px;
}
.category.mocr {
  background-color: #003366;
}
.category.mocr:before {
  background-image: url(../img/main/mocr_bg.svg);
}
.category.army {
  background-color: #5f6d39;
}
.category.army:before {
  background-image: url(../img/main/army_bg.svg);
}
.category.foreign {
  background-color: #b7701f;
}
.category.foreign img {
  filter: brightness(0.5);
}
.category.foreign:before {
  background-image: url(../img/main/zm_bg.svg);
}
.category.backup {
  background-color: #5f6d39;
}
.category.backup:before {
  content: none;
}
.category.backup:after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../img/main/army_bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  z-index: -1;
}
.category > span {
  padding: 2px 15px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
}
.d3r_switch .category > span {
  padding: 2px;
  text-align: right;
}
.category > span span {
  display: block;
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
}

.content-block {
  padding: 2em 0;
}
@media (max-width: 768px) {
  .content-block {
    max-width: 100%;
    overflow: hidden;
  }
}
.content-block.bottom-none {
  padding-bottom: 0;
}
.content-block.ddd {
  position: relative;
}
.content-block.ddd:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../img/carousel/eUrDV9.png);
  background-size: 110%;
  background-position: center center;
}
.content-block.ddd > * {
  position: relative;
}
.content-block.extra {
  background-color: #a12433;
  background-image: url(../img/main/main_bg2.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
}
.afl .content-block.extra {
  background-color: #ed1b24;
  background-image: url(../img/main/main_bg3.svg);
}
.content-block.extra h2 {
  background-color: transparent !important;
  background-image: none !important;
}
.content-block .extra-top {
  margin-top: 2em;
}
.content-block.temp {
  min-height: 790px;
}
.content-block.bg {
  background-color: #f3f3f3;
  /* background-image: url(../img/main/layered-peaks-haikei.svg);
  background-size: 100%;
  background-repeat: no-repeat; */
}

.page-header h1 {
  margin-bottom: 0;
}
.page-header .date {
  display: inline-block;
  margin-top: 0.5em;
}
.page-header .date i {
  margin-right: 5px;
}
.page-header .crumb {
  font-size: 12px;
  margin-bottom: 1em;
}
.page-header .crumb a {
  color: #000000;
}
.page-header .crumb a:hover {
  text-decoration: underline;
}

section.news {
  margin-top: -24px;
}
section.news article {
  /* min-height: 316px; */
}
section.news > .row > div[class*=col] {
  margin-top: 24px;
}
section + section {
  margin-top: 2em;
}
section.page h3 {
  border-left: 5px solid #a12433;
  padding-left: 10px;
}
.afl section.page h3 {
  border-left-color: #ed1b24;
}
section.tile {
  margin-bottom: -2em;
}
section.tile > .row > div[class*=col-] {
  margin-bottom: 2em;
}
section.signpost h3 {
  font-size: 40px;
  font-weight: 600;
  color: white;
  margin-bottom: 0;
}
section.signpost .tile-item {
  margin: 1em 0;
}
@media (max-width: 992px) {
  section.signpost .tile-item h3 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  section.signpost .tile-item {
    max-width: 50%;
  }
  section.signpost .tile-item h3 {
    font-size: 25px;
  }
}
@media (max-width: 992px) {
  section.signpost .tile-item--content {
    min-height: 190px;
  }
}
@media (max-width: 768px) {
  section.signpost .tile-item--content {
    min-height: 160px;
  }
}
section.list.gallery .row > div[class*=col-md] {
  margin-bottom: 2em;
}
section.list.gallery .row > div[class*=col-md]:last-child {
  margin-bottom: 0;
}

.tiles article {
  margin-top: 0.5em;
  height: calc(100% - 0.5em);
  box-shadow: none;
}
@media (max-width: 1400px) {
  .tiles .row > div[class*=col-md] {
    margin-bottom: 2em;
  }
}
.tiles .row > div[class*=col-md]:last-child {
  margin-bottom: 0;
}
@media (max-width: 580px) {
  .tiles.partners article {
    max-width: 33%;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .tiles.double .col-lg-4 {
    width: 40%;
  }
}
@media (min-width: 1060px) and (max-width: 1200px) {
  .tiles.double .col-lg-4 {
    width: 45%;
  }
}
@media (min-width: 992px) and (max-width: 1060px) {
  .tiles.double .col-lg-4 {
    width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .tiles.double .col-lg-8 {
    width: 60%;
  }
}
@media (min-width: 1060px) and (max-width: 1200px) {
  .tiles.double .col-lg-8 {
    width: 55%;
  }
}
@media (min-width: 992px) and (max-width: 1060px) {
  .tiles.double .col-lg-8 {
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .widget .col-lg-3 {
    width: 50%;
  }
}

.tile-item h3 {
  position: relative;
  text-align: center;
  z-index: 2;
}
.tile-item a {
  text-align: center;
}
.tile-item span {
  position: relative;
  z-index: 2;
  color: white;
  text-align: center;
}
.tile-item img {
  position: absolute;
  inset: 0;
  width: 100%;
}
.tile-item--content {
  position: relative;
  height: 100%;
  padding: 1em;
  min-height: 225px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.3s;
  overflow: hidden;
}
.tile-item--content h3 {
  transition: 0.3s;
  margin-top: 0;
}
.tile-item--content .hover-only {
  display: block;
  visibility: hidden;
  position: absolute;
  left: 0;
  bottom: -40px;
  transition: 0.3s;
  width: 100%;
  text-align: center;
}
.tile-item--content:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #151414;
  background-image: url(../img/main/trans_bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  opacity: 0.5;
  z-index: 1;
}
.afl .tile-item--content:before {
  background-color: #005aab;
}
.tile-item--content:hover {
  cursor: pointer;
}
@media (min-width: 768px) {
  .tile-item--content:hover h3 {
    margin-top: -40px;
  }
  .tile-item--content:hover .hover-only {
    visibility: visible;
    bottom: 40px;
  }
}
.tile-item--content:hover:before {
  background-image: none;
  background-color: #a12433;
  opacity: 1;
}
.afl .tile-item--content:hover:before {
  background-color: #ed1b24;
}

.page h2 {
  margin-bottom: 0.5em;
}

.slick-track {
  background-color: #a12433;
}
.tiles .slick-track, .gallery .slick-track {
  background-color: transparent;
}
.slick-arrow {
  position: absolute;
  top: calc(50% - 20px);
  border: none;
  color: #ffffff;
  background-color: #a12433;
  font-size: 24px;
  padding: 4px 10px;
  border: 1px solid transparent;
  border-radius: 50px;
  z-index: 9;
}
.afl .slick-arrow {
  background-color: #ed1b24;
}
.slick-arrow:hover {
  background-color: #f3f3f3;
  color: #000000;
}
.slick-arrow.slick-prev {
  left: 1px;
}
.slick-arrow.slick-next {
  right: 1px;
}
.slick-arrow.alt {
  background-color: transparent;
  color: white;
  top: -47px;
}
.slick-arrow.alt:hover {
  background-color: transparent;
}
.slick-arrow.alt.slick-prev {
  left: 0;
}
.slick-arrow.alt.slick-next {
  right: 0;
}
.slick-slide {
  background-color: #a12433;
}
.social-list .slick-slide {
  background-color: transparent;
}
.slick-slide .illustration-image {
  background-color: #a12433;
}
.slick-slide .illustration-image img {
  height: auto;
  margin: 0 auto;
}
.slick-dots {
  position: absolute;
  bottom: 1em;
  right: 2em;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.slick-dots li {
  display: inline-block;
  list-style-type: none;
  margin-left: 0.5em;
}
.slick-dots li button {
  display: block;
  width: 0.75em;
  height: 0.75em;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #a12433;
  border: 2px solid #000000;
  text-indent: -9999px;
  box-shadow: 0px 0px 1px 1px #ffffff;
}
.mocr .slick-dots li button {
  background-color: #003366;
}
.army .slick-dots li button {
  background-color: #5f6d39;
}
.foreign .slick-dots li button {
  background-color: #b7701f;
}
.slick-dots li.slick-active button {
  background-color: #ffffff !important;
}

.slider-for .slick-slide,
.slider-for-video .slick-slide {
  margin-bottom: 1px;
}
.slider-for-video article,
.slider-for-video-video article {
  max-height: 358px;
}

.slider-nav .slick-slide,
.slider-nav-video .slick-slide,
.slider-partner .slick-slide {
  margin: 1px;
}

.slider-nav .slick-slide video,
.slider-nav .slick-slide img,
.slider-nav-video .slick-slide video,
.slider-nav-video .slick-slide img {
  filter: grayscale(1);
}
.slider-nav .slick-slide.slick-current video,
.slider-nav .slick-slide.slick-current img,
.slider-nav-video .slick-slide.slick-current video,
.slider-nav-video .slick-slide.slick-current img {
  filter: none;
}

.slider-nav-video .slick-slide {
  max-height: 99px;
}
@media (max-width: 992px) {
  .slider-nav-video .slick-slide {
    max-height: none;
  }
}

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

.action-link {
  padding: 6px 9px;
  background-color: #a12433;
  color: #ffffff !important;
}
.afl .action-link {
  background-color: #ed1b24;
}
.action-link:hover {
  text-decoration: underline;
  color: #ffffff !important;
}

.detail {
  min-height: 500px;
}
.detail article {
  box-shadow: none;
}

.illustration-image img {
  max-width: 100%;
}
.illustration-image .description {
  display: inline-block;
  margin-top: 0.5em;
  font-size: 12px;
}

aside article {
  margin-bottom: 1em;
  box-shadow: 0 3px 5px 0 rgba(0, 1, 1, 0.1) !important;
  border-top: 1px solid #f1f1f1;
}
aside article.inner-image {
  /* min-height: 316px; */
  border-top: none;
}
aside article img {
  max-width: 100%;
  height: 100%;
}

.continuous-text {
  width: 680px;
  max-width: 100%;
  padding: 2em 0;
}

.content article {
  height: auto;
}
.content .details {
  border-left: 5px solid #a12433;
  height: auto;
  margin: 2em 0;
  padding: 0 2em;
}
.afl .content .details {
  border-left-color: #ed1b24;
}

.share i {
  font-size: 24px;
  color: #000000;
}
.share i:hover {
  color: #a12433;
}
.afl .share i:hover {
  color: #ed1b24;
}

.short-list {
  margin-top: 1em;
}
.short-list strong {
  display: block;
}

.bg {
  /* &-mo {
      background-image: url(../img/mo_cr.jpg);
      background-size: 100%;
      background-repeat: no-repeat;
      min-height: 600px;
  } */
}
.bg-img {
  background-image: url(../img/carousel/bg-img-2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  .bg-img {
    background-image: url(../img/carousel/bg-img-2_lg.jpg);
  }
}
@media (max-width: 768px) {
  .bg-img {
    background-image: url(../img/carousel/bg-img-2_md.jpg);
  }
}
.bg-none {
  box-shadow: none;
  background-color: transparent;
}
.bg-light {
  position: relative;
}
.bg-light:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../img/main/light_bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  transform: rotate(180deg);
}
.bg-light > * {
  position: relative;
}
.bg-flag {
  background-image: url(../img/CeskaVlajka.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.fb-page {
  width: 100%;
}
.fb-page span {
  display: block !important;
  margin: 0 auto;
}
.fb-page span,
.fb-page span iframe {
  height: 289px !important;
}

.twitter-timeline {
  border: 1px solid #e5e5e5 !important;
}

/** calendar */
.calendar {
  display: inline-grid;
  justify-content: center;
  align-items: center;
  background-color: white;
  padding: 5px;
  width: 100%;
  box-shadow: 0 3px 5px 0 rgba(0, 1, 1, 0.1);
}
.calendar .month {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 300;
}
.calendar .month .year {
  font-weight: 600;
  margin-left: 10px;
}
.calendar .month .nav {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #a12433;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  transition-duration: 0.2s;
  position: relative;
}
.afl .calendar .month .nav {
  color: #ed1b24;
}
.calendar .month .nav:hover {
  background-color: #f3f3f3;
}
.calendar .days {
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: repeat(7, 1fr);
  font-weight: 600;
}
.calendar .days span {
  width: 50px;
  justify-self: center;
  align-self: center;
  text-align: center;
}
.calendar .dates {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  margin-bottom: 15px;
}
.calendar .dates a {
  font-weight: 900;
  color: #a12433;
}
.afl .calendar .dates a {
  color: #ed1b24;
}
.calendar .dates span {
  cursor: pointer;
  outline: 0;
  border: 0;
  background-color: transparent;
  font-family: "RobotoCondensed";
  font-size: 15px;
  justify-self: center;
  align-self: center;
  text-align: center;
  width: 34px;
  height: 34px;
  border-radius: 50px;
  margin: 2px 11px;
  transition-duration: 0.2s;
  line-height: 2.2;
}
@media (max-width: 768px) {
  .calendar .dates span {
    margin: 2px 5px;
  }
}
@media (max-width: 580px) {
  .calendar .dates span {
    margin: 2px 0;
  }
}
.calendar .dates span.today {
  background-color: #a12433;
  color: white;
  box-shadow: none;
}
.afl .calendar .dates span.today {
  background-color: #ed1b24;
}
.calendar .dates span.today:hover {
  background-color: #a12433;
  color: white;
}
.afl .calendar .dates span.today:hover {
  background-color: #ed1b24;
}
.calendar .dates span:first-child {
  grid-column: 3;
}
.calendar .dates span:hover {
  background-color: #f3f3f3;
}
.calendar .dates span:focus {
  background-color: #a12433;
  color: white;
  font-weight: 600;
}
.afl .calendar .dates span:focus {
  background-color: #ed1b24;
}

.icon-margin i {
  margin-right: 5px;
}

.contact a {
  color: #a12433;
  font-weight: 600;
}
.afl .contact a {
  color: #ed1b24;
}
.contact a:hover {
  text-decoration: underline;
}

.supertitle {
  font-weight: bold;
  /* background-color: $color_primary; */
  color: #a12433;
  padding: 30px 0;
  text-align: right;
  display: inline-block;
  font-size: 60px;
  text-transform: none;
  line-height: 1;
  width: 100%;
}
@media (max-width: 768px) {
  .supertitle {
    text-align: left;
    font-size: 50px;
    padding: 0;
    margin: 16px 0 28px;
  }
}
@media (max-width: 580px) {
  .supertitle {
    font-size: 45px;
  }
}
.afl .supertitle {
  background-color: #ed1b24;
}
.supertitle span {
  font-weight: 100;
  font-size: 30px;
  text-transform: uppercase;
  color: #000000;
}
@media (max-width: 580px) {
  .supertitle span {
    font-size: 28px;
  }
}

.list-box.bg {
  background-color: #f3f3f3;
  margin: 0;
  /* color: white; */
  padding: 30px;
}
.afl .list-box.bg {
  background-color: #005aab;
}
.list-box.bg a {
  /* color: white; */
}
.list-box .list-link {
  margin-right: 10px;
}

.d3r_switch {
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 999;
}
@media (max-width: 768px) {
  .d3r_switch {
    position: relative;
    right: auto;
    left: 0;
    top: 0;
  }
}
.d3r_switch ul {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .d3r_switch ul {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 2em;
    flex-wrap: wrap;
  }
}
.d3r_switch ul li {
  margin-top: 1em;
  transition: 0.3s;
  margin-left: 0;
  /* &:hover {
      @media(min-width: 768px) {
          margin-left: -200px;
      }
  } */
}
@media (max-width: 768px) {
  .d3r_switch ul li {
    margin: 1em 0 0;
    flex-basis: calc(50% - 0.5em);
  }
}
@media (max-width: 580px) {
  .d3r_switch ul li {
    flex-basis: 90%;
  }
}
.d3r_switch ul span.img {
  display: inline-block;
  width: 58px;
  height: 58px;
  margin: 0 10px;
  padding: 1px;
}
.d3r_switch ul .category {
  background-color: transparent;
  width: 285px;
  margin-left: -10px;
  transition: 0.1s;
}
@media (max-width: 768px) {
  .d3r_switch ul .category {
    width: auto;
  }
}
@media (max-width: 580px) {
  .d3r_switch ul .category {
    max-width: 90%;
  }
}
.d3r_switch ul .category img {
  max-width: 100%;
  height: auto;
}
.d3r_switch ul .category:before {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
@media (max-width: 768px) {
  .d3r_switch ul .category:before {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media (max-width: 580px) {
  .d3r_switch ul .category:before {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }
}
.d3r_switch ul .category:hover {
  margin-left: 0;
}
@media (max-width: 768px) {
  .d3r_switch ul li:nth-child(1) span.name, .d3r_switch ul li:nth-child(3) span.name {
    order: -1;
    text-align: right;
  }
}
@media (max-width: 768px) {
  .d3r_switch ul li:nth-child(1) .category, .d3r_switch ul li:nth-child(3) .category {
    justify-content: flex-end;
  }
}
.d3r_switch ul li:nth-child(1) .category:before, .d3r_switch ul li:nth-child(3) .category:before {
  /* @include respond-to('sm') {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      border-top-right-radius: 50px;
      border-bottom-right-radius: 50px;
  } */
}
@media (max-width: 768px) {
  .d3r_switch ul li:nth-child(1) .category:before, .d3r_switch ul li:nth-child(3) .category:before {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }
}
.d3r_switch ul li:nth-child(1) .category.backup:after, .d3r_switch ul li:nth-child(3) .category.backup:after {
  /* @include respond-to('sm') {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-top-left-radius: 50px;
      border-bottom-left-radius: 50px;
  } */
}
@media (max-width: 768px) {
  .d3r_switch ul li:nth-child(1) .category.backup:after, .d3r_switch ul li:nth-child(3) .category.backup:after {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }
}
.d3r_switch ul li:nth-child(2), .d3r_switch ul li:nth-child(4) {
  /* @include respond-to('sm') {
      margin-left: auto;
  } */
}
@media (max-width: 768px) {
  .d3r_switch ul li:nth-child(2) .category:before, .d3r_switch ul li:nth-child(4) .category:before {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }
}
@media (max-width: 580px) {
  .d3r_switch ul li:nth-child(2) .category:before, .d3r_switch ul li:nth-child(4) .category:before {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}

/** banner */
.banner-list,
.social-list {
  margin: 0 -12px;
}
.banner-list .slick-slide,
.social-list .slick-slide {
  margin: 0 12px;
}
.banner-list .slick-arrow,
.social-list .slick-arrow {
  color: #a12433;
}
.afl .banner-list .slick-arrow,
.afl .social-list .slick-arrow {
  color: #ed1b24;
}
.banner-list .slick-arrow.slick-prev,
.social-list .slick-arrow.slick-prev {
  right: 47px;
  left: auto;
}
.banner-list .slick-arrow.slick-next,
.social-list .slick-arrow.slick-next {
  right: 1px;
}
.banner-list .slick-dots,
.social-list .slick-dots {
  padding: 0;
  text-align: center;
  margin-top: 24px;
}
.banner-list .slick-dots li,
.social-list .slick-dots li {
  display: inline-block;
  margin: 0 3px;
}
.banner-list .slick-dots li button,
.social-list .slick-dots li button {
  overflow: hidden;
  width: 10px;
  height: 10px;
  color: transparent;
  border: 3px solid #a12433;
  border-radius: 20px;
  padding: 0;
}
.afl .banner-list .slick-dots li button,
.afl .social-list .slick-dots li button {
  border-color: #ed1b24;
}
.banner-list .slick-dots li.slick-active button,
.social-list .slick-dots li.slick-active button {
  background-color: #a12433;
}
.afl .banner-list .slick-dots li.slick-active button,
.afl .social-list .slick-dots li.slick-active button {
  background-color: #ed1b24;
}

video {
  display: block;
  margin-inline: auto;
  max-width: 100%;
  height: auto;
}
@media (max-width: 992px) {
  video {
    width: 100%;
  }
}
@media (max-width: 768px) {
  video {
    margin-bottom: -9px;
  }
}

.flex-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .flex-column {
    text-align: right;
  }
}

@media (max-width: 768px) {
  .flex-for-mobile {
    display: flex;
    flex-wrap: wrap;
  }
  .flex-for-mobile > * {
    width: 100%;
  }
  .flex-for-mobile .d3r_switch {
    order: -1;
  }
  .flex-for-mobile .d3r_switch ul {
    margin-top: 0;
    margin-bottom: 3em;
  }
}

.height {
  height: 100%;
}
.height .row {
  height: 100%;
}
@media (max-width: 992px) {
  .height .row {
    height: auto;
  }
}

.flexvert {
  display: flex;
  flex: auto;
  flex-direction: column;
  justify-content: center;
  margin: -16px 0 0 0 !important;
}

/** COLOR VARS */
/** FONT VARS */
/** OTHER VARS */
/** BREAKPOINTS */
/** MIXINS */
/** COLOR VARS */
/** FONT VARS */
/** FOOTER STYLES */
footer {
  background-color: #151414;
  color: #ffffff;
}
.afl footer {
  background-color: #005aab;
}
footer a:hover {
  text-decoration: underline;
}
footer .socials:after {
  content: none;
}
footer h4 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
}

.socials i {
  font-size: 24px;
  color: #000000;
}

.footer-box-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #a12433;
  background-image: url(../img/main/main_bg2.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
.afl .footer-box-brand {
  background-color: #ed1b24;
  background-image: url(../img/main/main_bg3.svg);
}
.footer-box-brand .navbar-brand {
  text-decoration: none !important;
  margin: 3em 0;
}
.footer-box-brand .navbar-brand span {
  color: #ffffff;
}
.footer-box-brand .socials {
  margin-bottom: 3em;
}
.footer-box-brand .socials li {
  margin: 0 4px;
}
.footer-box-brand .socials i {
  color: #ffffff;
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .footer-box-brand .navbar-brand > span {
    padding: 9px;
    font-size: 24px;
  }
  .footer-box-brand .navbar-brand > span span {
    font-size: 18px;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .footer-box-brand .navbar-brand > span {
    padding: 9px 5px;
    font-size: 18px;
  }
  .footer-box-brand .navbar-brand > span span {
    font-size: 15px;
  }
}

.footer-box {
  display: flex;
  flex-wrap: wrap;
}
.footer-box .row {
  width: 100%;
}
.footer-box img {
  filter: grayscale(1);
}
.footer-box img:hover {
  filter: none;
}

.footer-contact {
  margin: 3em 0;
  padding: 0 3em;
}
@media (max-width: 768px) {
  .footer-contact {
    margin: 3em 0 0;
  }
}
.footer-contact a {
  color: #ffffff;
}
.footer-contact i {
  margin-right: 5px;
}

.footer-links {
  margin: 0;
  padding: 0 3em;
}
@media (max-width: 768px) {
  .footer-links > .row > .col-lg-6 {
    margin-top: 3em;
  }
}
.footer-links ul {
  display: block;
  -moz-column-count: 2;
       column-count: 2;
}
.footer-links ul.single-column {
  -moz-column-count: 1;
       column-count: 1;
}
.footer-links ul li {
  display: inline-block;
  width: 100%;
}
.footer-links ul li a {
  color: #ffffff;
  transition: 0s;
}
.footer-links ul li a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.page-copy {
  margin-top: 3em;
  color: #939393;
  font-size: 12px;
}/*# sourceMappingURL=style.css.map */