/* 
Theme Name: MEDIA ENERGY Theme Responsive
Theme URI: http://www.mediaenergy.cz/
Description: Responsive style by MEDIA ENERGY s.r.o.
Version: 26.7.2015
Author: MEDIA ENERGY s.r.o.
Author URI: http://www.mediaenergy.cz/
*/
/* ------------- LESS Variables ------------- */
@font-face {
  font-family: 'raleway-black';
  font-weight: 700;
  font-style: bold;
  font-display: swap;
  src: local('Raleway-Black'), url(https://www.transparentnivolby.cz/hrad2023/wp-content/themes/prezident2023/fonts/Raleway-Black.ttf) format("ttf"), url(https://www.transparentnivolby.cz/hrad2023/wp-content/themes/prezident2023/fonts/Raleway-Black.woff2) format("woff2"), url(https://www.transparentnivolby.cz/hrad2023/wp-content/themes/prezident2023/fonts/Raleway-Black.woff) format("woff");
}
.animate * {
  transition: all .4s;
}
input:focus,
select:focus,
textarea:focus,
button:focus,
*:focus {
  outline: none;
}
.debug1 {
  border: 1px dotted lime;
}
.debug2 {
  border: 1px dotted red;
}
.gradient {
  background: #77e000;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc3ZTAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMzc3MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #77e000 0%, #137700 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #77e000), color-stop(100%, #137700));
  background: -webkit-linear-gradient(top, #77e000 0%, #137700 100%);
  background: -o-linear-gradient(top, #77e000 0%, #137700 100%);
  background: -ms-linear-gradient(top, #77e000 0%, #137700 100%);
  background: linear-gradient(to bottom, #77e000 0%, #137700 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77e000', endColorstr='#137700', GradientType=0);
}
.uppercase {
  text-transform: uppercase;
}
.zero {
  padding: 0;
  margin: 0;
}
/* ------------- Bootstrap override ------------- */
textarea:focus,
button:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(126, 239, 104, 0);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0) inset, 0 0 8px rgba(126, 239, 104, 0);
  outline: 0 none;
}
.nav-tabs {
  border-bottom: none;
  margin-left: 0px !important;
}
.nav-tabs > li > a {
  text-decoration: none;
  color: #555;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li {
  list-style: none !important;
  margin: 0 !important;
  margin-right: 5px !important;
  padding: 0 !important;
  background: none !important;
  background-color: #f8f8f8 !important;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #f3f3f3;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  text-decoration: none;
}
@media (min-width: 768px) {
  .container-small {
    width: 300px;
  }
  .container-large {
    width: 970px;
  }
}
@media (min-width: 992px) {
  .container-small {
    width: 500px;
  }
  .container-large {
    width: 1170px;
  }
  .container-tidy {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .container-small {
    width: 700px;
  }
  .container-large {
    width: 1500px;
  }
  .container-tidy {
    width: 1140px;
  }
}
.container-small,
.container-large,
.container-tidy {
  max-width: 100%;
}
/* ------------- Helpers ------------- */
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
.table-noborder tbody tr td,
.table-noborder thead tr th {
  border: none;
}
.hidden {
  display: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.alignleft {
  text-align: left;
  float: left;
  margin: 10px 10px 10px 0px;
}
.alignright {
  text-align: right;
  float: right;
  margin: 10px 0 10px 10px;
}
.aligncenter {
  text-align: center;
  float: none;
  margin: 10px auto;
}
.linklove {
  display: none !important;
}
.cleaner {
  clear: both;
}
.edit {
  position: absolute;
  right: 5px;
  z-index: 999;
  background: white;
  top: 5px;
}
.edit * {
  transition: all .4s;
}
.edit a {
  text-decoration: underline;
  color: #d7141a;
  padding: 5px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.edit a:hover {
  text-decoration: none;
  background: #dddddd;
}
.table-hand {
  width: 300px;
  height: 30px;
  padding-top: 5px;
  margin-bottom: 10px;
  padding-left: 50px;
  font-style: italic;
  background: transparent url(https://www.transparentnivolby.cz/hrad2023/wp-content/themes/prezident2023/images/table-hand.png) no-repeat left top;
  background-size: contain;
  color: #000;
  font-size: 16px;
}
/* ------------- Visual ------------- */
* {
  /* So 100% means 100% */
  box-sizing: border-box;
}
body {
  font-size: 15px;
}
* {
  font-family: 'Raleway', 'Open Sans', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway', sans-serif;
  font-weight: normal;
  color: #000;
}
.wp-homepage h1 {
  display: block;
  font-weight: 800;
  color: #11457e;
  font-size: 40px;
  transition: color ease-in-out 1s;
  line-height: 1.4em;
  margin-bottom: 30px;
}
.wp-homepage h1 .first {
  color: #d7141a;
  font-size: 40px;
  transition: color ease-in-out 1s;
  font-family: 'raleway-black', sans-serif;
}
h1 {
  font-size: 40px;
  margin-bottom: 25px;
  font-family: 'raleway', sans-serif;
  color: #11457e;
  font-weight: 700;
}
h2 {
  font-size: 28px;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #11457e;
}
.wp-homepage #main h2 {
  font-size: 24px;
  margin: 5px 0 15px;
}
.wp-homepage #main p {
  font-size: 18px;
  margin: 5px 0 15px;
  line-height: 1.6em;
}
h3 {
  font-size: 24px;
  margin-top: 0px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #11457e;
}
h4 {
  font-size: 20px;
  margin-top: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #11457e;
}
ul {
  list-style-position: outside;
  padding-left: 15px;
  margin-left: 10px;
  padding-right: 5px;
}
a img {
  border: none;
}
a:hover {
  color: #11457e;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
.textbox {
  color: #5f5f5f;
}
.textbox a {
  color: #11457e;
  text-decoration: underline;
}
.textbox a img {
  border: none;
}
.textbox a:hover {
  color: #d7141a;
  text-decoration: none;
}
.textbox .table thead tr td {
  background: #d7141a;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  padding: 10px;
}
.textbox .table td {
  border-right: 1px solid #fff;
  border-top: none;
}
#mainer {
  min-height: 25em;
}
.marginbottom30 {
  margin-bottom: 30px;
}
.catitem h2 {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
}
.catitem h2 a {
  text-decoration: none;
}
.catitem h2 a:hover {
  text-decoration: underline;
}
.catitem .pub {
  font-size: 0.75em;
}
.catitem .pub strong {
  font-size: 1em;
}
html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
}
body {
  padding-top: 50px;
  color: #11457E;
  background-color: #F5F7FB;
}
#whole_page {
  width: 100%;
  height: 100vh;
  min-height: 600px;
}
#whole_page #main {
  padding: 0 50px;
}
#header {
  top: 0;
  left: 0;
  z-index: 800;
  background: #ffffff;
  position: fixed;
  width: 100%;
  height: 65px;
}
#main {
  width: 100%;
  height: 100%;
  background-image: url('https://www.transparentnivolby.cz/euparlament2024/wp-content/themes/2024volbyeu/images/slideeu.png');
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
#pruh2 {
  padding: 40px 15px 20px;
  margin-bottom: 30px;
}
#pruh2 h1 {
  font-size: 48px;
  color: #11457e;
  font-weight: 800;
}
#pruh2 h1:first-line {
  color: #d7141a;
}
#mobileFixed {
  font-family: 'Raleway', sans-serif;
}
#mobileFixed * {
  transition: all .4s;
}
#mobileFixed .mobile-logo {
  max-width: 240px;
  max-height: 46px;
  margin-top: 10px;
  margin-left: 20px;
}
#mobileFixed .trans-logo {
  max-width: 300px;
  max-height: 53px;
  margin-top: 10px;
  margin-right: 80px;
}
#mobileFixed .dl-menuwrapper button {
  margin-top: 12px;
  margin-right: 5px;
  border-radius: 0;
  background-color: #ffffff;
}
#mobileFixed .dl-menuwrapper li {
  background-color: #11457e;
}
#mobileFixed .dl-menuwrapper li a {
  padding: 7px 20px;
  color: #fff;
}
#mobileFixed .dl-menuwrapper li.dl-back a {
  padding: 10px 30px;
}
#mobileFixed .mobileCart {
  display: block;
  width: 80px;
  height: 30px;
  font-size: 18px;
  float: right;
  top: 10px;
  position: relative;
}
#mobileFixed .mobileCart .fa {
  margin-right: 6px;
}
textarea {
  width: 100%;
}
.btn-primary {
  background-image: url();
  background-color: transparent;
  border: 3px solid #d7141a;
  color: #d7141a;
  text-shadow: 0 0px 0 ;
  font-family: 'Raleway', sans-serif;
}
.btn-primary.chci {
  margin-top: 20px;
  padding: 7px 25px;
  border-radius: 0;
  font-size: 15px;
  color: white;
  background: #d7141a;
  box-shadow: inset 0 0px 0 ;
  text-decoration: none;
}
.btn-primary.chci:hover,
.btn-primary.chci:focus {
  background: #102f50;
  color: #eaeaea;
  border: 3px solid #d7141a;
  box-shadow: inset 0 0px 0 ;
}
.btn-primary.chci span {
  font-size: 10px;
  position: relative;
  top: 0px;
}
.darkGreen {
  background: #d7141a;
  color: white;
}
.darkGreen a {
  color: white;
}
.darkGreen .arow {
  display: flex;
  align-self: center;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.darkGreen .arow .tret {
  display: block;
  margin: 20px auto;
  width: 49%;
  min-width: 300px;
  background: #EEF2F6;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  display: flex;
  align-self: center;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  transition: background ease-in 0.5s;
}
.darkGreen .arow .tret .whiteBoard {
  min-height: 210px;
  color: #999;
  width: 100%;
  border: 1px solid #bfcddb;
  transition: ease-in border 0.3s;
}
.darkGreen .arow .tret .whiteBoard .whiteBoard__title {
  font-size: 28px;
  font-weight: 800;
  text-transform: none;
  color: #d7141a;
}
.darkGreen .arow .tret .whiteBoard .whiteBoard__desc {
  font-size: 14px;
  color: #11457e;
  padding: 0 10px;
}
.darkGreen .arow .tret .whiteBoard .svgbloom {
  max-width: 100px;
  z-index: 100;
  position: relative;
  display: block;
  margin: 0px auto 10px auto;
}
.darkGreen .arow .tret .whiteBoard .svgbloom span.ob {
  background: #EEF2F6;
  display: block;
  z-index: 100;
  position: relative;
  width: 60px;
  height: 60px;
  margin: 0 auto;
}
.darkGreen .arow .tret .whiteBoard .svgbloom span.ob .svgimage {
  width: 50px;
  height: 50px;
  margin: 10px auto;
  z-index: 99;
  display: inline-block;
  background-size: 50px 50px!important;
}
.darkGreen .arow .tret .whiteBoard .svgbloom:before {
  content: " ";
  border-color: #d7141a;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  display: table-cell;
  width: 100px;
  padding: 0px;
  position: relative;
  top: 35px;
}
.darkGreen .arow .tret .whiteBoard:hover {
  border: 1px solid #11457e;
  cursor: pointer;
  transition: ease-in border 0.5s;
}
.darkGreen .arow .tret .whiteBoard:hover .whiteBoard__title {
  color: #11457e;
}
.darkGreen .arow .tret:nth-child(1) .svgimage {
  background: url("https://www.transparentnivolby.cz/hrad2023/wp-content/themes/prezident2023/images/ico_financovani.svg");
}
.darkGreen .arow .tret:nth-child(2) .svgimage {
  background: url("https://www.transparentnivolby.cz/hrad2023/wp-content/themes/prezident2023/images/ico_prirucka.svg");
}
.darkGreen .arow .tret:nth-child(3) .svgimage {
  background: url("https://www.transparentnivolby.cz/hrad2023/wp-content/themes/prezident2023/images/ico_hodnoceni.svg");
}
.booble {
  padding: 40px 0;
}
.booble .buttonDiv {
  max-width: 500px;
  display: block;
  margin: 15px auto;
  min-height: 89px;
  line-height: 100px;
}
.booble .buttonDiv a {
  background-color: #F7CE46;
  padding: 0 10px;
  border-radius: 8px;
  color: #444;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 100px;
  display: flex;
  width: 100%;
  align-items: center;
  text-transform: uppercase;
  justify-content: center;
  min-height: 100px;
  cursor: pointer;
  transition: 0.2s ease-in;
}
.booble .buttonDiv a:hover {
  background-color: #fff;
  transition: 0.2s ease-in;
  color: #444;
  text-decoration: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .booble .buttonDiv a {
    font-size: 100%;
  }
}
.booble .buttonDiv svg.icon {
  width: 32px;
  height: 32px;
  margin-right: 20px;
  transition: 0.2s ease-in;
  stroke: #F7CE46 !important;
  fill: #F7CE46 !important;
}
#flexNW {
  flex-wrap: nowrap;
  position: sticky;
  top: 75px;
  right: 0;
  left: auto !important;
  margin-left: 8.333333%;
}
@media (max-width: 767px) {
  #flexNW {
    margin-left: 0;
  }
}
#flexNW .booble {
  padding-top: 0;
}
#flexNW .booble .buttonDiv a {
  background: #fff;
  transition: 0.2s ease-in;
  color: #444;
}
#flexNW .booble .buttonDiv a:hover {
  background: #F7CE46;
  transition: 0.2s ease-in;
}
.codrops-1 {
  transition: 0.2s ease-in;
  stroke: #fff !important;
  fill: #fff !important;
}
.codrops-2 {
  transition: 0.2s ease-in;
  stroke: #F7CE46 !important;
  fill: #F7CE46 !important;
}
.buttonDiv a:hover .codrops-1 {
  stroke: #F7CE46 !important;
  fill: #F7CE46 !important;
  transition: 0.2s ease-in;
}
#flexNW .booble .buttonDiv a:hover .codrops-2 {
  stroke: #fff !important;
  fill: #fff !important;
  transition: 0.2s ease-in;
}
#stranaBoxes {
  padding-bottom: 35px;
}
#stranaBoxes .stranaBox {
  padding: 0px 0;
}
#stranaBoxes .stranaBox img {
  margin: 0 auto;
  transition: filter ease-in 0.4s;
}
#stranaBoxes .stranaBox img:hover,
#stranaBoxes .stranaBox img:focus {
  transition: filter ease-in 0.4s;
}
#stranaBoxes .stranaBox span {
  display: block;
  color: #11457e;
  font-weight: 700;
  font-size: 20px;
  padding: 20px 0;
  margin: 0 auto;
  text-align: center;
}
#stranaBoxes .stranaBox a:hover {
  text-decoration: none;
}
#stranaBoxes .stranaBox:hover {
  color: #11457e;
}
#stranaBoxes .stranaBox:hover span {
  color: #11457e;
  text-decoration: none;
}
.stranaBox img {
  width: 100%;
}
.stranaBox:hover .img_obal img {
  box-shadow: 0px 0px 15px #ccc;
}
.texter {
  color: #d7141a;
  padding: 40px 0 20px;
  font-size: 12px;
}
#odkazyBox {
  background: #ffffff url("https://www.transparentnivolby.cz/euparlament2024/wp-content/themes/2024volbyeu/css/../images/bg2024.jpeg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 45px 0;
  padding: 10px 0;
}
#onasBox {
  position: relative;
  padding: 0 0px 60px;
}
#onasBox h2.ozdobTitle {
  color: white;
}
#onasBox p {
  color: white;
  padding: 0 20px;
}
#onasBox .partnersBox {
  padding: 80px 0 30px 0px;
}
#onasBox .partnersBox .partnersMgg {
  padding: 30px;
  background: #fff;
}
#onasBox .partnersBox .partnersMgg .partnersMgg_thumb {
  min-height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#onasBox .partnersBox .partnersMgg .partnersMgg_thumb img {
  width: 100% !important;
  max-width: 300px;
}
#onasBox .partnersBox .partnersMgg .partnersMgg_text {
  position: relative;
}
#onasBox .partnersBox .partnersMgg .partnersMgg_text .plusper {
  position: absolute;
  bottom: -20px;
  right: -20px;
}
#onasBox .partnersBox .partnersMgg .partnersMgg_text .plusper a {
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  font-size: 40px;
  line-height: 20px;
  text-decoration: none;
}
#onasBox .partnersBox .partnersMgg:hover {
  cursor: pointer;
}
#onasBox .partnersBox .partnersMgg:hover .partnersMgg_text .plusper a {
  color: #11457e !important;
}
#upperGray {
  background: #FFFFFF;
}
#upperGray h2 {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  margin: 70px 0 30px;
  color: #11457E;
  text-transform: uppercase;
}
.page #upperGray {
  margin-top: 50px;
  border-top: 1px solid #d7141a;
}
.wp-homepage #upperGray {
  margin-top: 0px;
  border-top: 0;
}
#footer {
  padding: 15px;
}
.iconsBox {
  line-height: 1.4em;
}
.iconsBox span {
  display: inline-block;
  width: 20px;
}
.iconsBox a {
  text-decoration: none;
}
.iconsBox a:hover {
  color: #11457e;
}
#texter div {
  display: flex;
  align-self: center;
}
#tabl {
  margin: 30px 0 15px;
  border-bottom: 2px solid #ED462F;
}
#tabl li {
  color: #d7141a;
}
#tabl li a {
  background: #E8E8E8;
  border-radius: 0;
  box-shadow: 0;
  padding: 13px 15px 10px;
  border: 0 !important;
  font-weight: 700;
  color: #d7141a !important;
  text-transform: uppercase;
}
#tabl li a:hover {
  background: #ddd;
}
#tabl li.active a {
  background: #ED462F;
  color: white !important;
}
#tabl li.active a:hover {
  background: #981f0f;
}
#tabl li.active a .x-financovani {
  background: url("https://www.transparentnivolby.cz/hrad2023/wp-content/themes/prezident2023/images/xfinancovani-w.svg");
  background-size: 15px 15px!important;
  background-repeat: no-repeat;
}
#tabl li.active a .x-hodnoceni {
  background: url("https://www.transparentnivolby.cz/hrad2023/wp-content/themes/prezident2023/images/xhodnoceni-w.svg");
  background-size: 15px 15px!important;
  background-repeat: no-repeat;
}
#tabl li .x-financovani {
  background: url("https://www.transparentnivolby.cz/hrad2023/wp-content/themes/prezident2023/images/xfinancovani.svg");
  display: inline-block;
  width: 20px;
  height: 15px;
  background-size: 15px 15px;
  background-repeat: no-repeat;
}
#tabl li .x-hodnoceni {
  background: url("https://www.transparentnivolby.cz/hrad2023/wp-content/themes/prezident2023/images/xhodnoceni.svg");
  display: inline-block;
  width: 20px;
  height: 15px;
  background-size: 15px 15px;
  background-repeat: no-repeat;
}
.marbot15 {
  margin: 15px 0;
}
@media (max-width: 991px) {
  .marbot15 {
    padding-left: 0;
    padding-right: 0;
  }
}
.oneNew {
  float: left;
  width: 100%;
  border: 1px solid #eee;
  margin-bottom: 30px;
}
.oneNew .mgFin {
  min-height: 300px;
}
.oneNew h3 {
  padding-top: 30px;
  padding-bottom: 0px;
  margin-bottom: 20px;
  line-height: 0.8em;
  font-weight: 800;
}
.oneNew h3 a {
  font-size: 18px;
  color: #000000;
}
.oneNew h3:after {
  content: " ";
  border-color: #11457e;
  border-bottom-style: solid;
  border-bottom-width: 4px;
  display: table-cell;
  width: 60px;
  padding-top: 20px;
}
.oneNew .btn-primary.chci {
  float: right;
  position: relative;
  right: -15px;
}
.novinkyBox {
  min-height: 60px;
}
.novinkyBox .container > .row > div:nth-child(1) h2 {
  padding-top: 80px;
  border-top: 1px solid #ccc;
}
.novinkyBox h3 {
  padding-bottom: 0px;
  margin-bottom: 20px;
}
.novinkyBox h3 a {
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  line-height: 0.8em;
  color: #000000;
}
.novinkyBox h3:after {
  content: " ";
  border-color: #d7141a;
  border-bottom-style: solid;
  border-bottom-width: 4px;
  display: table-cell;
  width: 60px;
  padding-top: 20px;
}
.novinkyBox img {
  width: 100%;
}
.novinkyBox .btn {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 100;
}
.novinkyBox .contentdiv {
  transition: 0.2s ease-in;
}
.novinkyBox .contentdiv .content {
  color: #11457E;
  padding: 20px;
  font-size: 16px;
}
.novinkyBox .contentdiv a:hover {
  text-decoration: none;
}
.novinkyBox .contentdiv:hover {
  background: #fff;
  transition: 0.2s ease-in;
  border-radius: 0 0 8px 8px;
}
.novinkyBox .contentdiv img {
  border-radius: 8px;
}
.novinkyBox .contentdiv .title {
  color: #11457E;
  font-size: 20px;
  font-weight: 700;
}
.novinkyBox .contentdiv .block-ellipsis {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 48px;
  margin-bottom: 10px;
  line-height: 1.2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.novinkyBox .contentdiv__desc {
  padding: 0 0 20px;
}
.profileF {
  border-radius: 8px;
}
.sticker {
  display: none;
  position: absolute;
}
.bezpodpory img,
.bezpodporyona img,
.odstoupil img,
.odstoupila img,
.nepostoupil img,
.nepostoupila img,
.prohral img {
  filter: grayscale(100%);
}
.bezpodpory .sticker,
.bezpodporyona .sticker,
.odstoupil .sticker,
.odstoupila .sticker,
.nepostoupil .sticker,
.nepostoupila .sticker,
.prohral .sticker,
.prezident .sticker {
  display: block;
  position: absolute;
  bottom: 85px;
  right: calc(50% - 70px);
  font-size: 12px !important;
  background: rgba(255, 255, 255, 0.8);
  padding: 5px !important;
  border-radius: 8px;
  min-width: 140px;
  color: red !important;
}
.rowgrid_mala .bezpodpory .sticker,
.rowgrid_mala .bezpodporyona .sticker,
.rowgrid_mala .odstoupil .sticker,
.rowgrid_mala .odstoupila .sticker,
.rowgrid_mala .nepostoupil .sticker,
.rowgrid_mala .nepostoupila .sticker,
.rowgrid_mala .prohral .sticker,
.rowgrid_mala .prezident .sticker {
  bottom: 75px;
}
.rowgrid_mala,
.rowgrid {
  padding: 0 15px;
}
@media (max-width: 991px) {
  #stranaBoxes .stranaBox span {
    font-size: 14px;
  }
  .bezpodpory .sticker,
  .bezpodporyona .sticker,
  .odstoupil .sticker,
  .odstoupila .sticker,
  .nepostoupil .sticker,
  .nepostoupila .sticker .prohral .sticker .prezident .sticker {
    bottom: 75px;
  }
}
.greysq {
  padding: 30px;
}
.smallsq .greysq {
  padding: 20px;
  margin-bottom: 20px;
  min-height: 245px;
}
.smallsq .greysq h3 {
  padding-bottom: 0px;
  margin-bottom: 20px;
  line-height: 0.7em;
  font-weight: 800;
}
.smallsq .greysq h3 a {
  line-height: 0.8em;
}
.pozvankyBox {
  background-color: #d7141a;
  padding: 50px 0;
  color: white;
}
.pozvankyBox a {
  color: white;
}
.pozvankyBox .item {
  display: flex;
  align-items: center;
}
.cform {
  width: 100%;
  padding: 20px 0px;
  background: #efefef;
  margin: 0 auto;
  border-radius: 10;
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
}
.cform ol {
  padding: 0;
  margin: 0 0 0 10px;
}
.cform ol li {
  padding-top: 10px;
  list-style: none;
  clear: both;
  margin: 0 auto;
  padding: 0;
  max-width: 320px;
}
.cform fieldset {
  margin: 0;
  border: none;
}
.cform fieldset legend {
  font-family: 'Gotham', 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.4em;
  padding: 0px;
  margin: 35px 15px 15px ;
  border-bottom: 0;
}
.cform label {
  font-weight: normal;
  float: left;
  width: 300px;
  font-size: 14px;
  text-align: left;
  padding-right: 10px;
}
.cform label span {
  color: #000;
  font-weight: bold;
  font-size: 13px;
}
.cform input,
.cform select,
.cform textarea {
  color: #000;
  border: 1px solid #b1b1b2!important;
}
.cform input {
  height: 30px;
  width: 300px;
  margin: 0 0 10px 0;
  float: left;
  padding: 3px;
  border: none;
  font-size: 14px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  background: #fff;
}
.cform select {
  width: 300px;
  margin: 0 0 10px 0;
  float: left;
  font-size: 14px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.cform textarea {
  width: 300px;
  padding: 5px;
  font-size: 13px;
  margin: 0 0 10px 0;
  float: left;
  height: 100px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.cform .cf_li_err label span {
  color: #f80000;
}
.cform .cf_li_err input,
.cform .cf_li_err textarea,
.cform .cf_li_err select {
  border: 1px solid #ec6f6f!important;
}
.cform .cf-sb {
  width: 310px;
  margin: 0 auto;
  text-align: left;
  clear: both;
  float: none;
}
.cform .cf-sb .sendbutton {
  cursor: pointer;
  width: 200px;
  height: 40px;
  background: #AAAAAA;
  color: white;
  padding: 5px;
  text-transform: uppercase;
  font-weight: bold;
  border: 1px solid #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  text-align: center;
  float: none;
  clear: both;
  margin: 10px 0 ;
}
.cform .cf-sb .sendbutton:hover,
.cform .cf-sb .sendbutton:focus {
  background: #777;
}
.cform .emailreqtxt,
.cform .reqtxt {
  display: inline;
  float: left;
  width: 0;
  padding: 0 0 0 15px;
  height: 15px;
  overflow: hidden;
  color: #ff0000;
}
.cform .seccap {
  height: 28px;
}
.cform .captcha {
  position: relative;
  left: -6px;
}
.cform .cf_hidden {
  display: none;
}
.cform .cf-box-title {
  width: 180px;
  clear: both;
  font-size: 13px;
  padding: 10px;
  float: left;
  font-weight: bold;
  text-align: right;
  color: #000;
}
.cform .cf-box-group {
  float: left;
  clear: none;
  padding: 10px;
}
.cform .cf-box-group label {
  padding: 0;
  text-align: left;
}
.cform .cf-box-group input {
  margin-top: 1px;
}
.cform .cf_li_err {
  color: red;
}
.cform fieldset:nth-child(2n+1) {
  clear: both;
}
#usermessagea span {
  font-size: 12px;
  text-align: center;
  margin: 5px auto 5px;
  font-weight: bold;
  color: white;
  background-color: #808284;
  display: block;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 10px;
}
.failure span {
  background-color: #fd4747 !important;
}
#usermessagea,
#usermessage2a,
#usermessage3a {
  /* tady se pridavaji podle ID formulare */
}
#usermessagea span,
#usermessage2a span,
#usermessage3a span,
#usermessagea.success,
#usermessage2a.success,
#usermessage3a.success {
  font-size: 12px;
  text-align: center;
  margin: 5px auto 5px;
  font-weight: bold;
  color: white;
  background-color: #808284;
  display: block;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 5px;
}
#usermessagea.failure span,
#usermessage2a.failure span,
#usermessage3a.failure span {
  background-color: #fd4747 !important;
}
#usermessagea.success,
#usermessage2a.success,
#usermessage3a.success {
  background-color: green !important;
}
#usermessagea.waiting span,
#usermessage2a.waiting span,
#usermessage3a.waiting span {
  background-color: orange !important;
}
.leftbox,
.rightbox {
  display: table-cell;
}
.leftbox {
  width: 100px;
}
.leftbox span {
  font-size: 24px;
}
.rightbox {
  margin-top: 0;
  padding-top: 0;
  position: relative;
  top: -5px;
}
.slick-arrow {
  position: absolute;
  top: 20%;
  left: 0px;
  cursor: pointer;
  width: 0;
  height: 50px;
}
.slick-arrow.arleft::after {
  content: "<";
  color: #ebd070;
  height: 50px;
  font-size: 18px;
  width: 20px;
}
.slick-arrow.arright::after {
  color: #ebd070;
  font-size: 18px;
  content: ">";
  height: 50px;
  width: 20px;
}
.slick-arrow:hover:after {
  text-decoration: none !important;
  background: #ebd070;
  color: white;
}
.slick-arrow.arright {
  left: auto;
  right: 10px;
}
.slick-list {
  margin: 0 30px;
}
.greysq {
  position: relative;
  -webkit-box-shadow: 0px 0px 13px 0px #c9c9c9;
  -moz-box-shadow: 0px 0px 13px 0px #c9c9c9;
  box-shadow: 0px 0px 13px 0px #c9c9c9;
}
#kontaktbox {
  font-family: 'Raleway', sans-serif;
}
#kontaktbox h2.bigh2 {
  font-family: 'Raleway', sans-serif;
  color: white;
  padding-bottom: 20px;
  font-size: 40px;
  font-weight: normal;
}
#kontaktbox h2.bigh2::after {
  border: 0;
  width: 0 !important;
}
#kontaktbox h2 {
  color: white;
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
}
#kontaktbox hr {
  border-color: #675735;
  margin: 30px 0;
}
#kontaktbox h3 {
  color: #ebd070;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 10px;
  margin-top: 40px;
}
#kontaktbox p {
  font-size: 13px;
}
#kontaktbox .row div {
  padding-bottom: 20px;
}
#footblack h2 {
  color: white;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  padding-bottom: 15px;
  text-transform: uppercase;
}
#footblack hr {
  border-color: #999;
}
#footblack p {
  font-size: 12px;
}
#footblack #copybox {
  padding-bottom: 20px;
  padding-top: 10px;
  font-size: 10px !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .smallboom div .smallsq:nth-child(3),
  .smallboom div .smallsq:nth-child(4) {
    display: none !important;
  }
}
.gallery img {
  width: 100%;
}
@media (min-width: 768px) {
  .gallery {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .gallery-columns-2 .gallery-item dt img,
  .gallery-columns-3 .gallery-item dt img,
  .gallery-columns-4 .gallery-item dt img {
    padding: 0px;
  }
  .gallery-columns-2 .gallery-item:nth-child(2n) {
    width: 48% !important;
    margin: 2% 0 2% 2%;
    height: auto;
  }
  .gallery-columns-2 .gallery-item:nth-child(2n+1) {
    width: 48% !important;
    margin: 2% 2% 2% 0;
    height: auto;
  }
  .gallery-columns-2 .gallery-item:nth-child(3n+1) {
    width: 48% !important;
    margin: 2% 2% 2% 0;
    height: auto;
  }
  .gallery-columns-2 .gallery-item:nth-child(3n+2) {
    width: 48% !important;
    margin: 2% 0 2% 2%;
    height: auto;
  }
  .gallery-columns-3 .gallery-item {
    width: 32% !important;
  }
  .gallery-columns-3 .gallery-item:nth-child(4n+2) {
    width: 32% !important;
    margin: 2% 2%;
  }
  .gallery-columns-4 .gallery-item {
    width: 23% !important;
  }
  .gallery-columns-4 .gallery-item:nth-child(5n+1),
  .gallery-columns-4 .gallery-item:nth-child(5n+4) {
    width: 23% !important;
    margin: 2% 0%;
    /*.debug2;*/
  }
  .gallery-columns-4 .gallery-item:nth-child(5n+3) {
    margin: 2% 2.6666666666666666666666666666% 0 1.333333333333333333333333333333%;
  }
  .gallery-columns-4 .gallery-item:nth-child(5n+2) {
    margin: 2% 1.333333333333333333333333333333% 0 2.6666666666666666666666666666%;
  }
}
@media (max-width: 767px) {
  .gallery .gallery-item {
    width: 100% !important;
    clear: both;
    padding: 0;
    margin: 0;
  }
}
.wp-homepage #main div.legend p {
  display: block;
  margin: 15px auto 0;
  width: 100%;
  text-align: center;
  font-size: 12px;
}
.legend {
  text-align: center;
  font-size: 12px;
}
.legend a {
  color: #555;
}
#partnersbox {
  padding: 0px 0 0px 40px;
}
#partnersbox a {
  padding: 5px;
}
#partnersbox .flexPartneri p {
  display: flex;
  margin: 10px 0;
  flex-wrap: wrap;
  justify-content: space-between;
}
#partnersbox .flexPartneri p a {
  display: block;
}
#partnersbox .flexPartneri img {
  width: 100%;
  max-width: 300px;
  height: auto;
}
#monitorujemebox ul li a {
  font-weight: 400;
  padding: 3px 0;
  display: block;
}
.margintop30 {
  margin-top: 30px;
}
.margin30 {
  margin: 30px  0 60px;
}
#logoDev {
  min-height: 30px;
  color: #ccc;
  text-align: right;
  line-height: 30px;
  display: block;
  padding-right: 41px;
  width: 100%;
  font-size: 12px;
  background: url("https://www.transparentnivolby.cz/hrad2023/wp-content/themes/prezident2023/images/me.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 36px 14px;
  text-decoration: none;
}
#logoDev strong {
  font-size: 12px;
}
#logoDev:hover strong {
  color: #2cd205;
}
#copyright {
  min-height: 30px;
  line-height: 30px;
  font-size: 12px;
}
@media (max-width: 767px) {
  #logoDev {
    padding-right: 0px;
    text-align: center;
  }
  #copyright {
    line-height: 1.4em;
    text-align: center;
    margin: 20px 0;
  }
}
#nav-icon3 {
  width: 30px;
  height: 30px;
  position: relative;
  margin: 22px  10px  0 0 ;
  float: right;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
  top: 0px;
}
#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 9px;
}
#nav-icon3 span:nth-child(4) {
  top: 18px;
}
#nav-icon3.open span:nth-child(1) {
  top: 12px;
  width: 0%;
  left: 50%;
}
#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
  top: 12px;
  width: 0%;
  left: 50%;
}
.breadcrumbs {
  margin: 15px  0 15px 0;
  font-size: 10px !important;
}
.breadcrumbs a {
  color: #11457e;
}
.breadcrumbs span {
  font-size: 12px !important;
  margin: 0 5px;
}
.breadcrumbs span:nth-child(1) {
  margin: 0 5px 0 0;
}
@media (max-width: 767px) {
  .breadcrumbs {
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    padding-bottom: 8px;
  }
}
.wp-single .darkGreenTexter {
  min-height: 0.8vw;
}
.blackMan {
  width: 52px;
  background: #11457e;
  z-index: 99;
  height: 65px;
  border-left: 1px solid #CFCFCF;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}
.social {
  position: fixed;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  right: 0;
  width: 65px;
  top: 50vh;
  padding: 5px 0;
  border-radius: 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px;
  -webkit-border-radius: 5px 0px 0px 5px;
}
.social a {
  text-align: center;
  padding: 0 5px 0;
  color: white;
  margin: 5px;
  display: block;
}
.social a img {
  width: 32px;
}
.social:before {
  z-index: -1;
  background: #ffffff;
  content: "";
  filter: blur(2px);
  -webkit-filter: blur(2px);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .social {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    right: auto;
    width: 100%;
    top: auto;
    padding: 5px 0;
    background: url();
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }
}
.blackoverlay {
  position: fixed;
  z-index: 990;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.7;
}
.whiteoverlay {
  position: fixed;
  background: white;
  top: 50%;
  border-radius: 3px;
  left: 50%;
  z-index: 999;
  width: 360px;
  height: 500px;
  overflow: hidden;
  overflow-y: auto;
  padding: 20px 10px;
  margin: -250px 0px 0px -180px;
}
.whiteoverlay .closedoverlay {
  position: absolute;
  top: 0px;
  right: 0px;
  background: #ffffff url("https://www.transparentnivolby.cz/hrad2023/wp-content/themes/prezident2023/images/close2.svg");
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  width: 0;
  padding-left: 28px;
  height: 28px;
  overflow: hidden;
}
.whiteoverlay h2 {
  font-weight: bold;
  padding: 0;
  margin: 15px 0;
  font-size: 1.4em;
}
.whiteoverlay h3 {
  padding: 0;
  margin: 5px 0;
  font-size: 1.0em;
}
.whiteoverlay h4 {
  padding: 0;
  margin: 5px 0;
  font-size: 0.85em;
}
.whiteoverlay fieldset {
  margin-bottom: 10px;
}
.whiteoverlay label,
.whiteoverlay input,
.whiteoverlay select,
.whiteoverlay option {
  font-size: 13px;
  font-weight: 300;
}
.whiteoverlay ul {
  list-style-type: none;
  margin: auto 0;
  padding: 0;
  width: 100%;
  display: table;
}
.whiteoverlay ul li {
  display: table-row;
  width: 100%;
  padding: auto 0;
}
.whiteoverlay ul li label,
.whiteoverlay ul li input,
.whiteoverlay ul li select {
  display: table-cell;
}
.whiteoverlay ul li label {
  width: 110px;
}
.whiteoverlay ul li select,
.whiteoverlay ul li input[type=text],
.whiteoverlay ul li input[type=number],
.whiteoverlay ul li input[type=email] {
  height: 24px;
  margin: 0 0 2px;
  min-width: 180px;
}
.whiteoverlay button {
  cursor: pointer;
  width: 200px;
  height: 40px;
  background: #AAAAAA;
  color: white;
  padding: 5px;
  text-transform: uppercase;
  font-weight: bold;
  border: 1px solid #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  text-align: center;
  float: none;
  clear: both;
  margin: 10px 0 ;
}
.whiteoverlay button:hover,
.whiteoverlay button:focus {
  background: #777;
}
.whiteoverlay .pledgeInput-amount {
  font-size: 18px;
  padding: 0 0 0 15px;
  height: 40px;
}
.posletetotam {
  padding: 0 15px;
}
.morris-hover.morris-default-style {
  background: rgba(255, 255, 255, 0.95) !important;
}
input:focus,
input:active {
  border: 1px solid #ccc!important;
}
h2.ozdobTitle {
  font-size: 32px;
  font-weight: 700;
  display: block;
  position: relative;
  text-align: left;
  color: #11457e;
  letter-spacing: -0.03em;
}
.grafObal {
  margin: 30px 0;
}
.grafObal #vsechnyStranyGraf {
  padding: 30px 15px;
  background: #ffffff;
  overflow: hidden;
  border-radius: 20px;
}
.grafObal #vsechnyStranyGraf svg {
  width: 100% !important;
}
.table-responsive {
  max-width: 500px;
  margin: 25px auto;
}
.table-responsive table,
.table-responsive table tr,
.table-responsive table td {
  border: 1px solid #d7141a !important;
  color: #d7141a !important;
}
.question {
  display: block;
  border: 1px solid #d7141a;
  padding: 15px;
  font-size: 14px;
}
.question h2,
.question h4,
.question p {
  font-size: 14px;
  line-height: 1.4em;
  margin-top: 0;
  color: #11457e;
  margin-bottom: 3px;
  padding-top: 0;
  padding-right: 40px;
}
.question p {
  font-size: 12px;
  color: #777;
}
.answerbox {
  margin-top: 5px;
}
.answerbox p {
  font-size: 14px;
  color: #444;
}
.me_odpocet {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  max-width: 340px;
}
.me_odpocet span {
  font-size: 48px;
  color: #D7141A;
  font-family: 'raleway-black';
}
.me_odpocet span em {
  font-style: normal;
  margin-top: 15px;
  color: #839EBC;
  font-size: 14px;
}
/* ------------- Responz ------------- */
/* Phones */
@media (max-width: 991px) {
  #whole_page {
    height: 100%;
  }
  #whole_page #main {
    padding: 30px 0 10px;
    background-color: #FCFCFF;
    background-size: cover;
    background-position: center top;
  }
  #whole_page #main h1 {
    font-size: 40px;
  }
  #whole_page #main h1 span {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .grafObal {
    background: url();
    margin: 30px 0;
  }
  .grafObal #vsechnyStranyGraf {
    margin: 0;
  }
  .grafObal #vsechnyStranyGraf svg {
    margin: 0;
    padding-left: 0;
  }
}
.hodnot {
  position: absolute;
  top: 9px;
  right: 24px;
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  background: #00cd2a;
  color: white;
  font-weight: 800;
  clip-path: polygon(100% 0, 100% 100%, 35% 100%, 0 65%, 0 0);
}
@media (max-width: 991px) {
  .hodnot {
    right: 9px;
  }
}
.hodnot.orangeBox {
  background: #ffb300;
}
.hodnot.redBox {
  background: #D7141A;
}
.question .hodnot {
  top: 8px;
  right: 23px;
}
.logoTop .hodnot {
  top: -10px;
  right: 0px;
}
@media (max-width: 767px) {
  .logoTop .hodnot {
    left: 300px;
    right: auto;
  }
}
@media (max-width: 500px) {
  .grid-item {
    width: 100%;
  }
}
/* Small devices (tablets, 768px and up) */
#order_user_email {
  height: 47px;
  top: 2px;
  position: relative;
  padding-left: 10px;
  padding-right: 5px;
  width: 230px;
}
.noborder,
.noborder td,
.noborder td label,
.noborder tr {
  border: 0;
  background: none;
  padding: 2px;
  height: 18px;
  line-height: 18px;
}
.noborder.footertable label {
  display: none;
}
#kontakty p {
  margin: 20px 0 40px;
}
#kontakty a {
  color: #11457E;
  font-weight: 700;
}
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
/* iPad */
/* iPad */
/* iPad - Landscape */
/* iPad - Landscape */
/* iPad - Portrait */
/* iPad -Portrait */
.text-center {
  text-align: center;
}
.published {
  color: #839EBC;
  margin-bottom: 30px;
  display: flex;
}
.mt20 {
  margin-top: 40px;
}
#stranaBoxes.smallWhiteBox {
  background: #e3e7ef;
  padding-top: 40px;
}
#stranaBoxes.smallWhiteBox .stranaBox span {
  font-size: 14px;
}
.grid-item {
  margin-bottom: 30px;
}
.rowgrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 15px 15px;
}
@media (max-width: 767px) {
  .rowgrid {
    grid-template-columns: 1fr 1fr;
  }
}
.rowgrid:before {
  display: none;
}
.rowgrid_mala {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 15px 15px;
}
.rowgrid_mala .stranaBox a {
  display: block;
  position: relative;
}
@media (max-width: 1200px) {
  .rowgrid_mala {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 991px) {
  .rowgrid_mala {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .rowgrid_mala {
    grid-template-columns: 1fr 1fr;
  }
}
.rowgrid_mala:before {
  display: none;
}
.grid-item2 {
  margin-bottom: 24px;
}
.rowgrid_mala .hodnot {
  top: 0;
  right: 0;
}
.rowgridwinner {
  grid-template-columns: 1fr 1fr;
}
#irozhlas {
  margin: 50px 0 30px;
}
#mobileFixed .dl-menuwrapper .dl-menu {
  width: 300px;
  right: 0;
  height: calc(100vh - 30px);
  background: #11457e;
  padding: 60px 0;
  transform: translateY(0) translateX(100%);
}
#mobileFixed .dl-menuwrapper .dl-menu.dl-menuopen {
  transform: translate(0, 0);
}
@media (max-width: 767px) {
  #mobileFixed .mobile-logo {
    margin-top: 13px;
    margin-left: 10px;
  }
  #whole_page #main h1 span,
  #whole_page #main h1 {
    font-size: 30px;
    line-height: 1.2;
  }
  #whole_page #main h1 {
    margin-bottom: -30px;
  }
  .wp-homepage #main p {
    font-size: 15px;
  }
  .me_odpocet span {
    font-size: 30px;
  }
  .me_odpocet {
    max-width: 200px;
  }
  h2.ozdobTitle {
    font-size: 28px;
  }
  #upperGray h2 {
    margin: 30px 0 10px;
  }
  #partnersbox {
    padding: 0 15px;
  }
  #kontakty p {
    margin: 20px 0 20px;
  }
}
