@import url('https://fonts.googleapis.com/css2?family=Exo:wght@100;200;300;400;500;600;700;800;900&display=swap');


/* Defaultní nastavení všech hodnot */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline
}


/* Změna způsobu počítání šířky a výšky elementu */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  width: 100%;
}

html {
  font-size: 75%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background: #fff;
  color: #333;
  font-family: 'Exo', sans-serif;
  font-size: 1em;
  line-height: 1.5em;
}


@media (min-width: 768px) {
  html {
    font-size: 85%;
  }
}

@media (min-width: 992px) {
  html {
    font-size: 92%;
  }
}

@media (min-width: 1200px) {
  html {
    font-size: 100%;
  }
}



/* selection */

::selection {
  background-color: #c5a47e;
  color: #fff;
}

-webkit-::selection {
  background-color: #c5a47e;
  color: #fff;
}

::-moz-selection {
  background-color: #c5a47e;
  color: #fff;
}



/************************************
        definice barev a fontů
*************************************/

:root {
  --main-text-color: #111;
  --main-link-color: #1b3281;
  --main-text-size: 0.9rem;
  --main-text-weight: 500;
  --main-border-radius: 1vmin;

  --alternative-link-color: #24abe2;
}



/************************************
              Preloader             
https://smallenvelop.com/display-loading-icon-page-loads-completely/
*************************************/

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  left: 100px;
  top: 0;
  position: absolute;
}

.se-pre-con {
  background: url('/js/preloader/circle-v2.gif') no-repeat center;
  background-size: 100px;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  position: fixed;
  z-index: 9999;
}



/************************************
               layout             
*************************************/

.page-wrap {
  min-height: 100%;
  margin-bottom: -370px;
}

.page-wrap:after {
  content: "";
  display: block;
  height: 370px;
}


.content {
  padding: 6vmin 0;
  width: 100%;
}

.container-content {
  height: auto;
  margin: 0 auto;
  padding: 0 2vmin;
  max-width: 1400px;
  width: 100%;
}

.container-content-flex {
  display: flex;
  height: auto;
  margin: 0 auto;
  padding: 0 2vmin;
  width: 100%;
  position: relative;
  max-width: 1800px;
}

.container-reference {
  height: auto;
  margin: 0 auto;
  padding: 0 2vmin;
  max-width: 1800px;
  width: 100%;
}


/**/

.bg-grey {
  background: #f1f3f5;
}


/**/

p.clear {
  clear: both;
  font-size: 0px;
  height: 0px;
  line-height: 0px;
  text-indent: -500px;
}

hr {
  border-top: solid 1px #ccc;
  border-bottom: none;
  display: block;
  margin: 0 auto 3vmin auto;
  width: 100%;
}

hr.title {
  border-top: solid 1px #1b3281;
  border-bottom: none;
  display: block;
  margin: 20px auto;
  width: 100px;
}

.max-width-1200 {
  max-width: 1200px;
}

.border-bottom {
  border-bottom: rgba(255, 255, 255, 0.5) solid 10px;
}


/* rozdělení­ pravá/levá část v kat. */

.content .content-left {
  float: left;
  min-width: 300px;
  height: auto;
  width: 70%;
}

.content .content-right {
  float: right;
  margin: 0 0 0 2%;
  height: auto;
  width: 23%;
}


@media screen and (max-width: 800px) {
  .content .content-left {
    width: 100%;
  }

  .content .content-right {
    margin: 20px 0 0 0;
    width: 100%;
  }

  .content .content-right-menu {
    display: none;
  }
}



/************************************
              header             
*************************************/

header {
  display: flex;
  height: 110px;
  margin: auto;
  padding: 10px 2vmin;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}


/* logo */

.header-title {
  align-items: center;
  display: flex;
  flex: 1;
  height: auto;
  width: auto;
}

.header-title a:link img {
  border-right: solid 1px #fff;
  height: 100%;
  margin: 0 20px 0 0;
  padding: 0 20px 0 0;
  max-height: 65px;
  width: auto;
}

.header-title a:link,
.header-title a:visited,
.header-title a:hover {
  color: #aaa;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.1em;
  letter-spacing: 10px;
  text-decoration: none;
  text-transform: uppercase;
}

.header-title a.title strong {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 8px;
  line-height: 1.2em;
}


/* menu */

.header-menu {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  flex: 2;
  height: auto;
  z-index: 10;
  position: relative;
}



/* hack pro zarovnání flex bloků vlevo/vpravo */

header>.container-content-flex>span {
  display: none;
}


/* kontakt */

.header-contact {
  display: flex;
  flex: 1;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  min-width: 330px;
}

.header-contact a:link,
.header-contact a:visited {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.2em;
  text-decoration: none;
  transition: all 0.2s ease 0s;
}

.header-contact a:hover {
  color: #24abe2;
}

.header-contact .fa-paper-plane {
  color: #fff;
  font-size: 1.1rem;
  margin: 0 10px;
}

.header-contact .fa-mobile-screen-button {
  color: #24abe2;
  font-size: 1.1rem;
  margin: 0 10px 0 40px;
}

.header-contact .fa-phone-volume {
  color: #fff;
  font-size: 1.1rem;
  margin: 0 10px 0 40px;
}


/* kontakt pro mobil */

.header-contact-mobil {
  display: none;
  flex: 1;
  flex-direction: column;
  align-items: left;
  padding: 50px 0 20px 0;
  width: 100%;
}

.header-contact-mobil a:link,
.header-contact-mobil a:visited {
  color: #000;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2em;
  text-decoration: none;
  transition: all 0.2s ease 0s;
}

.header-contact-mobil a:hover {
  color: #24abe2;
}

.header-contact-mobil .fa-paper-plane,
.header-contact-mobil .fa-mobile-screen-button,
.header-contact-mobil .fa-phone-volume {
  color: var(--main-link-color);
  font-size: 1.4rem;
  margin: 10px;
}


@media screen and (max-width: 1400px) {
  .header-title {
    min-width: 250px;
  }

  .header-menu {
    position: initial;
  }

  .header-contact {
    display: none;
  }

  .header-contact-mobil {
    display: flex;
  }
}



/************************************
              menu
*************************************/

.container-menu {
  top: 50%;
  right: 0;
  height: 50px;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
  transform: translateY(-50%);
}

.menu {
  height: 100%;
  float: right;
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .menu {
    padding: 0 20px;
  }
}

.menu ul#switch-source {
  height: auto;
  width: 100%;
  padding: 0 2vmin 0 0;
  text-align: center;
}

.menu ul#switch-source li {
  display: inline-block;
  position: relative;
  z-index: 3;
}

.menu ul#switch-source li a:link,
.menu ul#switch-source li a:visited {
  color: #fff;
  display: block;
  font-family: 'Exo', sans-serif;
  font-size: 0.9em;
  font-weight: 600;
  height: 60px;
  line-height: 1em;
  list-style-type: none;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: auto;
}

.menu ul#switch-source li a:hover {
  color: #ddd;
  transition: all 0.2s ease 0s;
}


/* submenu */

ul#switch-source li .submenu-container {
  display: none;
  height: auto;
  width: 100%;
}

ul#switch-source li:hover .submenu-container {
  display: block;
}

ul#switch-source li .submenu-container ul.submenu-kategorie {
  position: absolute;
  display: block;
  background: #fff;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.4);
  height: auto;
  min-width: 300px;
  width: 100%;
  padding: 25px 15px;
  transition: all 0.2s ease 0s;
  animation: drop-menu 0.3s ease;
}

@keyframes drop-menu {
  0% {
    opacity: 0;
    top: 40px;
  }

  100% {
    opacity: 100%;
    top: 60px;
  }
}

ul#switch-source li .submenu-container ul.submenu-kategorie li {
  border-right: none;
  display: inline-block;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 5px 0 0 10px;
  height: 35px;
  width: 100%;
}

ul#switch-source li .submenu-container ul.submenu-kategorie li:before {
  display: block;
  content: "\25E6";
  color: #999;
  float: left;
  font-size: 1.6rem;
  font-weight: 100;
  line-height: 0.8em;
  margin: -3px 0 0 0;
  padding: 0 10px 0 0;
}

ul#switch-source li .submenu-container ul.submenu-kategorie li a:link,
ul#switch-source li .submenu-container ul.submenu-kategorie li a:visited {
  display: block;
  background: none;
  font-size: 0.9rem;
  color: #111;
  font-weight: 500;
  line-height: 1.2em;
  padding: 0;
  margin: 0;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}

ul#switch-source li .submenu-container ul.submenu-kategorie li a:hover {
  color: #1b3281;
}


/* ikony v menu */

ul#switch-source li .fa-angle-down {
  margin: 0 0 0 5px;
  font-size: 0.8em;
}


/* burger */

.burger {
  display: none;
  cursor: pointer;
}

.burger div {
  background-color: #fff;
  margin: 5px;
  height: 3px;
  width: 25px;
  transition: all 0.2s ease;
}

/* animace burger-cross */

.toggle .line1 {
  transform: rotate(-45deg) translate(-5px, 6px);
  background-color: #000;
}

.toggle .line2 {
  opacity: 0;
}

.toggle .line3 {
  background-color: #000;
  transform: rotate(45deg) translate(-5px, -6px);
}


@media screen and (max-width: 1400px) {
  .container-menu {
    top: 20px;
    right: 10px;
    align-items: center;
    height: auto;
    display: flex;
    padding: 0 0 0 3vmin;
    width: 70px;
    z-index: 10;
    transform: none;
  }

  /*menu*/

  .menu {
    background: #fff;
    -webkit-box-shadow: -16px 0px 81px 18px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: -16px 0px 81px 18px rgba(0, 0, 0, 0.9);
    box-shadow: -16px 0px 81px 18px rgba(0, 0, 0, 0.9);
    display: block;
    height: 100%;
    padding: 10px 30px;
    overflow-y: auto;
    position: fixed;
    top: 0;
    right: -350px;
    width: 300px;
    transform: translateX(100%);
    transition: transform 0.2s ease-in;
  }

  .menu ul#switch-source {
    border-right: none;
    display: block;
    margin: 70px 0 0 0;
  }

  .menu ul#switch-source li {
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    border-right: none;
    display: block;
  }

  .menu ul#switch-source li:last-child {
    border-bottom: none;
  }

  .menu ul#switch-source li a:link,
  .menu ul#switch-source li a:visited {
    color: var(--main-link-color);
    font-size: 1.6em;
    letter-spacing: 0.5px;
    font-weight: 600;
    height: auto;
    padding: 20px 0 15px 10px;
    text-align: left;
  }

  .menu ul#switch-source li a:hover {
    background: rgba(0, 0, 0, 0.05);
    text-decoration: underline;
  }

  .menu ul#switch-source li:hover {
    background: none;
  }


  /* submenu */

  ul#switch-source li .submenu-container {
    box-shadow: none;
    display: block;
    position: relative;
    top: 0;
  }

  ul#switch-source li:hover .submenu-container {
    display: block;
  }

  ul#switch-source li .submenu-container ul.submenu-kategorie {
    background: #fff;
    box-shadow: none;
    display: table;
    margin: 0 0 10px 10px;
    padding: 0 0 10px 0;
    position: relative;
    min-width: auto;
    animation: none;
  }

  ul#switch-source li .submenu-container ul.submenu-kategorie li {
    border-bottom: none;
    display: table-row;
    height: auto;
    width: 100%;
  }

  ul#switch-source li .submenu-container ul.submenu-kategorie li:before {
    display: table-cell;
    color: #111;
    float: none;
    padding: 0 7px 0 0;
    width: 10px;
  }

  ul#switch-source li .submenu-container ul.submenu-kategorie li a:link,
  ul#switch-source li .submenu-container ul.submenu-kategorie li a:visited {
    color: #111;
    line-height: 1.4em;
    font-size: 1em;
    padding: 3px 0;
  }

  ul#switch-source li .submenu-container ul.submenu-kategorie li a:hover {
    background: rgba(0, 0, 0, 0.05);
  }


  /* sub submenu */

  ul#switch-source li .submenu-container ul.submenu-kategorie li .subsubmenu-kategorie {
    margin: 2px 0 10px 0;
    padding: 0;
  }


  /* burger */
  .burger-wrap {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
    transition: all 0.2s ease 0s;
  }

  .burger {
    display: block;
  }
}


/* přidání tříd po události klik */
.nav-active {
  transform: translateX(0%);
  right: 0;
}

.body-overflow {
  overflow: hidden;
}



/************************************
             slideshow
*************************************/

.slider {
  background: #000 url("/img/bg-category.webp") no-repeat center center;
  background-size: cover;
  height: 80%;
  position: relative;
}

.slider-bottom {
  background: url("/img/bg-wave.png") bottom center no-repeat;
  background-size: cover;
  bottom: 0;
  right: 0;
  height: 14%;
  width: 100%;
  position: absolute;
  z-index: 3;
}

.slider-bottom-category {
  background: url("/img/banner-bottom.png") bottom center no-repeat;
  background-size: contain;
  bottom: 0;
  right: 0;
  height: 25%;
  width: 100%;
  position: absolute;
}


@media screen and (max-width: 640px) {
  .slider {
    background: #000 url("/img/bg-category-mobil.webp") no-repeat center center;
    height: 700px;
    position: relative;
  }
}



/**********************************
          nabídka ve slideshow
***********************************/

.slider-offer {
  display: block;
  height: auto;
  position: absolute;
  left: 0;
  top: 60%;
  text-align: center;
  transform: translateY(-60%);
  width: 100%;
  opacity: 0;
  animation: drop-offer 0.9s ease 0.1s forwards;
  z-index: 4;
}

@keyframes drop-offer {
  0% {
    opacity: 0;
    top: 50%;
  }

  100% {
    opacity: 1;
    top: 60%;
  }
}


/* slideshow - nadpis */

.slider-offer div.title {
  display: flex;
  flex-flow: row;
  padding: 10vmin 0;
}

.slider-offer div.title h1 {
  color: #9496a3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 6px;
  line-height: 1.2em;
  position: relative;
  height: 100px;
  width: 100%;
  text-transform: uppercase;
}

.slider-offer div.title h1 strong {
  color: #fff;
  font-size: 4.6rem;
  font-weight: 700;
  letter-spacing: 6px;
  line-height: 1.2em;
  margin: 0 0 10px 0;
  z-index: 1;
}

.slider-offer div.title h1 .rotated-line-white {
  background: #fff;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  width: 300px;
  opacity: 0.5;
  -webkit-transform: rotate(110deg) translateY(-50%);
  -moz-transform: rotate(110deg) translateY(-50%);
  -ms-transform: rotate(110deg) translateY(-50%);
  -o-transform: rotate(110deg) translateY(-50%);
  transform: rotate(110deg) translateY(-50%);
  animation: drop-line 1s ease;
}

@keyframes drop-line {
  0% {
    opacity: 0;
    left: -100px;
  }

  100% {
    opacity: 0.5;
    left: 0;
  }
}


/* slideshow - služby */

.slider-offer div.offer {
  display: flex;
  flex-flow: row;
  max-width: 1000px;
  margin: 0 auto;
}

.slider-offer div.offer a {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  display: flex;
  flex-flow: column;
  flex: 1;
  margin: 0 1%;
  padding: 25px 0;
  text-decoration: none;
  transition: all 0.2s ease 0s;
}

.slider-offer div.offer a:hover {
  background: #24abe2;
}

.slider-offer div.offer a:hover h2 {
  color: #fff;
}


.slider-offer div.offer .img {
  display: flex;
  margin: 0 0 2vmin 0;
  justify-content: center;
}

.slider-offer div.offer .img img {
  height: auto;
  max-width: 80px;
  width: 100%;
  transition: transform 0.2s ease-in;
}

.slider-offer div.offer a:hover .img img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.slider-offer div.offer .text {
  display: flex;
  flex-flow: column;
}

.slider-offer div.offer .text h2 {
  color: #9496a3;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 4px;
  line-height: 1.2em;
  margin: 0 0 2vmin 0;
  text-transform: uppercase;
}

.slider-offer div.offer .text p {
  color: #fff;
  display: none;
  font-size: 0.9em;
  font-weight: 300;
  line-height: 1.4em;
  opacity: 0.8;
}


@media screen and (max-width: 1000px) {
  .slider-offer {
    top: 50%;
    transform: translateY(-50%);
  }

  .slider-offer div.title h1 strong {
    font-size: 3rem;
    padding: 0 3vmin;
  }

  .slider-offer div.offer {
    max-width: 700px;
    margin: 50px auto 0 auto;
  }

  .slider-offer div.offer .img img {
    max-width: 50px;
  }
}




/************************************
         nadpis kategorie             
*************************************/

.category {
  background: #000;
  background-size: cover;
  background-position: center;
  box-shadow: inset 0px 150px 150px 0px rgba(0, 0, 0, 1);
  height: 500px;
  position: relative;
  width: 100%;
}

.category::before {
  background: rgba(0, 0, 0, 0.5);
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.category-default {
  background: url('../img/bg-category.webp') no-repeat center center;
  background-size: cover;
}

.category-muzeum {
  background: url('../img/reference/reference_1920x990px_muzeumkm.jpg') no-repeat center center;
  background-size: cover;
}


@media screen and (max-width: 640px) {
  .category {
    height: 400px;
    position: relative;
  }
}


.category-title {
  height: auto;
  padding: 0 2vmin;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  max-width: 1400px;
  animation: drop 1s ease;
  text-align: center;
  z-index: 1;
}

@keyframes drop {
  0% {
    opacity: 0;
    top: 40%;
  }

  100% {
    opacity: 100%;
    top: 50%;
  }
}


/* přeškrtnutý nadpis */

.category-title h1 {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0.85em;
  font-weight: 500;
  letter-spacing: 5px;
  line-height: 1.2em;
  position: relative;
  height: 100px;
  width: 100%;
  text-transform: uppercase;
  text-shadow: 0px 2px 40px rgba(0, 0, 0, 1);
}

.category-title h1 strong {
  color: #fff;
  font-size: 4em;
  font-weight: 600;
  letter-spacing: 5px;
  line-height: 1.2em;
  margin: 0 0 10px 0;
  z-index: 1;
}

.category-title h1 .rotated-line-white {
  background: #fff;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  width: 190px;
  opacity: 0.5;
  -webkit-transform: rotate(110deg) translateY(-50%);
  -moz-transform: rotate(110deg) translateY(-50%);
  -ms-transform: rotate(110deg) translateY(-50%);
  -o-transform: rotate(110deg) translateY(-50%);
  transform: rotate(110deg) translateY(-50%);
  animation: drop-line 1s ease;
}

@keyframes drop-line {
  0% {
    opacity: 0;
    left: -100px;
  }

  100% {
    opacity: 0.5;
    left: 0;
  }
}



/************************************
         drobečková navigace             
*************************************/

.breadcrumbs {
  height: auto;
  margin: 0;
  width: 100%;
  text-align: center;
}

.breadcrumbs ul {
  display: inline;
  list-style: none;
}

.breadcrumbs li {
  list-style-type: none;
  display: inline-block;
}

.breadcrumbs li:first-child a {
  padding: 0 5px 0 0;
}

.breadcrumbs li:before {
  display: block;
  float: left;
  content: "\2192";
  color: #ddd;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 0.5em;
  padding: 6px 0 0 0;
}

.breadcrumbs li:first-child:before {
  display: inline-block;
  content: " ";
}

.breadcrumbs li a {
  display: inline-block;
  color: #ddd;
  font-size: 0.8em;
  text-align: left;
  text-decoration: none;
  padding: 0 10px 0 30px;
}

.breadcrumbs li a:link,
.breadcrumbs li a:visited {
  color: #ddd;
  font-size: 0.8em;
  line-height: 2em;
  font-weight: 500;
  text-decoration: underline;
  transition: all 0.2s ease 0s;
}

.breadcrumbs li a:hover {
  color: #fff;
}

.breadcrumbs li p {
  color: #ddd;
  display: block;
  font-size: 0.8em;
  font-weight: 800;
  line-height: 2em;
  padding: 0 15px 0 20px;
}



/************************************
              Obsah webu             
*************************************/

/* texty */

.content h1 {
  color: var(--main-link-color);
  font-size: 2em;
  font-weight: 900;
  letter-spacing: -0.5px;
  line-height: 1.2em;
  margin: 0 0 3vmin 0;
  text-transform: uppercase;
}

.content h2 {
  color: var(--main-link-color);
  font-size: 1.8em;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.2em;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}

.content h3 {
  color: var(--main-link-color);
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.2em;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}

.content h3 a:link,
.content h3 a:visited,
.content h3 a:hover {
  color: var(--main-link-color);
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: -0.5px;
  line-height: 1.2rem;
  margin: 0 0 10px 0;
  transition: all 0.3s ease 0s;
}

.content h4 {
  color: var(--main-text-color);
  font-size: 1.1em;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 1.2em;
  margin: 0 0 10px 0;
}

.content p {
  color: var(--main-text-color);
  font-size: var(--main-text-size);
  font-weight: var(--main-text-weight);
}

.content p strong {
  font-weight: 800;
}

.content .center {
  text-align: center;
}

.content p.small {
  font-size: 0.8rem;
  line-height: 1.3em;
}

.content p em {
  text-align: oblique;
}

.content p.title {
  color: #222;
  font-size: 0.9em;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2em;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}

.content a:link,
.content a:visited {
  color: var(--main-link-color);
  font-size: var(--main-text-size);
  font-weight: var(--main-text-weight);
  text-decoration: underline;
  transition: all 0.3s ease 0s;
}

.content a:hover {
  color: var(--main-text-color);
}

.content p a.small {
  font-size: 0.8rem;
  line-height: 1.3em;
}


/* seznam defaultní */

.content ul {
  display: table;
  margin: 0;
  padding: 0;
}

.content ul li {
  display: table-row;
  color: #111;
  font-size: 0.9em;
  font-weight: 500;
  list-style: none;
  line-height: 1.65em;
}

.content ul li:before {
  display: table-cell;
  content: "\25E6";
  color: #111;
  font-size: 2.2em;
  font-weight: 100;
  line-height: 0.2em;
  padding: 8px 10px 0 0;
  text-align: right;
  vertical-align: top;
}

.content ul li a:link,
.content ul li a:visited {
  color: var(--main-link-color);
  font-size: 0.9rem;
  text-decoration: underline;
  transition: all 0.3s ease 0s;
}

.content ul li a:hover {
  color: #111;
}

.content ul li p {
  color: #111;
  font-size: 0.9rem;
  margin: 0 0 8px 0;
}


/* seznam defaultní číslovaný */

.content ol {
  counter-reset: item;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0.8em;
}

.content ol li {
  display: block;
  margin-bottom: 0.2em;
  margin-left: 1.4em;
  color: #111;
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1.5em;
  width: 100%;
}

.content ol li::before {
  display: inline-block;
  color: #111;
  content: counter(item) ". ";
  counter-increment: item;
  width: 1.4em;
  margin-left: -1.4em;
}

.content ol li a:link,
.content ol li a:visited {
  color: var(--main-link-color);
  font-size: 0.9rem;
  text-decoration: underline;
  transition: all 0.3s ease 0s;
}

.content ol li a:hover {
  color: #111;
}

.content ol li p {
  color: #111;
  font-size: 0.9rem;
  margin: 0 0 8px 0;
}



/************************************
              tabulky             
*************************************/

/* tabulka - defaultní */

.content table {
  display: table;
  border: solid 1px #ddd;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  width: 100%;
}

.content table tr {
  border-top: solid 1px #ddd;
}

.content table tr:hover {
  background: #f9f9f9;
}

.content table th {
  background: #eee;
  color: #333;
  font-size: 0.8em;
  font-weight: 500;
  line-height: 1.6em;
  display: table-cell;
  padding: 0.6vmin 10px;
  vertical-align: middle;
}

.content table td {
  color: #111;
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1.6em;
  display: table-cell;
  padding: 1vmin 10px;
  vertical-align: middle;
}

.content table td a:link,
.content table td a:visited {
  color: var(--main-link-color);
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.5em;
  text-decoration: underline;
  transition: all 0.3s ease 0s;
}

.content table td a:hover {
  color: #111;
}


/* tabulka - kontakty */

.content table.contact_table {
  display: table;
  border: solid 1px #ddd;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  width: 100%;
}

.content table.contact_table tr {
  border-top: solid 1px #ddd;
}

.content table.contact_table tr:hover {
  background: #f9f9f9;
}


.content table.contact_table th {
  background: #eee;
  color: #333;
  display: block;
  float: left;
  font-size: 0.8em;
  font-weight: 500;
  line-height: 1.6em;
  display: table-cell;
  padding: 0.6vmin 10px;
}

.content table.contact_table td {
  background: #fff;
  display: block;
  float: left;
  color: #111;
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1.6em;
  padding: 1vmin 10px;
}

.content table.contact_table th.position {
  width: 30%
}

.content table.contact_table th.name {
  width: 30%
}

.content table.contact_table th.phone {
  width: 20%
}

.content table.contact_table th.email {
  width: 20%
}

.content table.contact_table td.position {
  width: 30%
}

.content table.contact_table td.name {
  width: 30%
}

.content table.contact_table td.phone {
  width: 20%
}

.content table.contact_table td.email {
  width: 20%
}


@media screen and (max-width: 1170px) {
  .content table.contact_table tr:first-child {
    display: none;
  }

  .content table.contact_table td.position {
    display: table-cell;
    padding: 8px 0 2px 5px;
    width: 50%
  }

  .content table.contact_table td.name {
    display: table-cell;
    padding: 8px 0 2px 0;
    width: 50%
  }

  .content table.contact_table td.phone {
    display: table-cell;
    padding: 0 0 6px 5px;
    width: 50%
  }

  .content table.contact_table td.email {
    display: table-cell;
    float: right;
    padding: 0 0 6px 0;
    width: 50%
  }
}



/************************************
              buttony             
*************************************/

.content .button_center {
  border: solid 1px #eee;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  color: #333;
  cursor: pointer;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: row;
  font-size: 0.9rem;
  height: 4.5vmin;
  min-height: 40px;
  max-height: 50px;
  margin: 20px auto 0 auto;
  padding: 0 20px;
  position: relative;
  text-align: center;
  width: 200px;
  transition: all 0.3s ease 0s;
}

.content .button_center:link,
.content .button_center:visited {
  color: #333;
  font-size: 0.8rem;
  text-decoration: none;
}

.content .button_center:hover {
  background: #24abe2;
  border: solid 1px #24abe2;
  box-shadow: 0 15px 34px rgba(0, 0, 0, 0.18);
  color: #fff;
  outline: none !important;
}


/*  button vlevo */

.content .button_left {
  background: rgba(255, 255, 255, 0.95);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  cursor: pointer;
  border: solid 1px #bbb;
  color: #333;
  float: left;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: row;
  font-size: 0.9rem;
  height: 4.5vmin;
  min-height: 40px;
  max-height: 50px;
  margin: 10px 0 0 0;
  padding: 0 25px;
  font-family: 'Exo', sans-serif;
  width: auto;
  transition: all 0.2s ease 0s;
}

.content .button_left:link,
.content .button_left:visited {
  color: #333;
  font-size: 0.8rem;
  font-weight: 500;
  text-decoration: none;
}

.content .button_left:hover {
  background: #24abe2;
  border: solid 1px #24abe2;
  box-shadow: 0 15px 34px rgba(0, 0, 0, 0.18);
  color: #fff;
  outline: none !important;
}

.content .button_left .fas {
  margin: 0 0 0 15px;
}


/* input button odeslat */

.content input.button_send {
  background: rgba(255, 255, 255, 0.95);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  cursor: pointer;
  border: solid 1px #bbb;
  color: #333;
  float: left;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: row;
  font-size: 0.9rem;
  height: 4.5vmin;
  min-height: 40px;
  max-height: 50px;
  margin: 10px 0 0 0;
  padding: 0 25px;
  font-family: 'Exo', sans-serif;
  width: auto;
  transition: all 0.2s ease 0s;
}

.content input.button_send:hover {
  background: #24abe2;
  border: solid 1px #24abe2;
  box-shadow: 0 15px 34px rgba(0, 0, 0, 0.18);
  color: #fff;
  outline: none !important;
}



/************************************
                blog            
*************************************/

.content .events {
  display: block;
  margin: 0 auto;
  height: auto;
  width: 100%;
  max-width: 1200px;
}

.content .event {
  background: #fff;
  box-shadow: 0 0 50px rgba(68, 45, 45, 0.1);
  border-radius: 5px;
  float: left;
  overflow: hidden;
  margin: 1.5%;
  height: 420px;
  width: 30%;
  transition: all 0.2s ease 0s;
  position: relative;
  z-index: 1;
}

.content .event:hover {
  box-shadow: 0 0 50px rgba(68, 45, 45, 0.2);
}


/* obrázek */

.content .event .event_image {
  float: left;
  height: 210px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.content .event .event_image .event-fit-cover {
  display: block;
  height: 210px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.event-more-text {
  color: #fff;
  font-size: 4em;
  font-weight: 100;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
}

.event-color-overlay {
  background: #1b3281;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
}

.event_image:hover .event-color-overlay {
  opacity: 0.9;
  z-index: 1;
}


/* obrázek - štítek */

.content .event .event_image .event_tag {
  background: #24abe2;
  display: block;
  padding: 0 10px;
  position: absolute;
  left: 15px;
  top: 15px;
  height: auto;
  width: auto;
  z-index: 1;
}

.content .event .event_image .event_tag a:link,
.content .event .event_image .event_tag a:visited {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8em;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.content .event .event_image .event_tag a:hover {
  text-decoration: underline;
}


/* text - nadpis */

.content .event .event_content {
  float: left;
  height: auto;
  padding: 20px 20px 0 20px;
  width: 100%;
}

.content .event .event_content .event_title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: auto;
  max-height: 3.6rem;
  overflow: hidden;
  position: relative;
  float: left;
  line-height: 1.2rem;
  width: 100%;
}

.content .event .event_content .event_title a:link,
.content .event .event_content .event_title a:visited {
  color: #000;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2em;
  text-decoration: none;
  transition: all 0.2s ease 0s;
}

.content .event .event_content .event_title a:hover {
  color: #24abe2;
}


/* text - datum */

.content .event_date {
  display: block;
  float: left;
  margin: 10px 0;
  height: auto;
  width: 100%;
}

.content .event_date p {
  color: #666;
  font-size: 0.75rem;
  font-weight: 500;
}

.content .event_date .fa-calendar-alt {
  color: #666;
  margin: 0 7px 0 0;
}

.content .event_date .fa-coins {
  color: #666;
  margin: 0 7px 0 0;
}


/* text - popis */

.content .event .event_text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: auto;
  max-height: 3.125rem;
  overflow: hidden;
  padding: 0 20px 0 0;
  position: relative;
  float: left;
  width: 100%;
}

.content .event .event_text p {
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.2rem;
}


/* text - více */

.content .event .event_more {
  display: block;
  float: left;
  height: auto;
  width: 100%;
}

.content .event .event_more a:link,
.content .event .event_more a:visited {
  color: var(--main-link-color);
  font-size: 0.8rem;
  text-decoration: underline;
}

.content .event .event_more a:hover {
  color: #000;
}


@media screen and (max-width: 640px) {
  .content .events {
    margin: 20px 0 0 0;
    width: 100%;
  }

  .content .event {
    margin: 0 0 10px 0;
    height: auto;
    width: 100%;
  }

  .content .event .event_image {
    height: 150px;
    width: 40%;
  }

  .content .event .event_image .event-fit-cover {
    height: 150px;
  }

  .content .event .event_content {
    padding: 10px 20px 0 20px;
    width: 60%;
  }

  .content .event_text {
    padding: 0;
  }
}



/**********************************
          nabídka služeb
***********************************/

.content div.offer {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1300px;
  gap: 25px;
  margin: 0 auto;
  justify-content: center;
}

.content div.offer a {
  background: #fff;
  border-radius: var(--main-border-radius);
  display: flex;
  flex-flow: column;
  width: calc((100%/4) - 20px);
  padding: 1vmin;
  text-decoration: none;
  transition: all 0.2s ease 0s;
}

.content div.offer a:hover {
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.07);
}


.content div.offer .img {
  clip-path: polygon(100% 50%, 75% 93.3%, 25% 93.3%, 0% 50%, 25% 6.7%, 75% 6.7%);
  background-color: var(--main-link-color);
  margin: 0 auto 1vmin auto;
  padding: 3vmin;
  align-content: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  text-align: center;
}

.content div.offer .img img {
  height: auto;
  max-width: 100%;
  width: auto;
  transition: transform 0.2s ease-in;
}

.content div.offer a:hover .img img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.content div.offer .text {
  display: flex;
  flex-flow: column;
  text-align: center;
  height: 100%;
}

.content div.offer .text h2 {
  color: var(--main-text-color);
  font-family: var(--main-font-family);
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.3em;
  margin: 0 0 1vmin 0;
}

.content div.offer .text p {
  color: #666;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.6em;
}

.content div.offer .arrow {
  display: flex;
  flex-flow: column;
  text-align: center;
  display: none;
}

.content div.offer .arrow .fa-solid {
  background: var(--main-bg-color);
  border-radius: 500px;
  color: var(--main-link-color);
  font-size: 1.2em;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  width: 45px;
  margin: 1vmin auto 0 auto;
  transition: all 0.2s ease 0s;
}



@media screen and (max-width: 800px) {
  .content div.offer {
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 10px;
  }

  .content div.offer a {
    padding: 10px;
    width: 100%;
    max-width: 400px;
    align-items: center;
    flex-flow: row;
  }

  .content div.offer .img {
    flex: 1;
    margin: 0;
    width: 100px;
    height: 100px;

  }

  .content div.offer .img img {
    justify-content: center;
    max-width: 60px;
  }

  .content div.offer .text {
    flex-flow: column;
    flex: 2;
  }

  .content div.offer .text h2 {
    font-size: 1.4rem;
    margin: 5px 0;
    text-align: left;
  }

  .content div.offer .text p {
    text-align: left;
  }

  .content div.offer .arrow .fa-solid {
    font-size: 1em;
    height: 35px;
    width: 35px;
    margin: 0 auto;
  }
}



/************************************
            Ceník tarifů         
*************************************/

/* ikony */

.fa-times {
  color: #e21e26;
}

.fa-check {
  color: green;
}


/* bloky tarifů */

.block-tafif {
  display: block;
}

.block-tafif-left {
  display: inline-block;
  float: left;
  width: 30%;
}

.block-tafif-right {
  display: inline-block;
  float: left;
  width: 70%;
}

@media screen and (max-width: 800px) {
  .block-tafif-left {
    width: 50%;
  }

  .block-tafif-right {
    width: 50%;
  }
}


/* carousel */

.sync2 .item {
  background: #f9f9f9;
  border: solid 1px #ddd;
  margin: 0 1vmin;
  padding: 0 2vmin;
  transition: all 0.2s ease 0s;
}

.sync2 .item-borde-blue {
  border: solid 1px #1b3281;
}

.sync2 .item-borde-gold {
  border: solid 1px goldenrod;
}

.sync2 .item:hover {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.owl-theme .owl-nav [class*="owl-"] {
  background: #666 !important;
}

.owl-theme .owl-nav [class*='owl-'].disabled:hover {
  background-color: #D6D6D6;
}


/* tabulka - tarifů */

.content table.tarif {
  display: table;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
  width: 100%;
}

.content table.tarif tr {
  border-top: solid 1px #ddd;
}

.content table.tarif tr:hover {
  background: none;
}

.content table.tarif tr:nth-child(1) {
  border-top: none;
  height: 300px;
}

.content table.tarif tr:nth-child(2) {
  border-top: none;
}

.content table.tarif th {
  background: none;
}

.content table.tarif th p {
  color: #1b3281;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1em;
  margin: 2vmin 0 0 0;
  text-transform: uppercase;
}

.content table.tarif th p.maxi {
  color: goldenrod !important;
}

.content table.tarif th p strong {
  color: #000;
  display: block;
  font-size: 2.3rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1em;
  text-transform: none;
}

.content table.tarif th p span {
  display: block;
  color: #333;
  font-size: 0.8rem;
  letter-spacing: 0.3em;
  line-height: 1em;
  margin: 5px 0 0 0;
}

.content table.tarif th img {
  height: auto;
  margin: 0 auto;
  max-width: 150px;
  width: 100%;
}

.content table.tarif td {
  color: #000;
  font-weight: 500;
  line-height: 1.6em;
  display: table-cell;
  padding: 1vmin 2%;
  vertical-align: middle;
}


/* tabulka - tarifů vlevo */

.content table.tarif-left {
  border: solid 1px #fff;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  width: 100%;
}

.content table.tarif-left tr {
  border-top: solid 1px #ddd;
}

.content table.tarif-left tr:nth-child(1) {
  border-top: none;
  height: 300px;
}

.content table.tarif-left tr:nth-child(2) {
  border-top: none;
}

.content table.tarif-left th {
  background: #fff;
  color: #000;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  line-height: 1.6rem;
  display: table-cell;
  padding: 1vmin 2%;
  vertical-align: middle;
}

.content table.tarif-left td {
  background: #fff;
  color: #000;
  font-weight: 500;
  line-height: 1.6em;
  display: table-cell;
  padding: 1vmin 2%;
  vertical-align: middle;
}


/* @media screen and (max-width: 800px) { 
  .content table.tarif tr:nth-child(1),
  .content table.tarif-left tr:nth-child(1){
    height: 300px;
  }
}   */



/************************************
          reference - filtr             
*************************************/

ul#filters {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0 0 2vmin 0;
}

ul#filters li {
  display: flex;
  margin: 0 5px;
}

ul#filters li::before {
  content: "";
}

ul#filters li span,
ul#filters li a.filter {
  background: #f1f3f5;
  border-radius: 25px;
  cursor: pointer;
  color: #333;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: row;
  font-family: 'Exo', sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 1px;
  height: 4.5vmin;
  min-height: 40px;
  max-height: 50px;
  padding: 0 25px;
  width: auto;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease 0s;
}

ul#filters li span:hover,
ul#filters li a.filter:hover {
  background: #24abe2;
  box-shadow: 0 15px 34px rgba(0, 0, 0, 0.18);
  color: #fff;
}

ul#filters li span.active,
ul#filters li a.filter.active {
  background: #24abe2;
  color: #fff;
}

#portfoliolist .portfolio {
  display: flex;
}


@media screen and (max-width: 640px) {
  ul#filters {
    flex-wrap: wrap;
  }

  ul#filters li {
    display: flex;
    margin: 1vmin 0.5vmin;
  }
}



/************************************
        reference - fotogalerie             
*************************************/

.content .content_image_block {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  max-width: 2000px;
  margin: 0 auto;
}

.content .content_image_block li {
  /* background: #f9f9f9; */
  text-align: center;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  flex: 0 1 32.3%;
  margin: 0.5%;
  list-style-type: none;
  padding: 1.5% 3% 0 3%;
  height: auto;
}

.content .content_image_block li::before {
  content: "";
}


/* text */

.content .content_image_block h3 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: auto;
  overflow: hidden;
  max-height: 1.9rem;
  color: #333;
  font-size: 1.4rem;
  margin: 0 0 20px 0;
  text-transform: initial;
}

.content .content_image_block h3 a:link,
.content .content_image_block h3 a:visited {
  box-shadow: none;
  color: #333;
  height: auto;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.7rem;
  transition: all 0.2s ease 0s;
}

.content .content_image_block h3 a:hover {
  color: #24abe2;
  transform: none;
}

.content .content_image_block p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: auto;
  overflow: hidden;
  max-height: 1.4rem;
  color: #666;
  font-size: 0.85rem;
  margin: 5px 0 20px 0;
  letter-spacing: 0.5px;
  line-height: 1.2em;
  text-transform: uppercase;
}


/* obrázek */

.content .content_image_block a:link,
.content .content_image_block a:visited {
  box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.1);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: block;
  float: left;
  overflow: hidden;
  width: 100%;
  height: 23vmin;
  text-decoration: none;
  position: relative;
}

.content .content_image_block a:hover {
  box-shadow: 0 5px 300px 0 rgba(0, 0, 0, 0.2);
  transform: scale(1.03);
}

.content .content_image_block img {
  /* box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.3); */
  /* object-fit: cover; */
  /* height: 23vmin; */
  width: 100%;
  transition: all 0.2s ease 0s;
}


@media screen and (max-width: 1400px) {
  .content .content_image_block li {
    flex: 0 1 48%;
    margin: 1%;
  }
}

@media screen and (max-width: 1000px) {
  .content .content_image_block h3 {
    margin: 5px 0 15px 0;
  }

  .content .content_image_block p {
    display: none;
  }
}



/************************************
              nadpisy
*************************************/

/* přeškrtnutý nadpis */

p.rotated-line-text {
  color: #666;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 4px;
  line-height: 2em;
  position: relative;
  height: 100px;
  width: 100%;
  text-transform: uppercase;
}

p.rotated-line-text strong {
  color: var(--main-link-color);
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 2px;
  z-index: 1;
}


/* přeškrtnutý nadpis */

p.rotated-line-text-small {
  color: #111;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 4px;
  line-height: 1.8em;
  position: relative;
  height: 100px;
  width: 100%;
  text-transform: uppercase;
}

p.rotated-line-text-small strong {
  color: var(--main-link-color);
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 2px;
  z-index: 1;
}


/**/

.rotated-line-white {
  background: #fff;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  width: 190px;
  -webkit-transform: rotate(110deg) translateY(-50%);
  -moz-transform: rotate(110deg) translateY(-50%);
  -ms-transform: rotate(110deg) translateY(-50%);
  -o-transform: rotate(110deg) translateY(-50%);
  transform: rotate(110deg) translateY(-50%);
}

.rotated-line-black {
  background: #ccc;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  width: 130px;
  -webkit-transform: rotate(110deg) translateY(-50%);
  -moz-transform: rotate(110deg) translateY(-50%);
  -ms-transform: rotate(110deg) translateY(-50%);
  -o-transform: rotate(110deg) translateY(-50%);
  transform: rotate(110deg) translateY(-50%);
  z-index: 0;
}



/************************************
        KATEGORIE - WEBOVÉ STRÁNKY
*************************************/

.webove-stranky {
  text-align: center;
}

.webove-stranky>.row.r-margins>.col.col-size-3 {
  width: calc(25% - 40px);
  margin: 0 20px 40px 20px;
  min-height: 340px;
}

@media screen and (max-width:784px) {
  .webove-stranky>.row.r-margins>.col.col-size-3 {
    width: calc(50% - 40px);
    margin: 0 20px 40px 20px;
    min-height: 385px;
  }
}

@media screen and (max-width:496px) {
  .webove-stranky>.row.r-margins>.col.col-size-3>div>h3 {
    letter-spacing: 2px;
    width: 100%;
  }
}

@media screen and (max-width:350px) {
  .webove-stranky>.row.r-margins>.col.col-size-3 {
    min-height: 409px;
  }

  .webove-stranky>.row.r-margins>.col.col-size-3>div>h3 {
    font-size: 14px;
  }
}

.webove-stranky .webovky-na-miru p {
  text-align: center;
  font-size: 14px;
}

.webove-stranky .webovky-na-miru p>strong {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 5px;
}

@media screen and (max-width:1156px) {
  .webove-stranky .webovky-na-miru p {
    font-size: 13px;
  }

  .webove-stranky .webovky-na-miru p>strong {
    font-size: 17px;
  }
}

@media screen and (max-width:784px) {
  .webove-stranky .webovky-na-miru p {
    font-size: 12px;
    margin: 20px 0 40px 0;
  }

  .webove-stranky .webovky-na-miru p>strong {
    display: block;
    margin-bottom: 10px;
  }

  .webove-stranky .webovky-na-miru p>strong>i {
    display: none;
  }
}



/************************************
              formulár
*************************************/

.content fieldset {
  background: rgba(255, 255, 255, 0.5);
  border: #ddd 2px solid;
  padding: 0;
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}


/* tabulka bez stylu*/

.content table.nostyle {
  border: none;
  border-collapse: collapse;
  height: auto;
  margin: 0 auto;
  width: 100%;
}

.content table.nostyle tr {
  border: none;
}

.content table.nostyle td {
  background: none;
  border: none;
  color: #000;
  font-size: 1em;
  font-weight: 400;
  height: auto;
  padding: 5px 0;
  text-align: left;
  vertical-align: middle;
  width: 50%;
}

.content table.nostyle td p {
  font-size: 0.9rem;
}

.content table.nostyle td i {
  font-size: 0.8rem;
}


@media screen and (max-width: 550px) {
  .content table.nostyle td {
    width: auto;
  }
}


/* input - text */

.content input[type="text"] {
  background: #f7f6f6;
  border: solid 1px #ccc;
  color: #000;
  cursor: pointer;
  cursor: hand;
  font-family: 'Roboto', sans-serif;
  font-size: 0.9em;
  font-weight: 400;
  height: 35px;
  padding: 2vmin 1.5vmin;
  text-align: left;
  width: 100%;
  -webkit-appearance: none;
}

.content input:hover {
  border-color: #999;
}

.content input:focus {
  background: #fff;
  border-color: #999;
}



/* input - file */

.content input[type="file"] {
  background: #f7f6f6;
  border: solid 1px #ccc;
  color: #000;
  cursor: pointer;
  cursor: hand;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  height: auto;
  margin: 30px 0;
  padding: 15px 5px 15px 10px;
  text-align: left;
  /* max-width: 350px; */
  width: 100%;
}

.content input[type="file"]:hover {
  border-color: #005bb0;
}



/* input - textarea */

.content textarea {
  background: #f7f6f6;
  border: solid 1px #ccc;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 0.9em;
  font-weight: 400;
  overflow: auto;
  /* remove scrollbar in IE */
  -webkit-appearance: none;
  /* remove style of iOS devices */
  margin: 0 0 10px 0;
  padding: 1.5vmin;
  min-height: 150px;
  width: 100%;
}

.content textarea:hover {
  border-color: #999;
}

.content textarea:focus {
  background-color: #fff;
  border: solid 1px #999;
  outline: none
    /* remove Chrome browser focus*/
}


/* select */

.content select {
  background: #f8f8f8 url("../design/arrow_select.png") no-repeat;
  background-position: right 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: solid 1px #ccc;
  color: #333;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9em;
  font-weight: 300;
  height: 42px;
  padding: 0 10px;
  cursor: pointer;
  cursor: hand;
  max-width: 510px;
  width: 100%;
}

.content select:hover {
  border-color: #999;
}

.content select::-ms-expand {
  display: none;
}

/* hack pro IE */
.content select:focus {
  background-color: #fff;
  border: solid 1px #999;
  outline: none
    /* remove Chrome browser focus*/
}



/*-----------------------------------
  REFERENCE - SLIDER - MOBIL
-----------------------------------*/


.reference-screen-slider>.phone {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  display: block;
  width: 150px;
  height: 300px;
  position: absolute;
  bottom: 15%;
  left: 10%;
  z-index: 1;
}

.reference-screen-slider>.phone::after {
  background: url('/img/bg-phone.png') no-repeat center center;
  background-size: contain;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.reference-screen-slider>.phone img {
  display: block;
  margin: 5px auto 0 auto;
  height: auto;
  width: 100%;
  max-width: 132px;
  z-index: 1;
}


@media screen and (max-width:785px) {
  .reference-screen-slider>.phone {
    border-radius: 15px;
    width: 100px;
    height: 200px;
  }
}

@media screen and (max-width:520px) {
  .reference-screen-slider>.phone {
    border-radius: 10px;
    width: 75px;
    height: 150px;
  }
}


/*-----------------------------------
  REFERENCE - SLIDER NĂHLED OBRÁZKŮ
-----------------------------------*/

.reference-screen-slider {
  display: block;
  width: 100%;
  height: auto;
  min-height: 550px;
  position: relative;
}

.reference-screen-slider>.macbook-air {
  background: url('/img/bg-macbookair.png') no-repeat center center;
  display: block;
  margin: 0 auto;
  width: 738px;
  height: 535px;
  position: relative;
}

.reference-screen-slider>.macbook-air>.monitor-content {
  background: #fff;
  display: block;
  position: absolute;
  top: 27px;
  left: 97px;
  right: 98px;
  bottom: 169px;
  overflow: hidden;
}

.reference-screen-slider>.macbook-air>.monitor-content>.monitor-content-carousel,
.reference-screen-slider>.macbook-air>.monitor-content>.monitor-content-carousel .owl-item,
.reference-screen-slider>.macbook-air>.monitor-content>.monitor-content-carousel .owl-item>a {
  display: block;
  width: 100%;
  height: 100%;
}

.reference-screen-slider .owl-carousel .owl-item,
.reference-screen-slider .owl-carousel .owl-stage,
.reference-screen-slider .owl-carousel .owl-stage-outer {
  height: 100%;
}

.reference-screen-slider .owl-carousel .owl-item img {
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width:785px) {
  .reference-screen-slider {
    min-height: auto;
  }

  .reference-screen-slider>.macbook-air {
    width: 497px;
    height: 360px;
    background-size: 100% auto;
  }

  .reference-screen-slider>.macbook-air>.monitor-content {
    top: 18px;
    left: 65px;
    right: 66px;
    bottom: 114px;
  }
}

@media screen and (max-width:520px) {
  .reference-screen-slider>.macbook-air {
    width: 320px;
    height: 232px;
    background-size: 100% auto;
  }

  .reference-screen-slider>.macbook-air>.monitor-content {
    top: 12px;
    left: 42px;
    right: 42px;
    bottom: 72px;
  }
}


.monitor-content-carousel-nav-left {
  display: block;
  position: absolute;
  top: 50%;
  left: -95px;
  transform: translateY(-50%);
  width: 26px;
  height: 70px;
  background: url('/img/slider_arrow_left.png') no-repeat center center;
}

.monitor-content-carousel-nav-right {
  display: block;
  position: absolute;
  top: 50%;
  right: -95px;
  transform: translateY(-50%);
  width: 26px;
  height: 70px;
  background: url('/img/slider_arrow_right.png') no-repeat center center;
}

.has-single-image .monitor-content-carousel-nav-left,
.has-single-image .monitor-content-carousel-nav-right {
  display: none;
}

@media screen and (max-width:820px) {

  .monitor-content-carousel-nav-left,
  .monitor-content-carousel-nav-right {
    display: none;
  }
}

/*@media screen and (max-width:630px) {
	.reference-screen-slider > .monitor {
		display:block;
		position:static;
		left:auto;
		transform:none;
	}
	.reference-screen-slider > .monitor > img {
		display:block;
		position:absolute;
		left:50%;
		transform:translateX(-50%);
	}
	.reference-screen-slider > .monitor > .monitor-content {
		width:100%;
		height:352px;
	}
	.reference-screen-slider > .monitor > .monitor-content > .monitor-content-carousel {
		width:calc(100% - 30px);
		height:324px;
	}
}*/

/*@media screen and (max-width:540px) {
	.reference-screen-slider {
		min-height:477px;
	}
	.reference-screen-slider > .monitor > .monitor-content {
		height:280px;
	}
	.reference-screen-slider > .monitor > .monitor-content > .monitor-content-carousel,
	.reference-screen-slider > .monitor > .monitor-content > .monitor-content-carousel .item {
		height:250px;
	}
}*/

/*@media screen and (max-width:400px) {
	.reference-screen-slider {
		min-height:408px;
	}
	.reference-screen-slider > .monitor > .monitor-content {
		height:210px;
	}
	.reference-screen-slider > .monitor > .monitor-content > .monitor-content-carousel,
	.reference-screen-slider > .monitor > .monitor-content > .monitor-content-carousel .item {
		height:180px;
	}
}*/



/************************************
      boční menu v kategoriích         
*************************************/


ul.menu-left {
  border-top: #bbb solid 1px;
  max-width: 330px;
  width: 100%;
}

ul.menu-left li {
  border-bottom: #bbb solid 1px;
  cursor: pointer;
  display: block;
  height: auto;
  text-transform: uppercase;
  width: 100%;
  transition: all 0.2s ease 0s;
}

ul.menu-left li::before {
  display: none;
}

ul.menu-left li:last-child {
  border-bottom: none;
}

ul.menu-left li a:link,
ul.menu-left li a:visited {
  color: #333;
  display: block;
  font-size: 0.9em;
  font-weight: 600;
  line-height: 1em;
  height: auto;
  font-size: 0.85rem;
  text-decoration: none;
  padding: 1.5vmin;
  width: 100%;
  transition: all 0.3s ease 0s;
}

ul.menu-left li a:hover {
  color: #111;
  background: #f9f9f9;
  text-decoration: underline;
}


/* submenu */

ul.menu-left li ul {
  padding: 0 0 10px 0;
  width: 100%;
}

ul.menu-left li ul li {
  border-bottom: none;
  display: block;
  text-transform: none;
  padding: 5px 0 5px 25px;
  width: 100%;
}

ul.menu-left li ul li:hover {
  background: none;
}

ul.menu-left li ul li:before {
  display: table-cell;
  content: "\02EA";
  color: var(--main-link-color);
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 0.1em;
  height: auto;
  padding: 0 5px 0 0;
}

ul.menu-left li ul li a:link,
ul.menu-left li ul li a:visited {
  color: #333;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 0.4rem;
  padding: 0 0 5px 12px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

ul.menu-left li ul li a:hover {
  text-decoration: underline;
  background: none;
}

ul.menu-left li ul li a.active {
  text-decoration: underline;
  font-weight: 800;
}


/* sub submenu */

ul.menu-left li ul li ul {
  width: 100%;
  padding: 10px 0 10px 0;
}

ul.menu-left li ul li ul li {
  display: block;
  color: #333;
  font-size: 0.9rem;
  line-height: 1em;
  padding: 5px 0 5px 12px;
  width: 100%;
}


/* symbol +- */

.menu-symbol {
  cursor: pointer;
  display: block;
  float: right;
  font-size: 2px;
  height: 15px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 15px;
  -webkit-tap-highlight-color: transparent;
}

.menu-symbol span {
  background: #999;
  height: 2px;
  margin: 0;
  position: absolute;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
}

.menu-symbol span {
  left: 0;
}

.menu-symbol span:nth-child(1) {
  top: 2.5em;
}

.menu-symbol span:nth-child(2) {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 2.5em;
}

.open.menu-symbol span:nth-child(2) {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}



/************************************
            partneři            
*************************************/

.content ul.partner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.content ul.partner li {
  /* background: rgba(255, 255, 255, 0.5); */
  list-style: none;
  display: flex;
  flex: 0 1 18%;
  margin: 0 1%;
  padding: 1vmin;
  opacity: 0.7;
  overflow: hidden;
  filter: grayscale(var(--value, 100%));
  transition: all 0.2s ease 0s;
}

.content ul.partner li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.content ul.partner li::before {
  content: "";
  padding: 0;
}

.content ul.partner li:hover {
  /* background: #fff; */
  /* box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); */
  filter: none;
  z-index: 1;
  opacity: 1;
}


/* logo */

.content ul.partner li img {
  height: auto;
  width: 100%;
  max-width: 180px;

}

.content ul.partner li img.partner-fit-cover {
  display: block;
  width: 100%;
  aspect-ratio: 2/3;
  max-height: 80px;
  mix-blend-mode: color-burn;
  object-fit: contain;
}


@media screen and (max-width: 1000px) {
  .content ul.partner li {
    flex: 0 1 23%;
  }
}

@media screen and (max-width: 640px) {
  .content ul.partner li {
    flex: 0 1 31%;
  }

  .content ul.partner li img.partner-fit-cover {
    max-height: 60px;
  }
}





/************************************
                mapa 
*************************************/

#canvas-map {
  background: #f1f1f1;
  border: solid 1px #ccc;
  height: 350px;
  width: 100%;
}

@media screen and (max-width: 600px) {
  #canvas-map {
    height: 300px;
  }
}



/* kontakty */

.contacts-wrap {
  display: flex;
  flex: 1;
  flex-flow: row;
  flex-flow: wrap;
  margin: 0;
  padding: 0;
}

.contacts {
  border-top: solid 1px rgba(255, 255, 255, 0.1);
  border-right: solid 1px rgba(255, 255, 255, 0.1);
  align-items: center;
  display: flex;
  flex-flow: row;
  flex-grow: 1;
  width: 50%;
  justify-content: left;
  list-style-type: none;
  padding: 20px 10px;
  transition: all 0.2s ease 0s;
}

.contacts img {
  display: block;
  float: left;
  margin: 0 30px 0 0;
  height: auto;
  max-width: 150px;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .contacts {
    width: 100%;
  }
}



/************************************
      boční menu v kategoriích         
*************************************/

ul.menu-right {
  background: #f4f4f4;
  margin: 0;
  padding: 20px;
  width: 100%;
}

ul.menu-right li {
  border-bottom: #ccc solid 1px;
  color: #111;
  cursor: pointer;
  display: block;
  font-size: 0.85rem;
  font-weight: 400;
  height: auto;
  text-transform: uppercase;
  width: 100%;
  transition: all 0.2s ease 0s;
}

ul.menu-right li::before {
  display: none;
}

ul.menu-right li:last-child {
  border-bottom: none;
}

ul.menu-right li a:link,
ul.menu-right li a:visited {
  color: #111;
  display: block;
  font-family: 'Exo', sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1em;
  height: auto;
  text-decoration: none;
  padding: 1.5vmin 0;
  width: 100%;
  transition: all 0.3s ease 0s;
}

ul.menu-right li a:hover {
  color: var(--main-link-color);
  background: #f9f9f9;
  text-decoration: underline;
}


/* submenu */

ul.menu-right li ul {
  padding: 0 0 10px 0;
  width: 100%;
}

ul.menu-right li ul li {
  border-bottom: none;
  display: block;
  text-transform: none;
  padding: 5px 0 5px 0;
  width: 100%;
}

ul.menu-right li ul li:hover {
  background: none;
}

ul.menu-right li ul li:before {
  display: table-cell;
  content: "\16B2";
  color: var(--main-link-color);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 0.1em;
  float: left;
  height: auto;
  margin: 6px 0 0 0;
  padding: 0 5px 0 0;
  transform: rotate(180deg);
}

ul.menu-right li ul li a:link,
ul.menu-right li ul li a:visited {
  color: #333;
  font-family: 'Exo', sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1rem;
  padding: 0 0 0 18px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

ul.menu-right li ul li a:hover {
  background: none;
  color: var(--main-link-color);
  text-decoration: underline;
}

ul.menu-right li ul li a.active {
  color: var(--main-link-color);
  text-decoration: underline;
}


/* sub submenu */

ul.menu-right li ul li ul {
  width: 100%;
  padding: 10px 0 10px 0;
}

ul.menu-right li ul li ul li {
  display: block;
  color: #333;
  font-size: 0.9rem;
  line-height: 1em;
  padding: 5px 0 5px 12px;
  width: 100%;
}

ul.menu-right>li>ul {
  display: none;
}

ul.menu-right>li>ul.expanded {
  display: block;
}



/* symbol +- */

.menu-symbol {
  cursor: pointer;
  display: block;
  float: right;
  font-size: 2px;
  height: 15px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 15px;
  -webkit-tap-highlight-color: transparent;
}

.menu-symbol span {
  background: #999;
  height: 2px;
  margin: 0;
  position: absolute;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
}

.menu-symbol span {
  left: 0;
}

.menu-symbol span:nth-child(1) {
  top: 2.5em;
}

.menu-symbol span:nth-child(2) {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 2.5em;
}

.open.menu-symbol span:nth-child(2) {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}







/************************************
          tabulka pro Cookies
*************************************/

.content .table-wrapper {
  background: #fff;
  overflow-x: auto;
  min-width: 280px;
}

.content table.table-cookies {
  border-collapse: collapse;
  border-spacing: 0;
  display: table;
  text-align: left;
  width: 100%;
}

.content table.table-cookies tr {
  border-top: solid 1px #ddd;
}

.content table.table-cookies tr:first-child {
  border-top: none;
}

.content table.table-cookies th {
  background: #f9f9f9;
  border-bottom: 2px solid #ddd;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.3em;
  padding: 1vmin 10px;
}

.content table.table-cookies td {
  /* background: #fff; */
  /* border: 1px solid #ddd; */
  color: #111;
  font-size: 0.85em;
  font-weight: 500;
  line-height: 1.3em;
  padding: 1vmin 10px;
  transition: all 0.2s !important;
  /*vertical-align: center;*/
}

.content table.table-cookies th:nth-child(1) {
  width: 15%;
}

.content table.table-cookies th:nth-child(2) {
  width: 15%;
}

.content table.table-cookies th:nth-child(3) {
  width: 15%;
}

.content table.table-cookies th:nth-child(4) {
  width: 65%;
}


/* .content table.table-cookies tr:nth-child(2n+1) td { 
  background-color: #f8f8f8; 
} */

.content table.table-cookies tr:hover td {
  background-color: #f9f9f9;
  cursor: default;
}

@media screen and (max-width: 900px) {

  .content table.table-cookies th:nth-child(1),
  .content table.table-cookies th:nth-child(2),
  .content table.table-cookies th:nth-child(3),
  .content table.table-cookies th:nth-child(4) {
    width: auto;
  }
}




/************************************
              footer
*************************************/

footer {
  background: #111 url('../img/bg-category.webp') no-repeat center center;
  background-size: cover;
  height: auto;
  position: relative;
}

footer::before {
  background: rgba(0, 0, 0, 0.2);
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

#footer_top {
  border-top: solid 1px #ccc;
  height: auto;
  padding: 6vmin 0;
  width: 100%;
  position: relative;
  z-index: 3;
}

#footer_top .footer_kategorie {
  height: auto;
  float: left;
  padding: 0 40px 0 0;
  width: 25%;
}

#footer_top .footer_kategorie:last-child {
  padding: 0;
}


/* texty */

#footer_top .footer_kategorie h4 {
  color: #fff;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: -0.5px;
  margin: 0 0 1.4vmin 0;
  text-transform: uppercase;
}

#footer_top .footer_kategorie p {
  color: #ddd;
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1.7em;
}

#footer_top .footer_kategorie p strong {
  font-weight: 800;
}

#footer_top .footer_kategorie p .oblique {
  font-style: italic;
}


#footer_top .footer_kategorie a:link,
#footer_top .footer_kategorie a:visited {
  color: #ddd;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.7em;
  text-decoration: underline;
  transition: all 0.2s ease 0s;
}

#footer_top .footer_kategorie a:hover {
  color: #24abe2;
  text-decoration: underline;
}


/* seznam */

#footer_top .footer_kategorie ul {
  float: left;
  text-align: left;
  margin: 0;
  padding: 0;
}

#footer_top .footer_kategorie li {
  color: #ddd;
  display: block;
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1.2em;
  list-style-type: none;
  padding: 2px 0;
  width: auto;
}

#footer_top .footer_kategorie li a:link,
#footer_top .footer_kategorie li a:visited {
  font-size: 0.85rem;
  font-weight: 500;
  color: #ddd;
  text-decoration: none;
  transition: all 0.2s ease 0s;
}

#footer_top .footer_kategorie li a:hover {
  color: #24abe2;
  text-decoration: underline;
}


/* ikony */

#footer_top .footer_kategorie .icon-wrap {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

#footer_top .footer_kategorie .icon-wrap a {
  text-decoration: none;
}

#footer_top .footer_kategorie .fab,
#footer_top .footer_kategorie .fa-brands {
  border-radius: 20px;
  background: #ddd;
  color: #515151;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  margin: 0 10px 0 0;
  transition: all 0.2s ease 0s;
}

#footer_top .footer_kategorie .fa-facebook-f:hover {
  background: #3b5998;
  color: #fff;
}

#footer_top .footer_kategorie .fa-instagram:hover {
  background: #c3317f;
  color: #fff;
}

#footer_top .footer_kategorie .fa-youtube:hover {
  background: #f70000;
  color: #fff;
}

#footer_top .footer_kategorie .fa-linkedin-in:hover {
  background: #0077b5;
  color: #fff;
}


/* button */

#footer_top .button_left {
  background: rgba(255, 255, 255, 0);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  cursor: pointer;
  border: solid 1px #999;
  color: #333;
  float: left;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: row;
  font-size: 0.9rem;
  height: 4.5vmin;
  min-height: 40px;
  max-height: 50px;
  margin: 20px 0 0 0;
  padding: 0 25px;
  font-family: 'Exo', sans-serif;
  width: auto;
  transition: all 0.2s ease 0s;
}

#footer_top .button_left:link,
#footer_top .button_left:visited {
  color: #333;
  font-size: 0.8rem;
  font-weight: 500;
  text-decoration: none !important;
}

#footer_top .button_left:hover {
  background: #24abe2;
  border: solid 1px #24abe2;
  box-shadow: 0 15px 34px rgba(0, 0, 0, 0.18);
  color: #fff;
  outline: none !important;
}

#footer_top .button_left .fas {
  margin: 0 0 0 15px;
}


/* obrázek */

#footer_top .footer_kategorie img {
  display: inline-block;
  margin: 0;
  height: auto;
  max-width: 90px;
  width: 100%;
  transition: all 0.2s ease 0s;
}

#footer_top .footer_kategorie a:hover img {
  margin: -1% 0 1% 0;
  opacity: 0.9;
}

@media screen and (max-width: 640px) {
  #footer_top .footer_kategorie img {
    max-width: 70px;
  }
}


/* tabulka - volejte/pište/provoz */

#footer_top .footer_kategorie table.contact {
  border-collapse: collapse;
  width: 100%;
}

#footer_top .footer_kategorie table.contact img {
  display: block;
  height: auto;
  max-width: 100px;
  width: 100%;
}

#footer_top .footer_kategorie table.contact th {
  color: #fff;
  font-size: 2.4em;
  padding: 0 10px 20px 10px;
  vertical-align: middle;
  text-align: center;
  max-width: 60px;
}

#footer_top .footer_kategorie table.contact td {
  padding: 0 10px 20px 10px;
  vertical-align: middle;
}

#footer_top .footer_kategorie table.contact a:link,
#footer_top .footer_kategorie table.contact a:visited {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.2em;
  text-decoration: none;
  text-decoration: none;
  transition: all 0.2s ease 0s;
}

#footer_top .footer_kategorie table.contact a:hover {
  text-decoration: underline;
  color: #24abe2;
}

@media screen and (max-width: 1200px) {
  #footer_top .footer_kategorie table.contact img {
    display: none;
  }

  #footer_top .footer_kategorie table.contact th {
    display: none;
  }
}


/* obrázek - odkazy */

#footer_top .footer_kategorie .links {
  height: auto;
  padding: 10px 0 0 0;
  text-align: left;
  width: 100%;
}

#footer_top .footer_kategorie .links img {
  margin: 0 2vmin 20px 0;
  max-height: 55px;
  min-height: 30px;
  height: 7vmin;
  vertical-align: middle;
  width: auto;
}


/* bottom */

#footer {
  border-top: solid 1px #333;
  height: auto;
  padding: 15px 0;
  width: 100%;
  position: relative;
  z-index: 1;
}

#footer p {
  color: #ddd;
  font-size: 0.8em;
  font-weight: 500;
  line-height: 1.6em;
}

#footer a:link,
#footer a:visited {
  color: #ddd;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.6rem;
  text-decoration: underline;
  transition: all 0.2s ease 0s;
}

#footer a:hover {
  color: #24abe2;
}


#footer_bottom_left {
  float: left;
  height: auto;
  text-align: left;
  width: 50%;
}

#footer_bottom_left i {
  margin: 0 10px 0 0;
}

#footer_bottom_right {
  float: right;
  height: auto;
  text-align: right;
  width: 50%;
}

p.clear_footer {
  display: none;
}

@media screen and (max-width: 600px) {
  #footer_top .footer_kategorie {
    width: 50%;
    padding: 0 20px 25px 0;
  }

  #footer_top .footer_kategorie h2 {
    margin: 0 0 10px 0;
  }

  p.clear_footer {
    clear: both;
    display: block;
    font-size: 0px;
    height: 0px;
    line-height: 0px;
    text-indent: -500px;
  }
}

@media screen and (max-width: 600px) {
  #footer_container {
    padding: 15px 0;
  }

  #footer_bottom_left,
  #footer_bottom_right {
    text-align: center;
    width: 100%;
  }
}




/************************************
          přiložené soubory
*************************************/

ul.attached-files {
  position: relative;
  list-style-type: none;
  color: #111;
  padding: 0;
  margin: 0.3125rem 0;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  width: 100%;
  margin: 1.25rem 0;
}

ul.attached-files li.file {
  display: list-item;
  border: 0;
  border: 0.0625rem solid rgba(115, 115, 115, 0.2);
  list-style-type: none;
  padding: 0;
  margin: 0.3125rem 0;
}

ul.attached-files li.file:before {
  display: none;
}

ul.attached-files li.file a {
  transition: all 500ms cubic-bezier(0.17, 0.67, 0.16, 0.99);
  padding: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--main-link-color);
  display: block;
  text-decoration: underline;
}

ul.attached-files li.file a:hover {
  color: #111;
  background: #F3F3F3;
}

ul.attached-files li.file a:hover:before {
  text-decoration: none;
}


/* ikony */

ul.attached-files li.file a:before {
  content: '\f00d';
  color: #737373;

  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-variant: normal;
  font-weight: 900;

  display: block;
  float: left;
  line-height: 1.25rem;
  margin: 0 0.625rem 0 0;
}

ul.attached-files li.file a:after {
  content: '\f063';
  color: #737373;

  text-decoration: none;
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-size: 0.9rem;
  font-variant: normal;
  font-weight: 900;

  display: block;
  float: right;
  line-height: 1.25rem;
  margin: 0 0.625rem 0 0;
}

ul.attached-files li.file a[href$=".pdf"]:before {
  content: '\f1c1';
}

ul.attached-files li.file a[href$=".jpg"]:before,
ul.attached-files li.file a[href$=".jpeg"]:before,
ul.attached-files li.file a[href$=".png"]:before {
  content: '\f1c5';
}

ul.attached-files li.file a[href$=".txt"]:before {
  content: '\f0f6';
}

ul.attached-files li.file a[href$=".doc"]:before,
ul.attached-files li.file a[href$=".docx"]:before {
  content: '\f1c2';
}

ul.attached-files li.file a[href$=".xls"]:before,
ul.attached-files li.file a[href$=".xlsx"]:before {
  content: '\f1c3';
}



/************************************
          zarovnání obrázků
*************************************/

.content .center_image_smaller {
  display: block;
  margin: 0 auto;
  height: auto;
  max-width: 250px;
  width: 100%;
}

.content .center_image {
  display: block;
  margin: 0 auto;
  height: auto;
  max-width: 600px;
  width: 100%;
}

.content .center_image_fullsize {
  display: block;
  margin: 0 auto;
  height: auto;
  max-width: 1000px;
  width: 100%;
}

.content .left_image_smaller {
  float: left;
  display: block;
  margin: 2vmin 2vmin 2vmin 0;
  height: auto;
  max-width: 250px;
  width: 100%;
}

.content .left_image {
  float: left;
  display: block;
  margin: 2vmin 2vmin 2vmin 0;
  height: auto;
  max-width: 600px;
  width: 100%;
}

.content .left_image_fullsize {
  float: left;
  display: block;
  margin: 2vmin 2vmin 2vmin 0;
  height: auto;
  max-width: 1000px;
  width: 100%;
}

.content .right_image_smaller {
  float: right;
  display: block;
  margin: 2vmin 0 2vmin 2vmin;
  height: auto;
  max-width: 250px;
  width: 100%;
}

.content .right_image {
  float: right;
  display: block;
  margin: 2vmin 0 2vmin 2vmin;
  height: auto;
  max-width: 600px;
  width: 100%;
}

.content .right_image_fullsize {
  float: right;
  display: block;
  margin: 2vmin 0 2vmin 2vmin;
  height: auto;
  max-width: 1000px;
  width: 100%;
}

@media screen and (max-width: 600px) {

  .content .left_image_smaller,
  .content .left_image,
  .content .center_image_smaller,
  .content .center_image,
  .content .right_image_smaller,
  .content .right_image {
    max-width: 45%;
  }
}



/************************************
          WYSIWYG -  bloky
*************************************/

.content .content_33 {
  display: block;
  float: left;
  height: auto;
  margin: 0 0 5vmin 0;
  padding: 0 3% 0 0;
  width: 33.3%;
}

.content .content_50 {
  display: block;
  float: left;
  height: auto;
  margin: 0 0 5vmin 0;
  padding: 0 3% 0 0;
  width: 50%;
}

.content .content_66 {
  display: block;
  float: left;
  height: auto;
  margin: 0 0 5vmin 0;
  padding: 0 3% 0 0;
  width: 66.6%;
}

#tinymce .content_33,
#tinymce .content_50,
#tinymce .content_66 {
  border: dashed 1px grey;
}

@media screen and (max-width: 640px) {

  .content .content_33,
  .content .content_50,
  .content .content_66 {
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%;
  }
}



/************************************
          WYSIWYG -  bloky v2
*************************************/

.content .cms-block {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 2vmin;
}

.content .cms-block::after {
  content: "";
  display: block;
  width: 100%;
  margin: 0 0 2vmin 0;
}


.content .cms-block-column {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.content .cms-block-column-2 {
  display: flex;
  flex: 2;
  flex-direction: column;
}

.content .cms-block-separator {
  background: #999;
  display: flex;
  flex: 1;
  height: 1px;
  max-width: 80%;
}

.content .cms-block-center {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 960px;
  text-align: center;
}

#tinymce .cms-block,
#tinymce .cms-block-column,
#tinymce .cms-block-column-2,
#tinymce .cms-block-center,
#tinymce .cms-block-separator {
  border: dashed 1px grey;
}


@media screen and (max-width: 640px) {

  .content .cms-block-column,
  .content .cms-block-column-2,
  .content .cms-block-center,
  .content .cms-block-separator {
    flex: 0 1 100%;
  }

  .content .template-image {
    display: none;
  }
}


/************************************
          space a stars
*************************************/

@keyframes move-twink-back {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -10000px 5000px;
  }
}

@-webkit-keyframes move-twink-back {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -10000px 5000px;
  }
}

@-moz-keyframes move-twink-back {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -10000px 5000px;
  }
}

@-ms-keyframes move-twink-back {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -10000px 5000px;
  }
}


.stars,
.twinkling,
.clouds {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.stars {
  background: #000 url("/img/space-stars.png") repeat top center;
  z-index: 0;
}

.twinkling {
  background: transparent url("/img/space-twinkling.png") repeat top center;
  z-index: 1;
  -moz-animation: move-twink-back 200s linear infinite;
  -ms-animation: move-twink-back 200s linear infinite;
  -o-animation: move-twink-back 200s linear infinite;
  -webkit-animation: move-twink-back 200s linear infinite;
  animation: move-twink-back 200s linear infinite;
}



/************************************
           SLIDER-VIDEO             
*************************************/

.header-video {
  background: #000;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  opacity: 0.5;
}

.header-video:after {
  background: url("/img/bg-programming.jpg") no-repeat center center;
  background-size: cover;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.05;
}

.header-video>video {
  background: url("/img/bg-programming.jpg") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  overflow: hidden;
  z-index: -1000;
}