/*
Theme Name: Brand Guidelines Theme - MUSTANG
Version: 2024/01
Design, author and Coding: Ales Skotnica, http://www.skott.xyz
*/
/* <-----------------------------------------------------------------------------------------------> */
/* <-------------- ZAKLADNI BARVY -----------------------------------------------------------------> */
/* <-----------------------------------------------------------------------------------------------> */
/* <-----------------------------------------------------------------------------------------------> */
/* <-------------- FONTY --------------------------------------------------------------------------> */
/* <-----------------------------------------------------------------------------------------------> */
@import url("https://use.typekit.net/mmh8fph.css");
/* copperplate */
@import url("https://use.typekit.net/qcg4bvq.css");
.fnt-bicyclette-light {
  font-family: bicyclette, serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.fnt-bicyclette-regular {
  font-family: bicyclette, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.fnt-bicyclette-bold {
  font-family: bicyclette, serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
/* Heading */
@font-face {
  font-family: 'hd-regular';
  src: url(fonts/hd-regular.woff?20240127002) format("woff");
  font-weight: normal;
  font-style: normal;
}
.fnt-hd-regular {
  font-family: 'hd-regular', sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'hd-bold';
  src: url(fonts/hd-bold.woff?20240127002) format("woff");
  font-weight: normal;
  font-style: normal;
}
.fnt-hd-bold {
  font-family: 'hd-bold', sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'hd-extrabold';
  src: url(fonts/hd-exbold.woff?20240127002) format("woff");
  font-weight: normal;
  font-style: normal;
}
.fnt-hd-extrabold {
  font-family: 'hd-extrabold', sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}
/* <-----------------------------------------------------------------------------------------------> */
/* <-------------- TELO ---------------------------------------------------------------------------> */
/* <-----------------------------------------------------------------------------------------------> */
body {
  font-family: "bicyclette", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  color: #444;
  background: #fff;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
/* <-----------------------------------------------------------------------------------------------> */
/* <-------------- ODKAZY -------------------------------------------------------------------------> */
/* <-----------------------------------------------------------------------------------------------> */
a,
a:link,
a:visited {
  color: #E4002B;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #000;
  text-decoration: none;
}
a:active {
  color: #E4002B;
  text-decoration: none;
}
/* <-----------------------------------------------------------------------------------------------> */
/* <-------------- DEFAULTNI SEKCE ----------------------------------------------------------------> */
/* <-----------------------------------------------------------------------------------------------> */
.default-section {
  padding-bottom: 100px;
}
/* <-----------------------------------------------------------------------------------------------> */
/* <-------------- HLAVICKA HOME ------------------------------------------------------------------> */
/* <-----------------------------------------------------------------------------------------------> */
.theme-home-header {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.theme-home-page-title {
  color: #fff;
  font-family: "bicyclette", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-size: 80px;
  text-transform: lowercase;
}
.theme-home-page-title b {
  color: #E4002B;
  font-family: "bicyclette", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}
@media (max-width: 1387px) {
  .theme-home-page-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .theme-home-page-title {
    font-size: 30px;
  }
}
@media (max-width: 550px) {
  .theme-home-page-title {
    font-size: 20px;
  }
}
.mouse-link a,
.mouse-link a:visited {
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0);
}
.mouse-link a b,
.mouse-link a:visited b {
  border-color: #fff;
}
.mouse-link a em,
.mouse-link a:visited em {
  background: #fff;
}
.mouse-link a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 550px) {
  .mouse-link {
    bottom: 140px;
  }
}
/* <-----------------------------------------------------------------------------------------------> */
/* <-------------- MODAL MENU ---------------------------------------------------------------------> */
/* <-----------------------------------------------------------------------------------------------> */
#modal-menu {
  background: #333;
  color: #fff;
}
#main-menu-button {
  background: rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
}
#main-menu-button:hover {
  background: #000000;
  color: #FFFFFF;
}
.theme-main-menu li {
  font-family: "bicyclette", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.theme-main-menu .sub-menu li {
  font-family: "bicyclette", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.theme-main-menu .sub-menu li:before {
  background-color: #E4002B;
}
.theme-main-menu .sub-menu li:hover:before {
  background-color: #fff;
}
.theme-main-menu a,
.theme-main-menu a:visited {
  color: #fff;
}
.theme-main-menu a:hover {
  color: #E4002B;
}
/* <-----------------------------------------------------------------------------------------------> */
/* <-------------- VYCHOZI HLAVICKA ---------------------------------------------------------------> */
/* <-----------------------------------------------------------------------------------------------> */
.theme-home-menu-link {
  top: 15px;
  right: 80px;
}
.theme-home-menu-link b i {
  vertical-align: 0px;
}
.theme-home-menu-link a,
.theme-home-menu-link a:visited {
  color: #000;
  text-decoration: none !important;
}
.theme-home-menu-link a:hover {
  color: #E4002B;
}
.theme-page-nav-logo img {
  max-width: 124px;
}
@media (max-width: 767px) {
  .theme-page-nav-logo img {
    max-width: 100px;
  }
}
@media (max-width: 500px) {
  .theme-page-nav-logo img {
    max-width: 80px;
  }
}
.theme-page-title {
  font-family: "bicyclette", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 60px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #000;
  line-height: 1.1em;
}
.theme-page-title small {
  line-height: 1em;
  font-size: 30px;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .theme-page-title {
    font-size: 50px;
  }
}
@media (max-width: 550px) {
  .theme-page-title {
    font-size: 30px;
  }
}
/* <-----------------------------------------------------------------------------------------------> */
/* <-------------- PANEL JEN LOGO V HLAVICCE ------------------------------------------------------> */
/* <-----------------------------------------------------------------------------------------------> */
.section-header-page {
  background-color: #E4002B;
}
.section-header-page .breadcrumbs {
  padding-top: 50px;
  color: rgba(255, 255, 255, 0.5);
}
.section-header-page .breadcrumbs a,
.section-header-page .breadcrumbs a:visited {
  color: rgba(255, 255, 255, 0.7);
}
.section-header-page .breadcrumbs a:hover {
  color: #ffffff;
}
.section-header-page h1,
.section-header-page .section-header-page-title {
  line-height: 1em;
  margin: 0;
  padding: 0;
}
.section-header-page h1 img,
.section-header-page .section-header-page-title img {
  width: 100%;
  max-width: 800px;
  height: auto;
}
/* <-----------------------------------------------------------------------------------------------> */
/* <-------------- SEKCE - LOGA - ZAKLAD ----------------------------------------------------------> */
/* <-----------------------------------------------------------------------------------------------> */
.section-title {
  margin: 60px 0 80px 0;
  font-family: "bicyclette", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  letter-spacing: 0.01em;
  color: #444;
}
.section-title small {
  font-family: "bicyclette", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
}
.black-section .section-title,
.red-section .section-title,
.blue-section .section-title,
.pink-section .section-title,
.light-blue-section .section-title,
.dark-gray-section .section-title {
  color: #fff;
}
@media (max-width: 550px) {
  .section-title {
    font-size: 22px;
  }
}
.section-sub-title {
  font-family: "bicyclette", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  letter-spacing: 0.03em;
  color: #444;
}
.section-sub-title.section-main-title {
  margin: 60px 0 80px 0;
}
.black-section .section-sub-title,
.red-section .section-sub-title,
.pink-section .section-sub-title,
.blue-section .section-sub-title,
.dark-gray-section .section-sub-title {
  color: #fff;
}
@media (max-width: 550px) {
  .section-sub-title {
    font-size: 19px;
  }
}
.section-sub-sub-title {
  font-family: "bicyclette", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.03em;
  color: #444;
}
.section-sub-sub-title.section-main-title {
  margin: 60px 0 80px 0;
  text-transform: uppercase;
}
.black-section .section-sub-sub-title,
.red-section .section-sub-sub-title,
.blue-section .section-sub-sub-title,
.pink-section .section-sub-sub-title,
.light-blue-section .section-sub-sub-title,
.dark-gray-section .section-sub-sub-title {
  color: #fff;
}
@media (max-width: 550px) {
  .section-sub-sub-title {
    font-size: 14px;
  }
}
.section-content {
  padding-right: 33%;
  padding-bottom: 80px;
}
@media (max-width: 1200px) {
  .section-content {
    padding-right: 25%;
  }
}
@media (max-width: 767px) {
  .section-content {
    padding-right: 0;
  }
}
.theme-logos-grid-item-img img {
  max-width: 340px;
}
.min-logos .theme-logos-grid-item-img img {
  max-width: 160px;
}
.big-logos .theme-logos-grid-item-img img {
  max-width: 530px;
}
.theme-logos-grid-item-content h3,
.theme-logos-grid-item-content h2 {
  font-family: "bicyclette", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 25px;
  line-height: 1em;
}
.theme-logos-grid-item-content h3 small,
.theme-logos-grid-item-content h2 small {
  font-family: "bicyclette", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #666;
}
.theme-logos-grid-item-content p {
  font-size: 16px;
  line-height: 1.1em;
}
.theme-logos-grid-item-content p small {
  font-size: 12px;
}
.theme-logos-grid-item-content.theme-logos-grid-item-content-top p {
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .theme-logos-grid-item-content h3,
  .theme-logos-grid-item-content h2 {
    font-size: 18px;
  }
  .theme-logos-grid-item-content p {
    font-size: 12px;
  }
  .theme-logos-grid-item-content p small {
    font-size: 10px;
  }
}
.theme-logos-grid-item-link h2,
a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h2,
a.theme-logos-grid-item-link:visited h2,
.theme-logos-grid-item-link h3,
a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h3,
a.theme-logos-grid-item-link:visited h3 {
  color: #E4002B;
  text-decoration: none;
}
.theme-logos-grid-item-link p,
a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited p,
a.theme-logos-grid-item-link:visited p {
  color: #444;
  text-decoration: none;
}
.theme-logos-grid-item-link:hover h2,
a.theme-logos-grid-item-link:hover h2,
.theme-logos-grid-item-link:hover h3,
a.theme-logos-grid-item-link:hover h3,
.theme-logos-grid-item-link:hover p,
a.theme-logos-grid-item-link:hover p {
  color: #E4002B 3, 20;
  text-decoration: none;
}
.theme-logos-grid-item-download-link,
.theme-content-cl-content-download-link {
  padding-top: 40px;
}
.theme-logos-grid-item-download-link a,
.theme-content-cl-content-download-link a,
.theme-logos-grid-item-download-link a:visited,
.theme-content-cl-content-download-link a:visited {
  background: #BCBCBC;
  color: #FFFFFF !important;
}
.theme-logos-grid-item-download-link a:hover,
.theme-content-cl-content-download-link a:hover {
  background: #E4002B;
  color: #FFFFFF !important;
}
/* <-----------------------------------------------------------------------------------------------> */
/* <-------------- SEKCE - LOGA - GREEN -----------------------------------------------------------> */
/* <-----------------------------------------------------------------------------------------------> */
.topline-section {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(0, 0, 0, 0.1);
}
.black-section,
.red-section,
.gray-section,
.dark-gray-section,
.blue-section,
.light-blue-section,
.pink-section,
.dark-gray-section {
  background: #000;
  background-size: cover;
  color: #FFFFFF;
}
.black-section.red-section,
.red-section.red-section,
.gray-section.red-section,
.dark-gray-section.red-section,
.blue-section.red-section,
.light-blue-section.red-section,
.pink-section.red-section,
.dark-gray-section.red-section {
  background: #F08BB2;
}
.black-section.blue-section,
.red-section.blue-section,
.gray-section.blue-section,
.dark-gray-section.blue-section,
.blue-section.blue-section,
.light-blue-section.blue-section,
.pink-section.blue-section,
.dark-gray-section.blue-section {
  background: #074685;
}
.black-section.pink-section,
.red-section.pink-section,
.gray-section.pink-section,
.dark-gray-section.pink-section,
.blue-section.pink-section,
.light-blue-section.pink-section,
.pink-section.pink-section,
.dark-gray-section.pink-section {
  background: #F08BB2;
}
.black-section.light-blue-section,
.red-section.light-blue-section,
.gray-section.light-blue-section,
.dark-gray-section.light-blue-section,
.blue-section.light-blue-section,
.light-blue-section.light-blue-section,
.pink-section.light-blue-section,
.dark-gray-section.light-blue-section {
  background: #6177B0;
}
.black-section.blue-section.topline-section,
.red-section.blue-section.topline-section,
.gray-section.blue-section.topline-section,
.dark-gray-section.blue-section.topline-section,
.blue-section.blue-section.topline-section,
.light-blue-section.blue-section.topline-section,
.pink-section.blue-section.topline-section,
.dark-gray-section.blue-section.topline-section,
.black-section.pink-section.topline-section,
.red-section.pink-section.topline-section,
.gray-section.pink-section.topline-section,
.dark-gray-section.pink-section.topline-section,
.blue-section.pink-section.topline-section,
.light-blue-section.pink-section.topline-section,
.pink-section.pink-section.topline-section,
.dark-gray-section.pink-section.topline-section,
.black-section.light-blue-section.topline-section,
.red-section.light-blue-section.topline-section,
.gray-section.light-blue-section.topline-section,
.dark-gray-section.light-blue-section.topline-section,
.blue-section.light-blue-section.topline-section,
.light-blue-section.light-blue-section.topline-section,
.pink-section.light-blue-section.topline-section,
.dark-gray-section.light-blue-section.topline-section {
  border-top-color: #fff;
}
.black-section a,
.red-section a,
.gray-section a,
.dark-gray-section a,
.blue-section a,
.light-blue-section a,
.pink-section a,
.dark-gray-section a,
.black-section a:visited,
.red-section a:visited,
.gray-section a:visited,
.dark-gray-section a:visited,
.blue-section a:visited,
.light-blue-section a:visited,
.pink-section a:visited,
.dark-gray-section a:visited {
  color: #fff;
}
.black-section a:hover,
.red-section a:hover,
.gray-section a:hover,
.dark-gray-section a:hover,
.blue-section a:hover,
.light-blue-section a:hover,
.pink-section a:hover,
.dark-gray-section a:hover {
  color: #000;
}
.black-section.blue-section .theme-logos-grid-item-content h2 small,
.red-section.blue-section .theme-logos-grid-item-content h2 small,
.gray-section.blue-section .theme-logos-grid-item-content h2 small,
.dark-gray-section.blue-section .theme-logos-grid-item-content h2 small,
.blue-section.blue-section .theme-logos-grid-item-content h2 small,
.light-blue-section.blue-section .theme-logos-grid-item-content h2 small,
.pink-section.blue-section .theme-logos-grid-item-content h2 small,
.dark-gray-section.blue-section .theme-logos-grid-item-content h2 small,
.black-section.pink-section .theme-logos-grid-item-content h2 small,
.red-section.pink-section .theme-logos-grid-item-content h2 small,
.gray-section.pink-section .theme-logos-grid-item-content h2 small,
.dark-gray-section.pink-section .theme-logos-grid-item-content h2 small,
.blue-section.pink-section .theme-logos-grid-item-content h2 small,
.light-blue-section.pink-section .theme-logos-grid-item-content h2 small,
.pink-section.pink-section .theme-logos-grid-item-content h2 small,
.dark-gray-section.pink-section .theme-logos-grid-item-content h2 small,
.black-section.light-blue-section .theme-logos-grid-item-content h2 small,
.red-section.light-blue-section .theme-logos-grid-item-content h2 small,
.gray-section.light-blue-section .theme-logos-grid-item-content h2 small,
.dark-gray-section.light-blue-section .theme-logos-grid-item-content h2 small,
.blue-section.light-blue-section .theme-logos-grid-item-content h2 small,
.light-blue-section.light-blue-section .theme-logos-grid-item-content h2 small,
.pink-section.light-blue-section .theme-logos-grid-item-content h2 small,
.dark-gray-section.light-blue-section .theme-logos-grid-item-content h2 small,
.black-section.blue-section .theme-logos-grid-item-content h3 small,
.red-section.blue-section .theme-logos-grid-item-content h3 small,
.gray-section.blue-section .theme-logos-grid-item-content h3 small,
.dark-gray-section.blue-section .theme-logos-grid-item-content h3 small,
.blue-section.blue-section .theme-logos-grid-item-content h3 small,
.light-blue-section.blue-section .theme-logos-grid-item-content h3 small,
.pink-section.blue-section .theme-logos-grid-item-content h3 small,
.dark-gray-section.blue-section .theme-logos-grid-item-content h3 small,
.black-section.pink-section .theme-logos-grid-item-content h3 small,
.red-section.pink-section .theme-logos-grid-item-content h3 small,
.gray-section.pink-section .theme-logos-grid-item-content h3 small,
.dark-gray-section.pink-section .theme-logos-grid-item-content h3 small,
.blue-section.pink-section .theme-logos-grid-item-content h3 small,
.light-blue-section.pink-section .theme-logos-grid-item-content h3 small,
.pink-section.pink-section .theme-logos-grid-item-content h3 small,
.dark-gray-section.pink-section .theme-logos-grid-item-content h3 small,
.black-section.light-blue-section .theme-logos-grid-item-content h3 small,
.red-section.light-blue-section .theme-logos-grid-item-content h3 small,
.gray-section.light-blue-section .theme-logos-grid-item-content h3 small,
.dark-gray-section.light-blue-section .theme-logos-grid-item-content h3 small,
.blue-section.light-blue-section .theme-logos-grid-item-content h3 small,
.light-blue-section.light-blue-section .theme-logos-grid-item-content h3 small,
.pink-section.light-blue-section .theme-logos-grid-item-content h3 small,
.dark-gray-section.light-blue-section .theme-logos-grid-item-content h3 small {
  color: #fff;
}
.black-section .theme-logos-grid-item-link h2,
.red-section .theme-logos-grid-item-link h2,
.gray-section .theme-logos-grid-item-link h2,
.dark-gray-section .theme-logos-grid-item-link h2,
.blue-section .theme-logos-grid-item-link h2,
.light-blue-section .theme-logos-grid-item-link h2,
.pink-section .theme-logos-grid-item-link h2,
.dark-gray-section .theme-logos-grid-item-link h2,
.black-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h2,
.red-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h2,
.gray-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h2,
.dark-gray-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h2,
.blue-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h2,
.light-blue-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h2,
.pink-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h2,
.dark-gray-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h2,
.black-section a.theme-logos-grid-item-link:visited h2,
.red-section a.theme-logos-grid-item-link:visited h2,
.gray-section a.theme-logos-grid-item-link:visited h2,
.dark-gray-section a.theme-logos-grid-item-link:visited h2,
.blue-section a.theme-logos-grid-item-link:visited h2,
.light-blue-section a.theme-logos-grid-item-link:visited h2,
.pink-section a.theme-logos-grid-item-link:visited h2,
.dark-gray-section a.theme-logos-grid-item-link:visited h2,
.black-section .theme-logos-grid-item-link h3,
.red-section .theme-logos-grid-item-link h3,
.gray-section .theme-logos-grid-item-link h3,
.dark-gray-section .theme-logos-grid-item-link h3,
.blue-section .theme-logos-grid-item-link h3,
.light-blue-section .theme-logos-grid-item-link h3,
.pink-section .theme-logos-grid-item-link h3,
.dark-gray-section .theme-logos-grid-item-link h3,
.black-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h3,
.red-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h3,
.gray-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h3,
.dark-gray-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h3,
.blue-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h3,
.light-blue-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h3,
.pink-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h3,
.dark-gray-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h3,
.black-section a.theme-logos-grid-item-link:visited h3,
.red-section a.theme-logos-grid-item-link:visited h3,
.gray-section a.theme-logos-grid-item-link:visited h3,
.dark-gray-section a.theme-logos-grid-item-link:visited h3,
.blue-section a.theme-logos-grid-item-link:visited h3,
.light-blue-section a.theme-logos-grid-item-link:visited h3,
.pink-section a.theme-logos-grid-item-link:visited h3,
.dark-gray-section a.theme-logos-grid-item-link:visited h3 {
  color: #fff;
  text-decoration: none;
}
.black-section .theme-logos-grid-item-link h2 small,
.red-section .theme-logos-grid-item-link h2 small,
.gray-section .theme-logos-grid-item-link h2 small,
.dark-gray-section .theme-logos-grid-item-link h2 small,
.blue-section .theme-logos-grid-item-link h2 small,
.light-blue-section .theme-logos-grid-item-link h2 small,
.pink-section .theme-logos-grid-item-link h2 small,
.dark-gray-section .theme-logos-grid-item-link h2 small,
.black-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h2 small,
.red-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h2 small,
.gray-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h2 small,
.dark-gray-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h2 small,
.blue-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h2 small,
.light-blue-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h2 small,
.pink-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h2 small,
.dark-gray-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h2 small,
.black-section a.theme-logos-grid-item-link:visited h2 small,
.red-section a.theme-logos-grid-item-link:visited h2 small,
.gray-section a.theme-logos-grid-item-link:visited h2 small,
.dark-gray-section a.theme-logos-grid-item-link:visited h2 small,
.blue-section a.theme-logos-grid-item-link:visited h2 small,
.light-blue-section a.theme-logos-grid-item-link:visited h2 small,
.pink-section a.theme-logos-grid-item-link:visited h2 small,
.dark-gray-section a.theme-logos-grid-item-link:visited h2 small,
.black-section .theme-logos-grid-item-link h3 small,
.red-section .theme-logos-grid-item-link h3 small,
.gray-section .theme-logos-grid-item-link h3 small,
.dark-gray-section .theme-logos-grid-item-link h3 small,
.blue-section .theme-logos-grid-item-link h3 small,
.light-blue-section .theme-logos-grid-item-link h3 small,
.pink-section .theme-logos-grid-item-link h3 small,
.dark-gray-section .theme-logos-grid-item-link h3 small,
.black-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h3 small,
.red-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h3 small,
.gray-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h3 small,
.dark-gray-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h3 small,
.blue-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h3 small,
.light-blue-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h3 small,
.pink-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h3 small,
.dark-gray-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h3 small,
.black-section a.theme-logos-grid-item-link:visited h3 small,
.red-section a.theme-logos-grid-item-link:visited h3 small,
.gray-section a.theme-logos-grid-item-link:visited h3 small,
.dark-gray-section a.theme-logos-grid-item-link:visited h3 small,
.blue-section a.theme-logos-grid-item-link:visited h3 small,
.light-blue-section a.theme-logos-grid-item-link:visited h3 small,
.pink-section a.theme-logos-grid-item-link:visited h3 small,
.dark-gray-section a.theme-logos-grid-item-link:visited h3 small {
  color: #fff;
}
.black-section .theme-logos-grid-item-link p,
.red-section .theme-logos-grid-item-link p,
.gray-section .theme-logos-grid-item-link p,
.dark-gray-section .theme-logos-grid-item-link p,
.blue-section .theme-logos-grid-item-link p,
.light-blue-section .theme-logos-grid-item-link p,
.pink-section .theme-logos-grid-item-link p,
.dark-gray-section .theme-logos-grid-item-link p,
.black-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited p,
.red-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited p,
.gray-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited p,
.dark-gray-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited p,
.blue-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited p,
.light-blue-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited p,
.pink-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited p,
.dark-gray-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited p,
.black-section a.theme-logos-grid-item-link:visited p,
.red-section a.theme-logos-grid-item-link:visited p,
.gray-section a.theme-logos-grid-item-link:visited p,
.dark-gray-section a.theme-logos-grid-item-link:visited p,
.blue-section a.theme-logos-grid-item-link:visited p,
.light-blue-section a.theme-logos-grid-item-link:visited p,
.pink-section a.theme-logos-grid-item-link:visited p,
.dark-gray-section a.theme-logos-grid-item-link:visited p {
  color: #fff;
  text-decoration: none;
}
.black-section .theme-logos-grid-item-link:hover h2,
.red-section .theme-logos-grid-item-link:hover h2,
.gray-section .theme-logos-grid-item-link:hover h2,
.dark-gray-section .theme-logos-grid-item-link:hover h2,
.blue-section .theme-logos-grid-item-link:hover h2,
.light-blue-section .theme-logos-grid-item-link:hover h2,
.pink-section .theme-logos-grid-item-link:hover h2,
.dark-gray-section .theme-logos-grid-item-link:hover h2,
.black-section a.theme-logos-grid-item-link:hover h2,
.red-section a.theme-logos-grid-item-link:hover h2,
.gray-section a.theme-logos-grid-item-link:hover h2,
.dark-gray-section a.theme-logos-grid-item-link:hover h2,
.blue-section a.theme-logos-grid-item-link:hover h2,
.light-blue-section a.theme-logos-grid-item-link:hover h2,
.pink-section a.theme-logos-grid-item-link:hover h2,
.dark-gray-section a.theme-logos-grid-item-link:hover h2,
.black-section .theme-logos-grid-item-link:hover h3,
.red-section .theme-logos-grid-item-link:hover h3,
.gray-section .theme-logos-grid-item-link:hover h3,
.dark-gray-section .theme-logos-grid-item-link:hover h3,
.blue-section .theme-logos-grid-item-link:hover h3,
.light-blue-section .theme-logos-grid-item-link:hover h3,
.pink-section .theme-logos-grid-item-link:hover h3,
.dark-gray-section .theme-logos-grid-item-link:hover h3,
.black-section a.theme-logos-grid-item-link:hover h3,
.red-section a.theme-logos-grid-item-link:hover h3,
.gray-section a.theme-logos-grid-item-link:hover h3,
.dark-gray-section a.theme-logos-grid-item-link:hover h3,
.blue-section a.theme-logos-grid-item-link:hover h3,
.light-blue-section a.theme-logos-grid-item-link:hover h3,
.pink-section a.theme-logos-grid-item-link:hover h3,
.dark-gray-section a.theme-logos-grid-item-link:hover h3,
.black-section .theme-logos-grid-item-link:hover p,
.red-section .theme-logos-grid-item-link:hover p,
.gray-section .theme-logos-grid-item-link:hover p,
.dark-gray-section .theme-logos-grid-item-link:hover p,
.blue-section .theme-logos-grid-item-link:hover p,
.light-blue-section .theme-logos-grid-item-link:hover p,
.pink-section .theme-logos-grid-item-link:hover p,
.dark-gray-section .theme-logos-grid-item-link:hover p,
.black-section a.theme-logos-grid-item-link:hover p,
.red-section a.theme-logos-grid-item-link:hover p,
.gray-section a.theme-logos-grid-item-link:hover p,
.dark-gray-section a.theme-logos-grid-item-link:hover p,
.blue-section a.theme-logos-grid-item-link:hover p,
.light-blue-section a.theme-logos-grid-item-link:hover p,
.pink-section a.theme-logos-grid-item-link:hover p,
.dark-gray-section a.theme-logos-grid-item-link:hover p {
  color: #E4002B;
  text-decoration: none;
}
.black-section .theme-logos-grid-item-download-link a,
.red-section .theme-logos-grid-item-download-link a,
.gray-section .theme-logos-grid-item-download-link a,
.dark-gray-section .theme-logos-grid-item-download-link a,
.blue-section .theme-logos-grid-item-download-link a,
.light-blue-section .theme-logos-grid-item-download-link a,
.pink-section .theme-logos-grid-item-download-link a,
.dark-gray-section .theme-logos-grid-item-download-link a,
.black-section .theme-logos-grid-item-download-link a:visited,
.red-section .theme-logos-grid-item-download-link a:visited,
.gray-section .theme-logos-grid-item-download-link a:visited,
.dark-gray-section .theme-logos-grid-item-download-link a:visited,
.blue-section .theme-logos-grid-item-download-link a:visited,
.light-blue-section .theme-logos-grid-item-download-link a:visited,
.pink-section .theme-logos-grid-item-download-link a:visited,
.dark-gray-section .theme-logos-grid-item-download-link a:visited {
  background: rgba(0, 0, 0, 0.63);
  color: #E4002B !important;
}
.black-section .theme-logos-grid-item-download-link a:hover,
.red-section .theme-logos-grid-item-download-link a:hover,
.gray-section .theme-logos-grid-item-download-link a:hover,
.dark-gray-section .theme-logos-grid-item-download-link a:hover,
.blue-section .theme-logos-grid-item-download-link a:hover,
.light-blue-section .theme-logos-grid-item-download-link a:hover,
.pink-section .theme-logos-grid-item-download-link a:hover,
.dark-gray-section .theme-logos-grid-item-download-link a:hover {
  background: #fff;
  color: #E4002B !important;
}
.black-section.red-section .theme-logos-grid-item-download-link a,
.red-section.red-section .theme-logos-grid-item-download-link a,
.gray-section.red-section .theme-logos-grid-item-download-link a,
.dark-gray-section.red-section .theme-logos-grid-item-download-link a,
.blue-section.red-section .theme-logos-grid-item-download-link a,
.light-blue-section.red-section .theme-logos-grid-item-download-link a,
.pink-section.red-section .theme-logos-grid-item-download-link a,
.dark-gray-section.red-section .theme-logos-grid-item-download-link a,
.black-section.red-section .theme-content-cl-content-download-link a,
.red-section.red-section .theme-content-cl-content-download-link a,
.gray-section.red-section .theme-content-cl-content-download-link a,
.dark-gray-section.red-section .theme-content-cl-content-download-link a,
.blue-section.red-section .theme-content-cl-content-download-link a,
.light-blue-section.red-section .theme-content-cl-content-download-link a,
.pink-section.red-section .theme-content-cl-content-download-link a,
.dark-gray-section.red-section .theme-content-cl-content-download-link a,
.black-section.red-section .theme-logos-grid-item-download-link a:visited,
.red-section.red-section .theme-logos-grid-item-download-link a:visited,
.gray-section.red-section .theme-logos-grid-item-download-link a:visited,
.dark-gray-section.red-section .theme-logos-grid-item-download-link a:visited,
.blue-section.red-section .theme-logos-grid-item-download-link a:visited,
.light-blue-section.red-section .theme-logos-grid-item-download-link a:visited,
.pink-section.red-section .theme-logos-grid-item-download-link a:visited,
.dark-gray-section.red-section .theme-logos-grid-item-download-link a:visited,
.black-section.red-section .theme-content-cl-content-download-link a:visited,
.red-section.red-section .theme-content-cl-content-download-link a:visited,
.gray-section.red-section .theme-content-cl-content-download-link a:visited,
.dark-gray-section.red-section .theme-content-cl-content-download-link a:visited,
.blue-section.red-section .theme-content-cl-content-download-link a:visited,
.light-blue-section.red-section .theme-content-cl-content-download-link a:visited,
.pink-section.red-section .theme-content-cl-content-download-link a:visited,
.dark-gray-section.red-section .theme-content-cl-content-download-link a:visited {
  background: rgba(255, 255, 255, 0.43);
  color: #E4002B !important;
}
.black-section.red-section .theme-logos-grid-item-download-link a:hover,
.red-section.red-section .theme-logos-grid-item-download-link a:hover,
.gray-section.red-section .theme-logos-grid-item-download-link a:hover,
.dark-gray-section.red-section .theme-logos-grid-item-download-link a:hover,
.blue-section.red-section .theme-logos-grid-item-download-link a:hover,
.light-blue-section.red-section .theme-logos-grid-item-download-link a:hover,
.pink-section.red-section .theme-logos-grid-item-download-link a:hover,
.dark-gray-section.red-section .theme-logos-grid-item-download-link a:hover,
.black-section.red-section .theme-content-cl-content-download-link a:hover,
.red-section.red-section .theme-content-cl-content-download-link a:hover,
.gray-section.red-section .theme-content-cl-content-download-link a:hover,
.dark-gray-section.red-section .theme-content-cl-content-download-link a:hover,
.blue-section.red-section .theme-content-cl-content-download-link a:hover,
.light-blue-section.red-section .theme-content-cl-content-download-link a:hover,
.pink-section.red-section .theme-content-cl-content-download-link a:hover,
.dark-gray-section.red-section .theme-content-cl-content-download-link a:hover {
  background: #fff;
  color: #E4002B !important;
}
.black-section.black-section .theme-logos-grid-item-download-link a,
.red-section.black-section .theme-logos-grid-item-download-link a,
.gray-section.black-section .theme-logos-grid-item-download-link a,
.dark-gray-section.black-section .theme-logos-grid-item-download-link a,
.blue-section.black-section .theme-logos-grid-item-download-link a,
.light-blue-section.black-section .theme-logos-grid-item-download-link a,
.pink-section.black-section .theme-logos-grid-item-download-link a,
.dark-gray-section.black-section .theme-logos-grid-item-download-link a,
.black-section.black-section .theme-content-cl-content-download-link a,
.red-section.black-section .theme-content-cl-content-download-link a,
.gray-section.black-section .theme-content-cl-content-download-link a,
.dark-gray-section.black-section .theme-content-cl-content-download-link a,
.blue-section.black-section .theme-content-cl-content-download-link a,
.light-blue-section.black-section .theme-content-cl-content-download-link a,
.pink-section.black-section .theme-content-cl-content-download-link a,
.dark-gray-section.black-section .theme-content-cl-content-download-link a,
.black-section.dark-gray-section .theme-content-cl-content-download-link a,
.red-section.dark-gray-section .theme-content-cl-content-download-link a,
.gray-section.dark-gray-section .theme-content-cl-content-download-link a,
.dark-gray-section.dark-gray-section .theme-content-cl-content-download-link a,
.blue-section.dark-gray-section .theme-content-cl-content-download-link a,
.light-blue-section.dark-gray-section .theme-content-cl-content-download-link a,
.pink-section.dark-gray-section .theme-content-cl-content-download-link a,
.dark-gray-section.dark-gray-section .theme-content-cl-content-download-link a,
.black-section.black-section .theme-logos-grid-item-download-link a:visited,
.red-section.black-section .theme-logos-grid-item-download-link a:visited,
.gray-section.black-section .theme-logos-grid-item-download-link a:visited,
.dark-gray-section.black-section .theme-logos-grid-item-download-link a:visited,
.blue-section.black-section .theme-logos-grid-item-download-link a:visited,
.light-blue-section.black-section .theme-logos-grid-item-download-link a:visited,
.pink-section.black-section .theme-logos-grid-item-download-link a:visited,
.dark-gray-section.black-section .theme-logos-grid-item-download-link a:visited,
.black-section.black-section .theme-content-cl-content-download-link a:visited,
.red-section.black-section .theme-content-cl-content-download-link a:visited,
.gray-section.black-section .theme-content-cl-content-download-link a:visited,
.dark-gray-section.black-section .theme-content-cl-content-download-link a:visited,
.blue-section.black-section .theme-content-cl-content-download-link a:visited,
.light-blue-section.black-section .theme-content-cl-content-download-link a:visited,
.pink-section.black-section .theme-content-cl-content-download-link a:visited,
.dark-gray-section.black-section .theme-content-cl-content-download-link a:visited,
.black-section.dark-gray-section .theme-content-cl-content-download-link a:visited,
.red-section.dark-gray-section .theme-content-cl-content-download-link a:visited,
.gray-section.dark-gray-section .theme-content-cl-content-download-link a:visited,
.dark-gray-section.dark-gray-section .theme-content-cl-content-download-link a:visited,
.blue-section.dark-gray-section .theme-content-cl-content-download-link a:visited,
.light-blue-section.dark-gray-section .theme-content-cl-content-download-link a:visited,
.pink-section.dark-gray-section .theme-content-cl-content-download-link a:visited,
.dark-gray-section.dark-gray-section .theme-content-cl-content-download-link a:visited {
  background: rgba(255, 255, 255, 0.43);
  color: #fff !important;
}
.black-section.black-section .theme-logos-grid-item-download-link a:hover,
.red-section.black-section .theme-logos-grid-item-download-link a:hover,
.gray-section.black-section .theme-logos-grid-item-download-link a:hover,
.dark-gray-section.black-section .theme-logos-grid-item-download-link a:hover,
.blue-section.black-section .theme-logos-grid-item-download-link a:hover,
.light-blue-section.black-section .theme-logos-grid-item-download-link a:hover,
.pink-section.black-section .theme-logos-grid-item-download-link a:hover,
.dark-gray-section.black-section .theme-logos-grid-item-download-link a:hover,
.black-section.black-section .theme-content-cl-content-download-link a:hover,
.red-section.black-section .theme-content-cl-content-download-link a:hover,
.gray-section.black-section .theme-content-cl-content-download-link a:hover,
.dark-gray-section.black-section .theme-content-cl-content-download-link a:hover,
.blue-section.black-section .theme-content-cl-content-download-link a:hover,
.light-blue-section.black-section .theme-content-cl-content-download-link a:hover,
.pink-section.black-section .theme-content-cl-content-download-link a:hover,
.dark-gray-section.black-section .theme-content-cl-content-download-link a:hover,
.black-section.dark-gray-section .theme-content-cl-content-download-link a:hover,
.red-section.dark-gray-section .theme-content-cl-content-download-link a:hover,
.gray-section.dark-gray-section .theme-content-cl-content-download-link a:hover,
.dark-gray-section.dark-gray-section .theme-content-cl-content-download-link a:hover,
.blue-section.dark-gray-section .theme-content-cl-content-download-link a:hover,
.light-blue-section.dark-gray-section .theme-content-cl-content-download-link a:hover,
.pink-section.dark-gray-section .theme-content-cl-content-download-link a:hover,
.dark-gray-section.dark-gray-section .theme-content-cl-content-download-link a:hover {
  background: #fff;
  color: #E4002B !important;
}
.black-section.blue-section .theme-logos-grid-item-download-link a,
.red-section.blue-section .theme-logos-grid-item-download-link a,
.gray-section.blue-section .theme-logos-grid-item-download-link a,
.dark-gray-section.blue-section .theme-logos-grid-item-download-link a,
.blue-section.blue-section .theme-logos-grid-item-download-link a,
.light-blue-section.blue-section .theme-logos-grid-item-download-link a,
.pink-section.blue-section .theme-logos-grid-item-download-link a,
.dark-gray-section.blue-section .theme-logos-grid-item-download-link a,
.black-section.blue-section .theme-content-cl-content-download-link a,
.red-section.blue-section .theme-content-cl-content-download-link a,
.gray-section.blue-section .theme-content-cl-content-download-link a,
.dark-gray-section.blue-section .theme-content-cl-content-download-link a,
.blue-section.blue-section .theme-content-cl-content-download-link a,
.light-blue-section.blue-section .theme-content-cl-content-download-link a,
.pink-section.blue-section .theme-content-cl-content-download-link a,
.dark-gray-section.blue-section .theme-content-cl-content-download-link a,
.black-section.dark-gray-section .theme-content-cl-content-download-link a,
.red-section.dark-gray-section .theme-content-cl-content-download-link a,
.gray-section.dark-gray-section .theme-content-cl-content-download-link a,
.dark-gray-section.dark-gray-section .theme-content-cl-content-download-link a,
.blue-section.dark-gray-section .theme-content-cl-content-download-link a,
.light-blue-section.dark-gray-section .theme-content-cl-content-download-link a,
.pink-section.dark-gray-section .theme-content-cl-content-download-link a,
.dark-gray-section.dark-gray-section .theme-content-cl-content-download-link a,
.black-section.blue-section .theme-logos-grid-item-download-link a:visited,
.red-section.blue-section .theme-logos-grid-item-download-link a:visited,
.gray-section.blue-section .theme-logos-grid-item-download-link a:visited,
.dark-gray-section.blue-section .theme-logos-grid-item-download-link a:visited,
.blue-section.blue-section .theme-logos-grid-item-download-link a:visited,
.light-blue-section.blue-section .theme-logos-grid-item-download-link a:visited,
.pink-section.blue-section .theme-logos-grid-item-download-link a:visited,
.dark-gray-section.blue-section .theme-logos-grid-item-download-link a:visited,
.black-section.blue-section .theme-content-cl-content-download-link a:visited,
.red-section.blue-section .theme-content-cl-content-download-link a:visited,
.gray-section.blue-section .theme-content-cl-content-download-link a:visited,
.dark-gray-section.blue-section .theme-content-cl-content-download-link a:visited,
.blue-section.blue-section .theme-content-cl-content-download-link a:visited,
.light-blue-section.blue-section .theme-content-cl-content-download-link a:visited,
.pink-section.blue-section .theme-content-cl-content-download-link a:visited,
.dark-gray-section.blue-section .theme-content-cl-content-download-link a:visited,
.black-section.dark-gray-section .theme-content-cl-content-download-link a:visited,
.red-section.dark-gray-section .theme-content-cl-content-download-link a:visited,
.gray-section.dark-gray-section .theme-content-cl-content-download-link a:visited,
.dark-gray-section.dark-gray-section .theme-content-cl-content-download-link a:visited,
.blue-section.dark-gray-section .theme-content-cl-content-download-link a:visited,
.light-blue-section.dark-gray-section .theme-content-cl-content-download-link a:visited,
.pink-section.dark-gray-section .theme-content-cl-content-download-link a:visited,
.dark-gray-section.dark-gray-section .theme-content-cl-content-download-link a:visited {
  background: rgba(255, 255, 255, 0.4);
  color: #074685 !important;
}
.black-section.blue-section .theme-logos-grid-item-download-link a:hover,
.red-section.blue-section .theme-logos-grid-item-download-link a:hover,
.gray-section.blue-section .theme-logos-grid-item-download-link a:hover,
.dark-gray-section.blue-section .theme-logos-grid-item-download-link a:hover,
.blue-section.blue-section .theme-logos-grid-item-download-link a:hover,
.light-blue-section.blue-section .theme-logos-grid-item-download-link a:hover,
.pink-section.blue-section .theme-logos-grid-item-download-link a:hover,
.dark-gray-section.blue-section .theme-logos-grid-item-download-link a:hover,
.black-section.blue-section .theme-content-cl-content-download-link a:hover,
.red-section.blue-section .theme-content-cl-content-download-link a:hover,
.gray-section.blue-section .theme-content-cl-content-download-link a:hover,
.dark-gray-section.blue-section .theme-content-cl-content-download-link a:hover,
.blue-section.blue-section .theme-content-cl-content-download-link a:hover,
.light-blue-section.blue-section .theme-content-cl-content-download-link a:hover,
.pink-section.blue-section .theme-content-cl-content-download-link a:hover,
.dark-gray-section.blue-section .theme-content-cl-content-download-link a:hover,
.black-section.dark-gray-section .theme-content-cl-content-download-link a:hover,
.red-section.dark-gray-section .theme-content-cl-content-download-link a:hover,
.gray-section.dark-gray-section .theme-content-cl-content-download-link a:hover,
.dark-gray-section.dark-gray-section .theme-content-cl-content-download-link a:hover,
.blue-section.dark-gray-section .theme-content-cl-content-download-link a:hover,
.light-blue-section.dark-gray-section .theme-content-cl-content-download-link a:hover,
.pink-section.dark-gray-section .theme-content-cl-content-download-link a:hover,
.dark-gray-section.dark-gray-section .theme-content-cl-content-download-link a:hover {
  background: #F08BB2;
  color: #fff !important;
}
.black-section.light-blue-section .theme-logos-grid-item-download-link a,
.red-section.light-blue-section .theme-logos-grid-item-download-link a,
.gray-section.light-blue-section .theme-logos-grid-item-download-link a,
.dark-gray-section.light-blue-section .theme-logos-grid-item-download-link a,
.blue-section.light-blue-section .theme-logos-grid-item-download-link a,
.light-blue-section.light-blue-section .theme-logos-grid-item-download-link a,
.pink-section.light-blue-section .theme-logos-grid-item-download-link a,
.dark-gray-section.light-blue-section .theme-logos-grid-item-download-link a,
.black-section.light-blue-section .theme-content-cl-content-download-link a,
.red-section.light-blue-section .theme-content-cl-content-download-link a,
.gray-section.light-blue-section .theme-content-cl-content-download-link a,
.dark-gray-section.light-blue-section .theme-content-cl-content-download-link a,
.blue-section.light-blue-section .theme-content-cl-content-download-link a,
.light-blue-section.light-blue-section .theme-content-cl-content-download-link a,
.pink-section.light-blue-section .theme-content-cl-content-download-link a,
.dark-gray-section.light-blue-section .theme-content-cl-content-download-link a,
.black-section.light-blue-section .theme-logos-grid-item-download-link a:visited,
.red-section.light-blue-section .theme-logos-grid-item-download-link a:visited,
.gray-section.light-blue-section .theme-logos-grid-item-download-link a:visited,
.dark-gray-section.light-blue-section .theme-logos-grid-item-download-link a:visited,
.blue-section.light-blue-section .theme-logos-grid-item-download-link a:visited,
.light-blue-section.light-blue-section .theme-logos-grid-item-download-link a:visited,
.pink-section.light-blue-section .theme-logos-grid-item-download-link a:visited,
.dark-gray-section.light-blue-section .theme-logos-grid-item-download-link a:visited,
.black-section.light-blue-section .theme-content-cl-content-download-link a:visited,
.red-section.light-blue-section .theme-content-cl-content-download-link a:visited,
.gray-section.light-blue-section .theme-content-cl-content-download-link a:visited,
.dark-gray-section.light-blue-section .theme-content-cl-content-download-link a:visited,
.blue-section.light-blue-section .theme-content-cl-content-download-link a:visited,
.light-blue-section.light-blue-section .theme-content-cl-content-download-link a:visited,
.pink-section.light-blue-section .theme-content-cl-content-download-link a:visited,
.dark-gray-section.light-blue-section .theme-content-cl-content-download-link a:visited {
  background: rgba(255, 255, 255, 0.4);
  color: #074685 !important;
}
.black-section.light-blue-section .theme-logos-grid-item-download-link a:hover,
.red-section.light-blue-section .theme-logos-grid-item-download-link a:hover,
.gray-section.light-blue-section .theme-logos-grid-item-download-link a:hover,
.dark-gray-section.light-blue-section .theme-logos-grid-item-download-link a:hover,
.blue-section.light-blue-section .theme-logos-grid-item-download-link a:hover,
.light-blue-section.light-blue-section .theme-logos-grid-item-download-link a:hover,
.pink-section.light-blue-section .theme-logos-grid-item-download-link a:hover,
.dark-gray-section.light-blue-section .theme-logos-grid-item-download-link a:hover,
.black-section.light-blue-section .theme-content-cl-content-download-link a:hover,
.red-section.light-blue-section .theme-content-cl-content-download-link a:hover,
.gray-section.light-blue-section .theme-content-cl-content-download-link a:hover,
.dark-gray-section.light-blue-section .theme-content-cl-content-download-link a:hover,
.blue-section.light-blue-section .theme-content-cl-content-download-link a:hover,
.light-blue-section.light-blue-section .theme-content-cl-content-download-link a:hover,
.pink-section.light-blue-section .theme-content-cl-content-download-link a:hover,
.dark-gray-section.light-blue-section .theme-content-cl-content-download-link a:hover {
  background: #F08BB2;
  color: #fff !important;
}
.black-section.pink-section .theme-logos-grid-item-download-link a,
.red-section.pink-section .theme-logos-grid-item-download-link a,
.gray-section.pink-section .theme-logos-grid-item-download-link a,
.dark-gray-section.pink-section .theme-logos-grid-item-download-link a,
.blue-section.pink-section .theme-logos-grid-item-download-link a,
.light-blue-section.pink-section .theme-logos-grid-item-download-link a,
.pink-section.pink-section .theme-logos-grid-item-download-link a,
.dark-gray-section.pink-section .theme-logos-grid-item-download-link a,
.black-section.pinke-section .theme-content-cl-content-download-link a,
.red-section.pinke-section .theme-content-cl-content-download-link a,
.gray-section.pinke-section .theme-content-cl-content-download-link a,
.dark-gray-section.pinke-section .theme-content-cl-content-download-link a,
.blue-section.pinke-section .theme-content-cl-content-download-link a,
.light-blue-section.pinke-section .theme-content-cl-content-download-link a,
.pink-section.pinke-section .theme-content-cl-content-download-link a,
.dark-gray-section.pinke-section .theme-content-cl-content-download-link a,
.black-section.pink-section .theme-logos-grid-item-download-link a:visited,
.red-section.pink-section .theme-logos-grid-item-download-link a:visited,
.gray-section.pink-section .theme-logos-grid-item-download-link a:visited,
.dark-gray-section.pink-section .theme-logos-grid-item-download-link a:visited,
.blue-section.pink-section .theme-logos-grid-item-download-link a:visited,
.light-blue-section.pink-section .theme-logos-grid-item-download-link a:visited,
.pink-section.pink-section .theme-logos-grid-item-download-link a:visited,
.dark-gray-section.pink-section .theme-logos-grid-item-download-link a:visited,
.black-section.pinke-section .theme-content-cl-content-download-link a:visited,
.red-section.pinke-section .theme-content-cl-content-download-link a:visited,
.gray-section.pinke-section .theme-content-cl-content-download-link a:visited,
.dark-gray-section.pinke-section .theme-content-cl-content-download-link a:visited,
.blue-section.pinke-section .theme-content-cl-content-download-link a:visited,
.light-blue-section.pinke-section .theme-content-cl-content-download-link a:visited,
.pink-section.pinke-section .theme-content-cl-content-download-link a:visited,
.dark-gray-section.pinke-section .theme-content-cl-content-download-link a:visited {
  background: rgba(255, 255, 255, 0.4);
  color: #F08BB2 !important;
}
.black-section.pink-section .theme-logos-grid-item-download-link a:hover,
.red-section.pink-section .theme-logos-grid-item-download-link a:hover,
.gray-section.pink-section .theme-logos-grid-item-download-link a:hover,
.dark-gray-section.pink-section .theme-logos-grid-item-download-link a:hover,
.blue-section.pink-section .theme-logos-grid-item-download-link a:hover,
.light-blue-section.pink-section .theme-logos-grid-item-download-link a:hover,
.pink-section.pink-section .theme-logos-grid-item-download-link a:hover,
.dark-gray-section.pink-section .theme-logos-grid-item-download-link a:hover,
.black-section.pinke-section .theme-content-cl-content-download-link a:hover,
.red-section.pinke-section .theme-content-cl-content-download-link a:hover,
.gray-section.pinke-section .theme-content-cl-content-download-link a:hover,
.dark-gray-section.pinke-section .theme-content-cl-content-download-link a:hover,
.blue-section.pinke-section .theme-content-cl-content-download-link a:hover,
.light-blue-section.pinke-section .theme-content-cl-content-download-link a:hover,
.pink-section.pinke-section .theme-content-cl-content-download-link a:hover,
.dark-gray-section.pinke-section .theme-content-cl-content-download-link a:hover {
  background: #074685;
  color: #fff !important;
}
.black-section.gray-section,
.red-section.gray-section,
.gray-section.gray-section,
.dark-gray-section.gray-section,
.blue-section.gray-section,
.light-blue-section.gray-section,
.pink-section.gray-section,
.dark-gray-section.gray-section {
  background: rgba(0, 0, 0, 0.1);
}
.black-section.gray-section a,
.red-section.gray-section a,
.gray-section.gray-section a,
.dark-gray-section.gray-section a,
.blue-section.gray-section a,
.light-blue-section.gray-section a,
.pink-section.gray-section a,
.dark-gray-section.gray-section a,
.black-section.gray-section a:visited,
.red-section.gray-section a:visited,
.gray-section.gray-section a:visited,
.dark-gray-section.gray-section a:visited,
.blue-section.gray-section a:visited,
.light-blue-section.gray-section a:visited,
.pink-section.gray-section a:visited,
.dark-gray-section.gray-section a:visited {
  color: #E4002B;
}
.black-section.gray-section a:hover,
.red-section.gray-section a:hover,
.gray-section.gray-section a:hover,
.dark-gray-section.gray-section a:hover,
.blue-section.gray-section a:hover,
.light-blue-section.gray-section a:hover,
.pink-section.gray-section a:hover,
.dark-gray-section.gray-section a:hover {
  color: #E4002B;
}
.black-section.gray-section .theme-logos-grid-item-link h2,
.red-section.gray-section .theme-logos-grid-item-link h2,
.gray-section.gray-section .theme-logos-grid-item-link h2,
.dark-gray-section.gray-section .theme-logos-grid-item-link h2,
.blue-section.gray-section .theme-logos-grid-item-link h2,
.light-blue-section.gray-section .theme-logos-grid-item-link h2,
.pink-section.gray-section .theme-logos-grid-item-link h2,
.dark-gray-section.gray-section .theme-logos-grid-item-link h2,
.black-section.gray-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h2,
.red-section.gray-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h2,
.gray-section.gray-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h2,
.dark-gray-section.gray-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h2,
.blue-section.gray-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h2,
.light-blue-section.gray-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h2,
.pink-section.gray-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h2,
.dark-gray-section.gray-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h2,
.black-section.gray-section a.theme-logos-grid-item-link:visited h2,
.red-section.gray-section a.theme-logos-grid-item-link:visited h2,
.gray-section.gray-section a.theme-logos-grid-item-link:visited h2,
.dark-gray-section.gray-section a.theme-logos-grid-item-link:visited h2,
.blue-section.gray-section a.theme-logos-grid-item-link:visited h2,
.light-blue-section.gray-section a.theme-logos-grid-item-link:visited h2,
.pink-section.gray-section a.theme-logos-grid-item-link:visited h2,
.dark-gray-section.gray-section a.theme-logos-grid-item-link:visited h2,
.black-section.gray-section .theme-logos-grid-item-link h3,
.red-section.gray-section .theme-logos-grid-item-link h3,
.gray-section.gray-section .theme-logos-grid-item-link h3,
.dark-gray-section.gray-section .theme-logos-grid-item-link h3,
.blue-section.gray-section .theme-logos-grid-item-link h3,
.light-blue-section.gray-section .theme-logos-grid-item-link h3,
.pink-section.gray-section .theme-logos-grid-item-link h3,
.dark-gray-section.gray-section .theme-logos-grid-item-link h3,
.black-section.gray-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h3,
.red-section.gray-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h3,
.gray-section.gray-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h3,
.dark-gray-section.gray-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h3,
.blue-section.gray-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h3,
.light-blue-section.gray-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h3,
.pink-section.gray-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h3,
.dark-gray-section.gray-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h3,
.black-section.gray-section a.theme-logos-grid-item-link:visited h3,
.red-section.gray-section a.theme-logos-grid-item-link:visited h3,
.gray-section.gray-section a.theme-logos-grid-item-link:visited h3,
.dark-gray-section.gray-section a.theme-logos-grid-item-link:visited h3,
.blue-section.gray-section a.theme-logos-grid-item-link:visited h3,
.light-blue-section.gray-section a.theme-logos-grid-item-link:visited h3,
.pink-section.gray-section a.theme-logos-grid-item-link:visited h3,
.dark-gray-section.gray-section a.theme-logos-grid-item-link:visited h3 {
  color: #333;
  text-decoration: none;
}
.black-section.gray-section .theme-logos-grid-item-link p,
.red-section.gray-section .theme-logos-grid-item-link p,
.gray-section.gray-section .theme-logos-grid-item-link p,
.dark-gray-section.gray-section .theme-logos-grid-item-link p,
.blue-section.gray-section .theme-logos-grid-item-link p,
.light-blue-section.gray-section .theme-logos-grid-item-link p,
.pink-section.gray-section .theme-logos-grid-item-link p,
.dark-gray-section.gray-section .theme-logos-grid-item-link p,
.black-section.gray-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited p,
.red-section.gray-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited p,
.gray-section.gray-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited p,
.dark-gray-section.gray-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited p,
.blue-section.gray-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited p,
.light-blue-section.gray-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited p,
.pink-section.gray-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited p,
.dark-gray-section.gray-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited p,
.black-section.gray-section a.theme-logos-grid-item-link:visited p,
.red-section.gray-section a.theme-logos-grid-item-link:visited p,
.gray-section.gray-section a.theme-logos-grid-item-link:visited p,
.dark-gray-section.gray-section a.theme-logos-grid-item-link:visited p,
.blue-section.gray-section a.theme-logos-grid-item-link:visited p,
.light-blue-section.gray-section a.theme-logos-grid-item-link:visited p,
.pink-section.gray-section a.theme-logos-grid-item-link:visited p,
.dark-gray-section.gray-section a.theme-logos-grid-item-link:visited p {
  color: #666;
  text-decoration: none;
}
.black-section.dark-gray-section,
.red-section.dark-gray-section,
.gray-section.dark-gray-section,
.dark-gray-section.dark-gray-section,
.blue-section.dark-gray-section,
.light-blue-section.dark-gray-section,
.pink-section.dark-gray-section,
.dark-gray-section.dark-gray-section {
  background: rgba(0, 0, 0, 0.4);
  /* .theme-logos-grid-item-link, a.theme-logos-grid-item-link
            .theme-logos-grid-item-link:visited, a.theme-logos-grid-item-link:visited {
        
        
                h2, h3 {
                    color: #333;
                    text-decoration: none;
                }
        
                p { 
                    color: #666; 
                    text-decoration: none;
                }
            }  */
}
.black-section.dark-gray-section a,
.red-section.dark-gray-section a,
.gray-section.dark-gray-section a,
.dark-gray-section.dark-gray-section a,
.blue-section.dark-gray-section a,
.light-blue-section.dark-gray-section a,
.pink-section.dark-gray-section a,
.dark-gray-section.dark-gray-section a,
.black-section.dark-gray-section a:visited,
.red-section.dark-gray-section a:visited,
.gray-section.dark-gray-section a:visited,
.dark-gray-section.dark-gray-section a:visited,
.blue-section.dark-gray-section a:visited,
.light-blue-section.dark-gray-section a:visited,
.pink-section.dark-gray-section a:visited,
.dark-gray-section.dark-gray-section a:visited {
  color: #E4002B;
}
.black-section.dark-gray-section a:hover,
.red-section.dark-gray-section a:hover,
.gray-section.dark-gray-section a:hover,
.dark-gray-section.dark-gray-section a:hover,
.blue-section.dark-gray-section a:hover,
.light-blue-section.dark-gray-section a:hover,
.pink-section.dark-gray-section a:hover,
.dark-gray-section.dark-gray-section a:hover {
  color: #E4002B;
}
.black-section.dark-gray-section h2,
.red-section.dark-gray-section h2,
.gray-section.dark-gray-section h2,
.dark-gray-section.dark-gray-section h2,
.blue-section.dark-gray-section h2,
.light-blue-section.dark-gray-section h2,
.pink-section.dark-gray-section h2,
.dark-gray-section.dark-gray-section h2,
.black-section.dark-gray-section h3,
.red-section.dark-gray-section h3,
.gray-section.dark-gray-section h3,
.dark-gray-section.dark-gray-section h3,
.blue-section.dark-gray-section h3,
.light-blue-section.dark-gray-section h3,
.pink-section.dark-gray-section h3,
.dark-gray-section.dark-gray-section h3 {
  color: #fff;
  text-decoration: none;
}
.img-max-260 .theme-content-cl-img img {
  max-width: 260px;
}
.img-max-250 .theme-content-cl-img img {
  max-width: 250px;
}
.img-max-200 .theme-content-cl-img img {
  max-width: 200px;
}
.img-max-150 .theme-content-cl-img img {
  max-width: 150px;
}
/* <-----------------------------------------------------------------------------------------------> */
/* <-------------- SEKCE - BARVY ------------------------------------------------------------------> */
/* <-----------------------------------------------------------------------------------------------> */
.theme-color-logos-grid {
  width: 100%;
}
.theme-color-logos-grid li {
  background-color: #F7F7F7;
}
.theme-color-logos-grid li.theme-color-logos-grid-inverse {
  background: #000;
  color: #FFFFFF;
}
.theme-color-grid .theme-color-grid-name {
  font-family: "bicyclette", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #000;
  font-size: 22px;
  text-transform: uppercase;
}
.theme-color-grid .theme-color-grid-sub li {
  font-size: 14px;
  color: #000;
}
.theme-color-grid .theme-color-grid-sub b {
  font-family: "bicyclette", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.theme-color-grid .theme-color-grid-sub em {
  font-family: "bicyclette", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.theme-color-grid .theme-color-grid-inverse li,
.theme-color-grid .theme-color-grid-inverse .theme-color-grid-name {
  color: #fff !important;
}
/* <-----------------------------------------------------------------------------------------------> */
/* <-------------- SEKCE - PISMA ------------------------------------------------------------------> */
/* <-----------------------------------------------------------------------------------------------> */
.font-bicyclette-thin {
  font-weight: 200 !important;
}
.font-bicyclette-light {
  font-weight: 300 !important;
}
.font-bicyclette-regular {
  font-weight: 400 !important;
}
.font-bicyclette-bold {
  font-weight: 7200 !important;
}
.font-sans-serif-normal {
  font-family: sans-serif;
  font-weight: normal;
}
.font-sans-serif-bold {
  font-family: sans-serif;
  font-weight: bold;
}
.theme-fonts-grid-item-container {
  color: #000;
}
.black-section .theme-fonts-grid-item-container,
.pink-section .theme-fonts-grid-item-container,
.blue-section .theme-fonts-grid-item-container,
.light-blue-section .theme-fonts-grid-item-container,
.dark-gray-section .theme-fonts-grid-item-container {
  color: #fff;
}
.theme-fonts-grid {
  gap: 50px;
}
.theme-fonts-grid-item-container-grid {
  -ms-grid-columns: 80px 10px 1fr;
  grid-template-columns: 80px 1fr;
  gap: 10px;
}
.theme-fonts-grid-item-aa {
  font-size: 50px;
}
.theme-fonts-grid-item-title {
  margin: 0;
  padding: 10px 0 0 0;
  line-height: 1.1em;
}
.theme-fonts-grid-item-title b {
  font-size: 26px;
}
.theme-fonts-grid-item-title em {
  font-size: 16px;
  padding: 5px 0 0 0;
}
.theme-fonts-grid-item-example {
  font-size: 16px;
}
.theme-fonts-grid-item-title {
  /*
    .font-bicyclette-thin { .font( @light );  } 
    .font-bicyclette-light { .font( @regular );  } 
    .font-bicyclette-regular { .font( @medium );  } 
    .font-bicyclette-bold { .font( @semibold );  } 
*/
}
.font-bicyclette-thin .theme-fonts-grid-item-title,
.font-bicyclette-thin .theme-fonts-grid-item-title b,
.font-bicyclette-thin .theme-fonts-grid-item-title em {
  font-weight: 200 !important;
  font-style: normal;
}
.font-bicyclette-light .theme-fonts-grid-item-title,
.font-bicyclette-light .theme-fonts-grid-item-title b,
.font-bicyclette-light .theme-fonts-grid-item-title em {
  font-weight: 300 !important;
  font-style: normal;
}
.font-bicyclette-regular .theme-fonts-grid-item-title,
.font-bicyclette-regular .theme-fonts-grid-item-title b,
.font-bicyclette-regular .theme-fonts-grid-item-title em {
  font-weight: 400 !important;
  font-style: normal;
}
.font-bicyclette-bold .theme-fonts-grid-item-title,
.font-bicyclette-bold .theme-fonts-grid-item-title b,
.font-bicyclette-bold .theme-fonts-grid-item-title em {
  font-weight: 7200 !important;
  font-style: normal;
}
.font-sans-serif-normal .theme-fonts-grid-item-title,
.font-sans-serif-normal .theme-fonts-grid-item-title b,
.font-sans-serif-normal .theme-fonts-grid-item-title em {
  font-weight: normal;
}
.font-sans-serif-bold .theme-fonts-grid-item-title,
.font-sans-serif-bold .theme-fonts-grid-item-title b,
.font-sans-serif-bold .theme-fonts-grid-item-title em {
  font-weight: bold;
}
.theme-fonts-download {
  padding-top: 30px;
  font-size: 11px;
}
.theme-fonts-download ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.theme-fonts-download ul li {
  position: relative;
  padding: 5px 0px 5px 15px;
  line-height: 1.1em;
}
.theme-fonts-download ul li:before {
  content: "";
  display: block;
  width: 5px;
  height: 1px;
  position: absolute;
  left: 5px;
  top: 10px;
  background: #F08BB2;
}
.theme-fonts-download-title {
  margin: 0;
  padding: 0;
  line-height: 1.1em;
}
/*

font-fabrikat



font-hcp-regular
.fnt-hd-regular();

font-hcp-bold
.fnt-hd-bold();

font-hcp-extrabold
.fnt-hd-extrabold();

font-copperplate-light
.fnt-copperplate-light();

font-copperplate-medium
.fnt-copperplate-regular();

font-copperplate-bold
.fnt-copperplate-bold();

*/
/* <-----------------------------------------------------------------------------------------------> */
/* <-------------- BLOK - TEXTOVY -----------------------------------------------------------------> */
/* <-----------------------------------------------------------------------------------------------> */
.theme-txt-grid {
  width: 100%;
}
.theme-txt-grid li h3 {
  font-family: "bicyclette", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  color: #000;
}
.theme-txt-grid li p {
  font-family: "bicyclette", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}
.theme-txt-grid li a h3,
.theme-txt-grid li a:visited h3 {
  color: #000;
  text-decoration: none;
}
.theme-txt-grid li a p,
.theme-txt-grid li a:visited p {
  color: #444;
  text-decoration: none;
}
.theme-txt-grid li a:hover h3 {
  color: #E4002B;
  text-decoration: none;
}
.theme-txt-grid li a:hover p {
  color: #BA8C43;
  text-decoration: none;
}
.black-section .theme-txt-grid li h3,
.dark-gray-section .theme-txt-grid li h3 {
  color: #fff;
}
.black-section .theme-txt-grid li p,
.dark-gray-section .theme-txt-grid li p {
  color: #fff;
}
.black-section .theme-txt-grid li a h3,
.dark-gray-section .theme-txt-grid li a h3,
.black-section .theme-txt-grid li a:visited h3,
.dark-gray-section .theme-txt-grid li a:visited h3 {
  color: #fff;
  text-decoration: none;
}
.black-section .theme-txt-grid li a p,
.dark-gray-section .theme-txt-grid li a p,
.black-section .theme-txt-grid li a:visited p,
.dark-gray-section .theme-txt-grid li a:visited p {
  color: #fff;
  text-decoration: none;
}
.black-section .theme-txt-grid li a:hover h3,
.dark-gray-section .theme-txt-grid li a:hover h3 {
  color: #E4002B;
  text-decoration: none;
}
.black-section .theme-txt-grid li a:hover p,
.dark-gray-section .theme-txt-grid li a:hover p {
  color: #BA8C43;
  text-decoration: none;
}
/* <-----------------------------------------------------------------------------------------------> */
/* <-------------- NAV SLIDER ---------------------------------------------------------------------> */
/* <-----------------------------------------------------------------------------------------------> */
.black-section  .slick-dots,
.dark-gray-section  .slick-dots {
  padding-top: 40px;
}
.black-section  .slick-dots button,
.dark-gray-section  .slick-dots button {
  background: rgba(255, 255, 255, 0) !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
}
.black-section  .slick-dots button:hover,
.dark-gray-section  .slick-dots button:hover {
  background: #ffffff !important;
  border-color: #ffffff !important;
}
.black-section  .slick-dots .slick-active button,
.dark-gray-section  .slick-dots .slick-active button {
  background: rgba(255, 255, 255, 0.6) !important;
  border-color: #ffffff !important;
}
.black-section  .slick-dots .slick-active button:hover,
.dark-gray-section  .slick-dots .slick-active button:hover {
  background: #ffffff !important;
  border-color: #ffffff !important;
}
.black-section  .slick-arrow,
.dark-gray-section  .slick-arrow,
.black-section  .theme-nav-slider-container .slick-arrow,
.dark-gray-section  .theme-nav-slider-container .slick-arrow {
  color: rgba(255, 255, 255, 0.5) !important;
}
.black-section  .slick-arrow:hover,
.dark-gray-section  .slick-arrow:hover,
.black-section  .theme-nav-slider-container .slick-arrow:hover,
.dark-gray-section  .theme-nav-slider-container .slick-arrow:hover {
  color: #ffffff !important;
}
/* <-----------------------------------------------------------------------------------------------> */
/* <-------------- PATA ---------------------------------------------------------------------------> */
/* <-----------------------------------------------------------------------------------------------> */
.theme-footer .wrapper {
  text-align: center;
  border-top: none;
}
/* <-----------------------------------------------------------------------------------------------> */
/* <-------------- GALERIE ---------------------------------------------------------------------------> */
/* <-----------------------------------------------------------------------------------------------> */
