/* ==== Google font ==== */
@import url('https://fonts.googleapis.com/css?family=Noto+Serif:400,400italic,700|Open+Sans:300,400,600,700');
/* === fontawesome === */
@import url('/css/font-awesome.css');
/* === custom icon === */
@import url('/css/custom-fonts.css');
/* ==== overwrite bootstrap standard ==== */
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,400,400italic,500,500italic,700,700italic,900,900italic&subset=latin,latin-ext,cyrillic,cyrillic-ext,greek-ext,greek,vietnamese);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300italic,400,400italic,700,700italic&subset=latin,latin-ext,cyrillic-ext,cyrillic,greek-ext,greek,vietnamese);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700&subset=latin,latin-ext,greek-ext,greek,vietnamese,cyrillic,cyrillic-ext);

/* ===================================
1. General
==================================== */
body {
  font-family: "roboto-medium", roboto;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6em;
  color: #656565;
}

@media (max-width: 980px) {
  html {
    font-size: 50%;
  }
}

a:active {
  outline: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "roboto-medium", roboto;
  font-weight: 700;
  line-height: 1.1em;
  color: #333;
  margin-bottom: 20px;
}

/* ===================================
2. layout
==================================== */
.container {
  padding: 0 20px 0 20px;
  position: relative;
  float: none;
}

#wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
}

.samo-nadpis {
  width: 100%;
  height: 40px;
  font-family: "roboto-black", roboto;
  font-size: 30px;
  line-height: 40px;
  color: black;
  text-align: center;
  margin: 30px 0px 20px 0px;
}

.resetovac {
  border: 0px none;
  margin: 0px;
  padding: 0px;
  float: none;
  clear: both;
  width: 0px;
  height: 0px;
  line-height: 0px;
  font-size: 0px;
}

.resetovac_float {
  float: none;
  clear: both;
}

/* ===================================
3. Responsive media
==================================== */
/* ===================================
4. Header
==================================== */
/* --- header -- */
header .navbar {
  margin-bottom: 0;
}

.navbar-default {
  border: none;
}

.navbar-brand {
  color: #222;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: -1px;
  margin-top: 30px;
  padding: 0 0 0 15px;
}

header .navbar-collapse ul.navbar-nav {
  float: right;
  margin-right: 0;
}

header .navbar-default {
  background-color: #fff;
}

header .nav li a:hover,
header .nav li a:focus,
header .nav li.active a,
header .nav li.active a:hover,
header .nav li a.dropdown-toggle:hover,
header .nav li a.dropdown-toggle:focus,
header .nav li.active ul.dropdown-menu li a:hover,
header .nav li.active ul.dropdown-menu li.active a {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

header .navbar-default .navbar-nav>.open>a,
header .navbar-default .navbar-nav>.open>a:hover,
header .navbar-default .navbar-nav>.open>a:focus {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

header .navbar {
  min-height: 100px;
}

header .navbar-nav>li {
  padding-bottom: 30px;
  padding-top: 30px;
}

header .navbar-nav>li>a {
  padding-bottom: 6px;
  padding-top: 5px;
  margin-left: 2px;
  line-height: 30px;
  font-weight: 700;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.dropdown-menu li a:hover {
  color: #fff !important;
}

header .nav .caret {
  border-bottom-color: #f5f5f5;
  border-top-color: #f5f5f5;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  background-color: #fff;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
  background-color: #fff;
}

/* --- menu --- */
header ul.nav li {
  border: none;
  margin: 0;
}

header ul.nav li a {
  font-size: 12px;
  border: none;
  font-weight: 700;
  text-transform: uppercase;
}

header ul.nav li ul li a {
  font-size: 12px;
  border: none;
  font-weight: 300;
  text-transform: uppercase;
}

.navbar .nav>li>a {
  color: #3399cc;
  text-shadow: none;
  font-family: "roboto-medium", roboto;
  font-size: 13px;
}

.navbar .nav>li>a:hover {
  color: #111;
}

.navbar .nav a:hover {
  background: none;
}

.navbar .nav>.active>a, .navbar .nav>.active>a:hover {
  background: none;
  font-weight: 700;
}

.navbar .nav>.active>a:active, .navbar .nav>.active>a:focus {
  background: none;
  outline: 0;
  font-weight: 700;
}

.navbar .nav li .dropdown-menu {
  z-index: 2000;
}

header ul.nav li ul {
  margin-top: 1px;
}

header ul.nav li ul li ul {
  margin: 1px 0 0 1px;
}

.dropdown-menu .dropdown i {
  position: absolute;
  right: 0;
  margin-top: 3px;
  padding-left: 20px;
}

.navbar .nav>li>.dropdown-menu:before {
  display: inline-block;
  border-right: none;
  border-bottom: none;
  border-left: none;
  border-bottom-color: none;
  content: none;
}

ul.nav li.dropdown a {
  z-index: 1000;
  display: block;
}

select.selectmenu {
  display: none;
}

.navbar .nav .nav_menu_akce {
  color: #3399cc;
  text-shadow: none;
  font-family: "roboto-medium", roboto;
  font-size: 13px;
  font-weight: 700;
  background: none;
  text-transform: uppercase;
  padding-bottom: 6px;
  padding-top: 5px;
  margin-left: 2px;
  line-height: 30px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  display: block;
}

/* ===================================
8. Section: Content
==================================== */
#content {
  width: 100%;
  float: left;
  background: #fff;
}

#content img {
  max-width: 100%;
  height: auto;
}

#home-content {
  width: 100%;
  float: left;
  position: relative;
  background: #fff;
  background: #f5f5f5;
  padding-bottom: 10px;
}

#video-content {
  width: 100%;
  float: left;
  position: relative;
  background: #fff;
}

#reference-content {
  width: 100%;
  float: left;
  position: relative;
  background: #fff;
}

#napsali-content {
  width: 100%;
  float: left;
  position: relative;
  background: #fff;
}

/* ===================================

     Homepage
==================================== */
.odkaz-home {
  width: 240px;
  height: 40px;
  line-height: 40px;
  color: white;
  margin-left: 10px;
  margin-top: -2px;
  margin: 0 auto;
  background-color: #99cc66;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
}

.odkaz-home a {
  width: 120px;
  color: white;
}

.odkaz-home a:hover {
  width: 120px;
  color: black;
}

.video {
  padding: 0 20px 0 20px;
  position: relative;
  float: none;
}

.video-nadpis {
  width: 100%;
  height: 40px;
  float: left;
  color: black;
  font-size: 25px;
  text-align: center;
  margin-top: 20px;
}

.reference-nadpis {
  width: 100%;
  height: 40px;
  float: left;
  color: black;
  font-size: 25px;
  text-align: center;
  margin-top: 20px;
}

.napsali-nadpis {
  width: 100%;
  height: 40px;
  float: left;
  color: black;
  font-size: 25px;
  text-align: center;
  margin-top: 20px;
}


.home-sluzby {
  width: 100%;
  float: left;
  margin: 0 auto;
  background-image: url(../img/pozadib.png);
  background-position: right;
  background-repeat: no-repeat;
}

.nadpis-sluzby {
  width: 100%;
  height: 50px;
  float: left;
  text-align: left;
  font-family: Roboto !important;
  font-size: 35px;
  margin-top: 30px;
  color: black;
}

.textik-v {
  font-size: 18px;
  margin-top: 110px;
}

.textik-s {
  font-size: 16px;
  margin-top: 30px;
}

.text-sluzby {
  width: 55%;
  float: left;
  margin-left: 50px;
  margin-top: 60px;
}

.video-levo {
  width: 302px;
  min-height: 350px;
  float: left;
  margin-left: 4%;
  margin-top: 10px;
  border: 1px solid;
  border-color: #d3d3d3;
  background: #f5f5f5;
}

.video-stred {
  width: 352px;
  min-height: 400px;
  float: left;
  margin-left: 4%;
  margin-top: 10px;
  border: 1px solid;
  border-color: #d3d3d3;
  background: #f5f5f5;
}

.video-pravo {
  width: 352px;
  min-height: 350px;
  float: right;
  margin-right: 4%;
  margin-top: 10px;
  border: 1px solid;
  border-color: #d3d3d3;
  background: #f5f5f5;
}

.video-okno {
  width: 100%;
  height: 220px;
  float: left;
}

.video-text {
  width: 100%;
  float: left;
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
}

.video-okno-img {
  width: 302px;
  height: 188px;
}

.video-autor {
  width: 100%;
  float: left;
  padding: 0px 0px 0px 15px;
  font-style: italic;
}

.napsali-levo {
  width: 302px;
  min-height: 350px;
  float: left;
  margin-left: 4%;
  margin-top: 10px;
  border: 1px solid;
  border-color: #d3d3d3;
  background: #f5f5f5;  
}

.napsali-stred {
  width: 352px;
  min-height: 400px;
  float: left;
  margin-left: 4%;
  margin-top: 10px;
  border: 1px solid;
  border-color: #d3d3d3;
  background: #f5f5f5;
}

.napsali-pravo {
  width: 352px;
  min-height: 350px;
  float: right;
  margin-right: 4%;
  margin-top: 10px;
  border: 1px solid;
  border-color: #d3d3d3;
  background: #f5f5f5;
}

.napsali-okno {
  width: 100%;
  height: 220px;
  float: left;
}

.napsali-text, .napsali-text a:link, .napsali-text a:hover, .napsali-text a:active {
  width: 100%;
  float: left;
  padding: 15px;
  color: black;
}

.napsali-okno-img {
  width: 302px;
  height: 188px;
}

.napsali-small_nadpis {
  width: 100%;
  float: left;
  padding: 0px 0px 0px 15px;
  font-size: 16px;
  font-weight: bold;
}

.widgety {
  width: 100%;
  float: left;
  background: #f5f5f5;
  margin-top: 40px;
}

.aktuality {
  width: 58%;
  float: left;
  margin-left: 7%;
  margin-top: 20px;
}

.tweety {
  width: 25%;
  float: left;
  margin-left: 50px;
  margin-top: 20px;
}

.nadpis-widgt {
  width: 100%;
  float: left;
  font-size: 21px;
  text-align: left;
}

.widgt-text {
  padding: 15px;
  margin-top: 20px;
}

.tweet-text {
  padding: 15px;
  margin-top: 50px;
}

.odstavec-left {
  width: 250px;
  float: left;
  margin-left: 50px;
  margin-top: 30px;
}

.odstavec-right {
  width: 250px;
  float: right;
  margin-right: 10px;
  margin-top: 30px;
}

.b-mini {
  color: #0099cc;
}

.spodni-text {
  width: 100%;
  height: 200px;
  float: left;
  padding: 0px 150px 0px 150px;
  text-align: center;
  margin-top: 40px;
}

.spodni-text img {
  float: center;
}

/* ===================================
     Hlavni partneri - homepage
==================================== */
#home-hlavnipartneri {
  width: 100%;
  float: left;
  margin: 0 auto;
}

#home-hlavnipartneri .nadpis {
  width: 100%;
  height: 40px;
  float: left;
  color: black;
  font-size: 25px;
  text-align: center;
  margin-top: 20px;
}

#home-hlavnipartneri .text {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#home-hlavnipartneri .text-obal {
  width: 100%;
  float: left;
  padding: 0px 100px 0px 100px;
  text-align: center;
}

.spolupracujeme_loga .obal {
  float: left;
  padding: 10px;
}

.spolupracujeme_loga {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 5px;
}

.spolupracujeme_loga ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.spolupracujeme_loga ul li {
  display: inline;
}

.spolupracujeme_loga li {
  padding-left: 7px;
  padding-right: 7px;
}

/* ===================================
     Hlavni partneri - homepage
==================================== */
#o_nas_page {
  width: 100%;
  float: left;
  margin: 0 auto;
}

#o_nas_page .nadpis {
  width: 100%;
  height: 40px;
  float: left;
  color: black;
  font-size: 25px;
  text-align: center;
  margin-top: 40px;
}

#o_nas_page .text {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#o_nas_page .text-obal {
  width: 100%;
  float: left;
  padding: 0px 100px 0px 100px;
}

#o_nas_page #homepage_kontakty {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

#o_nas_page #kontakt-mapka {
  width: 100%;
  float: left;
  position: relative;
  margin: 0 auto;
  text-align: center;
  margin-top: 60px;
}

/* ===================================

     Náš Team
==================================== */
.jeden {
  width: 250px;
  height: 340px;
  float: left;
  text-align: center;
  margin-left: 2%;
  margin-top: 40px;
}

.fotka {
  width: 250px;
  height: 230px;
  float: left;
}

/* ===================================
     Registrace
==================================== */
.h3a {
  font-weight: normal;
}

.h3am {
  font-weight: normal;
  color: #3399ff;
}

.reg-levo {
  width: 30%;
  float: left;
  color: black;
}

.reg-pravo {
  width: 68%;
  float: right;
  margin-left: 2%;
  color: #3399ff;
  padding: 20px;
  font-weight: bold;
  border: 1px solid;
  border-color: #dcdcdc;
}

.reg-pravo-cena {
  width: 68%;
  float: right;
  margin-left: 2%;
  font-weight: bold;
}

.reg-blue {
  width: 68%;
  float: right;
  margin-left: 2%;
  border: 1px solid;
  border-color: #dcdcdc;
  background: #f5f5f5;
  padding: 20px;
}

.reg-blue xinput {
  margin-top: 20px;
  height: 40px;
  margin-left: 10px;
  color: black;
}

.reg-blue .small xinput {
  margin-top: 20px;
  height: 20px;
  margin-left: 10px;
  color: black;
}

.reg-blue .small_checkbox xinput {
  margin-top: 0px;
  height: 0px;
  margin-left: 0px;
  color: black;
}

.reg-blue textarea {
  /*  margin-top: 20px; */
}

.reg-blue select {
  width: 240px;
  height: 40px;
}

select {
  -moz-appearance: none;
  border: 1px solid silver;
  background: url(../img/select.png) no-repeat white 100%;
}

.mini-reg-odkaz {
  width: 200px;
  height: 30px;
  float: right;
  margin-right: 45%;
  margin-top: 25px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #3399ff;
  color: white;
  line-height: 30px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.mini-reg-odkaz a {
  width: 100%;
  height: 30px;
  float: left;
  color: white;
  text-decoration: none;
}

.mini-reg-odkaz a:hover {
  color: black;
}

.reg-akce {
  width: 100%;
  float: left;
  margin-top: 20px;
}

.podminky-souhlas {
  width: 100%;
  float: left;
  margin-top: 20px;
}

.error-udaje {
  width: 100%;
  float: left;
  margin-top: 20px;
}

.registrace_error {
  color: red;
  font-weight: bold;
}

.faktur-udaje {
  width: 100%;
  float: left;
  margin-top: 20px;
}

.ucastnici {
  width: 100%;
  float: left;
  margin-top: 20px;
}

.pridat-u {
  width: 220px;
  height: 40px;
  float: right;
  margin-right: 35%;
  margin-top: 5px;
  font-weight: bold;
  text-transform: uppercase;
  background: url(../img/pridat-u.png) no-repeat;
  color: white;
  line-height: 40px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}

.pridat-u a {
  width: 100%;
  height: 40px;
  float: left;
  padding: 1px 0px 0px 40px;
  color: white;
  text-decoration: none;
}

.pridat-u a:hover {
  color: black;
}

.platba {
  width: 100%;
  float: left;
  margin-top: 20px;
}

.cena {
  width: 100%;
  float: left;
  margin-top: 20px;
}

.cena-kalkulace {
  width: 100%;
  height: 150px;
  float: right;
  color: #3399ff;
  padding: 20px;
  text-align: right;
  border: 3px solid;
  border-color: #3399ff;
  background: #ccffff;
}

.cena-kalkulace table {
  margin: 0 auto;
  height: 100px;
}

.td-right {
  height: 40px;
  font-size: 22px;
}

.td-center {
  text-align: center;
}

.td-right-c {
  width: 150px;
  height: 40px;
  text-align: right;
  font-size: 22px;
}

.cena-text {
  width: 85%;
  float: right;
  font-weight: normal;
  margin-top: 20px;
  margin-right: 7%;
}

.reg-odkaz {
  width: 100%;
  height: 200px;
  float: left;
  margin-top: 60px;
  text-align: center;
}

.reg-odeslano {
  width: 100%;
  height: 200px;
  float: left;
  margin-top: 60px;
  text-align: center;
}

#ratio {
  height: 5px;
}

.odeslat-reg {
  width: 220px;
  height: 40px;
  float: left;
  margin-left: 32%;
  margin-top: 5px;
  font-weight: bold;
  text-transform: uppercase;
  background: url(../img/pridat-u.png) no-repeat;
  color: white;
  line-height: 40px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.odeslat-reg a {
  width: 100%;
  height: 40px;
  float: left;
  padding: 1px 0px 0px 40px;
  color: white;
  text-decoration: none;
}

.odeslat-reg a:hover {
  color: black;
}

.odeslano-reg {
  width: 340px;
  height: 60px;
  line-height: 60px;
  color: white;
  margin-left: 10px;
  margin-top: -2px;
  margin: 0 auto;
  background-color: #99cc66;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.odeslano-reg a {
  width: 180px;
  color: white;
  font-size: 24px;
}

.odeslano-reg a:hover {
  width: 180px;
  color: black;
}

.modry-text {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #3399ff;
}

/* ===================================
     Kontakt
==================================== */
.kontakt-levo {
  width: 280px;
  min-height: 400px;
  float: left;
  margin-left: 4%;
  margin-top: 10px;
}

.kontakt-stred-2022 {
  width: 280px;
  min-height: 400px;
  float: left;
  margin-left: 9%;
  margin-top: 10px;
}

.kontakt-stred {
  width: 280px;
  min-height: 400px;
  line-height: 2.5;
  float: left;
  margin-left: 9%;
  font-size: 18px;
  margin-top: 10px;
  color: black;
}

.kontakt-pravo {
  width: 280px;
  min-height: 400px;
  float: right;
  margin-right: 4%;
  margin-top: 10px;
}

.kontakt-ikona {
  width: 280px;
  height: 100px;
  float: left;
  text-align: center;
}

.kontakt-text {
  width: 270px;
  float: left;
  text-align: justify;
  margin-left: 2%;
  margin-top: 40px;
}

.kontakt-mapka {
  background: #ccccc;
  height: 775px;
}

.carousel-caption h3 {
    color: white;
}
.carousel-caption a:hover {
    text-decoration-color: white;
}
.carousel-control {z-index:100;}

.caption-text.btn {
   display: flex;
   justify-content: center;
   align-items: center;
   background: white;
   margin: auto;
   color: #3399cc;
   width: 100%;
   font-weight: bold;
   font-size: 16px;
   padding: 20px;
   box-shadow: 0 20px 20px #29417C;
}

/* ===================================


     Detail akce
==================================== */
.podnadpis {
  font-size: 3rem;
  color: grey;
  font-style: italic;
  text-align: center;
  padding-bottom: 0.5rem;
}

.detail-info {
  width: 100%;
  float: left;
  padding: 10px;
  background: #f5f5f5;
}

.detail-levo {
  width: 24%;
  float: left;
  margin-left: 7%;
}

.detail-stred {
  width: 24%;
  float: left;
  margin-left: 7%;
  font-size: 18px;
}

.detail-pravo {
  width: 24%;
  float: right;
  margin-right: 7%;
}

.detail-ikona {
  width: 100%;
  height: 80px;
  float: left;
  text-align: center;
}

.detail-text {
  width: 100%;
  text-align: center;
  float: left;
  font-size: 20px;
  margin-top: 0px;
}

.detail-jeden {
  width: 250px;
  height: 340px;
  float: left;
  text-align: center;
  margin-left: 2%;
  margin-top: 10px;
}

.program-text {
  width: 70%;
  text-align: justify;
  float: left;
  margin-left: 2%;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px;
}

.sbornik-uvod-text {
  width: 100%;
  text-align: justify;
  float: left;
  margin-left: 2%;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px;
}

.prednasejici {
  width: 25%;
  float: left;
  margin-left: 2%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.a-ikon {
  width: 50px;
  height: 50px;
  float: right;
  margin-top: 20px
}

.program-area-text {
  width: 92%;
  min-height: 100px;
  margin: 0 auto;
  text-align: left;
  /* padding:20px;*/
  margin-top: 0px;
  font-size: 18px;
  background: white;
}

.program-area {
  width: 92%;
  min-height: 100px;
  margin: 0 auto;
  text-align: left;
  padding: 20px;
  margin-top: 40px;
  font-size: 18px;
  background: white;
}

.program-area img {
  margin-top: -7px;
}

.partner-univerzal {
  width: 280px;
  float: left;
  text-align: center;
  margin-left: 4%;
  margin-top: 10px;
}

.partner-univerzal img {
  padding: 8px;
}

.partner-levo {
  width: 280px;
  float: left;
  text-align: center;
  margin-left: 4%;
  margin-top: 10px;
}

.program-container {
  width: 100%;
  float: left;
  padding: 20px;
  background: #f5f5f5;
}

.partner-container {
  width: 100%;
  float: left;
  padding: 20px;
  background: #f5f5f5;
}

.partner-pozadi {
  background: #ffffff;
  padding-bottom: 10px;
}

.partner-stred {
  width: 280px;
  float: left;
  text-align: center;
  margin-left: 9%;
  margin-top: 10px;
}

.partner-pravo {
  width: 300px;
  float: right;
  margin-right: 4%;
  text-align: center;
  margin-top: 10px;
}

.obecne-container {
  width: 100%;
  float: left;
  padding: 20px;
  background: #f5f5f5;
}

.obecne-text {
  background: #ffffff;
  padding-top: 5px;
  padding-bottom: 5px;
}

.obec-text {
  width: 45%;
  text-align: justify;
  float: left;
  margin-left: 3%;
  margin-top: 0px;
  padding: 10px;
}

.poplatky {
  width: 60%;
  margin: 0 auto;
}

.slevy {
  width: 60%;
  margin: 0 auto;
  color: blue;
  margin-top: 30px;
}

.info {
  width: 90%;
  margin: 0 auto;
  margin-top: 30px;
}

.t-info {
  width: 100%;
  font-size: 12px;
}

.post-info {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  font-size: 12px;
}

.odkaz-reg {
  width: 340px;
  height: 60px;
  line-height: 60px;
  color: white;
  margin-left: 10px;
  margin-top: -2px;
  margin: 0 auto;
  background-color: #99cc66;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.odkaz-reg a {
  width: 180px;
  color: white;
  font-size: 24px;
}

.odkaz-reg a:hover {
  width: 180px;
  color: black;
}

.odkaz-reg-menu {
  width: 140px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: white;
  margin-left: 10px;
  margin-top: -2px;
  margin: 0 auto;
  background-color: #99cc66;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.odkaz-reg-menu a {
  width: 180px;
  color: white;
  font-size: 24px;
}

.odkaz-reg-menu a:hover {
  width: 180px;
  color: black;
}

.odkaz-reg-menu-social {
  height: 30px;
  line-height: 30px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: -2px;
  margin: 0 auto;
}
.odkaz-reg-menu-social_img{
  margin-left: 5px;
  margin-right: 5px;
}

.odkaz-reg-menu-sbornik {
  width: 200px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: white;
  margin-left: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 10px;
  background-color: #99cc66;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.odkaz-reg-menu-sbornik a {
  width: 180px;
  color: white;
  font-size: 24px;
}

.odkaz-reg-menu-sbornik a:hover {
  width: 180px;
  color: black;
}

.td-tab {
  width: 20%;
  font-size: 20px;
  text-align: center;
  padding: 10px;
}

.tr-slev {
  height: 30px;
  color: black;
  font-weight: bold;
  background: white;
}

.tab-text {
  padding: 10px;
}

.trm-slev {
  height: 30px;
  color: #1e90ff;
  font-weight: bold;
  background: white;
  padding: 10px;
}

.slevy-container {
  width: 100%;
  float: left;
  background: #f5f5f5;
  padding: 20px;
}

.den {
  font-size: 14px;
}

.detail-odkazy {
  font-size: 14px;
}

.cas {
  width: 170px;
  height: 70px;
  line-height: 50px;
  font-size: 26px;
  padding: 10px;
  float: left;
}

.kdo {
  width: 300px;
  font-size: 14px;
  float: left;
  margin-left: 20px;
}

.kdo-1 {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.program-cas {
  font-size: 26px;
  padding: 10px;
  font-size: 2.1rem;
  min-width: 140px;
}

.program-jmeno {
  padding-left: 10px;
  padding-right: 10px;
}

.program-fotka {
  padding-left: 10px;
  padding-right: 10px;
}

.show-link-icon {
  cursor: pointer;
}

.hidden-link-icon {
  cursor: none;
}

@media (max-width: 1200px) {
  .kdo-1 {
    flex-wrap: wrap;
    flex-flow: column;
  }

  .program-cas {
    order: 1;
    flex-grow: 1;
    text-align: center;
  }

  .program-jmeno {
    text-align: center;
  }
}

.program-jmeno {
  padding-left: 10px;
}

.kdo-text {
  width: 215px;
  float: left;
  padding: 10px;
}

.kdo-img {
  height: 70px;
  width: 80px;
  float: left;
}

.kdo-img-program {
  height: 70px;
  width: 80px;
  float: left;
}

.kdo-img-program-noborder {
  min-width: 80px;
}

.kdo-img-program img {
  border-radius: 40%;
  border: 2px solid #ddd;
}

.prog-text {
  width: 500px;
  font-size: 17px;
  line-height: 1.2;
  float: left;
  padding: 10px;
  font-weight: bold;
  margin-left: 20px;
}

.prog-long-text {
  width: 500px;
  font-size: 17px;
  line-height: 1.2;
  float: left;
  padding: 0px;
  font-weight: normal;
  margin-left: 0px;
}

.prog-long-text ul li {
  padding: 0;
  margin: 0;
}

.prog-nadpis {
  width: 100%;
  height: 30px;
  font-size: 21px;
  text-align: center;
  padding: 5px;
  margin-top: 40px;
  text-transform: uppercase;
}

/* ===================================
     Sborniky
==================================== */
.modry {
  color: #3399ff;
  line-height: 0px;
  margin-bottom: 0px;
}

.black {
  color: black;
  font-weight: normal;
}

.download-area {
  width: 100%;
  min-height: 100px;
  padding-bottom: 10px;
  float: left;
  margin-top: 10px;
  background: #f5f5f5;
}

.stahuj {
  width: 30%;
  height: 80px;
  float: left;
  margin-left: 2.5%;
  color: #6699ff;
  font-weight: bold;
  margin-top: 10px;
  background: url(../img/stahuj-pozadi.png) no-repeat white;
}

.stahuj-soubor {
  width: 70%;
  height: 50px;
  float: right;
  line-height: 1.5;
  margin-top: 20px;
}

.podnadpis-sborniky {
  font-size: 30px;
  color: grey;
  font-style: italic;
  text-align: center;
}

.stahuj-mini {
  width: 100%;
  height: 80px;
  float: left;
  color: #6699ff;
  font-weight: bold;
  border: 1px solid;
  border-color: #d3d3d3;
  margin-top: 10px;
  background: url(../img/stahuj-pozadi.png) no-repeat white;
  position: absolute;
  bottom: 0;
}

.sbornik-video-obal {
  width: 302px;
  min-height: 350px;
  float: left;
  margin-left: 4%;
  margin-top: 10px;
  border: 1px solid;
  border-color: #d3d3d3;
  background: #f5f5f5;
  position: relative;
}

.sbornik_form_obal {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 20px;
}

.sbornik-kod {
  width: 100%;
  margin-top: 20px;
  min-height: 300px;
}

.sbornik-kod .reg-blue {
  width: 100%;
  margin-left: 2%;
  border: 1px solid;
  border-color: #dcdcdc;
  background: #f5f5f5;
  padding-top: 40px;
  margin-bottom: 50px;
}

.btn-sbornik-save {
  background-color: #3399ff;
  font-weight: bold;
  text-transform: uppercase;
  width: 220px;
  height: 35px;
  color: white;
}

.sbornik-video-master-obal {
  padding: 0 20px 0 20px;
  position: relative;
  float: none;
}

/* ===================================
     Napsali o nás
==================================== */
.napsali {
  width: 250px;
  min-height: 400px;
  float: left;
  margin-left: 2%;
  margin-top: 40px;
}

.napsali-ikona {
  width: 250px;
  height: 100px;
  float: left;
  text-align: center;
}

.napsali-text {
  height: 300px;
}

.napsali-text-obal {
  width: 245px;
  font-family: "roboto-thin", roboto;
  float: left;
  text-align: justify;
  font-size: 12px;
  margin-top: 40px;
  background: #f5f5f5;
  padding: 10px;
}

.napsali-text-obal .email {
  font-size: 12px;
  text-align: right;
}

.odkaz {
  width: 100px;
  height: 30px;
  float: left;
}

.odkaz a {
  font-size: 14px;
  font-weight: bold;
  color: #99cc66;
}

.email {
  width: 120px;
  height: 30px;
  float: right;
  font-size: 15px;
}

.samo-odkaz {
  position: relative;
  text-align: center;
  margin-top: 5px;
}

.datum {
  width: 100%;
  height: 25px;
  color: #006699;
  float: left;
  font-size: 14px;
  font-weight: bold;
}

/* ===================================

    Připravované akce
==================================== */
.akce {
  width: 250px;
  float: left;
  margin-left: 2%;
  margin-top: 40px;
  border: 1px solid;
  border-color: #dcdcdc;
}

.akce-nadpis {
  text-align: left;
}

.akce-obrazek {
  width: 250px;
  height: 146px;
  float: left;
  text-align: center;
}

.akce-text {
  width: 250px;
  height: 230px;
  font-family: "roboto-thin", roboto;
  float: left;
  text-align: justify;
  font-size: 12px;
  margin-top: 5px;
  padding: 10px;
}

.akce-odkaz {
  width: 100px;
  height: 30px;
  margin-top: 5px;
  float: left;
  margin-left: 10px;
}

.akce-odkaz a {
  font-size: 14px;
  font-weight: bold;
  color: #99cc66;
  text-transform: uppercase;
}

.akce-odkaz-detail-sbornik {
  width: 250px;
  height: 30px;
  margin-top: 5px;
  float: left;
  margin-left: 4px;
}

.akce-odkaz-detail-sbornik a {
  font-size: 12px;
  font-weight: bold;
  color: #99cc66;
  text-transform: uppercase;
}

.akce-odkaz-sbornik {
  width: 250px;
  height: 30px;
  margin-top: 5px;
  float: left;
  margin-left: 10px;
}

.akce-odkaz-sbornik a {
  font-size: 12px;
  font-weight: bold;
  color: #99cc66;
  text-transform: uppercase;
}

.link-misto {
  width: 100%;
  height: 40px;
  float: left;
  padding: 10px;
  border-top: 1px solid;
  border-color: #dcdcdc;
}

/* ===================================

    Archiv
==================================== */
.a-ikon {
  width: 40px;
  height: 40px;
  float: right;
}

.archiv-odkaz {
  width: 80%;
  height: 40px;
  margin: 0 auto;
  text-align: left;
  padding-left: 20px;
  margin-top: 40px;
  border: 1px solid;
  font-size: 18px;
  line-height: 40px;
}

.archiv-odkaz img {
  margin-top: -7px;
}

/* ===================================


10. Inner - Section: page headline
==================================== */
#banner {
  position: relative;
}

#banner img {
  width: 100%;
  position: relative;
}

#topakce {
  position: relative;
  padding-top: 10px;
  padding-bottom: 5px;
}

#topakce img {
  width: 100%;
  position: relative;
}

.headline {
  height: 25px;
  position: relative;
  background: #0066cc;
}

.nadpis {
  min-height: 50px;
  line-height: 1;
  position: relative;
  text-align: center;
  margin-top: 20px;
  font-size: 4rem;
  font-family: Roboto !important;
}

.nadpis-text {
  height: 50px;
  position: relative;
  text-align: center;
  margin-top: 0px;
  font-size: 18px;
  font-family: Roboto !important;
}

.container-text-center {
  min-height: 200px;
  text-align: center;
}

/* ============================




/* --- search form --- */
.search {
  float: right;
  margin: 35px 0 0;
  padding-bottom: 0;
}

#inner-headline form.input-append {
  margin: 0;
  padding: 0;
}

/* ===============================
13. Elementy
================================ */
/* --- list style --- */
ul.general {
  list-style: none;
  margin-left: 0;
}

ul.link-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.link-list li {
  margin: 0;
  padding: 2px 0 2px 0;
  list-style: none;
}

footer ul.link-list li a {
  color: #fff;
}

footer ul.link-list li a:hover {
  color: #eee;
}

/* --- Heading style --- */
h4.heading {
  font-weight: 700;
}

.heading {
  margin-bottom: 30px;
}

.heading {
  position: relative;
}

/* ===============================


/* --- single post --- */
.bottom-article {
  overflow: hidden;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  padding: 10px 0 10px 0;
  margin-top: 20px;
}

/* ===============================

      Newsletter
================================ */
#newsletter {
  width: 100%;
  height: 270px;
  float: left;
  position: relative;
  margin: 0 auto;
  text-align: center;
  margin-top: 60px;
  background: url(../img/background-news.png);
}

#odhlaseni_newsletter {
  width: 100%;
  height: 270px;
  float: left;
  position: relative;
  margin: 0 auto;
  text-align: center;
  margin-top: 60px;
}

#odhlaseni_newsletter .news-nadpis {
  width: 100%;
  height: 60px;
  float: left;
  color: #0066cc;
  text-align: center;
  margin-top: 50px;
  font-size: 40px;
  font-family: Roboto !important;
}

#odhlaseni_newsletter .news-text {
  width: 100%;
  height: 50px;
  float: left;
  color: #0066cc;
  text-align: center;
  margin-top: 0px;
  font-size: 18px;
  font-family: Roboto !important;
}

.news-nadpis {
  width: 100%;
  height: 60px;
  float: left;
  color: white;
  text-align: center;
  margin-top: 50px;
  font-size: 40px;
  font-family: Roboto !important;
}

.news-text {
  width: 100%;
  height: 50px;
  float: left;
  color: white;
  text-align: center;
  margin-top: 0px;
  font-size: 18px;
  font-family: Roboto !important;
}

.mini-text {
  width: 50%;
  margin: 0 auto;
}

.news-form {
  position: relative;
}

.log {
  width: 350px;
  height: 40px;
  margin-top: 10px;
}

.btn {
  width: 150px;
  height: 40px;
  color: white;
  margin-left: 10px;
  margin-top: -2px;
  background-color: #99cc66;
}

/* ===============================
        Footer
================================ */
footer {
  width: 100%;
  min-height: 180px;
  float: left;
  background: #666666;
  color: cccccc;
  font-family: "roboto-light", roboto;
  color: white;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #eee;
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  color: #fff;
}

footer h5 a:hover, footer a:hover {
  text-decoration: none;
}

.adresa-pata {
  width: 200px;
  height: 120px;
  float: left;
  line-height: 1.3;
  padding: 10px;
  margin-top: 30px;
  margin-left: 20px;
}

.kontakt-pata {
  width: 250px;
  height: 120px;
  float: left;
  line-height: 1.3;
  padding: 10px;
  margin-top: 30px;
  margin-left: 20px;
}

.logo-pata {
  width: 100px;
  height: 55px;
  float: right;
  margin-top: 20px;
  margin-right: 5px;
}

.copyright {
  width: 57%;
  height: 40px;
  float: right;
  text-align: right;
  margin-right: 20px;
}

/* ===============================



/* ===============================



/* scroll to top */
.scrollup {
  position: fixed;
  width: 32px;
  height: 32px;
  bottom: 0px;
  right: 20px;
  background: #222;
}

a.scrollup {
  outline: 0;
  text-align: center;
}

a.scrollup:hover, a.scrollup:active, a.scrollup:focus {
  opacity: 1;
  text-decoration: none;
}

a.scrollup i {
  margin-top: 10px;
  color: #fff;
}

a.scrollup i:hover {
  text-decoration: none;
}

/* =============================
18. Position & alignment
============================= */
.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.aligncenter {
  text-align: center;
}

.aligncenter span {
  margin-left: 0;
}

.floatright {
  float: right;
}

.floatleft {
  float: left;
}

.floatnone {
  float: none;
}

.aligncenter {
  text-align: center;
}

/* =============================
20. Spacer, margin
============================= */
.clear-marginbot {
  margin-bottom: 0;
}

.marginbot10 {
  margin-bottom: 10px;
}

.marginbot20 {
  margin-bottom: 20px;
}

.marginbot30 {
  margin-bottom: 30px;
}

.marginbot40 {
  margin-bottom: 40px;
}

.clear-margintop {
  margin-top: 0;
}

.margintop10 {
  margin-top: 10px;
}

.margintop20 {
  margin-top: 20px;
}

.margintop30 {
  margin-top: 30px;
}

.margintop40 {
  margin-top: 40px;
}

/* extra css style - tomas@kamm.cz */
.btn-nacti_data_ares {
  background-color: #3399ff;
  font-weight: bold;
  text-transform: uppercase;
  width: 220px;
  height: 35px;
  color: white;
}

.no-show {
  display: none;
}

.list_nadpis_poplatky {
  padding-top: 10px;
}

.nadpis_partneri {
  text-decoration: none;
  margin: 0;
  padding: 0 0 1px 0;
  background: url(/webimg/bottom_dot.gif) repeat-x 0% 100%;
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 7px;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
}

.nadpis_partneri_no_link {
  text-decoration: none;
  margin: 0;
  padding: 0 0 1px 0;
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-top: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  text-align: center;
}

.two_columns {
  padding: 5px;
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  background: white;
  width: 92%;
  margin: 0 auto;
  text-align: left;
  padding: 20px;
  margin-top: 40px;
}

.carousel-homepage {
  max-height: 467px;
}

.carousel-topakce {
  max-height: 80px;
}

.general_click {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #2a6496;
}

/* program */
.program-wrap .accordion-toggle {
  font-size: 14px;
}

.program-wrap .accordion-toggle h4 {
  font-size: 17px;
  line-height: 1;
  padding: 10px;
  color: #656565;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.program-wrap .accordion-toggle h4 span {
  flex: 1;
  text-align: center;
}

.program-wrap .ikona {
  margin-top: 0px;
}

.accordion-inner p {
  font-size: 14px;
  font-weight: 300;
  line-height: 22.4px;
  padding: 15px 45px 15px 30px;
}

.accordion-inner ol,
.accordion-inner li,
.accordion-inner span,
.accordion-inner pre,
.accordion-inner div {
  font-size: 14px;
  font-weight: 300;
}

.program-wrap .accordion-heading {
  background-color: white;
  padding-top: 15px;
  padding-bottom: 15px;
}

.program-wrap .accordion-group {
  width: 92%;
  min-height: 100px;
  margin: 0 auto;
  text-align: left;
  padding: 20px;
  font-size: 18px;
}

.program-wrap .accordion-body {
  margin-top: 10px;
  background-color: white;
}

@media (max-width: 992px) {
  .accordion-toggle {
    text-align: center;
  }

  .program-wrap .accordion-group {
    width: 100%;
    padding: 20px 0;
  }

  .accordion-inner p {
    padding: 15px 0;
  }
}
