﻿*,::after,::before {
  box-sizing: border-box
}
html, body, ol, ul, p, h1, h2, h3, h4, h5, h6, img, form {
  padding: 0px;
  margin: 0px;
  border: 0px;
} 

html, body {
  font-family: var(--font-family-primary);
  font-size: var(--font-size-primary);
  /*font-family: Helvetica Neue, Helvetica, Arial,'Open Sans', sans-serif;*/
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; 
  height: 100%;
  line-height: 1.428571429;
}

body {
  font-size: 16px;
  background: #fff;
}

:root {
    --font-family-primary: "Open Sans",sans-serif;
    --font-size-primary: 14px;
    --text-font: var(--font-family-primary);
    --text-size: 16px;
    --text-lh: 1.8;
    --widget-boxed-pad: 30px;
    --line-height: 1.866;
}

:root {
  --color-light: #f9f9f9;
  --color-light-secondary: #f1f1f1;
  --color-primary: #00386b;
  --color-muted: #666666;
  --hover-brightness: 115%;
  --hover-contrast: 85%;
  --color-background: #fff;
  --color-success: #70b73a;
  --color-success: #70b73a;
  --wrap-padding: 35px;
  --main-width: 1170px;
  --text-color: #e0cece;
}

:root {
  --gutter-width: 5px;
}

h1, h2, h3, h4, h5, h6 {
  color: #656565;
  font-weight: normal;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
}

h1,.h1 {
  color: #333333 !important;
  font-size: 2.75em;
  font-weight: normal;
  margin: 5px 0px 5px 0px;
  line-height: 1.25
}

h2,.h2 {
  font-size: 2.4em;
  margin: 40px 0px 8px 0px;
}

h3 {
  font-size: 25px;
}

.h3 {
  font-size: 25px;
  margin: 0px 0px 8px 0px;
}


h4 {
  font-size: 2.1em;
}

.h4 {
  margin: 18px 0px 8px 0px;
}

h5,.h5 {
  font-size: 19px;
  margin: 10px 0px 8px 0px;
}

h6 {
  font-size: 1.0625em;
}

.h6 {
  margin: 5px 0px 8px 0px;
}

.text-size{
  font-size: 17px;
} 

.line-height {
  line-height: var(--line-height);
}

.font-italic {
  font-style: italic !important;
}

.no-text-shadow {
  text-shadow: none !important;
}

.font-weight-extra-bold {
  font-weight: 800 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-semi-bold {
  font-weight: 600 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

a[class^=text-]:hover,a[class^=text-]:focus {
  filter: brightness(var(--hover-brightness)) contrast(var(--hover-contrast));
}

.text-justify {
  text-align: justify !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text {
  position: relative;
}

.green {
  color: green;
}

.red {
  color: red;
}

.gray {
  color: gray;
}

.black {
  color: black;
}

.text-black {
  color: black !important;
}

.text-white {
    color: white !important;
}

.text-light {
    color: var(--color-light) !important;
}

.text-primary {
    color: var(--color-primary) !important;
}

.text-secondary {
    color: var(--color-secondary) !important;
}

.text-dark {
    color: var(--color-dark) !important;
}

.text-muted {
    color: var(--color-muted) !important;
}


.semitransparent {
  opacity: 0.6;
}

.clear {
  clear: both;
  margin: 0;
  padding: 0;
  font-size: 1px;
  height: 0px;
}

ol,ul {
  padding-left: 2rem
}

dl,ol,ul {
  margin-top: 0;
  margin-bottom: 1rem
}

ol ol,ol ul,ul ol,ul ul {
  margin-bottom: 0
}

a:not([href]):not([class]),a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

.kat-li {
  text-decoration: none;
  color:#0D6AB7;
}

label {
  display: inline-block
}

select {
  word-wrap: normal
}

/*main {
  width: calc(var(--main-width) + var(--wrap-padding)* 2);
  margin: 0 auto;
}*/

nav {
  width: 100%;
  height: 43px;
  margin: 0 auto;
}

.line {
  border-bottom: solid 1px #055;
}

.navigation {
  width: 83%;
  margin: 0px auto;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-content:center;
  flex-wrap: wrap; 
  /*width: calc(100% - 500px);*/
}
/*----------------------------------------*/
/*@MEDIA SCREEN & RESOLUTION OF THE NAV*/
/*@media only screen and (max-width: 1920px) {
	nav {
	  width: ;
	}
}*/

/*@media only screen and (min-width: 1600px) {
	nav {
	  width: 1400px;
	}
}*/

/*@media only screen and (min-width: 1200px) {
	nav {
		background-color: red;
	  width: auto;
	}
}*/

/*@media only screen and (min-width: 1199px) {
	nav {
	  width: 1000px;
	}
}

@media only screen and (min-width: 991px) {
	nav {
	  width: 768px;
	}
}

@media only screen and (min-width: 768px) {
	nav {
	  width: 600px;
	}
}*/

/*@media only screen and (min-width: 480px) {
	nav {
	  width: 480px;
	}
}*/

nav label {
  cursor: pointer;
  padding: 6px 0;
  margin-left: 32px
} 

nav label .dash {
  display: block;
  width: 20px;
  height: 4px;
  background: lightyellow;
  transition: all .3s
} 

nav label .dash:not(:last-child) {
  margin-bottom: 4px
}

nav label:hover .dash {
  background: #000
} 

#menu-open {
  display: none
}

/*HOMEPAGE video background*/
.homepage #top {
  position: relative;
  height: 100vh;
  height: calc(var(--vh, 1vh)* 100);
  min-height: 700px;
  overflow: hidden;
  z-index: 100;
}

.video-background {
  width: 100%;
  height: 100%;

}

.video-background video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-background .rotovac_img {
  display: block;
  background-repeat: no-repeat;
  height: 100%;
  background-size: cover;
}

#menu-open:checked+header {
  background: #211821;
  transition: background .3s;
  } 

.knockout-text {
  position: absolute;
  top: 0;
  left: 0;
  right: -3%;
  bottom: 0;
  display: flex;
  align-items: center;
  background: rgba(33, 24, 33, 0.70);
  font-size: 22vw;
  font-weight: 900;
  /*mix-blend-mode:screen;*/
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .knockout-text {
      justify-content: flex-end;
  }
}

@media only screen and (max-width: 767px) {
  .knockout-text {
      font-size: 40vw;
      text-indent: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .knockout-text {
      font-size: 30vw;
      text-indent: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .knockout-text span {
      top: 40%;
  }
}
@media only screen and (max-width: 1199px) {
  .knockout-text span {
      top: 36%;
  }
}
@media only screen and (max-width: 1440px) {
  .knockout-text span {
      top: 32%;
  }
}
@media only screen and (max-width: 1600px) {
  .knockout-text span {
      top: 28%;
  }
}

@media only screen and (max-width: 1920px) {
  .knockout-text span {
      top: 24%;
  }
}
.knockout-text span {
  position: absolute;
  top: 20%;
}

.homepage-heading h2 {
  font-size: calc(3rem + 1vw);
  font-weight: 300;
  margin: 0 32px 0 0;
}

.homepage-heading {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: -3%;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content:center;
}

.homepage-heading span{
  font-weight: 800;
}

@media only screen and (max-width: 567px) {
  .homepage-heading {
    top: 175px;
    left: 50px;
    right: 50px;
    text-align: center;
    justify-content:center;
    text-align: center;
}

.homepage-heading h2 {
  margin: 0 auto;
  font-size: 2.5rem;
}
}
@media only screen and (min-width: 568px) and (max-width: 767px) {
  .homepage-heading {
      top: 175px;
      left: 50px;
      right: 50px;
      text-align: center;
      justify-content:center;
  }

  .homepage-heading h2 {
    margin: 0 auto;
    font-size: 3rem;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage-heading {
      top: 0px;
      left: 0px;
      right: 0px;
      align-items: center;
      justify-content:center;
      text-align: center;
  }

    .homepage-heading h2 {
    margin: 0 auto;
    font-size: 3rem;
}
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .homepage-heading h2 {
    margin: 0 auto;
    font-size: 3.25rem;
}
}

@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .homepage-heading {
    justify-content:center;
      top: 165px;
      left: 70px;
      text-align: center;
      justify-content:center;
  }

  .homepage-heading h2 {
    margin: 0 auto;
    font-size: 3.5rem;
}
}

@media only screen and (max-width: 1440px) {
  .homepage-heading {
      top: 185px;
      left: 80px;
  }
}

@media only screen and (max-width: 1600px) {
  .homepage-heading {
      top: 205px;
      left: 90px;
  }
}

@media only screen and (max-width: 1920px) {
  .homepage-heading {
  top: 0;
  left: 0;
  right: -3%;
  bottom: 0;
  align-items: center;
  justify-content:center;
  }
}

/*HOMEPAGE - HEADER*/
.top-bar {
	position: absolute;
	width: 100%;
	top: 0px;
	height: 20px;
	overflow:visible; 
  	display: flex;
  	flex-flow: row;
  	justify-content: center;
  	align-content: center;
  	align-items: center;
	z-index: 10;
}

#lang-box:nth-child(1) {
  order: 1;
  flex: 2;
  align-self: auto;
}

#social:nth-child(2) {
  order: 2;
  flex: 2;
  align-self: auto;
  text-align: right;
  padding-right:  20px;
}

#lang-box {
	margin-left:8%;
	margin-top:8px;
}

#lang-box img {	
	margin-right:5px;	
}

#lang-box a {
	color:#868686;
	font-size:10px;
	float:left;
	margin-right:15px;	
}

#social {
	margin-right:8%;
	margin-top:15px;
}

#social img {	
	margin-right:5px;	
}

#social a {
	color:#868686;
	font-size:10px;
	float:right;
}

.fcb-ico {
	float:right;
  margin-left: 10px;
  margin-right: 10px;
}

.youb-ico {
	float:right;
  margin-left: 10px;
  margin-right: 10px;
}

header ul {
  list-style: none;
  padding: 0;
  margin: 0;
} 

#homepage-header{
  padding-top: 40px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;

}

#homepage-header_art {
  background-color: #211821;
  width: 100%;
  height: 150px;
  margin: 0 auto; 
  padding-top: 40px;
}

.homepage-header-nav {
  z-index: 10;
  width: 100%;
  overflow:visible; 
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.header-container-top {
  display: block;
  width: 83%;
  height: 50px;
  margin: 0 auto;
  padding: 10px 10px;
}
#top-bar-menu {
	float:right;
	margin-right:8%;
	font-size:12px;
	margin-top:6px;
	color:#69154F;
}

#top-bar-menu a {
	color:#A5A5A5;	
}

#top-bar-menu a:hover {
	color:#fff;	
	text-decoration:none;
}

.logo_a {
  color: #fff;
  font-size: 47px;
  text-decoration: none;
  font-family: Signatrue;
}

.logo_img {
  margin: 0 auto;
  display: flex;
}

.menu-center:nth-child(1) {
  order: 1;
  flex: 2;
  align-self: stretch;
}

.menu-right:nth-child(2) {
  order: 2;
  flex: 1;
  align-self: auto;
  text-align: right;
  padding-right:  20px;
}

.wrapper {
  position: relative;
  background-color: transparent;
}


/*----------------------------------------*/
/*WRAPPER MENU*/
#menu-open:not(:checked)+header {
  transition: background .3s .3s
}

#menu-open:not(:checked)+header .menu-wrapper {
  transition: all .3s .3s
}

#menu-open:not(:checked)~.wrapper:before {
  transition: all .3s
}

#menu-open:checked+header {

  transition: background .3s
}

#menu-open:checked+header .dash:first-child {
  transform: translateY(4px) rotate(45deg)
}

#menu-open:checked+header .dash:nth-child(2) {
  transform: scale(0)
}

#menu-open:checked+header .dash:last-child {
  transform: translateY(-4px) rotate(-45deg)
}

#menu-open:checked+header .menu-wrapper {
  max-height: 650px;
  padding: 55px 102px;
  transition: all .3s
}

/*----------------------------------------*/
/*@MEDIA SCREEN & RESOLUTION OF THE MENU*/

@media only screen and (max-width: 1920px) {
  #menu-open:checked+header .menu-wrapper {
      padding:50px 92px
  }
}

@media only screen and (max-width: 1600px) {
  #menu-open:checked+header .menu-wrapper {
      padding:45px 82px
  }
}

@media only screen and (max-width: 1440px) {
  #menu-open:checked+header .menu-wrapper {
      padding:40px 72px
  }
}

@media only screen and (max-width: 1199px) {
  #menu-open:checked+header .menu-wrapper {
      padding:35px 62px
  }
}

@media only screen and (max-width: 991px) {
  #menu-open:checked+header .menu-wrapper {
      max-height:1100px;
      padding: 52px 60px 372px
  }
}

@media only screen and (max-width: 767px) {
  #menu-open:checked+header .menu-wrapper {
      padding:42px 50px 332px
  }
}

@media only screen and (max-width: 575px) {
  #menu-open:checked+header .menu-wrapper {
      padding:32px 40px 292px
  }
}

@media only screen and (max-width: 429px) {
  #menu-open:checked+header .menu-wrapper {
      padding:22px 30px 252px
  }
}

#menu-open:checked+header .menu-wrapper>* {
  opacity: 1;
  visibility: visible;
  transition: all .3s .3s
}

#menu-open:checked~.wrapper:before {
  opacity: 1;
  visibility: visible;
  transition: all .3s .3s
}

.wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0px;
  background: rgba(0,0,0,.66);
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}

.menu-left ul {
  display: flex
}

.menu-left li+li {
  margin-left: 16px
}

.menu-wrapper {
  position: absolute;
  /*top: calc(16% + 1px); */
  left: 0;
  width: 100%;
  max-height: 0;
  background: #211821;
  box-shadow: 0px 4px 4px rgba(0,0,0,.22);
  z-index: 3
}

.wrapper {
  position: relative;
  background-color: transparent;
}

@media only screen and (min-width: 992px) {
  .menu-wrapper {
      display:flex
  }
}

.menu-wrapper>* {
  opacity: 0;
  visibility: hidden;
  transition: all .3s
}

@media only screen and (min-width: 992px) {
  .menu-wrapper>* {
      flex:0 0 auto;
      width: 33.333333%;
      padding: 0 8px
  }
}

@media only screen and (max-width: 991px) {
  .menu-main:first-child li+li {
      margin-top:60px
  }
}

@media only screen and (max-width: 767px) {
  .menu-main:first-child li+li {
      margin-top:50px
  }
}

@media only screen and (max-width: 575px) {
  .menu-main:first-child li+li {
      margin-top:40px
  }
}

@media only screen and (max-width: 429px) {
  .menu-main:first-child li+li {
      margin-top:30px
  }
}

@media only screen and (max-width: 991px) {
  .menu-main+.menu-main {
      margin-top:60px
  }
}

@media only screen and (max-width: 767px) {
  .menu-main+.menu-main {
      margin-top:50px
  }
}

@media only screen and (max-width: 575px) {
  .menu-main+.menu-main {
      margin-top:40px
  }
}

@media only screen and (max-width: 429px) {
  .menu-main+.menu-main {
      margin-top:30px
  }
}

@media only screen and (min-width: 992px) {
  .menu-main+.menu-main .menu-title {
      opacity:0
  }
}

.menu-main li {
  position: relative;
  border-radius: 8px
}

@media only screen and (min-width: 992px) {
  .menu-main li {
      padding:24px 24px 40px;
      transition: background .6s
  }

  .menu-main li:hover {
	  background-color: #291D29;
  }
}

.menu-main a {
  font-size: 20px;
  font-size: 1.25rem;
	color: #fff;
  text-decoration: none
}

@media only screen and (max-width: 991px) {
  .menu-main a {
      font-size:32px;
      font-size: 2rem;
      font-weight: 500;
      transition: color .6s
  }
}

@media only screen and (min-width: 992px) {
  .menu-main a:hover:before {
      opacity:1
  }
}

@media only screen and (max-width: 991px) {
  .menu-main a:hover {
      color:#f61232
  }
}

.menu-main a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

@media only screen and (min-width: 992px) {
  .menu-main a:before {
      content:attr(data-text) "";
      display: flex;
      justify-content: flex-end;
      align-items: flex-end;
      font-size: 40px;
      font-size: 2.5rem;
      font-weight: 500;
      line-height: .75;
	    color: #fff;
      opacity: 0;
      padding: 0 16px;
      transition: all .6s
  }
}

.menu-main p {
  width: 75%;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 300;
  color: #656565;
  margin-top: 8px
}

@media only screen and (min-width: 992px) {
  .menu-main p {
      min-height:64px
  }
}

.menu-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 8px;
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .menu-title {
      display:none
  }
}

.article-content > article > h1 {
  word-break: break-word;
}

.mt-4 {
 margin-top: 1.5rem !important;
} 

.article-component {
    font-size: 16px;
}

.article-component img {
    max-width: 100%;
    height: auto;
}

.article-component {
    cursor: zoom-in;
}

.article-component {
    filter: none !important;
}

.article-component img:hover {
    opacity: 1 !important;
}

/*VYBRANÉ ČLÁNKY*/
@media only screen and (max-width: 991px) {
  .blocks {
    display: none;
  }

  .progress {
    display: none;
  }
}
/**************************/
/* Kontejner pro tři boxy */
.blocks {
  margin-top: 30px;
  margin-bottom: 40px;
}

.primary-articles {
  display: flex;
  gap: 30px; /* mezera mezi boxy */
  flex-wrap: wrap; /* aby se boxy zalomily na menších obrazovkách */
  justify-content: space-between; /* mezera mezi boxy */
  width: 97%; /* zajistit, aby kontejner zabíral celou šířku */
  max-width: 1200px; /* volitelné maximum šířky */
  margin: 0 auto; /* centrování kontejneru */
}

.title_prime {
position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 50px;
    color: white;
    text-align: center;
    line-height: 50px;
}

.title_prime h4 {
  background-color: rgba(251, 251, 251, 0.664);
  width: 70%;
  margin: 0px auto;
  line-height: 1.3;
  font-size: 25px;
  color: #656565;
}

/* Efekt na hover */
.cta-box-grid:hover {
  /*transform: scale(1.05);*/
  opacity: 0.95;
}

/* Responzivní pravidla */
@media only screen and (min-width: 992px) and (max-width: 1199px){
  .cta-box-grid {
    flex: 1 1 calc(50% - 20px); /* šířka každého boxu bude třetina prostoru minus mezera */
    padding-top: 30%; /* zachování poměru stran pro obrázek */
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: flex-end;
    color: white;
    /*border-radius: 10px;*/
    overflow: hidden;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
  }
}

@media only screen and (min-width: 1200px){
  .cta-box-grid {
    flex: 1 1 calc(33.333% - 20px); /* šířka každého boxu bude třetina prostoru minus mezera */
    padding-top: 30%; /* zachování poměru stran pro obrázek */
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: flex-end;
    color: white;
    /*border-radius: 10px;*/
    overflow: hidden;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
  }
}
/***************************************************/
/*PROGRESS BAR*/

.milestone a.inactive img {
  filter: grayscale(100%); /* Šedý efekt pro neaktivní */
}

.milestone a.active img {
  filter: none; /* Plně barevný pro aktivní */
}

.milestone a:hover img {
  transform: scale(1.1);
}

/* Responzivní pravidla */
@media only screen and (min-width: 992px) and (max-width: 1199px){
  .progress {
    width: 97%;
    max-width: 1200px;
    margin: 0 auto;
  }

  .progress-bar {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
  }

  .milestone {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  
  .milestone img {
    width: 60px;
    height: 60px;
    border-radius: 5px;
    transition: filter 0.3s;
  }

  .connection {
    flex: 1;
    height: 4px;
    background-color: #211821; /* Barva spojení */
    margin: 0 10px;
  }
}

@media only screen and (min-width: 1200px){
  .progress {
    width: 97%;
    max-width: 1200px;
    margin: 0 auto;
  }

  .progress-bar {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
  }

  .milestone {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  
  .milestone img {
    width: 60px;
    height: 60px;
    border-radius: 5px;
    transition: filter 0.3s;
  }

  .connection {
    flex: 1;
    height: 4px;
    background-color: #211821; /* Barva spojení */
    margin: 0 10px;
  }
}
/***************************************************/
/*FOTOGALERIE*/
.wate {
  width: 100%;
  position: relative;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;;
  justify-content: space-evenly;
  align-content: center;
}

.wate {
  padding-left: 0px;
  padding-right: 0px;
}

.wate > .wate-widget {
  width: 100%;
  /*height: 100%;*/
  display: flex;
}


.wate > .wate-widget .cover {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding-bottom: 25px;
}

.wate > .wate-widget .cta-img {
  display: flex;
  width: 48%;
  /*height: 300px;*/
  padding: 0px;
  /*margin-top: 25px;*/
  margin-bottom:  0px;
  box-sizing: border-box;
}

.cover {
  flex-direction: row;
  }

.cta-img {
  background-repeat: no-repeat;
  background-size: cover;
  /*margin-right: 25px;*/
  margin-left: 0px;
}

/*.article-content a {
  flex-basis: 16.6%;
}*/

.wate a {
  flex-basis: 48% !important;
  text-decoration: none;
}

/* Efekt na hover */
.cta-img:hover {
  /*transform: scale(1.05);*/
  opacity: 0.90;
}

.title_foto {
  position: relative;
  display: flex;
  width: 100%;
  color: white;
  text-align: center;
  line-height: 50px;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.title_foto h4 {
  background-color: rgba(251, 251, 251, 0.664);
  width: 70%;
  margin: 0px auto;
  line-height: 1.3;
  font-size: 25px;
  color: #656565;
}

.title_foto a {
  text-decoration: none;
}

@media only screen and (max-width: 429px)  {
  .wate a {
    flex-basis: 95% !important;
    max-width: 100% !important;
    margin: 0px auto;
  }

  .wate > .wate-widget .cta-img {
    height: 230px;
  }
}

@media only screen and (min-width: 430px) and (max-width: 479px) {
  .wate a {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }

  .wate > .wate-widget .cta-img {
    height: 230px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .wate a {
    flex-basis: 46% !important;
    max-width: 46% !important;
  }

  .wate > .wate-widget .cta-img {
    height: 230px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wate a {
    flex-basis: 47% !important;
    max-width: 47% !important;
  }

  .wate > .wate-widget .cta-img {
    height: 250px;
  }

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wate a {
    flex-basis: 48% !important;
    max-width: 48% !important;
  }

  .wate > .wate-widget .cta-img {
    height: 270px;
  }
}

@media only screen and (min-width: 1200px) {
  .wate a {
    flex-basis: 48% !important;
    max-width: 48% !important;
  }

  .wate > .wate-widget .cta-img {
    height: 300px;
  }
}
/***************************************************/
/*FOTOGALERIE DETAIL*/
.cover_detail {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding-bottom: 25px;
}

.cover_detail a {
  flex-basis: 30% !important;
}

.cta-img_detail {
  width: 100%;
  padding: 0px;
  margin-bottom:  0px;
  box-sizing: border-box;
}

.cover_detail {
  flex-direction: row;
  }
  
.back_fotogalerie {
  float: left;
  margin-top: 30px;
}

.back {
  color: #656565;
  text-decoration: none;
}

.back:hover {
  color: #651818;
  text-decoration: none;

    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}

/* Efekt na hover */
.click:hover {
  transform: scale(1.05);
  opacity: 0.90;
}

@media only screen and (max-width: 429px){
  .cover_detail {
    width: 100%;
  }
  
  .cover_detail a {
    flex-basis: 27% !important;
  }

  .cta-img_detail {
    height: 140px;
  }
}

@media only screen and (min-width: 430px) and (max-width: 579px) {
  .cover_detail {
    width: 100%;
  }
  
  .cover_detail a {
    flex-basis: 28% !important;
  }

  .cta-img_detail {
    height: 100%;
  }
}

@media only screen and (min-width: 580px) and (max-width: 767px) {
  .cover_detail {
    width: 100%;
  }
  
  .cover_detail a {
    flex-basis: 29% !important;
  }

  .cta-img_detail {
    height: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cover_detail {
    width: 100%;
  }
  
  .cover_detail a {
    flex-basis: 30% !important;
  }

  .cta-img_detail {
    height: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cover_detail {
    width: 100%;
  }
  
  .cover_detail a {
    flex-basis: 30% !important;
  }

  .cta-img_detail {
    height: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .cover_detail {
    width: 100%;
  }
  
  .cover_detail a {
    flex-basis: 30% !important;
  }

  .cta-img_detail {
    height: 100%;
  }
}

/***************************************************/
/*HLAVNÍ OBSAH*/
#container {
  max-width: calc(var(--main-width) + var(--wrap-padding)* 2);
  overflow: hidden;
  margin: 0px auto;
  padding-top: 50px;
}

#container-outer {
  max-width: 1310px;
  overflow: hidden;
  margin: 0px auto;
}

#article-section {
	  display: block;
    width: calc(100% - 40px);
}

#article-section-outer {
	  display: block;
    width: calc(100% - 40px);
}

@media only screen and (min-width: 768px) and (max-width:1023px) {

    #container {
        width: auto;
    }
	
	#container-outer{
        width: auto;
    }
	
	#article-section {
        margin-right:0;
    }
	
	#article-section {
        width: 100%;
    }
	
	#article-section-outer {
        margin-right:0;
    }
	
	#article-section-outer {
        width: 100%;
    }
}

@media only screen and (min-width: 480px) and (max-width:767px) {

    #container {
        width: auto;
    }
	
	#container-outer{
        width: auto;
    }
	
	#article-section {
        margin-right: 0;
    }
	
	#article-section {
        width: 100%;
    }
	
	#article-section-outer {
        margin-right:0;
    }
	
	#article-section-outer {
        width: 100%;
    }
}

@media only screen and (max-width: 479px) {

    #container {
        width: auto;
		background-color: none;
    }
	
	#container-outer{
        width: auto;
		background-color: none;
    }
	
	#article-section {
        margin-right: 0;
    }
	
	#article-section {
        width: 100%;
    }
	
	#article-section-outer {
        margin-right:0;
    }
	
	#article-section-outer {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {

    .article-content a {
        flex-basis: 33.3%;
        /*margin: 5px auto;*/
    }

    /*.article-content {
      margin: 0px auto;
      display:flow-root;
      width: 100%;
  }*/
}

@media only screen and (min-width: 768px) {

  .article-content a {
      flex-basis: 33.3%;
      /*margin: 5px auto;*/
  }
}

@media only screen and (max-width: 1199px) {
  .article-content {
    margin: 0px auto;
    display:flow-root;
    width: 100%;
}
}

@media only screen and (min-width: 1200px) {
  .article-content {
    display:flow-root;
    width: 66%;
    float: left;
}
}

/*.shadow {
  box-shadow: 
   2px -1.9px 13.7px -16px rgba(0, 0, 0, 0.011),
    4.5px -4.3px 25.4px -16px rgba(0, 0, 0, 0.017),
    7.9px -7.6px 34.8px -16px rgba(0, 0, 0, 0.021),
    12.5px -12px 41.8px -16px rgba(0, 0, 0, 0.024),
    19.3px -18.5px 46.4px -16px rgba(0, 0, 0, 0.026),
    30.1px -28.9px 49.1px -16px rgba(0, 0, 0, 0.028),
    50px -48px 52.9px -16px rgba(0, 0, 0, 0.031),
    100px -96px 79px -16px rgba(0, 0, 0, 0.04),
    -2px -1.9px 13.7px -16px rgba(0, 0, 0, 0.011),
    -4.5px -4.3px 25.4px -16px rgba(0, 0, 0, 0.017),
    -7.9px -7.6px 34.8px -16px rgba(0, 0, 0, 0.021),
   -12.5px -12px 41.8px -16px rgba(0, 0, 0, 0.024),
    -19.3px -18.5px 46.4px -16px rgba(0, 0, 0, 0.026),
    -30.1px -28.9px 49.1px -16px rgba(0, 0, 0, 0.028),
    -50px -48px 52.9px -16px rgba(0, 0, 0, 0.031),
    -100px -96px 79px -16px rgba(0, 0, 0, 0.04);
}*/

.article-content a img {
    /*max-width: 200px;*/
}

.article-content a {
    flex-basis: 16.6%;
}

.article-content a img {
    /*max-width: 150px;
    max-height: 60px;*/
}

.article-content {
    border-radius: 2px;
    border-top: none;
    padding-bottom: 70px;
    display:flow-root;
}

/*
.article-content {
    border-radius: 2px;
    border-top: none;
    margin: 0px auto;
    padding-bottom: 70px;
    display:flow-root;
    width: 66%;
    float: left;
}
    */
#rotovac {
      width: 100%;
      overflow: hidden;
      color: #000;	
    }
    
.vid-box {
  width: 100%;
  height: 500px;
  box-sizing: border-box;
}

@media only screen and (min-width: 430px) and (max-width: 767px){
  .cta-box-xl {
    display: flex;
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    justify-content: space-evenly;
    margin-left: calc(var(--gutter-width)* -0);
  }
  
}

@media only screen and (min-width: 992px) and (max-width: 1199px){
  .vid-box {
    width: 100%;
    height: 700px;
    box-sizing: border-box;
  }
}



a.video-link:hover {
  opacity: 0.95;
}

a.video-link {
  text-decoration: none;
}

.cta-box-xl {
  display: flex;
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  justify-content: space-evenly;
  margin-left: calc(var(--gutter-width)* -0);
}

.videobox-title h2 {
  font-size: calc(3rem + 1vw);
  font-weight: 300;
  margin: 0 32px 0 0;
}

.videobox-title h2 {
  color: #70b73a;
}

.videobox-title h2:hover {
  /*-webkit-text-stroke: 4px #656565;*/
  -webkit-text-stroke: 4px #70b73a;
  color: #656565;
}

.videobox-title h2 {
  transition: 0.5s;
}

.videobox-title {
  /*transform: translateX(-50%) translateY(-50%);*/
  text-align: center;
}

.videobox-title span{
  font-weight: 800;
}

/****************************************************/
/*RESPONSIVE SLIDE*/
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
/****************************************************/
/*SIDEBAR STYLES*/
@media only screen and (max-width: 1199px) {
  .sidebar {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .sidebar {
    float: right;
    width: 33%;
    overflow: visible;
    box-sizing: border-box;
  }
}
/*
.sidebar {
  float: right;
  width: 33%;
  overflow: visible;
  box-sizing: border-box;
}*/

.widget-boxed {
  border: 1px solid #ebebeb;
  padding: var(--widget-boxed-pad, 30px);
  --n-margin: calc(-1* var(--widget-boxed-pad) - 1px);
  background: #fff;
  margin-bottom: 50px;
}

/*.insidebox ol, ul {
    list-style: none;
  }*/

  #inside ol, #inside ul {
    list-style: none;
  }

  a.sidebar-link:hover {
    opacity: 0.95;
  }
  
  a.sidebar-link {
    text-decoration: none;
  }



/*************************************/
/*THE PART OF THE ARTICLES IN SIDEBAR*/

.widget-boxed .block-head-c .title {
  padding: 0 22px;
  background: #fff;
  line-height: 1;
}

.block-head-c .title {
  line-height: 1.2;
}

.block-head-c {
  display: flex;
  margin-bottom: 35px;
  font-size: 23px;
  font-weight: 700;
}

.widget-boxed .block-head-c {
  margin-top: calc(var(--n-margin) - 0.6em);
  justify-content: center;
  font-size: 17px;
}

.widget-boxed .block-head-c {
  font-size: 19px;
  margin-top: calc(var(--n-margin) - 0.55em);
}


.news-post {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 auto;
  display: flex;
  height: 80px;
  margin-bottom: 25px;
}

.post-thumb {
  flex-basis: 35%;
  max-width: 35%;
  height: 100%;
}

.post-thumb {
background-size: cover;
background-repeat: none;
}


.content {
  flex-basis: 65%;
  max-width: 65%;
  height: 100%;
  padding-left: 15px;
}

.post-meta {
  width: 100%;
  display: flow;
}

.post-up {
  height: 25px;
}

.post-down {
  height: 55px;
  padding-top: 10px;
}

/*************************************/
/*THE MAIN CONTENT - ARTICLES*/
.article-content > article > h1 {
    word-break: break-word;
}

@media only screen and (min-width: 430px) {
	#article-section {
		max-width: 1200px;
		vertical-align: top;
		width: calc(100% - 40px);
		min-width: 430px;
		margin: 0px auto !important;
		padding-bottom: 100px;
	}
	
	#article-section-outer {
		max-width: 1200px;
		vertical-align: top;
		width: calc(100% - 40px);
		min-width: 430px;
		margin: 0px auto !important;
		padding-bottom: 100px;
	}
}

.articles {
  background-color: none;
}  

@media only screen and (min-width: 430px) {	
	.articles {
		width: 100%;
		vertical-align: top;
		min-width: 400px;
		padding-top:  0.5em;
  		padding-bottom: 0.5em;
	}
}

@media only screen and (min-width: 768px) and (max-width:1023px) {
	.articles {
		width: 100%;
		vertical-align: top;
		min-width: 400px;
		padding-top:  0.5em;
  	padding-bottom: 0.5em;
	}
}

@media only screen and (min-width: 480px) and (max-width:767px) {
	.articles {
		width: 100%;
		vertical-align: top;
		min-width: 400px;
		padding-top:  0.5em;
  		padding-bottom: 0.5em;
	}
}

@media only screen and (max-width: 767px) {
	
}

@media only screen and (max-width: 479px) {
	
}

/*----------------------------------------*/
/*ARTICAL*/

.articles-col1 {
  width: 100%;
  padding-left: 1%;
  padding-right: 1%;
}   

/*.articles-col1 ol, ul { 
    list-style: auto;
  }*/

#clanek_olul ol, #clanek_olul ul {
  list-style: revert;
}

a.news-link:hover {
  filter: none;
}

a.news-link:hover div:not(.hidden-xs)  {
  opacity: 0.95;
}

.hidden-xs {
    display: none;
}

.text-left {
  text-align: left !important;
}


.text-primary {
  color: var(--color-primary) !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.block {
  display: block;
}

.text-center {
  text-align: center !important;
  font-size: 14px !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.px-1 {
  padding-right: 0.25rem !important;
}

/*.px-1 {
  padding-left: 0.25rem !important;
}*/

.pr-3 {
  padding-right: 1rem !important;
}
.pl-4 {
  padding-left: 1.5rem !important;
}

.px-0 {
  padding-right: 0 !important;
}

.border-0 {
  border: 0 !important;
}

.position-relative {
  position: relative !important;
}

.bg-white {
  background-color: white !important;
}

.mt-5,.mt-xs-5,.my-5,.my-xs-5 {
  margin-top: 3rem !important;
}

a.news-link:hover {
    filter: none;
}

a.news-link:hover div:not(.hidden-xs) {
    opacity: 0.95;
}

.news-box .clip-lg {
  height: 300px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 479px) {
  .news-box .clip-lg {
      height: 300px;
      background-size: cover;
  }
}

@media only screen and (min-width: 480px) {
    .news-box .clip-lg {
        height: 300px;
        background-size: cover;
    }
}

@media only screen and (min-width: 768px) {
}


.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: calc(var(--gutter-width) * -1);
  margin-left: calc(var(--gutter-width) * -0);
}

.online {
  border-bottom: solid 1px #055;
}

.offline {
  display: none;
}


@media only screen and (min-width: 480px) {
  .news-link:nth-of-type(even) .news-date {
      text-align:left;
  }
}


/*MOBILE FIRST*/
@media only screen and (max-width: 429px) {
  .dt-1 {
    padding-top: 0.5rem !important;
  }
}

@media only screen and (max-width: 429px) {
	.col-xs-12 {
	  /*background-color: indianred;*/
    margin: 0px auto;
	  position: relative;
	  box-sizing: border-box;
	  flex: 0 0 auto;
	  padding-right: var(--gutter-width);
	  padding-left: var(--gutter-width);
	}   

	.col-xs-12 {
        flex-basis: 95.333333%;
        max-width: 95.333333%;
    }
}

@media only screen and (min-width: 430px) and (max-width: 767px) {
	.col-sm-2, .col-sm-10 {
	  /*background-color: indianred;*/
    margin: 0px auto;
	  position: relative;
	  box-sizing: border-box;
	  flex: 0 0 auto;
	  padding-right: var(--gutter-width);
	  padding-left: var(--gutter-width);
	}   

	.col-sm-2 {
        flex-basis: 89.666667%;
        max-width: 89.666667%;
    }
	
	.col-sm-10 {
        flex-basis: 95.333333%;
        max-width: 95.333333%;
    }
}

/*@media only screen and (min-width: 480px) and (max-width: 767px) {
	.col-sm-2, .col-sm-10 {
	  position: relative;
	  box-sizing: border-box;
	  flex: 0 0 auto;
	  padding-right: var(--gutter-width);
	  padding-left: var(--gutter-width);
	}   

	.col-sm-2 {
        flex-basis: 35.666667%;
        max-width: 35.666667%;
    }
	
	.col-sm-10 {
        flex-basis: 64.333333%;
        max-width: 64.333333%;
    }
}*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.col-sm-2, .col-sm-10 {
	  /*background-color: indianred;*/
	  position: relative;
	  box-sizing: border-box;
	  flex: 0 0 auto;
	  padding-right: var(--gutter-width);
	  padding-left: var(--gutter-width);
	}   

	.col-sm-2 {
        flex-basis: 35.666667%;
        max-width: 35.666667%;
    }
	
	.col-sm-10 {
        flex-basis: 64.333333%;
        max-width: 64.333333%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .col-sm-2, .col-md-1, .col-md-8 {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: var(--gutter-width);
  padding-left: var(--gutter-width);
}  

.col-sm-2 {
  flex-basis: 35.666667%;
  max-width: 35.666667%;
}

.col-md-1 {
      flex-basis: 3.33333333%;
      max-width: 3.33333333%;
  }

.col-md-8 {
      flex-basis: 63.66666667%;
      max-width: 63.66666667%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-sm-2, .col-xl-2, .col-xl-6 {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: var(--gutter-width);
  padding-left: var(--gutter-width);
}
  
.col-sm-2 {
  flex-basis: 45.333333%;
  max-width: 45.333333%;
}

.col-xl-2 {
    flex-basis: 0;
    max-width: 0%;
}
  
.col-xl-6 {
      flex-basis: 54.666667%;
      max-width: 54.666667%;
  }
}

.unimportant h3 {
  color: #888888 !important;
}

.unimportant a {
color: #888888 !important;
text-decoration: underline;
}

.right-0 {
right: 0;
}

.pull-right {
float: right;
}

.tag {
padding: 0 5px 1px 5px;
border-radius: 3px;
font-size: 0.8em;
white-space: nowrap;
}

.tag.tag-success {
color: var(--color-background);
background-color: var(--color-success);
text-transform: uppercase;
font-weight: 600;
}

/*----------------------------------------*/
/*MOBILE FIRST*/
@media only screen and (max-width: 429px) {
  .pt-5 {
    padding-top: 0rem !important;
  }
  
  .pb-1 {
    padding-bottom: 2.25rem !important;
  }

  .footer-row {
    justify-content: space-between;
    align-content:center;
    flex-wrap: wrap;
    flex-direction: column;
    display: flex;
    width: 100%;
    margin-right: calc(var(--gutter-width) * 0);
    margin-left: calc(var(--gutter-width) * 0);
  }

  .col-ft-1 {
    margin-bottom: 20px;
  }
  
  .col-ft-2 {
    display: none;
  }

  .title-box {
  display: block;
  width: 100%;
  text-align: center;
  }

  .author-image {
    height: 100px;
    background-size: cover;
    background-color: blue;
    width: 200px;
  }

	.col-fot-1, .col-fot-2 {
    margin: 0px auto;
	  position: relative;
    display: flex;
	  box-sizing: border-box;
	  flex: 0 0 auto;
	  padding-right: var(--gutter-width);
	  padding-left: var(--gutter-width);
	}   

	.col-fot-1 {
    flex-basis: 25%;
    max-width: 25%;
    float: left;
    }
	
	.col-fot-2 {
    flex-basis: 75%;
    max-width: 75%;
    }

  .text {
    font-family: var(--text-font);
    font-size: var(--text-size);
    letter-spacing: var(--text-tracking);
    line-height: var(--text-lh);
    color: var(--text-color);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
  }

  .about-text {
    padding: 0 8px;
    text-align: left;
  }

  .about-footer {
    margin-top: 5px;
    text-align: right;
  }

  .widget-title-ft {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    text-transform: uppercase;
    padding-bottom: 13px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
  }
  
  .widget-titl-ft {
    font-weight: 700;
    letter-spacing: -0.03em;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 40px;
    text-align: center;
  }
}

@media only screen and (min-width: 430px) and (max-width: 479px) {
  .pb-1 {
    padding-bottom: 2.25rem !important;
  }

  .pt-2 {
    padding-top: 0.5rem !important;
  }

}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .pb-1 {
    padding-bottom: 1.5rem !important;
  }

  .pt-2 {
    padding-top: 1rem !important;
  }

}

@media only screen and (min-width: 430px) and (max-width: 767px) {
  .pt-5 {
    padding-top: 0rem !important;
  }

  .footer-row {
    justify-content: space-between;
    align-content:center;
    flex-wrap: wrap;
    flex-direction: column;
    display: flex;
    width: 100%;
    margin-right: calc(var(--gutter-width) * 0);
    margin-left: calc(var(--gutter-width) * 0);
  }

  .col-ft-1 {
    margin-bottom: 20px;
  }
  
  .col-ft-2 {
    display: none;
  }

  .title-box {
  display: block;
  width: 100%;
  text-align: center;
  }

  .author-image {
    height: 100px;
    background-size: cover;
    background-color: blue;
    width: 200px;
  }

	.col-fot-1, .col-fot-2 {
	  /*background-color: indianred;*/
    margin: 0px auto;
	  position: relative;
    display: flex;
	  box-sizing: border-box;
	  flex: 0 0 auto;
	  padding-right: var(--gutter-width);
	  padding-left: var(--gutter-width);
	}   

	.col-fot-1 {
    flex-basis: 25%;
    max-width: 25%;
    float: left;
    }
	
	.col-fot-2 {
    flex-basis: 75%;
    max-width: 75%;
    }

  .text {
    font-family: var(--text-font);
    font-size: var(--text-size);
    letter-spacing: var(--text-tracking);
    line-height: var(--text-lh);
    color: var(--text-color);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
  }

  .about-text {
    padding: 0 8px;
    text-align: left;
  }

  .about-footer {
    margin-top: 5px;
    text-align: right;
  }

  .widget-title-ft {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    text-transform: uppercase;
    padding-bottom: 13px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
  }
  
  .widget-titl-ft {
    font-weight: 700;
    letter-spacing: -0.03em;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 40px;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-1 {
    padding-bottom: 2.5rem !important;
  }

  .pt-2 {
    padding-top: 1rem !important;
  }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
/*.pt-5 {
    padding-top: 0rem !important;
  }
  
  .footer-row {
    justify-content: space-between;
    align-content:center;
    flex-wrap: wrap;
    flex-direction: column;
    display: flex;
    width: 100%;
    margin-right: calc(var(--gutter-width) * 0);
    margin-left: calc(var(--gutter-width) * 0);
  }

  .col-ft-1 {
    margin-bottom: 20px;
  }
  
  .col-ft-2 {
    display: none;
  }

  .title-box {
  display: block;
  width: 100%;
  text-align: center;
  }

  .author-image {
    height: 100px;
    background-size: cover;
    background-color: blue;
    width: 200px;
  }

	.col-fot-1, .col-fot-2 {
    margin: 0px auto;
	  position: relative;
    display: flex;
	  box-sizing: border-box;
	  flex: 0 0 auto;
	  padding-right: var(--gutter-width);
	  padding-left: var(--gutter-width);
	}   

	.col-fot-1 {
    flex-basis: 25%;
    max-width: 25%;
    float: left;
    }
	
	.col-fot-2 {
    flex-basis: 75%;
    max-width: 75%;
    }

  .text {
    font-family: var(--text-font);
    font-size: var(--text-size);
    letter-spacing: var(--text-tracking);
    line-height: var(--text-lh);
    color: var(--text-color);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
  }

  .about-text {
    padding: 0 8px;
    text-align: left;
  }

  .about-footer {
    margin-top: 5px;
    text-align: right;
  }

  .widget-title-ft {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    text-transform: uppercase;
    padding-bottom: 13px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
  }
  
  .widget-titl-ft {
    font-weight: 700;
    letter-spacing: -0.03em;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 40px;
    text-align: center;
  }*/

  .pt-5 {
    padding-top: 3rem !important;
  }

  .footer-row {
    justify-content: space-between;
    align-content:center;
    flex-wrap: wrap;
    flex-direction: row;
    display: flex;
    width: 100%;
    margin-right: calc(var(--gutter-width) * 0);
    margin-left: calc(var(--gutter-width) * 0);
  }
  
  .col-ft-1 {
    order: 1;
    flex: 1;
    height: 400px;
    padding: 0 28px;
  }
  
  .col-ft-2 {
    display: none;
    order: 2;
    flex: 1;
    padding: 0 28px;
  }
  
  .col-ft-3 {  
    order: 3;
    flex: 1;
    padding: 0 28px;
  }

  .title-box {
    display: block;
    width: 100%;
    text-align: center;
    }

  .author-image {
    height: 200px;
    /*background-size: contain;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .author-image {
    margin-bottom: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .author-image img {
    max-width: 70%;
    height: auto;
  }

  .about-text {
    padding: 0 8px;
    text-align: center;
  }

  .about-footer {
    margin-top: 5px;
    text-align: center;
  }

  .text {
    font-family: var(--text-font);
    font-size: var(--text-size);
    letter-spacing: var(--text-tracking);
    line-height: var(--text-lh);
    color: var(--text-color);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
  }

  .widget-title-ft {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    text-transform: uppercase;
    padding-bottom: 13px;
    margin-bottom: 35px;
    border-bottom: 1px solid #ebebeb;
  }
  
  .widget-title-ft {
    font-weight: 700;
    letter-spacing: -0.03em;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 40px;
    text-align: center;
  }
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pb-1 {
    padding-bottom: 2.5rem !important;
  }

  .pt-2 {
    padding-top: 1rem !important;
  }

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt-5 {
    padding-top: 3rem !important;
  }

  .footer-row {
    justify-content: space-between;
    align-content:center;
    flex-wrap: wrap;
    flex-direction: row;
    display: flex;
    width: 100%;
    margin-right: calc(var(--gutter-width) * 0);
    margin-left: calc(var(--gutter-width) * 0);
  }
  
  .col-ft-1 {
    order: 1;
    flex: 1;
    height: 400px;
    padding: 0 28px;
  }
  
  .col-ft-2 {
    order: 2;
    flex: 1;
    padding: 0 28px;
  }
  
  .col-ft-3 {  
    order: 3;
    flex: 1;
    padding: 0 28px;
  }

  .title-box {
    display: block;
    width: 100%;
    text-align: center;
    }

  .author-image {
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  .author-image {
    margin-bottom: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .author-image img {
    max-width: 70%;
    height: auto;
  }

  .about-text {
    padding: 0 8px;
    text-align: center;
  }

  .about-footer {
    margin-top: 5px;
    text-align: center;
  }

  .text {
    font-family: var(--text-font);
    font-size: var(--text-size);
    letter-spacing: var(--text-tracking);
    line-height: var(--text-lh);
    color: var(--text-color);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
  }

  .widget-title-ft {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    text-transform: uppercase;
    padding-bottom: 13px;
    margin-bottom: 35px;
    border-bottom: 1px solid #ebebeb;
  }
  
  .widget-title-ft {
    font-weight: 700;
    letter-spacing: -0.03em;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 40px;
    text-align: center;
  }

}

@media only screen and (min-width: 1200px) {
  .pb-1 {
    padding-bottom: 2.5rem !important;
  }

  .pt-2 {
    padding-top: 1rem !important;
  }

}

@media only screen and (min-width: 1200px) {
  .pt-5 {
    padding-top: 3rem !important;
  }

  .footer-row {
    justify-content: space-between;
    align-content:center;
    flex-wrap: wrap;
    flex-direction: row;
    display: flex;
    width: 100%;
    margin-right: calc(var(--gutter-width) * 0);
    margin-left: calc(var(--gutter-width) * 0);
  }
  
  .col-ft-1 {
    order: 1;
    flex: 1;
    height: 400px;
    padding: 0 28px;
  }
  
  .col-ft-2 {
    order: 2;
    flex: 1;
    padding: 0 28px;
  }
  
  .col-ft-3 {  
    order: 3;
    flex: 1;
    padding: 0 28px;
  }

  .title-box {
    display: block;
    width: 100%;
    text-align: center;
    }

  .author-image {
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  .author-image {
    margin-bottom: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .author-image img {
    max-width: 70%;
    height: auto;
  }

  .about-text {
    padding: 0 8px;
    text-align: center;
  }

  .about-footer {
    margin-top: 5px;
    text-align: center;
  }

  .text {
    font-family: var(--text-font);
    font-size: var(--text-size);
    letter-spacing: var(--text-tracking);
    line-height: var(--text-lh);
    color: var(--text-color);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
  }

  .widget-title-ft {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    text-transform: uppercase;
    padding-bottom: 13px;
    margin-bottom: 35px;
    border-bottom: 1px solid #ebebeb;
  }
  
  .widget-title-ft {
    font-weight: 700;
    letter-spacing: -0.03em;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 40px;
    text-align: center;
  }

}

/*----------------------------------------*/

/*FOOTER*/
/*----------------------------------------*/
footer {
  width: 100%;
  height: 600px;
  display: block;
  background-color: #211821;
  color: #fff;
  font-size: 1em;
  overflow: hidden;
  padding-top: 10px;
  margin-top: 0 auto;
}

.container-footer {
  max-width: 1300px;
  height: 100%;
  margin: 15px auto;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  flex-wrap: nowrap;
  padding: 0 28px;
}
/*
.footer-row {
  justify-content: space-between;
  align-content:center;
  flex-wrap: wrap;
  flex-direction: row;
  display: flex;
  width: 100%;
  margin-right: calc(var(--gutter-width) * 0);
  margin-left: calc(var(--gutter-width) * 0);
}*/

/*.col-ft-1 {
  order: 1;
  flex: 1;
  height: 400px;
  padding: 0 28px;
}

.col-ft-2 {
  order: 2;
  flex: 1;
  padding: 0 28px;
}

.col-ft-3 {  
  order: 3;
  flex: 1;
  padding: 0 28px;
}
*/
hr {
  border: 0px;
  color: #ededed;
  background: #ededed;
  height: 1px;
  width: 100%;
}

.footer-ft-1 {
  height: 30px;
  width: 100%;
  display: flex;
  flex-direction: column;
  border-top: solid 1px #055; 
}

footer p {
  line-height: 2;
}

.container-footer .widget-title {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
  padding-bottom: 13px;
  margin-bottom: 35px;
  border-bottom: 1px solid #ebebeb;
}

.container-footer .widget-title {
  font-weight: 700;
  letter-spacing: -0.03em;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 40px;
  text-align: center;
}

.col-ft-2 ol, ul {
  list-style: none;
}

.posts {
  margin-top: -3px;
  overflow: hidden;
  z-index: 1;
  max-height: 270px;
  background-color: red;
}
/*
.author-image {
  height: 200px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}*/

/*
.author-image {
  margin-bottom: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.author-image img {
  max-width: 70%;
  height: auto;
}*/

.about-text.below {
  margin-top: 32px;
}

.about-text p:last-child {
  margin-bottom: 0;
}

.upper-footer .about-text {
  font-size: 14px;
}

.about-text {
  color: inherit;
}

.more {
  color: #000;
  font-size: 12px;
}

.more {
  padding-bottom: 3px;
  border-bottom: 1px solid #ebebeb;
  color: var(--main-color);
  font-family: var(--ui-font);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.about-footer a {
  opacity: initial;
  color: #c9bfbf;
  text-decoration: none;
  transition: all .25s ease-in-out;
}

.text {
  font-family: var(--text-font);
  font-size: var(--text-size);
  letter-spacing: var(--text-tracking);
  line-height: var(--text-lh);
  color: var(--text-color);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

/* Alternate Large style */
.widget-posts .posts.large .post {
  margin-bottom: 30px;
}

.widget-posts .posts.large .post:last-child {
  margin-bottom: 0;
}

.widget-posts .posts.large .post-thumb {
  width: 124px;
  height: 103px;
}

.widget-posts .posts.large .post-thumb .image-link {
  padding-bottom: 0;
  height: 100%;
}

.widget-posts .posts.large .content {
  margin-top: -0.15em;
  align-self: center;
}

.widget-posts .posts.large .post-title {
  line-height: 1.4;
}

.widget-posts {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  counter-reset: posts;
}

.widget-posts {
  display: block;
  width: 100%;
}

.widget-posts {
  margin-bottom: 8px;
}

.widget-posts {
  width: 100%;
}

.widget-posts {
  counter-increment: posts;
  content: counter(posts);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 10px;
  background: var(--main-color);
  color: #fff;
  font-size: 17px;
  font-family: var(--ui-font);
  font-weight: 700;
  line-height: 28px;
  -webkit-font-smoothing: antialiased;
}

/*----------------------------------------*/
/* Clearfix */
.cf:after, .cf:before {
  content: "";
  display: table;
  flex-basis: 0;
  order: 1;
}

.cf:after {
  clear: both;
}

/*----------------------------------------*/
/*KONTAKTUJTE NÁS*/
@media only screen and (max-width: 430px) {
  .formular {
    width: 95%;
    padding-top: 20px;
    margin: 0px auto;
    }

  .form input {
    width: 100%;
    margin-bottom:15px;
    margin-top: 10px;
  }

  .form textarea {
    height: 200px;
    width: 100%;
  }

  .button {
    width: 100% !important;	
  }

}

@media only screen and (min-width: 430px) and (max-width: 767px) {
  .formular {
    width: 95%;
    padding-top: 20px;
    margin: 0px auto;
    }

  .form input {
    width: 100%;
    margin-bottom:15px;
    margin-top: 10px;
  }

  .form textarea {
    height: 200px;
    width: 100%;
  }

  .button {
    width: 100% !important;	
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .formular {
    width: 95%;
    padding-top: 20px;
    margin: 0px auto;
    }

  .form input {
    width: 100%;
    margin-bottom:15px;
    margin-top: 10px;
  }

  .form textarea {
    height: 200px;
    width: 100%;
  }

  .button {
    width: 100% !important;	
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .formular {
    width: 100%;
    padding-top: 20px;
    margin: 0px auto;
    }

  .form input {
    width: 50%;
    margin-bottom:15px;
    margin-top: 10px;
  }

  .form textarea {
    height: 200px;
    width: 70%;
  }

  .button {
    width: 70% !important;	
  }
}

@media only screen and (min-width: 1200px) {
  .formular {
    width: 100%;
    padding-top: 20px;
    margin: 0px auto;
    }

  .form input {
    width: 50%;
    margin-bottom:15px;
    margin-top: 10px;
  }

  .form textarea {
    height: 300px;
    width: 100%;
  }

  .button {
    width: 40% !important;	
    float: left !important;
  }
}


  .form label {
    width: 100px;
    float: left;
    margin-top:20px;
    color: #000;
  }

  .form input {
    background-color:#eeeeee;
    border:none;
    padding:10px 10px;
    border-bottom: 1px solid #211821;
    color:#a7a5a5;
  }
  
  
  .form textarea {
    background:#eeeeee;
    border:none;
    padding:10px 10px;
    border-bottom: 1px solid #211821;
    color:#a7a5a5 !important;
    font-size:14px;
    margin-top: 10px;
    font-family: 'Open Sans', sans-serif;
    position:relative;	
  }


  .button {
    border:none !important;
    background: #211821 !important;
    color:#fff !important;
    font-size:18px;
    cursor:pointer;	
    text-align:center;
  }

  .button:hover {
    text-decoration:none;
    
    -webkit-transition: all 600ms ease;
      -moz-transition: all 600ms ease;
      -ms-transition: all 600ms ease;
      -o-transition: all 600ms ease;
      transition: all 600ms ease;	
    
    text-shadow: 2px 2px 2px #5f5f5f;
    
    -webkit-filter: brightness(150%);
    -moz-filter: brightness(150%);
    filter: brightness(150%);
  }


  
/*----------------------------------------*/
/*KONTAKTUJTE NÁS*/
@media only screen and (max-width: 430px) {
  .formular_clanek {
    width: 96%;
    padding-top: 20px;
    margin: 0px auto;
    }

  .form_comments input {
    width: 100%;
    margin-bottom:15px;
    margin-top: 10px;
  }

}

@media only screen and (min-width: 430px) and (max-width: 767px) {
  .formular_clanek {
    width: 96%;
    padding-top: 20px;
    margin: 0px auto;
    }

  .form_comments input {
    width: 100%;
    margin-bottom:15px;
    margin-top: 10px;
  }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .formular_clanek {
    width: 96%;
    padding-top: 20px;
    margin: 0px auto;
    }
    
  .form_comments input {
    width: 100%;
    margin-bottom:15px;
    margin-top: 10px;
  }

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .formular_clanek {
    width: 100%;
    padding-top: 20px;
    }

  .form_comments input {
    width: 250px;
    float: left;
    background-color:#eeeeee;
    border:none;
    padding:10px 10px;
    border-bottom: 1px solid #211821;
    color:#a7a5a5;
    margin-bottom:15px;
    margin-top: 10px;
    margin-right: 10px;
  }

}

@media only screen and (min-width: 1200px) {
  .formular_clanek {
    width: 100%;
    padding-top: 20px;
    }
    
  .form_comments input {
    width: 250px;
    float: left;
    background-color:#eeeeee;
    border:none;
    padding:10px 10px;
    border-bottom: 1px solid #211821;
    color:#a7a5a5;
    margin-bottom:15px;
    margin-top: 10px;
    margin-right: 10px;
  }

}

    .form_comments input {
      background-color:#eeeeee;
      border:none;
      padding:10px 10px;
      border-bottom: 1px solid #211821;
      color:#a7a5a5;
    }
    
  
  .form_comments textarea {
    background:#eeeeee;
    border:none;
    padding:10px 10px;
    border-bottom: 1px solid #211821;
    color:#a7a5a5 !important;
    font-size:14px;
    margin-top: 10px;
    font-family: 'Open Sans', sans-serif;
    height: 200px;
    width: 100%;
    position:relative;	
  }

  .c_button {
    width:100% !important;	
    border:none !important;
    background: #211821 !important;
    color:#fff !important;
    font-size:18px;
    cursor:pointer;	
    text-align:center;
    float: left !important;
  }
  
  .c_button:hover {
    text-decoration:none;
    
    -webkit-transition: all 600ms ease;
      -moz-transition: all 600ms ease;
      -ms-transition: all 600ms ease;
      -o-transition: all 600ms ease;
      transition: all 600ms ease;	
    
    text-shadow: 2px 2px 2px #5f5f5f;
    
    -webkit-filter: brightness(150%);
    -moz-filter: brightness(150%);
    filter: brightness(150%);
  }


/*----------------------------------------*/
/*VYHLEDÁVÁNÍ*/
.form_search {
  width: 100%;
}

/* Kontejner pro vyhledávání */
.search-container {
  display: flex;
  align-items: center;
  border: 1px solid #211821;
  /*border-radius: 50px;*/
  overflow: hidden;
  width: 100%;
}

/* Pole pro zadání dotazu */
.search-input {
  width: 90%;
  border: none;
  outline: none;
  padding: 8px 15px;
  font-size: 16px;
  flex-grow: 1;
  /* border-radius: 50px 0 0 50px; */
}

.search-input {
  color: #555;
}

/* Tlačítko s ikonou lupy */
.search-button {
  background-color: #211821;
  /* background-color: transparent; */
  color: #fff;
  border: none;
  outline: none;
  padding: 10px 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  /* border-radius: 0 50px 50px 0; */
  transition: background-color 0.3s;
  /* background-image: url(../images/lupa.png);
  background-repeat: no-repeat;
  background-size: contain;  */
}

.search-button:hover {
  background-color: #555;
}


/* Ikona lupy */
.search-icon {
  font-size: 18px;
}

.search-input:hover {
  text-decoration:none;
  
  -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;	
  
  text-shadow: 2px 2px 2px #5f5f5f;
  
  -webkit-filter: brightness(150%);
  -moz-filter: brightness(150%);
  filter: brightness(150%);
}

.search-container:hover {
  border-radius: 50px;

  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;	
}










/*
.search-container {
  width: 40px;
  position: relative;
  display: flex;
  align-items: center;
  transition: width 0.4s ease;
  border: 2px solid #333;
  border-radius: 50px;
  padding: 5px;
  overflow: hidden;
}*/

/* Ikona lupy *//*
.search-icon {
  cursor: pointer;
  font-size: 20px;
  color: #333;
  padding: 0 8px;
  transition: color 0.3s;
}*/

/* Pole pro zadání dotazu *//*
.form_search input {
  border: none;
  outline: none;
  padding: 5px;
  font-size: 16px;
  width: 0;
  opacity: 0;
  transition: width 0.4s, opacity 0.4s ease;
}*/

/* Zobrazení pole při aktivaci *//*
.search-container.active {
  width: 250px;
}
      
.search-container.active .search-input {
  width: 100%;
  opacity: 1;
}*/

/* Styl při hoveru *//*
.search-icon:hover {
  color: #0078d7;
}*/


/*! http://responsiveslides.com v1.54 by @viljamis */


/*
.rslides_tabs {	
  position: relative;
  width: 130px;
  background-color: red;
  margin: 0px auto;
  top: 0px;
	z-index:100;
}

.rslides_tabs li {
	list-style:none;
  margin-top: -30px;
}
.rslides_tabs li a {
	float:left;
	padding:7px 7px;	
	margin-right:5px;
	border-radius:15px;
	background:#434343;
	font-size:0px;	
}
.rslides_tabs li a:hover {
	text-decoration:none;
	background:#aaa !important;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}*/

