* {
    padding: 0;
    margin: 0;
    border: 0;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: lighter;
    color: #575759;
    font-size: 13.5px;
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.clear, .clearfix {
  clear: both;
}

a {
  color: #108cda;
  text-decoration: underline;
}

a.button {
  text-decoration: none;
}

a:hover, a:visited, a:focus {
  text-decoration: none;
  color: #005C97;
}

.top-hp-tags-filter a {
  text-decoration: none;
  color: #575759;
}

.text a {
  text-decoration: underline;
  cursor: pointer;
  color: #108cda;
}

.text table tr td, .text table tr th {
  border: 1px solid #575759;
  padding: 5px;
}

.footer .text a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    list-style-type: none;
}

h4 {
  font-weight: 600;
}

.header {
	height: 80px;
	position: relative;
	/* overflow: hidden; */
	z-index: 99999;
}
.header::after {
  background: rgba(0, 0, 0, 0) repeating-linear-gradient(45deg, #eaeaea, #eaeaea 2px, #fff 2px, #fff 4px) repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 100%;
} /* striped border */

.header #page-header {
  display: inline-block;
  margin: 15px 0;
}

.header #page-header span {
    display: none;
}

.header #page-header a {
    display: block;
    width: 121px;
    height: 44px;
    background-image: url("/style/kpz/images/logo.jpg");
    background-size: 121px 44px;
    background-repeat: no-repeat;
}
.header #page-header a {
	display: block;
	width: 121px;
	height: 49px;
	background-image: url("/style/kpz/images/logo.svg");
	background-size: cover;
	background-repeat: no-repeat;
}

.header .menu ul li ul {
  display: none;
}
.header .menu ul li:hover ul {
  display: block;
}

.header .menu ul li {
  position: relative;
}

.header .menu ul > li > ul {
	position: absolute;
	z-index: 9999;
	background: #fff;
	width: 180%;
	left: 0;
	top: 99%;
}
.header .menu ul > li > ul > li {
	display: block;
	width: 100%;
	padding: 8px 10px;
  margin: 0;
  color: #575759;
}
.header .menu ul > li > ul > li:before, .header .menu ul > li > ul > li:after {
  display: none;
}

.custom-container {
  content: " ";
  /*display: table;*/
  display: block;
  clear: both;
  margin: 0 auto;
  max-width: 1540px;
  padding: 0 15px;
  position: relative;
  width: 100%;
}

.footerbox {
    padding: 0 15px;
    float: left;
    width: 20%;
}

.fixedsocial-box {
	left: 0px;
	position: fixed;
	top: 100px;
	z-index: 9999;
}

.header .menu {
  display: inline-block;
  margin: 6px 0 0 15px;
  vertical-align: top;
}

.header .menu a {
  text-decoration: none;
  color: #575759;
}

  .header .menu a:hover,
  .header .menu li.active_exact_match > a {
    color: #ee2b33;
  }

.header .menu ul li {
  display: inline-block;
  font-size: 13.4px;
  font-weight: 300;
  margin: 0 5px;
  padding: 25px 10px;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.header .menu ul li:after {
    background: #005C97;
    height: 2px;
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
    width: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.header .menu ul li:not(:last-child)::before {
	background: #004B7C;
	content: "";
	height: 16px;
	position: absolute;
	right: -8px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
}

.header .menu ul li:hover:after,
.header .menu ul li.active_exact_match:after {
    width: 100%;
}

.header #registrace {
  background: #ee2b33 none repeat scroll 0 0;
  color: #fff;
  float: right;
  height: 80px;
  vertical-align: top;
  padding: 20px 35px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  text-align: left;
}
.header #registrace:hover {
    background: #005D9C;
}
.header #registrace i {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.fixedsocial-box ul li, #footer-socials ul li {
  color: #fff;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 50px;
  font-size: 17px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.fixedsocial-box ul li.fb, #footer-socials ul li.fb {
    background: #507CBD;
}

.fixedsocial-box ul li.yt, #footer-socials ul li.yt {
    background: #ED2027;
}

.fixedsocial-box ul li.ig, #footer-socials ul li.ig {
    background: #5F6364;
}

.footer {
	background: #3A3A3C;
	color: #fff;
	padding: 55px 0;
	position: relative;
	margin-top: 55px;
}
.footer:before {
  background: rgba(0, 0, 0, 0) repeating-linear-gradient(45deg, #424244, #424244 2px, #fff 2px, #fff 4px) repeat scroll 0 0;
  top: 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 100%;
} /* striped border */

.footerbox1 ul {
    margin-top: 35px;
}

.footerbox {
    padding: 0 25px;
}

.footer h2 {
  font-size: 14px;
  margin-bottom: 25px;
}

.footerbox3, .footerbox4, .footerbox5 {
  margin-left: 0;
  padding-right: 0;
  width: 15%;
  margin-left: 5%;
}

.footerbox4 ul li {
  padding: 1px 0;
}

.footerbox4 ul li a, .footerbox2 ul li a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.footerbox2 ul {
  list-style-type: disc;
}

.footerbox4 ul li a:hover, .footerbox2 ul li a:hover {
    padding-left: 10px;
}

.underfooter {
  background: #f4f4f4 none repeat scroll 0 0;
  color: #8b8c8e;
  font-size: 13.5px;
  padding: 30px 0px;
}
.underfooter-inner {
	width: 65%;
}

.underfooter-left {
    float: left;
}

.underfooter-right {
    float: right;
}

.top-hp-inner {
	display: block;
	font-size: 0;
} /* ??? */

.top-hp-tags-filter {
  margin: 25px 0 30px;
}

.top-hp-tags-filter .tag_browse_item:first-child {
  margin-left: 0;
}

.top-hp-tags-filter .tag_browse_item a, .top-hp-tags-filter .tag_browse_item {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.top-hp-tags-filter #rawobj-306-1709270326-item--kategorie-clanku--pro-zavodniky-- {
  background-image: url("/style/kpz/images/pro-zavodniky.png");
  background-repeat: no-repeat;
  background-position: right bottom;
}

.top-hp-tags-filter #rawobj-306-1709270326-item--kategorie-clanku--pro-hobbiky-- {
  background-image: url("/style/kpz/images/pro-hobbiky.png");
  background-repeat: no-repeat;
  background-position: right bottom;
}

.top-hp-tags-filter #rawobj-306-1709270326-item--kategorie-clanku--pro-rodiny-- {
  background-image: url("/style/kpz/images/pro-rodiny.png");
  background-repeat: no-repeat;
  background-position: right bottom;
}

.top-hp-tags-filter .tag_browse_item {
  background-color: #eaeaea;
  display: inline-block;
  font-size: 14px;
  height: 45px;
  margin-left: 0.4%;
  padding-top: 15px;
  text-align: center;
  text-transform: uppercase;
  width: 24.82%;
}

.top-hp-tags-filter .tag_browse_item:hover {
    background-color: #005C97;
    color: #fff;
}

.hp-novinka {
    position: relative;
}

.hp-singletab {
  padding: 7px;
  position: relative;
  overflow: hidden;
}

.hp-singletab-desc {
  position: absolute;
  width: 55%;
}

.yellowhd {
    color: #ffe000;
}

.blackhd {
    color: #3b3d40;
}

.grayhd {
    color: #d1d2d3;
}

.redtab {
    color: #ed2028;
}

.whitetab {
    color: #fff;
}

.bluetab {
    color: #1f6e91;
}

.lefttop {
    left: 35px;
    top: 35px;
    text-align: left;
}

.righttop {
    right: 35px;
    top: 35px;
    text-align: right;
}

.leftbottom {
    left: 35px;
    bottom: 35px;
    text-align: left;
}

.rightbottom {
    right: 35px;
    bottom: 35px;
    text-align: right;
}

.hp-singletab-desc, .hp-singletab-desc h2 {
  font-weight: bold;
  font-size: 28px;
}

.hp-singletab-desc h2 {
    margin-bottom: 25px;
}

.hp-singletab-desc {
	line-height: 35px;
}

.hp-singletab:hover .hp-singletab-desc h2, .hp-singletab:hover .hp-singletab-desc p {
    text-decoration: underline;
}

.hp-singletab-bg > img {
    width: 100%;
    height: auto;
}

.video-hp {
	background: #e0e3e4;
	position: relative;
	text-align: center;
	padding: 35px 0;
}
.video-hp::after {
  background: rgba(0, 0, 0, 0) repeating-linear-gradient(45deg, #000, #000 1px, #e0e3e4 2px, #e0e3e4 3px) repeat scroll 0 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
} /* striped border */

.video-hp iframe {
  height: 430px;
  width: 50%;
  border: 10px solid #fff;
}

.logo-slide {
  position: relative;
  text-align: center;
  padding-top: 35px;
}

/*.partneri-hp {
  padding: 115px 0;
}*/
.partneri-hp {
	padding: 65px 0;
}

.partneri-swiper-container:before {
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0))) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0)) repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 20%;
  z-index: 999;
  pointer-events: none;
}
.partneri-swiper-container:after {
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, right top, left top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0))) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(to left, rgb(255, 255, 255), rgba(255, 255, 255, 0)) repeat scroll 0 0;
  content: "";
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 20%;
  z-index: 999;
  pointer-events: none;
}

.partneri-hp h2 {
  font-size: 14.5px;
  font-weight: 500;
  left: 2px;
  position: absolute;
  text-align: left;
  text-transform: uppercase;
  top: -15px;
  z-index: 999;
}

/*.header-searcher {
  background: #fff none repeat scroll 0 0;
  height: 200px;
  padding: 5px 15px;
  position: absolute;
  right: 12%;
  top: 85px;
  width: 200px;
  z-index: 9999;
  overflow: visible;
  display: none;
}*/

.header-searcher input, .header-searcher button {
  margin: 0;
}

.header-searcher table {
    max-width: 100%;
}

.header-searcher table * {
  max-width: 170px;
}
/*
.header-searcher:before {
  background: rgba(0, 0, 0, 0) repeating-linear-gradient(45deg, #eaeaea, #eaeaea 2px, #fff 2px, #fff 4px) repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}*/ /* striped border */
/*.header-searcher:after {
  background: #fff;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}*/ /* striped border */
/*
.header-searcher tr td, .header-searcher tr th {
  display: block;
  margin: 2px 0px;
}

.header-searcher tr th {
  margin: 5px 0;
}*/

.header-searcher input, .header-searcher button {
	border: 1px solid gray;
	padding: 1px 5px;
	height: 30px;
}
.header-searcher input {
	width: 200px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header-searcher input:focus {
  width: 220px;
}
/*
.header-searcher hr {
    margin: 15px 0;
}*/

.header-searcher input[type="submit"], .header-searcher button {
	background: #fff;
	border: medium none;
	color: #575759;
	width: 100%;
	padding: 3px 0 5px;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 1px;
	right: 1px;
  z-index: 999;
}

#header-searcher-toggler {
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	margin: 28px 9px;
	position: relative;
}
/*----*/
.header-searcher {
	background: #fff none repeat scroll 0 0;
	position: absolute;
	right: -2px;
	top: 35px;
	z-index: 9999;
	overflow: visible;
	display: none;
}






.eshop-hp {
  background: #2977a8 none repeat scroll 0 0;
  color: #fff;
  padding: 120px 0 25px;
  position: relative;
  text-align: center;
}
.eshop-hp:after {
  background: rgba(0, 0, 0, 0) repeating-linear-gradient(45deg, #2977a8, #2977a8 2px, #E0E3E4 2px, #E0E3E4 4px) repeat scroll 0 0;
  top: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
} /* striped border */

.eshsop-placeholder {
    background: #fff;
    width: 100%;
    height: 360px;
    padding: 45px 30px;
}

.eshop-swiper-wrapper {
  width: 343px;
}

.eshsop-placeholder {
  text-align: left;
}

.eshsop-placeholder .left-citem-wrapper,
.eshsop-placeholder .citem-wrapper-start {
  width: 50%;
  float: left;
}

.eshsop-placeholder .catalog-property--name {
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	color: #005C96;
	line-height: 25px;
}

.eshsop-placeholder .catalog-property--price-dph {
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  width: 100%;
  float: left;
  color: #ED2127;
  margin: 5px 0 20px 0;
}

a.citm-bttn {
  background: #005C96 none repeat scroll 0 0;
  border-radius: 35px;
  color: #fff;
  height: 50px;
  margin: 25px auto;
  width: 140px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  padding: 17px 25px;
  float: left;
}

a.citm-bttn i {
  margin-left: 15px;
}

.eshsop-placeholder .catalog-property--description {
  font-size: 14px;
  color: #898D91;
}

.eshsop-placeholder .catalog-property--imgurl {
  width: 100%;
}

.tricko-part {
    position: relative;
}

.tricko-part h2 {
  border-bottom: 1px solid #fff;
  font-size: 14px;
  left: 15px;
  position: absolute;
  right: 15px;
  text-transform: uppercase;
  top: -70px;
  padding-bottom: 10px;
  text-align: left;
}

.eshop-slider button {
  background: #fff none repeat scroll 0 0;
  border-radius: 35px;
  color: #eb141b;
  height: 50px;
  margin: 25px auto;
  width: 195px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.eshop-slider button i {
  font-size: 16px;
  font-weight: bold;
  left: 3px;
  position: relative;
  top: 0;
}

.eshop-slider button:hover {
    background: #eb141b;
    color: #fff;
}

.eshop-swiper-button-prev-fake, .eshop-swiper-button-next-fake,
.hpstrip-swiper-button-prev-fake, .hpstrip-swiper-button-next-fake {
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
  color: #eb141b;
  font-size: 13px;
  height: 45px;
  margin-top: 0;
  padding-top: 12px;
  top: 35%;
  width: 25px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.hpstrip-swiper-button-prev-fake, .hpstrip-swiper-button-next-fake {
  background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
}

.hpstrip-swiper-button-prev-fake i {
  margin: 0 0 0 12px;
}
.hpstrip-swiper-button-next-fake i {
  margin: 0 0 0 8px;
}

.eshop-swiper-button-prev-fake {
  left: -10px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.eshop-swiper-button-next-fake {
  right: -10px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.hpstrip-swiper-button-prev-fake {
  left: -25px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.hpstrip-swiper-button-next-fake {
  right: -25px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.eshop-swiper-button-prev-fake:hover, .eshop-swiper-button-next-fake:hover,
.hpstrip-swiper-button-prev-fake:hover, .hpstrip-swiper-button-next-fake:hover {
    background: rgba(238,43,51,0.5);
    color: #fff;
}
.eshop-swiper-button-next, .eshop-swiper-button-prev,
.strip-zavody-wrapper-hp .swiper-button-next, .strip-zavody-wrapper-hp .swiper-button-prev {
    display: none;
}

.eshop-swiper-pagination .swiper-pagination-bullet {
    height: 5px;
    width: 5px;
    margin: 0 3px !important;
    background: #2977A8;
}

#eshop-cedulka {
    text-align: center;
    position: absolute;
    z-index: 999;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}

.novinky-hp {
    background: #EAEAEA;
}

button.dalsi-clanky-href,
a.button {
  background: #fff none repeat scroll 0 0;
  border-radius: 35px;
  color: #eb141b;
  font-size: 12px;
  font-weight: 600;
  height: 50px;
  letter-spacing: 1.5px;
  margin: 20px auto 25px;
  padding-top: 6px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 160px;
}

a.button {
  display: block;
  text-align: center;
  padding: 16px 30px;
  float: left;
  width: auto;
}

a.button.red {
  color: #fff;
  background: #eb141b;
}

a.button.blue {
  color: #fff;
  background: #005C97;
}

button.dalsi-clanky-href:hover,
a.button:hover {
  color: #fff;
  background: #eb141b;
}

a.button.red:hover {
  background: #fff;
  color: #eb141b;
}

a.button.blue:hover {
  color: #fff;
  background: #108cda;
}

.butts-row {
  text-align: center;
}
.butts-row a {
	margin: 25px auto;
	float: none !important;
	display: block;
	max-width: 270px;
	margin: 5px auto;
}

.novinky-hp h2 {
  border-bottom: 1px solid #2977a8;
  color: #2977a8;
  display: block;
  font-size: 14px;
  padding-bottom: 15px;
  text-align: left;
  text-transform: uppercase;
  margin: 65px 0 25px;
}

.clanek {
  overflow: hidden;
}

.clanek:first-child {
  padding-left: 0;
}
.clanek:last-child {
  padding-right: 0;
}

.novinky-hp {
  position: relative;
  margin-top: 60px;
}
.novinky-hp:after {
  background: rgba(0, 0, 0, 0) repeating-linear-gradient(45deg, #ed2027, #ed2027 1px, #eaeaea 1px, #eaeaea 3px) repeat scroll 0 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
} /* striped border */

.nostripedborder:after {
  display: none !important;
}

.hp-dva-clanky {
  margin-bottom: 45px;
}

.hp-dalsi-clanky .icon {
  display: block;
  width: 100%;
  height: 245px;
  overflow: hidden;
}

.hp-dalsi-clanky .icon img {
    width: 370px;
}
.hp-dva-clanky .clanek h3 a, .hp-novinka .perex-content-wrapper h2 a {
  text-decoration: none;
}
.hp-dva-clanky .clanek h3:hover a, .hp-novinka .perex-content-wrapper h2:hover a {
  text-decoration: underline;
}
.hp-dalsi-clanky h3 {
  color: #005d98;
  font-size: 27px;
  font-weight: 600;
  margin: 5px 0;
  min-height: 225px;
}
.hp-dalsi-clanky h3 a {
  text-decoration: none;
}
.hp-dalsi-clanky .clanek .list_item_inner {
    position: relative;
    background: #EAEAEA;
}
.hp-dalsi-clanky .clanek .list_item_inner:after {
  background: rgba(0, 0, 0, 0) repeating-linear-gradient(45deg, #ed2027, #ed2027 1px, #EAEAEA 1px, #EAEAEA 3px) repeat scroll 0 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
} /* striped border */
.hp-dalsi-clanky .clanek .moreparts {
  background: #fff none repeat scroll 0 0;
  border-radius: 35px;
  color: #eb141b;
  font-size: 12px;
  font-weight: 600;
  left: 50%;
  letter-spacing: 1.5px;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9999;
  padding: 12px 30px 10px 30px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}
.hp-dalsi-clanky .clanek .moreparts:hover {
    color: #fff;
    background: #eb141b;
}
.hp-dalsi-clanky .clanek .moreparts a {
  color: #eb141b;
  text-decoration: none;
}
.hp-dalsi-clanky .clanek .moreparts:hover a {
  color: #fff;
}
.hp-dalsi-clanky .clanek .list_item_inner::before {
	background: rgba(213, 214, 216, 0.7) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	opacity: 0;
	pointer-events: none;
}
.hp-dalsi-clanky .clanek:hover .moreparts, .hp-dalsi-clanky .clanek:hover .list_item_inner:before {
    opacity: 1;
}
.hp-dalsi-clanky .clanek .perex-content-wrapper {
  -webkit-transition: padding 0.5s ease;
  transition: padding 0.5s ease;
}
.hp-dalsi-clanky .clanek:hover .perex-content-wrapper {
  padding: 0 15px;
}

.hp-dva-clanky .clanek {
    background: #fff;
    padding: 0;
    width: 49.5%;
    max-height: 270px;
}

.hp-dalsi-clanky .clanek .info {
  margin: 20px 0 5px;
}

.hp-dalsi-clanky .clanek {
  margin-bottom: 20px;
}

.hp-dva-clanky .clanek .icon {
  float: right;
  width: 50%;
}
.hp-dva-clanky .clanek .info {
  margin: 5px 0;
}
.hp-dva-clanky .clanek h3 {
  color: #005d98;
  font-size: 27px;
  font-weight: 600;
  margin: 5px 0;
}
.hp-dva-clanky .clanek {
  position: relative;
}
.hp-dva-clanky .clanek .perex-content-wrapper {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 50%;
  padding: 15px;
}

.hp-dva-clanky .clanek:first-child {
  margin-right: 0.5%;
}

.hp-novinka .tree_listing_inner {
  position: relative;
}

.hp-novinka .perex-content-wrapper {
  position: absolute;
  z-index: 999;
}

.hp-novinka.velka-novinka .perex-content-wrapper .perex-body {
	height: 87px;
	overflow: hidden;
}

.hp-novinka.velka-novinka .perex-content-wrapper, .hp-novinka.stredni-novinka .perex-content-wrapper, .hp-novinka.mala-novinka .perex-content-wrapper {
	background: rgba(255, 255, 255, 0.85);
}

.hp-novinka.velka-novinka .perex-content-wrapper, .hp-novinka.stredni-novinka .perex-content-wrapper, .hp-novinka.mala-novinka .perex-content-wrapper {
  padding: 15px;
}

.hp-novinka.velka-novinka .perex-content-wrapper {
  bottom: 0;
  left: 0;
  width: 100%;
}

.hp-novinka.stredni-novinka .perex-content-wrapper {
  right: 0;
  top: 0;
  width: 45%;
  height: 100%;
}

.hp-novinka.stredni-novinka {
  max-width: 750px;
  margin: 0 auto;
}

.eshop-hp .tablet-size-eshop-button {
  display: none;
  width: 100%;
}

    .eshop-hp .tablet-size-eshop-button button {
        background: #fff none repeat scroll 0 0;
        border-radius: 35px;
        color: #eb141b;
        height: 50px;
        margin: 25px auto;
        width: 195px;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 1.5px;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
  .eshop-hp .tablet-size-eshop-button button i {
    font-size: 16px;
    font-weight: bold;
    left: 3px;
    position: relative;
    top: 0;
  }
  .eshop-hp .tablet-size-eshop-button button:hover {
    background: #eb141b;
    color: #fff;
  }

.hp-novinka.mala-novinka .perex-content-wrapper {
	left: 0;
	top: 0;
	padding-top: 10px;
	width: 55%;
	padding-left: 15px;
	height: 100%;
}

.hp-novinka .perex-content-wrapper .info {
	color: #575759;
	font-size: 13.5px;
}
.hp-novinka .perex-content-wrapper h2 {
  color: #005894;
  font-size: 28.5px;
  font-weight: bold;
  margin: 5px 0;
}
.hp-novinka.stredni-novinka .perex-content-wrapper h2 {
	height: 93px;
	overflow: hidden;
	font-size: 25px;
}
.hp-novinka.stredni-novinka .perex-content-wrapper .perex-body {
	overflow: hidden;
	height: 85px;
}
.hp-novinka .perex-content-wrapper .perex-body {
  color: #5B595A;
}
.hp-novinka.mala-novinka .perex-content-wrapper h2 a { 
  color: #D6303E; 
}

.hp-novinka .perex-content-wrapper .perex-body {
  font-size: 15px;
}

.hp-novinka.stredni-novinka .perex-content-wrapper .perex-body {
  margin-top: 15px;
}

.dalsi-aktuality-slider .list_item {
  background-color: #f9f9fa;
}

.dalsi-aktuality-slider h4,
.dalsi-aktuality-slider a.icon {
  font-size: 18px;
  display: block;
  padding: 5px;
  width: 50%;
  float: left;
}

.dalsi-aktuality-slider h4 a {
  text-decoration: none;
}

.velka-novinka.hp-novinka {
  padding: 0;
  margin: 0;
}

.stredni-novinka.hp-novinka {
  clear: left;
  margin-top: 5px;
}

.hp-novinka.mala-novinka {
  margin-top: 10px;
}

.detail-hlavni-obsah {
  background: #EFEEEE;
  margin-top: 15px;
  padding-top: 50px;
}

.detail-social, .detail-default, .pravy-sloupec, .obsahova-obsah, .levy-sloupec {
  display: inline-block;
  vertical-align: top;
}

.perex-slot {
  margin-top: 40px;
}

.perex-slot .icon-holder {
  float: right;
}

.perex-slot .perex-content-wrapper {
  float: left;
  width: 38%;
}

.detail-social, .levy-sloupec {
	width: 20%;
	padding-right: 3%;
}

.detail-default, .obsahova-obsah {
  color: #000;
  font-size: 16px;
  padding-right: 2%;
  width: 55%;
}

.obsahova-full {
  /*width: 1110px;*/
  float: left;
 /* margin-right: 30px;*/
 width: 72%;
  color: #000;
  font-size: 21px;
}

.detail-default p, .obsahova-obsah p {
	line-height: 26px;
  margin-bottom: 26px;
}

.pravy-sloupec {
  float: right;
  max-width: 370px;
  /*width: 26.5%;*/
  width: 26%;
}

.perex-slot .info {
  margin: 10px 0 0 0;
}

.perex-slot h2 {
  color: #005c97;
  font-size: 47px;
  font-weight: bold;
  margin: 10px 0;
}

.readmore-detail-wrapper i {
  color: #005c97;
  display: block;
  font-size: 27px;
  margin-top: 10px;
    -webkit-animation-name: arrowMove;
            animation-name: arrowMove;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
}
@-webkit-keyframes arrowMove {

    0% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
    10% {
        -webkit-transform: translateY(-3px);
                transform: translateY(-3px);    
    }
    20% {
        -webkit-transform: translateY(3px);
                transform: translateY(3px);
    }
    30% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }


}
@keyframes arrowMove {

    0% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
    10% {
        -webkit-transform: translateY(-3px);
                transform: translateY(-3px);    
    }
    20% {
        -webkit-transform: translateY(3px);
                transform: translateY(3px);
    }
    30% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }


}

.readmore-detail-wrapper {
  display: inline-block;
  margin-top: 15px;
  text-align: center;
}

.readmore-detail-wrapper button {
  background: #366E9F;
  border: 1px solid #366E9F;
  border-radius: 30px;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 15px 40px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.readmore-detail-wrapper button:hover {
  color: #366E9F;
  background: #fff;
}

.soc-label {
  color: #005c99;
  font-size: 14px;
  font-weight: 500;
}
.soc-label img {
  margin-top: -4px;
  padding-right: 10px;
}

ul.soc-items {
  margin-top: 15px;
}

ul.soc-items li {
  display: inline-block;
  font-size: 18px;
  height: 45px;
  text-align: center;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 45px;
  line-height: 45px;
  overflow: hidden;
}
ul.soc-items li a {
  display: block;
}

ul.soc-items li.net-facebook {
  background: #517cc0;
  color: #fff;
}
ul.soc-items li a {
  color: inherit !important;
}
ul.soc-items li.net-facebook:hover {
  background: #fff;
  color: #517cc0;
}

ul.soc-items li.net-twitter {
  background: #86D5F3;
  color: #fff;
}
ul.soc-items li.net-twitter:hover {
  background: #fff;
  color: #86D5F3;
}

ul.soc-items li.net-email {
  background: #fff;
  color: #E2E6E7;
}
ul.soc-items li.net-email:hover {
  background: #E2E6E7; 
  color: #fff;
}

ul.soc-items li.net-dalsi {
  background: #000;
  color: #fff;
}
ul.soc-items li.net-dalsi:hover {
  background: #fff;
  color: #000;
}

.detail-banner {
  max-width: 370px;
  margin-bottom: 25px;
}
  .detail-banner a{
    text-decoration: none;
  }
.detail-banner:hover .detail-banner-desc {
  text-decoration: underline;
}

.detail-banner-desc {
  font-size: 29px;
  font-weight: bold;
  line-height: 36px;
  padding: 20px;
}
.detail-banner-desc.bluestyled {
  background: #005C97;
  color: #D1D3D2;
}
.detail-banner-desc.whitestyled {
  background: #EAEAEA;
  color: #000000;
}
.detail-banner-desc.greenstyled {
  background: #27461D;
  color: #A9C232;
}

.pravy-sloupec h2, .levy-sloupec h2,
.event-detail h2,
.event-details-aktualne h2,
.galerie-wrapper h2,
h3.subheadning-underline,
.obsahova-obsah h3.subheadning-underline,
.detail-default h3.subheadning-underline,
.obsahova-obsah .dalsi-aktuality-slider h3, .zastity-obsah h2 {
	border-bottom: 1px solid #005c97;
	color: #005c97;
	display: block;
	font-size: 14px;
	padding-top: 20px;
	padding-bottom: 15px;
	position: relative;
	text-transform: uppercase;
	margin-bottom: 15px;
  font-weight: normal;
}

.pravy-sloupec h2 a,
.levy-sloupec h2 a,
.event-detail h2 a,
.event-details-aktualne h2 a,
.galerie-wrapper h2  a{
	color: #005c97;
	text-decoration: none;
}

.levy-sloupec h2, .obsahova-obsah h3.subheadning-underline, .pravy-sloupec h2 {
  margin-top: 0;
  padding-top: 0;
}

.event-detail h2 {
	margin-top: 50px;
}

.event-details-content-holder .pravy-sloupec h2 {
  margin-top: 50px;
}

.detail-default h2, .obsahova-obsah h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
}
.detail-default h3, .obsahova-obsah h3 {
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #108cda;
}

h2#sub-rozcestnik-header {
  font-size: 50px;
  font-weight: bold;
  color: #005C97;
  margin: 45px 0;
}

.img-desc-wrapper, .video-desc-wrapper {
  margin-bottom: 25px;
}

.img-desc-wrapper .img-desc-desc, .video-desc-wrapper .video-desc-desc {
  color: #a6aaa9;
  font-size: 16px;
  padding-top: 10px;
  font-weight: 500;
}
.img-desc-desc > img, .video-desc-desc > img {
  padding-right: 10px;
  margin-top: -5px;
}

.video-desc-video iframe {
  display: block;
  width: 100%;
  height: 450px;
}

.detail-default ul, .obsahova-obsah ul {
  list-style-type: none;
  padding-left: 60px;
  margin-bottom: 30px;
}
.detail-default ul li, .obsahova-obsah ul li {
  position: relative;
}
.detail-default ul li:before, .obsahova-obsah ul li:before {
  color: #ec2a32;
  content: "\f111";
  font-family: "FontAwesome";
  font-size: 6px;
  left: -35px;
  position: absolute;
  top: 10px;
}

.pravy-sloupec .list_item_inner {
  position: relative;
}
.pravy-sloupec .list_item_inner:after {
  background: rgba(0, 0, 0, 0) repeating-linear-gradient(45deg, #ed2027, #ed2027 1px, #EAEAEA 1px, #EAEAEA 3px) repeat scroll 0 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
} /* striped border */

#podrozcestnik-listing .perex::after {
	background: rgba(0, 0, 0, 0) repeating-linear-gradient(45deg, #ed2027, #ed2027 1px, #EAEAEA 1px, #EAEAEA 3px) repeat scroll 0 0;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	bottom: 0px;
	width: 100%;
}

.pravy-sloupec .list_item_inner h3 {
  color: #005c97;
  font-size: 30px;
  margin-top: 5px;
  padding-bottom: 15px;
  font-weight: bold;
}

.pravy-sloupec .list_item_inner h3 a {
  text-decoration: none;
}

.gallery_show:not(.gallery_show_detail) {
	background: #fff;
	padding: 15px 25px;
	overflow: hidden;
	margin: 15px 0;
  position: relative;
}

.obsahova-obsah .gallery_show:not(.gallery_show_detail) {
  background: #f4f7f9;
}

.gallery_show:not(.gallery_show_detail):after {
  background: rgba(0, 0, 0, 0) repeating-linear-gradient(45deg, #ed2027, #ed2027 1px, #eaeaea 1px, #eaeaea 3px) repeat scroll 0 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
} /* striped border */

.gallery_show h2 {
	color: #005c97;
	margin-bottom: 10px;
	height: 60px;
}

.gallery_show .actual_gallery, .gallery_show .actual_gallery .gallery-hidden-loaded {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.gallery_show .actual_gallery .gallery-hidden-loaded {
  display: none;
}

.gallery_show .photo {
	display: inline-block;
	margin: 10px 0;
	height: 150px;
	overflow: hidden;
}

.gallery_show.gallery_show_detail .photo {
  height: 230px;
}
.gallery_show:not(.gallery_show_detail) .photo img {
  width: 230px;
}

.gallery-load-more-btn-wrapper {
	display: block;
	width: 100%;
	margin: 10px 0;
}

.gallery-load-more-btn {
	color: #fff;
	background: #005c97;
	text-transform: uppercase;
	font-size: 17px;
	padding: 7px 20px;
	border-radius: 20px;
}

.offset-banner {
	position: absolute;
	left: 15px;
}

.aktualita-description-text {
	color: #005c97;
	font-size: 29px;
	font-weight: 500;
	max-width: 250px;
	line-height: 34px;
}

.aktualita-singlepicture-banner {
  max-width: 254px;
}

.aktualita-singlepicture-banner h2 {
	text-transform: uppercase;
	letter-spacing: 0.5px;
	border-bottom: 1px solid #005c97;
	color: #005c97;
	font-size: 14px;
	padding-bottom: 10px;
	font-weight: 500;
	margin: 15px 0 10px;
}

.redwhite-btn {
	background: #fff none repeat scroll 0 0;
	border-radius: 35px;
	color: #eb141b;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1.5px;
	margin: 15px 20px 25px 0;
	padding: 15px 30px 15px;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.redwhite-btn:hover {
    color: #fff;
    background: #eb141b;
}

.blue-btn {
  background: #005c97;
  border-radius: 35px;
  color: #fff;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1.5px;
	margin: 15px 20px 25px 0;
	padding: 15px 30px 15px;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.blue-btn:hover {
    color: #005c97;
    background: #fff;
}

.tree_node_paging {
	display: block;
	margin: 15px 0 40px;
}

.tree_node_paging .lower_nodes {
	float: left;
	position: relative;
	padding-left: 45px;
  width: 45%;
}

.tree_node_paging .higher_nodes {
	float: right;
	position: relative;
	padding-right: 45px;
	width: 45%;
}

.tree_node_paging .lower_nodes .top-node-wrapper .top-node-ico {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}
.tree_node_paging .higher_nodes .top-node-wrapper .top-node-ico {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
}

.tree_node_paging .date {
	font-size: 15px;
	margin-top: 20px;
}

.tree_node_paging span {
	color: #005c97;
	font-weight: 700;
	font-size: 27px;
	display: block;
	line-height: 35px;
}

.top-node-wrapper .top-node-heading {
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	border-bottom: 1px solid #005c97;
	color: #005c97;
	font-size: 13px;
	margin: 0;
  width: 100%;
}

.top-node-ico {
	background: #d3d2d0;
	color: #ed2530;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	text-align: center;
	font-size: 14px;
	padding-top: 8px;
}

.hp-dalsi-clanky h2 {
	border-bottom: 1px solid #2977a8;
	color: #2977a8;
	display: block;
	font-size: 14px;
	padding-bottom: 15px;
	text-align: left;
	text-transform: uppercase;
	margin: 20px 0 25px;
}

.clanek-dalsi-clanky, .dalsi-clanky {
  padding-bottom: 50px;
}

.photo-desc-frame {
  background: #E1E1E1;
  position: relative;
  margin: 15px 0;
  padding: 15px 0;
}

.photo-desc-frame:after {
  background: rgba(0, 0, 0, 0) repeating-linear-gradient(45deg, #ed2027, #ed2027 1px, #eaeaea 1px, #eaeaea 3px) repeat scroll 0 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
} /* striped border */

.photo-desc-frame h2 {
	color: #005c97;
	margin: 0 0 30px;
	font-size: 21px;
}

.photo-desc-frame .frame-description, .photo-desc-frame .frame-description p {
	font-size: 17px;
	line-height: 20px;
}

.photo-desc-frame .photo-frame-wrapper {
  margin-bottom: 10px;
}

ol {
  margin-left: 20px;
  list-style-type: none;
}
ol li {
	counter-increment: count-me;
	padding: 2px 0;
}
ol li::before {
	content: counter(count-me) ". ";
	display: block;
	position: relative;
	max-width: 0px;
	max-height: 0px;
	left: -20px;
	color: #2977a8;
}

.top-obsahova {
	text-align: center;
	background: url("/style/kpz/images/obsahova-top-bg2.jpg") no-repeat scroll top center;
	height: 237px;
	position: relative;
	margin-bottom: 55px;
}

.top-obsahova-obsah {
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	font-size: 18px;
}

.top-obsahova-obsah h2 {
	font-size: 38px;
	font-weight: 700;
	margin: 0 0 35px;
}

.jeden-sloupec-top .top-obsahova-obsah {
  text-align: left;
}
.jeden-sloupec-top .top-obsahova-obsah h2 {
  margin: 0 0 25px;
  font-weight: bold;
}

blockquote {
	padding: 0px 20px;
	margin: 0 0 20px;
	border-left: 2px solid #6fbae9;
}

.levy-sloupec .treelisting ul {
	width: 100%;
	list-style-type: none;
	position: relative;
	margin-bottom: 30px;
}
.levy-sloupec .treelisting ul::after {
	background: rgba(0, 0, 0, 0) repeating-linear-gradient(45deg, #ed2027, #ed2027 1px, #005C97 1px, #005C97 3px) repeat scroll 0 0;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	bottom: 0;
	width: 100%;
} /*stripped border*/

.levy-sloupec .treelisting ul li {
	background: #005C97;
	color: #fff;
	padding: 0;
	border-bottom: 1px solid #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.levy-sloupec .treelisting ul li a {
  padding: 18px 25px;
  display: block;
  color: #fff;
  text-decoration: none;
}
.levy-sloupec .treelisting ul li:hover,
.levy-sloupec .treelisting ul li.active_exact_match {
  background: #1982C4;
}

.levy-sloupec .treelisting ul li h3 {
	margin: 0;
	font-size: 14px;
	text-transform: uppercase;
}

.levy-sloupec .treelisting.graylist ul li {
  background: #EEEEEE;
  color: #000;
  border-bottom: 1px solid #DFDFDF;
}

  .levy-sloupec .treelisting.graylist ul li a {
    color: #005C97;
  }

.levy-sloupec .treelisting.graylist ul li:hover,
.levy-sloupec .treelisting.graylist ul li.active {
  background: #005C97;
  color: #fff;  
}

  .levy-sloupec .treelisting.graylist ul li.active a,
  .levy-sloupec .treelisting.graylist ul li:hover a {
    color: #fff;
  }
.levy-sloupec .treelisting.graylist ul::after {
	background: rgba(0, 0, 0, 0) repeating-linear-gradient(45deg, #ed2027, #ed2027 1px, #EEEEEE 1px, #EEEEEE 3px) repeat scroll 0 0;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	bottom: 0;
	width: 100%;
} /*stripped border*/

.obsahova-dalsi-clanky {
	background: #EAEAEA;
	position: relative;
	padding-top: 20px;
	margin-top: 10px;
}
.obsahova-dalsi-clanky::after {
	background: rgba(0, 0, 0, 0) repeating-linear-gradient(45deg, #ed2027, #ed2027 1px, #EAEAEA 1px, #EAEAEA 3px) repeat scroll 0 0;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
} /*stripped border*/

.obsahova-slider {
  padding: 50px 0;
}

.jeden-sloupec-default {
  background: #EFEEEE;
  padding: 35px 15px;
}

.galerie-vypis {
  text-align: center;
}
.galerie-vypis .galerie-polozka .list_item_inner {
	background: #fff;
	height: 340px;
	margin: 35px 0;
	text-align: left;
}

.galerie-vypis .galerie-polozka .list_item_inner .info, .galerie-vypis .galerie-polozka .list_item_inner h3 {
  padding: 0 15px;
  margin: 0;
}

.galerie-vypis .galerie-polozka .list_item_inner .info {
	color: #737272;
	margin: 5px 0 0;
}

.galerie-vypis .galerie-polozka .list_item_inner h3 {
  color: #005894;
  font-weight: bold;
  margin: 20px 0 0;
}

.jeden-sloupec-default .list-browse-json-message {
  clear: both;
  display: block;
  text-align: center;
}

.detail-gallery-load-more-btn span {
	background: #fff;
	color: #005c97;
	font-weight: bold;
	font-size: 14px;
	padding: 10px 30px;
}

.jeden-sloupec-default .manualload span, .detail-gallery-load-more-btn span {
	background: #fff;
	max-width: 150px;
	display: block;
	margin: 10px auto;
	text-align: center;
	padding: 8px 25px;
	cursor: pointer;
	border-radius: 20px;
	text-transform: uppercase;
	color: #005894;
	font-weight: bold;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.jeden-sloupec-default .manualload span:hover, .detail-gallery-load-more-btn span:hover {
  background: #005894;  
  color: #fff;
}

.jeden-sloupec-top {
  margin: 0;
}

/*
.white-ribbon {
  padding: 20px 0;
}*/

.white-ribbon .goback-btn {
	background: #fff;
	border: 2px solid #ee2b33;
	color: #ee2b33;
	padding: 11px 25px;
	border-radius: 25px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
  margin: 20px 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.white-ribbon .goback-btn:hover {
  background: #ee2b33;
  color: #fff; 
}

#menu-icon {
	display: none;
	font-size: 28px;
	margin-top: 20px;
	margin-right: 15px;
  float: right;
  cursor: pointer;
}

/*nove top hp*/

.top-hp-horni-row-leva, .top-hp-horni-row-prava {
	display: inline-block;
	vertical-align: top;
	width: 49.7%;
  overflow: hidden;
}

.top-hp-horni-prava-leva, .top-hp-horni-prava-prava {
	display: inline-block;
	vertical-align: top;
	width: 49.7%;
  overflow: hidden;
}

.top-hp-spodni-row-leva, .top-hp-spodni-row-prava {
	display: inline-block;
	vertical-align: top;
	width: 49.7%;
  overflow: hidden;
  height: 28vh;
}


.top-hp-horni-row-inner > .clear, .top-hp-spodni-row-inner > .clear, .top-hp-horni-row-prava-inner > .clear {
  display: none;
}
.top-hp-horni-row-inner, .top-hp-horni-row-prava-inner, .top-hp-spodni-row-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-hp-horni-row-inner .top-hp-horni-row-leva, .top-hp-horni-row-prava-inner .top-hp-horni-prava-leva {
  width: 49.7%;
}
.top-hp-horni-row-inner .top-hp-horni-row-prava, .top-hp-horni-row-prava-inner .top-hp-horni-prava-prava {
  width: 49.7%;
}
.top-hp-spodni-row-leva, .top-hp-spodni-row-prava {
  width: 49.7%;
}
.top-hp-horni-prava-leva {
  width: 49% !important;
}
.top-hp-spodni-row {
	margin-top: 10px !important;
}
.top-hp-video-holder {
	height: calc(25.5vh - 3px) !important;
}
.hp-novinka.velka-novinka .tree_listing_inner {
	height: 51vh !important;
}
.hp-novinka.mala-novinka {
	margin-top: 10px !important;
}
.top-hp-zavod-object {
	height: 51vh !important;
}

.top-hp-zavod-object.isCovered:after { /* COVER KDYŽ NEJSOU ZÁVODY */
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: #fff url("/style/kpz/images/2019_cover.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 999;
  width: 100%;
  height: 100%;
}
/* --- nove top hp ---*/

.top-hp-horni-row-leva, .top-hp-horni-row-prava {
	display: inline-block;
	vertical-align: top;
	width: 49.7%;
  overflow: hidden;
}

.top-hp-horni-prava-leva, .top-hp-horni-prava-prava {
	display: inline-block;
	vertical-align: top;
	width: 49.7%;
  overflow: hidden;
}

.top-hp-horni-prava-prava {
  text-align: left;
}

.top-hp-spodni-row-leva, .top-hp-spodni-row-prava {
	display: inline-block;
	vertical-align: top;
	width: 49.7%;
  overflow: hidden;
  height: 28vh;
}

.faq-vypis h2 {
	border-bottom: 1px solid #2977a8;
	color: #2977a8;
	display: block;
	font-size: 18px;
	padding-bottom: 15px;
	text-align: left;
	text-transform: uppercase;
	margin: 55px 0 15px;
	font-weight: bold;
}

.faq-otazka {
  background: transparent;
  padding: 15px;
  padding-left: 0;
}

.faq-otazka .list_item_inner {
  background: #fff;
  padding: 15px;
}

.faq-otazka .list_item_inner h3 {
  margin: 0;
  margin-bottom: 15px;
  pointer-events: none;
  cursor: initial;
  color: #2977a8;
  font-weight: bold;
  font-size: 18px;
}

.faq-otazka .list_item_inner .perex-body {
  font-size: 14px;
}

.faq-vypis-obecny {
  margin: 30px 0;
}

.faq-vypis-obecny h2 {
	border-bottom: 1px solid #F1F1F1;
	color: #2977a8;
	display: block;
	font-size: 18px;
	padding-bottom: 15px;
	text-align: left;
	text-transform: uppercase;
	margin: 55px 0 15px;
	font-weight: bold;
  margin-top: 0;
}

.faq-vypis-obecny h3 {
	font-size: 14px;
	margin: 10px 0;
	text-decoration: underline;
}

.help-box {
	position: fixed;
	bottom: 3vh;
	right: 3%;
	z-index: 9999;
}

.help-box .help-box-button button {
	background: #FF3628;
	text-transform: uppercase;
	color: #fff;
	padding: 10px 20px;
	border-radius: 25px;
	padding-left: 0;
	overflow: hidden;
	font-weight: bold;
	font-size: 13px;
}

.help-box .help-box-button button .question-mark {
	background: #D92E22;
	color: #F5C5C2;
	padding: 15px;
	border-radius: 50%;
	margin-right: 10px;
	text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.help-box .help-box-button button:hover .question-mark {
  margin-right: 15px;
}

.help-form-object {
	position: absolute;
	left: calc(-100% - 100px);
	bottom: calc(100% + 10px);
	background: #fff;
	border-radius: 15px;
	display: none;
	width: 360px;
}

.help-form-object .help-form-header {
	background: #085098;
	color: #fff;
	padding: 10px 20px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.help-form-object .help-form-header h2 {
  display: inline-block;
  width: 90%;
  vertical-align: top;
  text-align: left;
  margin: 0;
  font-size: 17px;
}

.help-form-object .help-form-header .help-form-close {
  display: inline-block;
  width: 10%;
  vertical-align: top;
  text-align: right;
}

.help-form-descriptions {
  padding: 0 10px;
}

.help-form-descriptions h3 {
	margin: 0;
	color: #085098;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	margin: 15px 0 2px;
}

.help-form-descriptions a {
  color: #FF3628;
  text-decoration: underline;
}

.help-form-object form input, .help-form-object form textarea {
	background: #EFEFEF;
	color: #9B9B9B;
	margin: 10px 0 0;
}

.help-form-object button[type="submit"] {
	color: #085098;
	background: transparent;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
	position: absolute;
	bottom: 15px;
	right: 15px;
	width: auto;
	border: 0;
	-webkit-box-shadow: 0px inherit;
	        box-shadow: 0px inherit;
	-webkit-box-shadow: initial;
	        box-shadow: initial;
}
.help-form-object ul {
  padding: 0 10px;
}

.help-form-close {
  cursor: pointer;
}

.kontakt-wrapper .leva-cast {
  padding-left: 0;
}

.kontakt-wrapper .prava-cast {
  padding-right: 0;
}

.kontakt-wrapper {
	color: #000;
	font-size: 16px;
	padding: 4% 0;
}

.kontakt-wrapper h2 {
	color: #005D99;
	font-weight: bold;
	font-size: 48px;
	margin: 15px 0 30px;
}

.kontakt-wrapper h3 {
	font-weight: bold;
	font-size: 21px;
}

.kontakt-wrapper table tr td {
	padding: 3px 20px 3px 0;
	font-size: 15px;
}

.kontakt-wrapper a {
  color: #005D99;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.kontakt-wrapper a:hover {
  color: #FF0000;
  text-decoration: underline;
}

.hp-novinka.velka-novinka .tree_listing_inner {
  height: 50vh;
  overflow: hidden;
}
.hp-novinka.mala-novinka .tree_listing_inner {
  height: calc(25vh - 0px);
  overflow: hidden;
}
.hp-novinka.mala-novinka .tree_listing_inner img {
  min-width: initial;
}
.hp-novinka.stredni-novinka .tree_listing_inner {
  height: 28vh;
  overflow: hidden;
}
.hp-novinka.mala-novinka {
	margin-top: 4px;
	text-align: center;
}
.hp-novinka.mala-novinka .perex-content-wrapper {
  text-align: left;
}
.stredni-novinka.hp-novinka {
  margin-top: 0;
}
.top-hp-spodni-row {
  margin-top: 5px;
}

.hp-novinka img {
  max-width: initial;
  /*min-width: 100%;*/
  width: auto;
  height: 100% !important;
}

.perex-holder-detail {
  color: #839193;
}

.top-hp-spodni-row-prava img {
  height: 100%;
  width: auto;
  max-width: initial;
  min-width: auto !important;
}

.top-hp-spodni-row-prava {
  float: right;
}

.mala-novinka.hp-novinka h2 {
	font-size: 20px;
}

.mala-novinka.hp-novinka h2 .ext-text {
  display: inline;
}
.mala-novinka.hp-novinka h2 .dots-text {
  display: none;
}

.top-hp-video-holder {
  width: 100%; 
  height: calc(25vh - 2px);
}

.top-hp-zavod-object {
  background: #005c97;
  height: 50vh;
}
.top-hp-video-holder iframe {
  width: 100%;
  height: 100%;
}

.switch-tabs {
	color: #3B72A8;
	width: calc(100% + 1px);
	position: relative;
	left: -1px;
}
.switch-tab {
	background: #D3D2D0;
	color: #3B72A8;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	border: 1px solid #D3D2D0;
  border-top: 0;
  border-bottom: 0;
	padding: 15px 5px;
	font-size: 13px;
}
.switch-tab.active {
  background: #3B72A8;
  color: #D3D2D0;  
}
.top-hp-zavod-object .switch-tab.active {
  background: #005c97;
}

.top-hp-zavod-object .scrollbtn {
	background: #D3D2D0;
	text-align: center;
	cursor: pointer;
	color: #3B72A8;
	font-size: 13.5px;
}

.top-hp-zavod-object {
  position: relative;
}

.top-hp-zavod-object .scrolldown-btn {
  position: absolute;
  bottom: 0;
  left:0;
  width: 100%;
}
.top-hp-zavod-object .scrollup-btn {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
}

.top-hp-zavod-object .contents {
  color: #fff;
  padding: 0;
}

.top-hp-zavod-object .contents .content-aktualni, .top-hp-zavod-object .contents .content-vsechny {
	display: none;
	max-height: 427px;
	overflow-x: hidden;
	overflow-y: hidden;
	margin-right: 0;
}

.top-hp-zavod-object .contents .content-aktualni.active, .top-hp-zavod-object .contents .content-vsechny.active {
  display: block;
}

#podrozcestnik-listing .list_item {
  padding: 5px;
}

#podrozcestnik-listing .list_item_inner {
	border: 1px solid #ccc;
	position: relative;
	height: 255px;
  overflow: hidden;
}

#podrozcestnik-listing .list_item h3 {
  text-align: center;
  margin: 15px 0;
}

#podrozcestnik-listing .list_item h3 a {
  font-weight: bold;
  text-decoration: none;
  color: #005C97;
  text-transform: uppercase;
  font-size: 15px;
}

/* detail zavodu */
.tabberlive .tabbertab {
  border: 0px none;
  padding: 0;
}

.tabbertab {
  border: 0px none;
}

ul.ev-nav-inner {
  margin: 0;
  padding: 0;
}

ul.tabbernav li,
ul.ev-nav-inner li {
  margin: 0;
}

ul.ev-nav-inner {
  font-size: 0;
}

ul.ev-nav-inner li {
  display: inline-block;
  width: 25%;
  text-align: center;
  font-size: 13.5px;
}

ul.ev-nav-inner li a {
  width: 100%;
}

.event-nav {
  position: relative;
  margin: 50px 0;
  /**/
}
.event-nav.sticky ul {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 1510px;
  z-index: 99;
}


.event-nav:before {
  background: url('images/rozc.gif') 0 bottom no-repeat scroll #ed2028;
  content: "";
  width: 81px;
  height: 100%;
  position: absolute;
  left: -81px;
  border-bottom: 1px solid #E9EAEA;
  border-top: 1px solid #E9EAEA;
}

ul.ev-nav-inner li a {
	background: #fff;
	color: #424244;
	text-transform: uppercase;
	font-weight: normal;
	padding: 17px 0;
	margin: 0;
	display: inline-block;
}

ul.ev-nav-inner li a {
  border-right: 1px solid #E9EAEA;
  border-left: 1px solid #E9EAEA;
  border-bottom: 1px solid #E9EAEA;
  border-top: 1px solid #E9EAEA;
  text-decoration: none;
}

ul.ev-nav-inner li a:hover {
  background: #005494;
  color: #fff;
}

ul.tabbernav {
  background: #487caf;
}

.race-tabs ul.tabbernav {
  background: #f1f2f3;
}

ul.tabbernav li a {
  border: 0px none !important;
  background: #487caf;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  padding: 17px 20px;
  margin: 0;
  display: inline-block;
}

  ul.tabbernav li a:link,
  ul.tabbernav li a:visited,
  ul.tabbernav li a:focus {
    color: #fff;
  }
  
  ul.tabbernav li a:hover {
    background: #fff;
    color: #424244;
  }
  
    ul.tabbernav li.tabberactive a:hover {
      background: #fff;
      color: #424244;
    }



ul.tabbernav li.tabberactive a,
ul.tabbernav li.tabberactive a:link,
ul.tabbernav li.tabberactive a:visited,
ul.tabbernav li.tabberactive a:focus {
  color: #424244;
}

.race-tabs ul.tabbernav li a {
  background: #f1f2f3;
  color: #848485;
}

.race-tabs ul.tabbernav li.tabberactive a {
  background: #e0e3e4;
  color: #424244;
}

  .race-tabs ul.tabbernav li a:hover {
    background: #e0e3e4;
    color: #424244;
  }

ul.tabbernav {
  border: 0px none;
}

.event-details-content-holder {
  background: #e9eaea;
}

.event-details-info ul.tabbernav li a,
.event-details-info .tabbertab {
  background: #ebecec;
}

.event-details-info ul.tabbernav li a {
  background: #487caf;
}

  .event-details-info ul.tabbernav li a:hover {
    background: #ebecec;
  }

.event-details-info ul.tabbernav li.tabberactive a {
  background: #ebecec;
}

.galerie-wrapper {
  background: #e0e3e4;
}

.event-top-info-holder {
  margin: 35px 0 20px;
}

.event-details-seznamy ul.tabbernav li {
  width: 50%;
  text-align: center;
}

.event-details-seznamy ul.tabbernav li a {
  width: 100%;
}

.event-details-seznamy ul.tabbernav li a {
  color: #6189B6;
  background: #EAEAEA;
}

  .event-details-seznamy ul.tabbernav li.tabberactive a {
    color: #fff;
    background: #6189B6;
  }

.ti-left {
	background: #005494;
	height: 100%;
	width: 360px;
	float: left;
	position: relative;
	padding: 66px 0 40px 60px;
	color: #fff;
  height: 490px;
}

.ti-left:after {
  display: block;
  content: "";
  height: 100%;
  width: 145px;
  border-top: 490px solid #005494;
  border-right: 145px solid transparent;
  position: absolute;
  top: 0;
  right: -145px;
}

.event-top-info-holder .top-event-info {
  height: 490px;
  position: relative;
  display: block;
  overflow: hidden;
}

.ti-right {
	background: #005494;
	height: 490px; /*100%*/
	width: 285px;
	float: right;
	position: relative;
	color: #fff;
	padding: 55px 65px 0 0;
	position: relative;
}

.ti-right:after {
  display: block;
  content: "";
  height: 100%;
  width: 145px;
  border-top: 490px solid transparent;
  border-right: 145px solid #005494;
  position: absolute;
  top: 0;
  left: -145px;
}

.ti-left h2 {
  font-weight: bold;
  font-size: 28px;
  padding-bottom: 30px;
  border-bottom: 1px solid #3474a4;
}

.ti-left .place-p,
.ti-left .term-p {
  font-weight: bold;
  font-size: 20px;
}

.ti-left p,
.ti-right p {
  font-size: 15px;
  line-height: 24px;
  margin: 28px 0 0px;
  height: 189px;
  overflow: hidden;
}

.ti-right p {
  margin:0;
  padding: 0;
  height: 284px;
  text-align: right;
}


.ti-right-inner {
  padding: 0 0 28px;
  border-bottom: 1px solid #3474a4;
}

.top-zavod-bttns {
  /*position: absolute;
  left: -85px;
  z-index: 1;
  bottom: 10px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 40px;
}

.top-zavod-bttns a {
	margin-right: 15px;
	height: 35px;
  padding: 10px 30px;
  float: none;
  display: inline-block;
  margin: 0;
}

.ti-right .top-zavod-bttns a {
	padding: 11px 14px;
	white-space: nowrap;
  font-size: 10px;
  color: #fff;
  background: #eb141b;
}
.ti-right .top-zavod-bttns a:hover {
  color: #eb141b;
  background: #fff;
}

.action-butts-detail {
  position: absolute;
  bottom: 35px;
  left: 440px;
}
.top-event-info .action-butts-detail {
  width: 455px;
}

.ac-butt {
  display: inline-block;
  position: relative;
  margin: 8px 22px 8px 0;
}
.content-aktualni .ac-butt {
  margin: 8px 0px 8px 0;
}

.action-butts-detail span.ac-title {
  display: inline-block;
  background-color: #fff;
  padding: 3px 25px;
  border-radius: 15px;
  font-weight: bold;
  text-transform: uppercase;
} 
.next-race-hp .action-butts-detail span.ac-title {
	display: inline-block;
	background-color: #fff;
	padding: 3px 25px 1px;
	border-radius: 35px;
	font-weight: bold;
	text-transform: uppercase;
	width: 105px;
	font-size: 12px;
	line-height: 15px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.action-butts-detail .ac-icon {
  width: 35px;
  height: 35px;
  border-radius: 35px;
  position: absolute;
  left: -15px;
  top: -5px;
  color: #fff;
  padding: 12px;
}
.next-race-hp .action-butts-detail .ac-icon {
	width: 35px;
	height: 35px;
	border-radius: 35px;
	position: absolute;
	left: -15px;
	top: 0px;
	color: #fff;
	padding: 12px;
}

.ac-butt.cal .ac-icon {
  background-color: #f7b233;
}

.ac-butt.cal {
  color: #f7b233;
}

.ac-butt.mail .ac-icon {
  background-color: #f7b233;
  padding: 11px 10px 12px 11px;
}

.ac-butt.mail {
  color: #f7b233;
}

.ac-butt.fcb .ac-icon {
  background-color: #507cbe;
  padding: 12px 12px 12px 14px;
}

.ac-butt.fcb {
	color: #507cbe;
	margin-left: -15px;
}

.ac-butt.meteo .ac-icon {
  background-color: #005c87;
  padding: 11px 12px 12px 11px;
}

.ac-butt.meteo {
  color: #005c87;
}

h3.tabber-h {
	display: inline-block !important;
	font-size: 24px;
	font-weight: bold;
	color: #005C96;
	margin: 10px 0 35px;
}

h3.tabber-h.swiper-heading {
	text-align: center;
	display: block !important;
	font-size: 20px;
	margin: 25px 0 40px;
}

.tab-inner {
  padding: 50px;
  font-size: 14px;
  line-height: 150%;
  background-color: #e0e3e4;
}

.tab-inner-thin {
  padding: 15px;
  font-size: 14px;
  line-height: 150%;
  background-color: #6189B6;
}

.tab-inner .col2 {
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 40px;
          column-gap: 40px;
          -webkit-column-fill: balance;
                  column-fill: balance;
}

.col2 h3.tabber-h.outer {
  margin: 40px 0 0;
}

.tab-inner.wh {
  background-color: #fff;
}

.tab-inner.gr {
  background-color: #ebecec;
}

.tab-inner.lblue {
  background-color: #6189B6;
}

.tabbertab .tabberlive {
  margin-top: 0;
}

ul.tabbernav {
  padding: 0;
}

ul.tabbernav li {
  display: inline-block;
}

.race-tabs ul {
  overflow: hidden;
}

.event-details-seznamy {
	background: #005C97 url('images/res-bcg.jpg') 0 0 no-repeat scroll;
	background-size: 100%;
	/* height: 755px; */
	padding: 30px 0;
}

.kolo-sponz-logo {
  display: block;
  float: left;
  margin-top: 20px;
}

.tabbertab.traces-tab .tab-inner {
  font-size: 13px;
  color: #636366;
}

.tabbertab.traces-tab .trace-left {
  width: 30%;
  margin-right: 5%;
  float: left;
}

.tabbertab.traces-tab .trace-right {
  width: 65%;
  float: left;
}

.trace-info {
  width: 100%;
  clear: both;
}

.trace-info .left {
  text-align: left;
}

.trace-info .right {
	text-align: right;
	float: right;
	max-width: 60%;
}

h4.info-section-right {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px;
  color: #636366;
  text-align: center;
}

h4.info-section,
div.category-header {
  font-size: 13px;
  font-weight: bold;
  margin: 18px 0 0;
  color: #636366;
  text-align: left;
}

.trace-right img {
  margin-bottom: 10px;
}

table.race-fee {
  width: 100%;
}

table.race-fee td:nth-child(2){
  text-align: right;
}

.category-cover {
  margin: 5px 0;
}

.category-gender {
  float: left;
  margin-left: 10px;
}

.category-inner {
  width: 65px;
  height: 65px;
  border-radius: 65px;
  display: block;
  margin-right: 5px;
  float: left;
  color: #fff;
  font-weight: 200;
  padding: 23px 10px;
  font-size: 10px;
  text-align: center;
  position: relative; 
}

.category-inner {
  background-color: #005c97;
}

.muz .category-inner {
  background-color: #005c97;
}

.zena .category-inner {
  background-color: #d77515;
}

.dite .category-inner {
  background-color: #00b3e6;
}

div.category-inner[title]:hover:after {
  content: attr(title);
  position: absolute;
  background-color: #f9fafa;
  padding: 5px;
  color: #005c97;
  left: 45px;
  top: -20px;
  width: 120px;
  z-index: 10;
}

.event-details-info {
  padding: 0 0 45px;
}

.event-details-aktualne {
  background-color: #e0e3e4;
  padding: 30px 0 80px;
}

.event-details-aktualne .list_item {
  width: 50%;
  float: left;
  background-color: #f9f9fa;
}

.event-details-aktualne .list_item .perex h2 {
  width: 50%;
  float: left;
  display: block;
  height: 100%;
  font-weight: bold;
  font-size: 28px;
  text-decoration: none;
  margin: 0;
  border: 0px none;
  text-transform: none;
  padding: 30px 25px;
}

.event-details-aktualne .list_item .perex a.icon {
  width: 50%;
  float: left;
  display: block;
  height: 100%;
}

.event-details-aktualne .list_item .perex a.icon img {
  width: 100%;
  display: block;
}

.article_text table {
  width: 100% !important;
}

.article_text table tr:nth-child(odd) {
  background: #EDEDED;
}
.article_text table tr:nth-child(even) {
  background: #fff;
}

.article_text table tr:first-child th, .article_text table tr:first-child td {
  border: none;
  text-transform: uppercase;
  color: #005C97;
  font-weight: 400;
  border-bottom: 2px solid #EAEBEB;
}
.article_text table tr td {
  font-size: 15px;
  border: none;
}

.hp-race-item {
  padding: 12px 80px 12px 20px;
  display: block;
  clear: both;
}

#mojb-browse-kalendar .itm-wrapper,
#mojb-browse-kalendar-past .itm-wrapper {
  padding: 5px;
}

#mojb-browse-kalendar .hp-race-item,
#mojb-browse-kalendar-past .hp-race-item {
  padding: 15px;
  display: block;
  clear: none;
  float: left;
  height: 365px;
  width: 100%;
  text-align: center;
  background-color: #005C97;
}

#mojb-browse-kalendar .itm-wrapper:nth-child(3n),
#mojb-browse-kalendar-past .itm-wrapper:nth-child(3n) {
  padding: 5px 0px 5px 5px;
}

#mojb-browse-kalendar .itm-wrapper:nth-child(4n),
#mojb-browse-kalendar .itm-wrapper:first-child {
 /* padding: 5px 5px 5px 0px;*/
}

  a.hp-race-item {
    text-decoration: none;
    color: #fff;
  }

.logo-wrapp,
.other-wrapp {
  display: inline-block;
  float: left;
  width: 75%;
}

  #mojb-browse-kalendar .other-wrapp,
  #mojb-browse-kalendar-past .other-wrapp {
    width: 100%;
  }

.logo-wrapp {
  width: 25%;
  padding-right: 18px;
}

#mojb-browse-kalendar .logo-wrapp,
#mojb-browse-kalendar-past .logo-wrapp {
	width: 135px;
	max-width: 100%;
	padding: 0;
	margin: 15px auto 15px;
	display: block;
	float: none;
}
  
    #mojb-browse-kalendar .logo-wrapp img,
    #mojb-browse-kalendar-past .logo-wrapp img {
      text-align: center;
    }

.hp-race-item h3 {
  font-size: 14px;
  margin: 0;
}

  #mojb-browse-kalendar .hp-race-item h3,
  #mojb-browse-kalendar-past .hp-race-item h3 {
    font-size: 22px;
    margin: 0;
  }
  
  #mojb-browse-kalendar h3.r-place,
  #mojb-browse-kalendar-past h3.r-place {
    margin-bottom: 15px;
    font-weight: bold;
  }

.hp-race-item h3.r-name {
  font-weight: bold;
}

.content-vsechny .mo-browse-json-message,
.content-vsechny .manualload {
  display: none;
}

.strip-zavody-wrapper {
  max-width: 1540px;
}

.hp-strip-topwrapper {
  position: relative;
}

.strip-zavody-wrapper .hp-race-item {
  padding: 12px;
  color: #fff;
}

.strip-zavody-wrapper h3 {
	height: 47px;
	overflow: hidden;
}

.strip-zavody-wrapper h3.r-name {
  height: 30px;
  overflow: hidden;
}

.next-race-hp {
	padding: 25px 15px;
}

.next-race-hp img {
	float: left;
	/* margin: 0 50px 0 0; */
	margin: 0 43% 0 0;
}

.next-race-hp h2 {
	font-size: 19px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 8px;
	margin-bottom: 15px;
	color: #fff;
}

.next-race-hp h3 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 25px;
	color: #d1d2d3;
}

.top-row h4 {
  font-size: 12px;
  margin: 8px 0 0;
  color: #fff;
  font-weight: 200;
  text-transform: uppercase;
}

.top-row .timing {
  font-size: 22px;
  font-weight: bold;
  color: #d1d2d3;
}

  .top-row .timing small {
    font-size: 11px;
  }
  
.top-row .top-td {
  float: left;
}

  .top-row .top-td.left {
    margin-right: 25px;
  }

.top-row.next-start .timing {
  font-size: 35px;
  font-weight: bold;
  color: #d1d2d3;
}

.next-race-hp-inner {
  border-bottom: 1x solid #fff;
}

.timing-label {
	font-size: 11px;
	font-weight: 200;
	text-transform: uppercase;
	color: #d1d2d3;
	display: inline-block;
	margin: 0 25px 0 0;
}

.next-race-hp .top-zavod-bttns {
  left: 27px;
  bottom: -10px;
  /*border-top: 1px solid #d1d2d3;*/
}

.next-race-hp .action-butts-detail {
  position: relative;
  left: 0;
  bottom: 0;
}

.top-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	border-top: 1px solid rgba(165, 165, 165, 0.5);
	padding: 8px 0;
}
.top-row:last-of-type {
  border-bottom: 1px solid rgba(165, 165, 165, 0.5);
}

.top-row h4 {
	margin: 0;
  margin-right: 10px;
  line-height: 1.4;
}

.top-row .val-wrap {
  display: inline-block;
  text-align: right;
  min-width: 160px;
}
.top-row .val-wrap .timer-seconds {
  display: inline-block;
  width: 29px;
  text-align: left;
}

.top-row.next-start .timing {
	font-size: 21px;
	font-weight: bold;
  color: #d1d2d3;
  white-space: nowrap;
}

.timing-label {
	font-size: 9px;
	margin: 0 9px 0 0;
}

.ac-butt.meteo .ac-icon {
	background-color: #5f98dc;
	font-size: 13.5px;
}

.obsahovy-rozcestnik-novinka-navic, .obsahovy-rozcestnik-novinka-navic .tree_listing_inner {
  height: 50vh;
  position: relative;
}

.obsahovy-rozcestnik-novinka-navic .perex-content-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  background: rgba(255, 255, 255, 0.65);
  height: 265px;
  overflow: hidden;
  color: #5B595A;
  font-size: 15px;
}

.obsahovy-rozcestnik-novinka-navic .perex-body {
	height: 55%;
	overflow: hidden;
}

.tag-icon-wrapper {
	position: relative;
	pointer-events: none;
}
.tag-icon-wrapper .tag-node-holder {
  position: absolute;
  right: 15px;
  bottom: 15px;
  max-width: 200px;
  height: auto;
  background: #fff;
}
.tag-icon-wrapper .tag-node-holder .tag-icon {
  padding: 0;
  text-align: center;
}
.tag-icon-wrapper .tag-node-holder .tag-icon .text-part-gray {
	text-transform: uppercase;
	background: #ebebeb;
	color: #6c6c6c;
	padding: 15px 5px;
	font-weight: 500;
	font-size: 12px;
}
.tag-icon-wrapper .tag-node-holder .tag-icon .image-part {
	text-align: center;
	padding: 30px 10px;
}
.tag-icon-wrapper .tag-node-holder .tag-icon .image-part img {
  max-width: 100%;
  height: auto;
}
.tag-icon-wrapper .tag-node-holder img {
  max-width: 100%;
  height: auto;
}

.den-s-kpz-interactive > h2 {
	color: #1982c4;
	font-weight: 400;
	font-size: 18px;
	margin: 25px 0 40px;
}
.den-s-kpz-interactive > h2 img {
	margin-left: 5px;
	margin-top: -3px;
}

.den-s-kpz-interactive .mapa-and-marks {
  position: relative;
}

.den-s-kpz-interactive .den-s-kpz-marks {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.den-s-kpz-interactive .den-s-kpz-marks .mark {
	background: #005c96;
	color: #fff;
	position: absolute;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 10px 7px 10px;
	border-radius: 5px;
	font-size: 10px;
	cursor: pointer;
}
.den-s-kpz-interactive .den-s-kpz-marks .mark.leftbottompointer { border-bottom-left-radius: 0; }
.den-s-kpz-interactive .den-s-kpz-marks .mark.leftbottompointer::after {
	content: "";
	width: 15px;
	height: 99%;
	background: #005C96;
	border: 3px solid #005C96;
	position: absolute;
	left: 0;
	top: 0px;
	-webkit-transform: skew(-15deg);
	        transform: skew(-15deg);
	z-index: -1;
}
.den-s-kpz-interactive .den-s-kpz-marks .mark.rightbottompointer { border-bottom-right-radius: 0; }
.den-s-kpz-interactive .den-s-kpz-marks .mark.rightbottompointer::after {
	content: "";
	width: 15px;
	height: 99%;
	background: #005C96;
	border: 3px solid #005C96;
	position: absolute;
	right: 0;
	top: 0px;
	-webkit-transform: skew(20deg);
	        transform: skew(20deg);
	z-index: -1;
}
.den-s-kpz-interactive .den-s-kpz-marks .mark.lefttoppointer { border-top-left-radius: 0; }
.den-s-kpz-interactive .den-s-kpz-marks .mark.lefttoppointer::after {
	content: "";
	width: 15px;
	height: 99%;
	background: #005C96;
	border: 3px solid #005C96;
	position: absolute;
	left: 0px;
	top: 0px;
	-webkit-transform: skew(20deg);
	        transform: skew(20deg);
	z-index: -1;
}
.den-s-kpz-interactive .den-s-kpz-marks .mark.righttoppointer { border-top-right-radius: 0; }
.den-s-kpz-interactive .den-s-kpz-marks .mark.righttoppointer::after {
	content: "";
	width: 15px;
	height: 99%;
	background: #005C96;
	border: 3px solid #005C96;
	position: absolute;
	right: 0;
	top: 0px;
	-webkit-transform: skew(-15deg);
	        transform: skew(-15deg);
	z-index: -1;
}
.den-s-kpz-interactive .den-s-kpz-marks .mark.active {
  background: #ff0000 !important;
}
.den-s-kpz-interactive .den-s-kpz-marks .mark.active:after {
  background: #ff0000 !important;
  border: 3px solid #ff0000 !important;
}
.den-s-kpz-interactive .den-s-kpz-marks .mark.sluzby-pred-zavodem {
	left: 270px;
	top: 10px;
}
.den-s-kpz-interactive .den-s-kpz-marks .mark.parkoviste {
	left: 105px;
	top: 25px;
}
.den-s-kpz-interactive .den-s-kpz-marks .mark.infostanek {
	top: 130px;
	left: 50px;
}
.den-s-kpz-interactive .den-s-kpz-marks .mark.prezence {
	left: 60px;
	top: 250px;
}
.den-s-kpz-interactive .den-s-kpz-marks .mark.depo {
	bottom: 170px;
	left: 80px;
}
.den-s-kpz-interactive .den-s-kpz-marks .mark.po-zavode {
	bottom: 25px;
	left: 75px;
}
.den-s-kpz-interactive .den-s-kpz-marks .mark.trasy-kpz {
	top: 190px;
	left: 300px;
}
.den-s-kpz-interactive .den-s-kpz-marks .mark.sluzby-na-trati {
	top: 280px;
	left: 330px;
}
.den-s-kpz-interactive .den-s-kpz-marks .mark.obcerstveni {
	bottom: 65px;
	left: 300px;
}
.den-s-kpz-interactive .den-s-kpz-marks .mark.detske-zavody {
	right: 65px;
	top: 90px;
}
.den-s-kpz-interactive .den-s-kpz-marks .mark.v-cili {
	right: 20px;
	bottom: 220px;
}
.den-s-kpz-interactive .den-s-kpz-marks .mark.doprovodny-program {
	right: 112px;
	bottom: 146px;
}

.den-s-kpz-interactive .textshows .textshow {
	display: none;
	padding: 6% 0 10px;
	font-size: 16px;
}

.den-s-kpz-interactive .textshows .textshow p {
  margin-bottom: 15px;
}

.den-s-kpz-interactive .textshows .textshow h2 {
	text-transform: uppercase;
	margin: 0;
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 30px;
}

.thin-dalsi-akce-strip .logo-wrapp {
  float: none;
  display: block;
  text-align: center;
  padding: 0;
  height: 40px; /*50px*/
}

.thin-dalsi-akce-strip .hp-race-item {
  text-align: center;
}
.thin-dalsi-akce-strip .logo-wrapp, .thin-dalsi-akce-strip .other-wrapp {
  width: 100%;
  float: none;
}

.thin-dalsi-akce-strip .logo-wrapp img {
  width: 40px;
  height: auto;
}

.thin-dalsi-akce-strip .other-wrapp h3:nth-child(1) {
  height: 33px; /* 20px */ 
  margin-top: 10px;
  margin-bottom: 0;
}

.section-desc {
	height: 51vh;
	position: relative;
}
.section-desc-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 15px;
}
.section-desc-inner.redbg {
  background: #EC1D27;
}
.section-desc-inner.bluebg {
  background: #005894;
}
.section-desc-inner.graybg {
  background: #3A3A3C;
}

.section-desc-inner .icon-desc-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.section-desc-inner .desc {
	padding: 15px;
	font-size: 15px;
}

.section-desc-inner h3 {
	font-weight: bold;
	font-size: 32px;
	margin: 15px 0 10px;
}

.postup-rozcestnik {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.postup-rozcestnik .step {
	width: 33.333%;
	background: #4a7cad;
	color: #fff;
	text-align: center;
	position: relative;
	padding: 15px 5px;
	font-weight: bold;
	font-size: 12px;
}
.postup-rozcestnik .step:nth-child(1)::after, .postup-rozcestnik .step:nth-child(2)::after {
	position: absolute;
	content: "";
	width: 4px;
	height: 80%;
	right: 10px;
	bottom: -10px;
	-webkit-transform: rotate(35deg);
	        transform: rotate(35deg);
	background: #fff;
}
.postup-rozcestnik .step:nth-child(1)::before, .postup-rozcestnik .step:nth-child(2)::before {
	position: absolute;
	content: "";
	width: 4px;
	height: 80%;
	right: 10px;
	top: -10px;
	-webkit-transform: rotate(-35deg);
	        transform: rotate(-35deg);
	background: #fff;
}

.tab-table-inner table tr:nth-child(odd) {
  background: #f5f5f5;
}
.tab-table-inner table tr:nth-child(even) {
  background: #fff;
}
.tab-table-inner table tr:first-child {
  border-bottom: 1px solid #d1d1d1;
}
.tab-table-inner table tr th {
  color: #005d97;
}
.tab-table-inner table tr th, .tab-table-inner table tr td {
	padding: 10px 20px;
}
.tab-table-inner table tr td:last-child {
  padding: 0;
  text-align: right;
}
.tab-table-inner table tr td .greencell {
  color: #8aab1e;
  font-weight: bold;
}
.tab-table-inner table tr td .redcell {
  color: #dc3b0f;
  font-weight: bold;
}

.tab-table-inner table tr td button.reg-button {
	background: #aad42a;
	color: #fff !important;
	font-weight: bold;
	height: 41px;
	padding: 0px 20px;
	font-size: 11px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tab-table-inner table tr td button.reg-button i {
  margin-left: 10px;
  font-size: 19px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  left: 0;
}
.tab-table-inner table tr td button.reg-button:hover i {
  left: 5px;
}

.testovani-kol-swiper-container .swiper-button-next {
  right: 5px !important;
}
.testovani-kol-swiper-container .swiper-button-prev {
  left: 5px !important;
}

.testovani-kol-swiper-button-prev {
  background: none;
  width: 25px !important;
  height: 25px !important;
}
.testovani-kol-swiper-button-prev::after {
	content: "\f053";
	font-family: "FontAwesome";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	color: #000;
	font-size: 22px;
}
.testovani-kol-swiper-button-next {
  background: none;
  width: 25px !important;
  height: 25px !important;
}
.testovani-kol-swiper-button-next::after {
	content: "\f054";
	font-family: "FontAwesome";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	color: #000;
	font-size: 22px;
}

.jak-si-pujcit-kolo ul {
  width: 100%;
}
.jak-si-pujcit-kolo ul li {
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
}
.jak-si-pujcit-kolo ul li:first-child {
   border-top: 1px solid #e0e0e0; 
}
.jak-si-pujcit-kolo ul li a {
	width: 100%;
	display: block;
	position: relative;
	color: #4d4d4d;
	padding: 19px 0;
	font-weight: bold;
	text-decoration: none;
}
.jak-si-pujcit-kolo ul li a:after {
  content: "\f054";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #0e5d98;
}
.jak-si-pujcit-kolo h3 {
	margin-top: 10px;
}

.neaktivni-zavod .rezervace-kol {
	text-align: right;
}
.neaktivni-zavod .rezervace-kol, .neaktivni-zavod .jak-si-pujcit-kolo {
  padding-left: 65px;
  padding-right: 65px;
}

.cols-jak-si-pujcit-kolo {
  margin: 25px -50px 0;
  padding: 35px 0;
  background: #f6f6f6;
}

.rezervace-modelu-banner {
  margin: 0 -50px 25px;
  background: #4ab641;
  padding: 35px 0;
}

.rezervace-modelu-banner .icon {
  padding-right: 0;
  text-align: right;
}

.rezervace-modelu-banner .desc {
	text-align: left;
	color: #fff;
	padding-right: 8%;
	font-weight: bold;
	padding-left: 5%;
}

.rezervace-modelu-banner .desc ul {
  list-style-type: none;
  margin-left: 15px;
}
.rezervace-modelu-banner .desc ul li {
	position: relative;
	padding: 7px 0;
}
.rezervace-modelu-banner .desc ul li::before {
	content: "•";
	position: absolute;
	left: -15px;
	top: 6px;
	font-weight: bold;
}

.kolo-slide-inner {
  text-align: center;
  width: 100%;
}

.kolo-slide-inner .icon {
	height: 130px;
  width: 192px;
	overflow: hidden;
  margin: auto;
}

.kolo-slide-inner .icon img {
  width: 100%;
  height: auto;
}

.kolo-slide-inner .name {
	font-size: 16px;
	margin-top: 5px;
	height: 42px;
	overflow: hidden;
}
.kolo-slide-inner .name a {
  color: #339fe2;
}

.aktivni-zavod .cols-jak-si-pujcit-kolo {
	padding: 35px 45px;
}
.aktivni-zavod .jak-si-pujcit-kolo ul {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-flow: row wrap;
	    flex-flow: row wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.aktivni-zavod .jak-si-pujcit-kolo ul li {
  width: 45%;
}
.aktivni-zavod .jak-si-pujcit-kolo ul li:first-child, .aktivni-zavod .jak-si-pujcit-kolo ul li:nth-child(2) {
	border-top: 1px solid #e0e0e0;
}
.aktivni-zavod .kolo-slide-inner .name {
	font-size: 16px;
	margin-top: 5px;
	height: 45px;
	overflow: hidden;
}

.kolo-slide-inner.inactive {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	pointer-events: none;
}

.kolo-slide-inner .sizes {
  color: #ababab;
  height: 30px;
}

.kolo-slide-inner .rezervation button {
	color: #fff;
	text-transform: uppercase;
	background: #ee2e32;
	padding: 8px 35px;
	border-radius: 35px;
	font-size: 14px;
	margin-top: 15px;
}

.other-desc-text h3 {
  display: block !important;
  font-size: 14px;
  margin-top: 25px;
  margin-bottom: 5px;
  color: #4d4d4d;
  font-weight: bold;
}
.other-desc-text strong {
  color: #4d4d4d;
}
.other-desc-text ul {
  list-style-type: none;
}
.other-desc-text ul li::before {
	content: "•";
	margin-right: 8px;
	font-size: 24px;
	line-height: 0;
	position: relative;
	top: 2px;
}

.pravy-sloupec .sponzorovane-clanky .list_item_inner::after {
  display: none;
}

.pravy-sloupec .sponzorovane-clanky .list_item_inner h2 {
	background: #005C97;
	color: #D1D3D2;
  margin: 0;
  margin-bottom: 25px;
  padding: 20px;
	font-size: 29px;
	font-weight: bold;
	line-height: 36px;
  text-transform: none;
  border: none;
}
.pravy-sloupec .sponzorovane-clanky .list_item_inner h2 a {
  color: #D1D3D2;
}

.sponzorovany-clanek {
  max-width: 370px;
  margin: 0 auto;
}

.sponzorovany-clanek .tag-icon-wrapper .tag-node-holder {
  right: auto;
  bottom: auto;
  left: 10px;
  top: 10px;
}

.sponzorovany-clanek .tag-icon-wrapper .tag-node-holder .tag-icon .image-part {
  padding: 0;
}
/*
.sponzorovany-clanek .tag-icon-wrapper .tag-node-holder {
  background: transparent;
}*/
.sponzorovany-clanek .tag-icon-wrapper .tag-node-holder {
	background: #fff;
	padding: 10px;
	width: 135px;
	height: 160px;
  overflow: hidden;
}
.sponzorovany-clanek .tag-icon-wrapper .tag-node-holder .tag-icon {
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.sponzorovany-clanek .tag-icon-wrapper .text-part-gray {
  display: none;
}

.sponzorovany-clanek:hover h2 a {
  text-decoration: underline;
}

.pravy-sloupec .sponzorovane-clanky.bluestyled .list_item_inner h2 {
	background: #005C97;
}
.pravy-sloupec .sponzorovane-clanky.bluestyled .list_item_inner a {
  color: #D1D3D2;
}
.pravy-sloupec .sponzorovane-clanky.whitestyled .list_item_inner h2 {
	background: #EAEAEA;
}
.pravy-sloupec .sponzorovane-clanky.whitestyled .list_item_inner a {
	color: #000000;
}
.pravy-sloupec .sponzorovane-clanky.greenstyled .list_item_inner h2 {
	background: #27461D;
}
.pravy-sloupec .sponzorovane-clanky.greenstyled .list_item_inner a {
	color: #A9C232;
}

.vysledky-zavodu-top-left-part {
	float: left;
	width: 45%;
	font-size: 16px;
}
.vysledky-zavodu-top-left-part h2 {
	font-size: 30px;
}
.vysledky-zavodu-top-right-part {
  float: right;
  width: 40%;
  text-align: right;
}
.vysledky-zavodu-top-right-part button {
	background: #009958;
	font-size: 13px;
	text-transform: uppercase;
	padding: 12px 25px;
	margin-top: 10px;
}
.vysledky-zavodu-top-right-part a {
  color: #fff;
}
.kpzapi_racestartlist_selector #filter_primary ul li select, .kpzapi_racestartlist_selector #filter_primary ul li input[type="text"], .kpzapi_results_filter #filter_primary ul li select, .kpzapi_results_filter #filter_primary ul li input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #EFEFEF;
  border-radius: 0;
  color: #595a5e;
}

.kpzapi_results_filter #filter_primary ul li select {
  background: #EFEFEF url("/style/kpz/images/rolldown-ico.jpg") no-repeat;
  background-position: calc(100% - 15px) center;
}
.kpzapi_results_filter #filter_primary ul li select option {
  padding: 5px 10px;
}

.kpzapi_results_filter #filter_primary ul li label {
	color: #595a5e;
	text-transform: uppercase;
	font-size: 13px;
}/*
.kpzapi_results_filter #filter_primary ul {
  font-size: 0;
  display: flex;
  flex-direction: row;
  flex-flow: row wrap;
  justify-content: space-between;
}*/
.kpzapi_racestartlist #filter_primary .bottom-fieldset ul li, .kpzapi_results_filter #filter_primary ul li {
	display: inline-block;
	width: 20%;
	font-size: 14px;
	padding: 10px 0;
	vertical-align: middle;
}

.kpzapi_racestartlist #filter_primary .bottom-fieldset ul li {
	width: 24%;
}

.kpzapi_racestartlist #filter_primary .bottom-fieldset ul li select, .kpzapi_racestartlist #filter_primary .bottom-fieldset ul li button[type="submit"] {
	margin: 0;
  height: 34px;
  width: 100%;
}

.kpzapi_racestartlist .button-submit, .kpzapi_results_filter #filter_primary button[type="submit"] {
	float: right;
	background: #009958;
	text-transform: uppercase;
	color: #fff;
	width: auto;
	border-radius: 0;
	border: 0;
	font-weight: bold;
	padding: 5px 25px;
	margin: 25px 0;
}
.kpzapi_results_filter #filter_primary {
	padding: 0 0 25px 0;
}

.kpzapi_results_list #result-cover table tr:nth-child(even) {
  background: #fff;
}
.kpzapi_results_list #result-cover table tr:nth-child(odd) {
  background: #EFEEEE;
}

.kpzapi_results_list #result-cover table {
  width: 100%;
}

.kpzapi_results_list #result-cover table tr th {
	color: #175497;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
}
.kpzapi_results_list #result-cover table tr td {
	font-size: 16px;
}
.kpzapi_results_list #result-cover table tr:first-child {
  border-bottom: 2px solid #EAEBEB;
}
.kpzapi_results_list #result-cover table tr td:last-child, .kpzapi_results_list #result-cover table tr th:last-child {
  text-align: right;
}

.kpzapi_results_list #result-cover table tr td:nth-child(3), .kpzapi_results_list #result-cover table tr td:nth-child(6) {
  color: #ed2331;
}

.kpzapi_results_list #result-cover table tr td, .kpzapi_results_list #result-cover table tr th {
	padding: 9px 15px;
}

#mojb-hp-races {
	padding-bottom: 88px;
}

#mojb-hp-races .logo-wrapp {
	width: 50px;
	padding-right: 0px;
}

#mojb-hp-races .hp-race-item {
	padding: 5px 20px 5px 20px;
	display: block;
	clear: both;
	height: 50px;
}

.hp-race-item h3 {
	margin-top: 0;
	margin-bottom: 10px;
}

#race-more-holder {
  display: none;
}

#race-more-holder .more-h-inner {
  background: #005494;
  padding: 45px 30px;
  color: #fff;
}

#vyhledavani-clanky_query_form form table {
  margin: 25px 0;
}

.testovani-kol-slider {
	width: 987px;
	max-width: 100%;
}

select.ajax-listing-filter {
  padding: 5px 15px;
  margin: 0 0 0 15px;
}

.strip-zavody-wrapper-fullwidth a {
  padding: 15px;
  height: 140px;
  overflow: hidden; 
}

.strip-zavody-wrapper-fullwidth a .logo-wrapp {
  width: 35%;
}

.strip-zavody-wrapper-fullwidth a .other-wrapp {
  width: 65%;
}

a.detail-all-races-bttn {
  margin: 35px auto;
  font-size: 12px;
  float: none;
  width: 290px;
}

table.race-startlist {
  width: 100% !important;
}

table.race-startlist tr:nth-child(odd) {
  background: #EDEDED;
}
table.race-startlist tr:nth-child(even) {
  background: #fff;
}

table.race-startlist tr:first-child th, table.race-startlist tr:first-child td {
  border: none;
  text-transform: uppercase;
  color: #005C97;
  font-weight: 400;
  border-bottom: 2px solid #EAEBEB;
}
table.race-startlist tr td {
  font-size: 15px;
  border: none;
}
table.race-startlist tr td, table.race-startlist tr th {
  padding: 5px;
}

.strip-zavody-wrapper-fullwidth:before {
	background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0))) repeat scroll 0 0;
	background: rgba(0, 0, 0, 0) linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0)) repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 20%;
	z-index: 999;
  pointer-events: none;
}
.strip-zavody-wrapper-fullwidth:after {
	background: rgba(0, 0, 0, 0) -webkit-gradient(linear, right top, left top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0))) repeat scroll 0 0;
	background: rgba(0, 0, 0, 0) linear-gradient(to left, rgb(255, 255, 255), rgba(255, 255, 255, 0)) repeat scroll 0 0;
	content: "";
	height: 100%;
	right: 0;
	position: absolute;
	top: 0;
	width: 20%;
	z-index: 999;
  pointer-events: none;
}

.strip-zavody-wrapper-fullwidth .swiper-button-prev, .strip-zavody-wrapper-fullwidth .swiper-button-next {
  background: none !important;
  background: rgba(0,0,0,0.4) !important;
  border-radius: 50%;
  width: 45px !important;
  height: 45px !important;
  font-size: 38px;
}
.strip-zavody-wrapper-fullwidth .swiper-button-prev:after, .detail-race-actuals-swiper-button-prev:after, .strip-zavody-wrapper-fullwidth .swiper-button-next:after, .detail-race-actuals-swiper-button-next:after {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  position: absolute;
  content: "\f105";
  font-family: "FontAwesome";
}
.strip-zavody-wrapper-fullwidth .swiper-button-prev:after, .detail-race-actuals-swiper-button-prev:after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.detail-race-actuals-swiper-button-next, .detail-race-actuals-swiper-button-prev {
    position: absolute;
    top: 50%;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background: none !important;
    background: rgba(0,0,0,0.4) !important;
    border-radius: 50%;
    width: 45px !important;
    height: 45px !important;
    font-size: 38px;
}

.detail-race-actuals-swiper-button-next, .swiper-container-rtl .detail-race-actuals-swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}

.detail-race-actuals-swiper-button-prev, .swiper-container-rtl .detail-race-actuals-swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}

.strip-zavody-wrapper-fullwidth .swiper-button-prev {
  left: 5% !important;
}
.strip-zavody-wrapper-fullwidth .swiper-button-next {
  right: 5% !important;
}

.kpzapi_results_filter #filter_primary .righter {
	float: left;
	width: 15%;
	text-align: center;
	height: 85px;
  position: relative;
  overflow: hidden;
}
.kpzapi_results_filter #filter_primary .righter ul {
  margin: 0;
}
.kpzapi_results_filter #filter_primary .righter ul li {
  padding: 0;
}
.kpzapi_results_filter #filter_primary label, .kpzapi_results_filter #filter_primary span {
  display: inline-block;
  margin: 0 5px 0 0;
}
.kpzapi_results_filter #filter_primary span select {
  width: 115px;
}

.kpzapi_results_filter #filter_primary .lefter {
  float: right;
  width: 85%;
}
.kpzapi_results_filter #filter_primary .lefter > div {
	float: left;
	width: 17.5%;
	vertical-align: middle;
	height: 85px;
	border-left: 1px solid #f2f2f0;
	text-align: center;
	position: relative;
	overflow: hidden;
	text-transform: uppercase;
	padding: 0 5px;
}
.kpzapi_results_filter #filter_primary .lefter > div .inner, .kpzapi_results_filter #filter_primary .righter .inner {
  position: absolute;
  left: 50%;
  bottom: 15px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
.kpzapi_results_filter #filter_primary .righter .inner {
  bottom: 10px;
}
.kpzapi_results_filter #filter_primary .lefter > div.junior-trophy-div {
	width: 30%;
}
.kpzapi_results_filter #filter_primary .lefter > div.soutez-zamestnancu-div a, .kpzapi_results_filter #filter_primary .lefter > div.junior-trophy-div a {
  margin: 0 5px;
}
.kpzapi_results_filter #filter_primary .lefter > div span {
	display: block;
	color: #d0d0d0;
	margin: 0;
	margin-bottom: 5px;
	font-size: 12px;
}

.kpzapi_results_filter #filter_primary .lefter a.pointer {
  cursor: pointer;
}
.kpzapi_results_filter #filter_primary .lefter a {
  color: #696a6c;
  text-decoration: none;
}
.kpzapi_results_filter #filter_primary .lefter a:hover {
  color: #FF3628; 
}
.kpzapi_results_filter #filter_primary .lefter a.active {
  color: #FF3628;
}
.kpzapi_results_filter #filter_primary .top-fieldset {
	border: 1px solid #f2f2f0;
	border-top: none;
	padding: 0;
}

.pagingul {
	display: block;
	margin: 15px auto;
	max-width: 570px;
	text-align: center;
}
.pagingul li {
	display: inline-block;
	margin: 0 5px;
}
.pagingul li a {
	padding: 10px;
	color: #bec4c9;
	text-decoration: none;
	font-size: 17px;
}
.pagingul li a:hover {
  color: #ed222b;
}
.pagingul li.active a {
  color: #ed0c17;
  font-weight: 600;
}

.pagingul li.disabled a {
  pointer-events: none;
}
.pagingul li.pagearrow {
  background: #fff;
}
.pagingul li.pagearrow a, .pagingul li.pagearrow a {
  color: #00428a;
}
.pagingul li.pagearrow.disabled {
  -webkit-filter: opacity(0.4);
          filter: opacity(0.4);
}

.paging-limit-wrapper {
	float: right;
	clear: both;
	position: relative;
	top: -40px;
  text-transform: uppercase;
}

.paging-limit-wrapper select {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #EFEFEF;
	border-radius: 0;
	color: #595a5e;
	background: #fff url("/style/kpz/images/rolldown-ico-whitebg.jpg") no-repeat;
	background-position: calc(100% - 5px) center;
	width: 60px;
	height: 30px;
	padding-left: 5px;
  margin-left: 5px;
}
.paging-limit-wrapper select option {
  padding: 5px 10px;
}

#lower-paging-cover {
	margin: 45px 0 15px;
}

.gal-kpz-filter {
  margin: 25px 0;
}
/*
.gal-kpz-filter select {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #EFEFEF;
	border-radius: 0;
	color: #595a5e;
	background: #fff url("/style/kpz/images/rolldown-ico-whitebg.jpg") no-repeat;
	background-position: calc(100% - 10px) center;
	width: auto;
	height: 35px;
	padding-left: 10px;
	margin-left: 5px;
	padding-right: 35px;
}*/
.gal-kpz-filter select option {
  padding: 5px 10px;
}

.gal-kpz-filter select {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #EFEFEF;
	border-radius: 0;
	color: #595a5e;
	background: #EFEFEF url("/style/kpz/images/rolldown-ico.jpg") no-repeat;
	background-position: calc(100% - 10px) center;
	padding-right: 35px;
	padding-left: 10px;
	width: auto;
}

.fancybox-container {
	z-index: 9999999 !important;
}

#mojb-vyhledavani-mo a.hp-race-item {
	height: 160px;
	margin: 10px 0;
}

#vyhledavani-clanky_results {
  clear: both;
  margin: 25px 0;
  width: 100%;
}

.search_results dt {
  border: 1px solid #108cda;
  padding: 15px;
  margin: 35px 0 0px;
  border-bottom: none;
}

#vyhledavani-clanky_results dl dd {
  border: 1px solid #108cda;
  padding: 15px;
  margin: 0px 0 15px;
  border-top: none;
}

.kpzapi_results_filter #filter_primary ul li:first-child {
	width: 100%;
}

.kpzapi_results_filter #filter_primary .bottom-fieldset ul li label {
  display: block;
  width: 100%;
  float: none;
}

.kpzapi_racestartlist #filter_primary .bottom-fieldset ul, .kpzapi_results_filter #filter_primary .bottom-fieldset ul {
	float: left;
	width: 90%;
}
.kpzapi_results_filter #filter_primary .bottom-fieldset ul li {
	width: 49%;
}
.kpzapi_results_filter #filter_primary .bottom-fieldset ul li span {
  width: 100%;
}
.kpzapi_results_filter #filter_primary .bottom-fieldset ul li span select, .kpzapi_results_filter #filter_primary .bottom-fieldset ul li span input {
  width: 100%;
}

.kpzapi_results_filter #filter_primary .bottom-fieldset ul li {
	margin: 0 15px 0 0;
	width: 15%;
}

.hp-singletab-fullwidth .hp-singletab-desc {
	position: absolute;
	left: 42%;
	top: 10%;
	color: #fff !important;
	font-size: 24.5px;
	max-width: 580px;
	font-weight: 500;
	line-height: 31px;
}
.hp-singletab-fullwidth .hp-singletab-desc h2 {
	margin: 0;
	font-size: 38px;
	margin-bottom: 22px;
}

.result-cover .result-inner iframe {
  width: 100% !important;
  height: 800px !important;
  margin: 15px auto !important;
}

.detail-main-backgrounds {
	position: absolute;
	z-index: -1;
	left: 50%;
	top: 0;
	width: calc(100% - 30px);
	height: auto;
	text-align: center;
	pointer-events: none;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	max-width: 950px;
}

#race-startlist-load-all {
  text-align: center;
}

#race-startlist-load-all .button {
	text-align: center;
	padding: 16px 30px;
  float: none;
  display: inline-block;
  margin-bottom: 5px;
	background: #fff none repeat scroll 0 0;
	border-radius: 35px;
	color: #eb141b;
	font-size: 12px;
	font-weight: 600;
	height: 50px;
	letter-spacing: 1.5px;
	margin: 20px auto 25px;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
  cursor: pointer;
}
#race-startlist-load-all .button:hover {
  background: #eb141b;
  color: #fff;
}

.dif-type {
	background: transparent;
	display: inline-block;
	margin: 0px 5px;
}
.dif-type .diff-active {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 2px;
  background: #E30018;
}
.dif-type .diff-static {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 2px;
  background: #BFC4C8;
}

.diff-detail-inner h3 {
	text-align: center;
	color: #E30018;
	font-size: 21px;
	margin-top: 10px;
	font-weight: 600;
	margin-bottom: 5px;
}
.diff-detail-inner .dif-type {
  width: 100%;
  text-align: center;
  margin: 5px auto 10px;
}
.diff-detail-inner .race-obtiznost-popup-deti .dif-type {
  text-align: left;
}
.diff-detail-inner {
  max-width: 550px;
}
.diff-detail-inner .dif-type h4 {
  color: #487CAF;
}
.diff-detail-inner ul.tabbernav {
  background: #fff;
  border-bottom: 1px solid #EFEFEF;
}
.diff-detail-inner ul.tabbernav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.diff-detail-inner ul.tabbernav li {
  width: 100%;
  text-align: center;
}
.diff-detail-inner ul.tabbernav li a {
	background: #fff;
	color: #487caf;
	font-weight: 500;
	width: 100%;
}
.diff-detail-inner ul.tabbernav li.tabberactive {
  border-bottom: 3px solid #487caf;
}
.diff-detail-inner ul.tabbernav li.tabberactive a {
  color: #487caf !important;
  font-weight: bold !important;
}
.diff-detail-inner h4 {
	font-weight: 700;
	color: #005C97;
	font-size: 26px;
	margin: 15px 0 7px;
}
.pop-uped-km {
	color: #eb141b;
	font-size: 17px;
	margin-bottom: 5px;
}
.pop-uped-perex {
	color: #636267;
	font-weight: 600;
	margin: 5px 0 15px;
  font-size: 14px;
}
.pop-uped-desc {
  font-size: 14px;
}
.pop-uped-desc a {
  color: #E30018;
  text-decoration: underline;
}
.pop-uped-age {
	color: #eb141b;
	font-size: 15px;
}

.kpzapi_racestartlist_selector select#filter_primary_race, .kpzapi_racestartlist_category select#filter_primary_categoryid {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #EFEFEF;
	border-radius: 0;
	color: #595a5e;
	background: #EFEFEF url("/style/kpz/images/rolldown-ico.jpg") no-repeat;
	background-position: calc(100% - 10px) center;
	padding-right: 35px;
	padding-left: 10px;
	width: auto;
	height: 30px;
	margin-bottom: 5px;
	max-width: 100%;
}
.kpzapi_racestartlist_selector select#filter_primary_race option {
  padding: 5px 5px;
}

.kpzapi_racestartlist_name input {
	width: auto;
	display: inline;
	background: #EFEFEF;
	border-radius: 0;
}

.zastity-obsah table tr td {
  padding: 10px 15px;
}
.zastity-obsah table tr td:last-child {
  text-align: right;
}
.zastity-obsah table tr td:last-child img {
  max-width: 130px;
  height: auto;
}
.zastity-obsah h2 {
  font-size: 14px !important;
}

.pop-uped-icons h4 {
	font-size: 18px;
	margin-bottom: 20px;
}

.pop-uped-icons .single-tag {
	display: inline-block;
	background: #fff;
	text-align: center;
	border: 2px solid #eaeaea;
	margin-right: 15px;
	padding: 5px;
	width: 105px;
	height: 105px;
	vertical-align: top;
}
.pop-uped-icons .single-tag img {
	width: 54px;
	height: auto;
	margin-top: 10px;
}
.pop-uped-icons .single-tag h5 {
	color: #474747;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 10px;
	margin: 15px 6px 0;
}
#calendar-add-content ul {
  list-style-type: none;
}
#calendar-add-content ul li {
	position: relative;
	padding: 15px 0;
	border-bottom: 1px solid #E9EAEA;
}
#calendar-add-content ul li a {
  text-decoration: none;
}
#calendar-add-content ul li::before {
	position: absolute;
	left: -13px;
	top: 13px;
	border-radius: 50%;
	content: "\f105";
	font-family: "FontAwesome";
}
#calendar-add-content ul li h3 {
  font-size: 16px;
  margin: 0;
}

form#ba-regform {
	max-width: 550px;
	text-align: center;
	padding: 25px;
}
form#ba-regform ul {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
form#ba-regform ul li {
	width: 45%;
	text-align: left;
	padding: 10px 0;
}
form#ba-regform ul li.form-li-5 {
  width: 105px;
}
form#ba-regform button[type="submit"], form#ba-regform ul li input {
	border-radius: 0;
	height: 40px;
}
form#ba-regform button[type="submit"] {
	float: right;
	clear: both;
	width: 105px;
	margin-top: -59px;
	background: #005C97;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	font-size: 12px;
	border: 0;
}
form#ba-regform ul li label {
	color: #9F9F9F;
	font-size: 10px;
}

.fancybox-slider .success_message {
	font-size: 22px;
	color: #0C7DC9;
	font-weight: 500;
	max-width: 500px;
	text-align: center;
}

form#ba-regform h4.popuped-form-heading {
	font-weight: 700;
	color: #005C97;
	font-size: 21px;
}

form#ba-regform .add-info {
	text-align: center;
	max-width: 260px;
	margin: 0 auto;
}
form#ba-regform .add-info h4 {
  color: #707070;
  font-weight: 400;
  display: inline-block;
  text-align: center;
}
form#ba-regform .add-info h4:first-child {
  float: left;
}
form#ba-regform .add-info h4:nth-child(2) {
  float: right;
}

.event-details-logos {
	clear: both;
	width: 100%;
	padding: 30px 0 60px;
}
.event-details-logos .swiper-slide {
  text-align: center;
  height: 125px;
  position: relative;
}
.event-details-logos .swiper-slide img {
	max-width: 125px;
	position: absolute;
	top: 50%;
	left: 50%;
	max-height: 100%;
	width: auto;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.event-details-logos-inner {
  width: 72%;
  margin: 0 -15px;
}

.event-details-logos-inner > h2 {
  margin-bottom: 40px;
}

.detail-positioned-logo {
	position: absolute;
	z-index: 999;
	top: 15px;
	left: 25%;
  mix-blend-mode: lighten;
}

.detail-header-swiper-button-prev, .detail-header-swiper-button-next {
	background: none !important;
	width: 30px !important;
	height: 50px !important;
	background: #99BBD4 !important;
  border: 1px solid #99BBD4 !important;
	color: #fff !important;
	text-align: center !important;
	font-size: 22px;
	padding-top: 7px;
  -webkit-transition: all 0.5s ease !important;
  transition: all 0.5s ease !important;
}

.detail-header-swiper-button-prev:hover, .detail-header-swiper-button-next:hover {
  background: #fff !important;
  color: #99BBD4 !important;
}
.detail-header-swiper-button-prev {
  left: 0 !important;
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
}
.detail-header-swiper-button-next {
  right: 0 !important;
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
}

.top-event-info-outer-wrapper {
  position: relative;
  max-width: 1570px;
  margin: 0 auto;
}

.perex-video {
  position: relative;
}
.perex-video::after {
	content: "\f04b";
	pointer-events: none;
	font-family: "FontAwesome";
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 999;
	color: #fff;
	width: 80px;
	height: 80px;
	background: rgba(0,0,0,0.45);
	text-align: center;
	line-height: 80px;
	border-radius: 50%;
	font-size: 28px;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%) scale(0.5);
	        transform: translate(-50%, -50%) scale(0.5);
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.galerie-vypis .galerie-polozka:hover .perex-video:after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.galerie-vypis .galerie-polozka .list_item_inner {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.galerie-vypis .galerie-polozka .list_item_inner:hover {
	-webkit-box-shadow: 1px 1px 8px 5px rgba(0,0,0,0.3);
	        box-shadow: 1px 1px 8px 5px rgba(0,0,0,0.3);
}

.have-submenu {
	position: absolute;
	top: 0;
	right: 0;
	width: 39px;
	height: 39px;
	text-align: center;
	line-height: 39px;
	background: #575759;
	display: none;
	cursor: pointer;
	font-size: 21px;
}
.have-submenu i {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.have-submenu.opened i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.dlazdice-hp {
  padding-top: 15px;
}
/*
#mojb-browse-kalendar .itm-wrapper:last-child {
	width: 100%;
  clear: both;
}*/

#calendar-add-content {
	padding: 55px;
}

.zavody-strip-hp-responsive {
  display: none;
}
.zavody-strip-hp-responsive .swiper-button-prev, .zavody-strip-hp-responsive .swiper-button-next {
  display: none !important;
}
.zavody-strip-hp-desktop {
  display: block;
}
.hp-dalsi-clanky.hp-dalsi-akce {
  display: block;
}

.header #registrace-responsive {
	display: none;
	color: #E8232D;
	font-size: 22px;
	margin: 24px 0px;
	position: relative;
	padding-right: 10px;
}
.header #registrace-responsive::after {
	position: absolute;
	right: -6px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 1px;
	background: #929294;
	height: 20px;
	content: "";
}

#detail-main-menu-toggler {
	position: fixed;
	right: 20px;
	bottom: 20px;
	background: rgba(238,43,51,0.6);
	color: #fff;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	text-align: center;
	line-height: 35px;
	cursor: pointer;
	z-index: 9999;
	display: none;
}
#detail-main-menu-toggler i {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#detail-main-menu-toggler.opened i {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.top-rozcestnik-toggler {
	display: none;
	width: 100%;
	text-align: center;
	cursor: pointer;
	background: #005C97;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	padding: 7px 15px;
	font-size: 13px;
	margin-bottom: 30px;
}
.top-rozcestnik-toggler i {
  margin-right: 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.top-rozcestnik-toggler.opened i {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

#mojb-browse-kalendar .itm-wrapper,
#mojb-browse-kalendar-past .itm-wrapper {
  position: relative;
}

#mojb-browse-kalendar .itm-wrapper .href-buttons,
#mojb-browse-kalendar-past .itm-wrapper .href-buttons {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(255,255,255,0.8);
  padding: 0 15px;
  opacity: 0;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
#mojb-browse-kalendar .itm-wrapper:hover .href-buttons,
#mojb-browse-kalendar-past .itm-wrapper:hover .href-buttons {
  opacity: 1;
}
#mojb-browse-kalendar .itm-wrapper .href-buttons .href-buttons-inner,
#mojb-browse-kalendar-past .itm-wrapper .href-buttons .href-buttons-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: auto;
  width: 100%;
  text-align: center;
  z-index: 99999;
}
#mojb-browse-kalendar .itm-wrapper .href-buttons a,
#mojb-browse-kalendar-past .itm-wrapper .href-buttons a {
	background: transparent;
	display: block;
	width: 100%;
	max-width: 275px;
	margin: 0 auto 15px;
	border-radius: 35px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
  padding: 13px 5px;
  text-decoration: none;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#mojb-browse-kalendar .itm-wrapper .href-buttons a:first-child, #mojb-browse-kalendar .itm-wrapper .href-buttons a:last-child:hover,
#mojb-browse-kalendar-past .itm-wrapper .href-buttons a:first-child, #mojb-browse-kalendar-past .itm-wrapper .href-buttons a:last-child:hover {
  background: #FF2F1A;
  color: #fff;
}
#mojb-browse-kalendar .itm-wrapper .href-buttons a:last-child, #mojb-browse-kalendar .itm-wrapper .href-buttons a:first-child:hover,
#mojb-browse-kalendar-past .itm-wrapper .href-buttons a:last-child, #mojb-browse-kalendar-past .itm-wrapper .href-buttons a:first-child:hover {
  background: #fff;
  color: #FF2F1A;
}

.x-vyhledavani-- .itm-wrapper .href-buttons {
  display: none;
}

.staticky-vypis-testovani-kol .cols-jak-si-pujcit-kolo, .staticky-vypis-testovani-kol .rezervace-modelu-banner {
	margin: 25px 0 0;
}
.staticky-vypis-testovani-kol ul {
	list-style-type: none;
	padding-left: 35px;
	margin-bottom: 25px;
}
.staticky-vypis-testovani-kol .jak-si-pujcit-kolo ul li a {
  padding: 12px 0;
}
.staticky-vypis-testovani-kol .detail-default ul li::before, .staticky-vypis-testovani-kol .obsahova-obsah ul li::before {
	top: 17px;
}
.staticky-vypis-testovani-kol .rezervace-kol, .staticky-vypis-testovani-kol .jak-si-pujcit-kolo {
	padding-left: 25px;
	padding-right: 25px;
}
.staticky-vypis-testovani-kol .rezervace-modelu-banner .desc ul {
	list-style-type: none;
	margin-left: 0px;
}

.row-btns-trasy-hrefs {
  background: #E0E3E4;
  text-align: right;
  padding: 0 15px;
}
.row-btns-trasy-hrefs a {
  float: none;
  display: inline-block;
}

.detail-nakres-mapka {
	position: absolute;
	right: 185px;
	top: 60%;
	z-index: 9999;
}

#mo-browse-mess-mojb-ba {
  text-align: center;
  margin: 15px 0;
}

/* kam na kole */
.kam-na-kole-header {
  background: url('images/kam-na-kole_header.jpg') 0 0 no-repeat scroll;
  background-size: cover;
  width: 100%;
  height: 242px;
  color: #fff;
  text-align: center;
  padding: 40px 0;
  margin-bottom: 40px;
}

.kam-na-kole-header h2 {
  font-weight: bold;
  padding: 0;
  margin: 0 0 35px;  
}

.kam-na-kole-header h2 span {
  position: relative;
}

.kam-na-kole-header h2 span:after {
  border-bottom: 4px solid #fff;
  width: 80px;
  display: block;
  height: 15px;
  margin: auto;
  content: "";  
}

.kam-na-kole-header h2:after {
  background: none;
}

.kam-na-kole-header p {
  font-size: 18px;
}

#layout-kamnakole #map_canvas {
  margin-top: 30px;
  width: 100% !important;
  -webkit-box-shadow: 0px 0px 38px -2px rgba(0,0,0,0.45);
  box-shadow: 0px 0px 38px -2px rgba(0,0,0,0.45);
}

.kamnakole-detail-wrapper {
  margin-top: 30px;
  width: 100% !important;
  -webkit-box-shadow: 0px 0px 38px -2px rgba(0,0,0,0.45);
  box-shadow: 0px 0px 38px -2px rgba(0,0,0,0.45);
  padding-bottom: 40px;
}

.mapinfo-name {
    font-size: 18px;
    font-weight: bold;
    color: #005694;
    padding: 0 40px;
    margin-top: 40px;
}

.mapinfo-tags {
    font-size: 12px;
    font-weight: bold;
    color: #ed2127;
    padding: 0 40px;
}

.mapinfo-desc {
    font-size: 14px;
    line-height: 150%;
    width: 100%;
    height: 165px;
    padding-top: 15px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 0px;
    color: #424244;
    overflow: hidden;
    text-align: justify;
}

.gmi a {
  text-decoration: none;
}

.gmi {
  max-width: 400px; 
}

.gmi a:after {
  content: "";
  width: 100%;
  height: 100%;
  bottom: 81px;
  position: absolute;
  -webkit-box-shadow: inset 0px -51px 94px -4px rgba(255,255,255,0.72);
  box-shadow: inset 0px -51px 94px -4px rgba(255,255,255,0.72);
}

.more-map-butt {
  width: 184px;
  height: 51px;
  margin: 15px 40px;
  background: url('images/kam-na-kole_bttn.jpg') 0 0 no-repeat scroll;
}

.kamnakole-header-link {
  padding: 22px;
  border-bottom: 1px solid #e5e5e5;
  color: #898d91;
}

.kamnakole-detail-header-hd {
  line-height: 20px;
}

.kam-na-kole-back {
  display: block;
  width: 27px;
  height: 25px;
  float: left;
  margin-right: 22px;
  background: url('images/back-arr.jpg') 0 3px no-repeat scroll;
}

.kamnakole-nav ul.tabbernav {
  display: block;
  float: left;
  width: 25%;
  padding: 0 45px;
  background: none;
}

.kamnakole-nav.tabberlive .tabbertab {
  float: left;
  width: 75%;
}

.kamnakole-nav .tab-inner {
  padding: 0 80px 0 40px;
}

.kamnakole-nav ul.tabbernav li {
  float: none;
  clear: both;
  display: block;
  background: none;
}

.kamnakole-nav ul.tabbernav li a {
  background: none;
  color: #999999;
  text-transform: none;
  font-weight: 600;
  padding: 10px 0 10px 27px;
}

.kamnakole-nav .tabberactive a {
  color: #ed2127 !important;
}

.kamnakole-nav .tabberactive a:after {
  content: "";
  display: block;
  width: 2px;
  background: #ed2127;
  height: 70%;
  position: absolute;
  top: 15%;
  left: 0;
}

.kamnakole-nav .trasa-info-holder {
  font-size: 14px;
  margin: 0 0 35px 0;
}

.kamnakole-nav h3.tabber-h {
  margin: 10px 0 15px;
}

.kamnakole-nav .t-length,
.kamnakole-nav .t-duration {
  color: #005C96;
  font-weight: bold;
}

.kamnakole-nav .t-typ,
.kamnakole-nav .t-elev {
  color: #999999;
}

.kamnakole-nav .t-gps a {
  color: #ed2127;
}

a.tip-na-trase-item {
  display: block;
}

.tip-na-trase-item .tip-icon,
#mojb-browse-trasy-knk .tip-icon {
  width: 40%;
  float: left;
  padding: 0 20px 0 0;
}

#mojb-browse-trasy-knk {
  margin: 10px 0;
  background: #fff;
  width: 100% !important;
  padding-bottom: 40px;
  padding: 20px 25px;
}

.tip-na-trase-item,
#mojb-browse-trasy-knk .tip-na-trase-item {
  margin-bottom: 30px;
}

.tip-na-trase-item .tip-others {
  width: 60%;
  float: left;
}

.tabberlive .tabbertab h3.tip-header,
#mojb-browse-trasy-knk h3 {
  display: inline-block;
  color: #ed2127;
  font-weight: bold;
  margin: 0 0 5px;
  font-size: 14px;
}

.tip-desc p {
  margin: 0;
  font-size: 12px;
}

#mojb-browse-trasy-knk .tip-desc {
  margin: 0;
  font-size: 12px;
  line-height: 150%;
  display: inline-block;
}

#mo-browse-mess-mojb-browse-trasy-knk {
  text-align: center;
  font-size: 12px;
  padding: 20px 0;
  margin: 20px 0;
}

#browse-filter-tipyuvyletu,
#browse-filter-tipyuvyletu-okoli {
  padding: 0 0 25px;
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 22px;
}

#browse-filter-tipyuvyletu.fitem,
#browse-filter-tipyuvyletu-okoli.fitem {
  margin: 0 0 22px;
}

.manualload.publisajax-loadnext,
.list-browse-json-message {
  text-align: center;
}

#browse-filter-tipyuvyletu {
  font-size: 12px;
  margin: 0;
  background: #fff;
  border: 0px none;
  padding: 25px 25px;
}

.kamnakole-list-wrapper {
  -webkit-box-shadow: 0px 0px 38px -2px rgba(0,0,0,0.45);
  box-shadow: 0px 0px 38px -2px rgba(0,0,0,0.45);
  background-color: #fff;
  margin-top: 100px;
}

#browse-filter-tipyuvyletu .fitem {
  float: left;
  margin-right: 20px;
  width: 120px;
}

#browse-filter-tipyuvyletu .fitem label {
  width: 120px;
}

#browse-filter-tipyuvyletu .fitem select {
  margin-top: 12px;
}

#browse-filter-tipyuvyletu {
  clear: both;
}

#treelisting-70-1712120233_publisAjaxListing-manualloadwrapper .transparent-button.manualloadnext {
  color: #fff;
  background: #eb141b;
  
  display: inline-block;
  text-align: center;
  padding: 16px 30px;
  
  
  border-radius: 35px;
  font-size: 12px;
  font-weight: 600;
  height: 50px;
  letter-spacing: 1.5px;
  margin: 20px auto 25px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: auto;
  cursor: pointer;
}

.top-hp-horni-row-prava {
	text-align: right;
	float: right;
}

.top-hp-horni-prava-leva {
  margin-right: 3px;
}



/* cookieas policy */
.cookieopt-holder {
  width: 100%;
  padding: 20px 0;
  background: #3D4951;
  color: #fff;
  font-size: 12px !important;
  float: left;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 200000;
  display: block;
}

.cookieopt-holder i {
  font-size: 22px;
  margin: 0 25px;
  float: left;
}

.cookie-text {
  float: left;
  width: 55%;
}

.cookieopt-holder .button {
  float: left;
  cursor: pointer;
  padding: 10px 25px;
  border: 1px solid #fff;
  margin: 0 10px 0 30px;
}

.responsive-size-aktuality-holder .pravy-sloupec > h2 {
  margin-top: 35px;
}

#mojb-hp-races .logo-wrapp img {
  width: 40px;
  height: auto;
}

.x-kalendar-akci-kpz-- h3.subheadning-underline {
  padding-top: 0;
  margin-top: 0;
}

.obsahovy-rozcestnik-wrapper .top-hp-horni-row-prava {
  float: none;
}

.obsahovy-rozcestnik-wrapper .top-hp-horni-prava-leva {
  margin-right: 0;
}

.section-desc {
  margin-right: 3px;
}

.obsahovy-rozcestnik-wrapper .top-hp-horni-row-prava {
  text-align: left;
}

.hp-dva-clanky .clear {
  display: none;
}

.hp-dva-clanky .tree_listing_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ext-text {
  display: none;
}
.dots-text {
  display: inline;
}

.event-details-fotogalerie .list-browse-json-message {
  display: none;
}

.event-details-fotogalerie .perex {
  position: relative; 
}

.event-details-fotogalerie .tree_listing_ajax_holder:first-child .list_item {
  padding-left: 0;
  padding-right: 30px;
}

.event-details-fotogalerie .tree_listing_ajax_holder:nth-child(3n) .list_item {
  padding-left: 30px;
  padding-right: 0;
}

.event-details-fotogalerie .tree_listing_ajax_holder .list_item {
  margin-bottom: 25px;
}

.zavod-detail-gal-hd {
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 1.4;
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
  background: linear-gradient(transparent, black);
  padding-bottom: 55px;
  padding-top: 25px;
  pointer-events: none;
}

.event-details-fotogalerie h2#galerie {
  margin-top: 0;
}

article.article_text p img {
  margin: 15px;
}

.hp-novinka.mala-novinka.mt-0 {
  margin-top: 0 !important;
}

.top-hp-spodni-row-prava-inner.galleries-rozcestnik .clear {
  display: none;
}

.top-hp-spodni-row-prava-inner.galleries-rozcestnik {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-hp-spodni-row-prava-inner.galleries-rozcestnik .quearter-gallery-href {
	max-width: 370px;
	position: relative;
	width: 50%;
	overflow: hidden;
}

.top-hp-spodni-row-prava-inner.galleries-rozcestnik > .quearter-gallery-href:first-child {
  margin-right: 10px;
}

.top-hp-spodni-row-prava-inner.galleries-rozcestnik .quearter-gallery-href a {
  text-decoration: none;
}

.top-hp-spodni-row-prava-inner.galleries-rozcestnik .quearter-gallery-href .heading {
  background: rgba(255, 255, 255, 0.85);
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 10px;
  width: 55%;
  padding-left: 15px;
  padding-right: 10px;
  height: 100%;
}

.top-hp-spodni-row-prava-inner.galleries-rozcestnik .quearter-gallery-href .heading .info {
    color: #575759;
    font-size: 13.5px;
}

.top-hp-spodni-row-prava-inner.galleries-rozcestnik .quearter-gallery-href .heading h2 {
	color: #D6303E;
	font-size: 27px;
	font-weight: 600;
	margin: 5px 0 5px;
}

form.form-filter ul {
  margin: 10px 0 5px !important;
  border: none !important;
  padding: 0 !important;
  list-style-type: none !important;
  height: auto !important;
  box-shadow: none !important;
}
form.form-filter ul li:before {
  display: none !important;
}

form.form-filter button[type="submit"] {
  background: #009958;
  font-size: 13px;
  text-transform: uppercase;
  padding: 9px 22px;
  margin-top: 10px;
  color: #fff;
  display: inline-block;
  height: auto;
  width: auto;
  border-radius: 0;
  box-shadow: none;
}

/* 20 let */
.x-kolo-pro-zivot--kolo-pro-zivot-20-let-- .top-obsahova {
  background: url("/style/kpz/images/20let-top-bg2.jpg") no-repeat scroll top center;
}

.x-kolo-pro-zivot--kolo-pro-zivot-20-let--.xdeep-2 .top-obsahova {
  background: url("/style/kpz/images/20let-top-bg22.jpg") no-repeat scroll top center;
}

.rozcestnik-20-let .col-md-4 {
  padding: 4px;
  float: none;
}

  .rozcestnik-20-let .col-md-4 img {
    width: 100%;
  }

.rozcestnik-20-let .row {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

#podrozcestnik-listing h3 {
  height: 44px;
  overflow: hidden;
}

.chatbot-info ol {
  margin-left: 70px;
}

.chatbot-info ol li:before {
  position: absolute;
  max-width: 50px;
  max-height: 50px;
  left: 16px;
  color: #fff;
  font-weight: bold;
  background: red;
  padding: 12px;
  width: 28px;
  height: 27px;
  padding: 15px 0 0 3px;
  width: 50px;
  height: 50px;
  text-align: center;
}

.chatbot-info ol li {
  margin: 20px 0;
}

.chatbot-info a.button {
  height: auto;
  margin: -5px 0 0;
  float: none;
}

li#menu-43-1709250426-item--kolo-pro-zivot-20-let-- {
  margin-left: 30px;
  /*display: none;*/
}

#text-1794-1904151135 a.button {
  width: 200px;
  padding: 12px 30px;
  margin: 20px auto;
  float: none;
}

#menu-43-1709250426-item--kolo-pro-zivot-20-let--:after {
  content:"";
  background: url('/style/kpz/images/topsmall.jpg') 0 0 no-repeat scroll;
  width: 25px;
  height: 25px;
  display: block;
  left: -11px;
  top: 23px;  
}





/* DOČASNĚ */
#layout-104-1709270325-box-inner--top-hp--ribbon-- {
  margin-top: 20px;
}
#layout-104-1709270325-box-inner--top-hp--ribbon-- .top-hp-tags-filter {
  display: none;
}
/* --- DOČASNĚ --- */