/* Montserrat */
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600,700");

a.ext-link {
  padding-right: 0;
  background-image: none;
}
.fixed{
  position: fixed;
  width: 100%;
  top: 0;
}
.fixed #menu{
  top: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  font-size: 16px;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  font-family: 'Didact Gothic', 'Arial', sans-serif !important;
  font-weight: 400;
  overflow-x: hidden;
  background-color: #fff;
  height: 100%;
  font-size: 16px;
}

::-moz-selection {
  color: #fff;
  background-color: #F9A61A;
}
::selection {
  color: #fff;
  background-color: #F9A61A;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type='number'] {
  -moz-appearance: textfield;
}

p {
  font-family: 'Didact Gothic', 'Arial', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #5c656d;
  font-weight: 300;
  margin-bottom: 5px;
}
#info-block-01 {
  background-color: #fbfbfb;
  width:100%;
}
.main-nav-btn {
  vertical-align: middle;
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: none;
  padding: 0;
  color: #000;
  position: relative;
}
nav {
  margin-top: -5px;
}
.topmenu {
  color: #333;
  text-decoration: none;
  margin-left: 14px;
  width: 1080px;
  margin: auto;
  position: relative;
  height: 50px;
}
.topmenu2 {
  display: none;
  color: #333;
  text-decoration: none;
  margin-left: 14px;
  width: 1080px;
  margin: auto;
  position: relative;
  height: 100px;
}
.topmenu a
{
  color: #333;
  text-decoration: none;
  margin-left: 5px;
}
.topmenu > div > div a
{
  color: #333;
  text-decoration: none;
  margin-left: 5px;
  margin-right: 5px;
}
.telefon {
  display: none;
  padding-top: 20px;
  text-align: right;
  width: 1080px;
  margin: auto;
}
.topmenu div.lang a:hover {
  position: absolute;
  background: url("/cimagebank/tel.png")4px 15px no-repeat;
  right: 10px;
  font-size: 25px;
  color: #4f4f4f;
  top: 45px;
  padding-left: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.topmenu > div {
  position: absolute; 
  right: 0px;
  top: 0px;
  font-size: 13px;
  top: 10px;
}
.h-info-block {
  float: right;
}
.address-info {
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  color: #42474c;
  display: inline-block;
  opacity: 0.7;
  padding-left: 24px;
  position: relative;
  /* float: right; */
  margin-left: 30px;
}
.address-info::before {
  content: '';
  position: absolute;
  background: url("/cimagebank/location.png");
  width: 12px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
}
.email-info {
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  color: #42474c;
  display: inline-block;
  opacity: 0.7;
  /* float: right; */
  padding-left: 5px;
}
.email-info::before {
  content: '';
  position: absolute;
  background: url(/cimagebank/email.png);
  width: 20px;
  height: 16px;
  margin-left: -24px;
}

div#logo a {
  display: block;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-image: url("/cimagebank/logo.png");
  display: block;
  height: 45px;
  position: absolute;
  top: 5px;
  left: 0px;
  width: 400px;
}
div#logo {
  margin: 0;
  line-height: normal;
  position: relative;
  margin: auto;
  z-index: 99;
  text-align: center;
  top: 20px;
}
.phone-info {
  font-size: 30px;
  line-height: 32px;
  color: #F9A61A;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  opacity: 0.7;
  margin: 10px;
}
.phone-info span {
  font-weight: 300;
}

.btn-app {
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background-color: #888888;
  border: none;
  display: inline-block;
  vertical-align: middle;
  padding: 20px 10px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 4px;
  width: 100%;
  max-width: 220px;
  letter-spacing: 0.7px;
  margin-left: 10px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  text-align: center;
  text-decoration: none;
}
.btn-app:focus {
  color: #fff;
}
.btn-app:active {
  color: #fff;
}
.btn-app:hover {
  color: #fff;
  background-color: #F9A61A;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

/* Search block */
.search-box {
  display: inline-block;
  vertical-align: middle;
  margin: 12px 0;
  margin-left: 17px;
  position: relative;
}
.search-btn {
  position: relative;
  font-size: 0;
  line-height: 0;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
}
.search-btn::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: url("/cimagebank/search_icon.png") no-repeat center center;
  width: 18px;
  height: 18px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.search-btn:hover::before {
  opacity: 0.5;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.search-box__dropdown {
  position: absolute;
  width: 265px;
  top: 100%;
  right: -16px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px 0 rgba(66, 71, 76, 0.06);
  box-shadow: 0 0 8px 0 rgba(66, 71, 76, 0.06);
  z-index: 20;
  margin-top: 10px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  visibility: collapse;
  opacity: 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.search-box__dropdown.open {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.search-box__input {
  border: none;
  width: 100%;
  padding: 8px 20px;
  height: 50px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#menu {
  border-top: 1px solid #eceff1;
  border-bottom: 1px solid #eceff1;
  height: 55px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 10;
  width: 100%;
  margin: auto;
  top: 5px;
  transition: 0.5s all;
  background-color: #fff;
}
#menu.horizontal-dropdown a {
  display: block;
  color: #333;
  font-family: 'Didact Gothic', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
#menu.horizontal-dropdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; 
}
@media screen and (min-width: 1100px) {
#menu.horizontal-dropdown ul li {
  float: left;
  margin: 0;
  position: relative;
  padding: 13px 5px;
}
}
.header-box-02 {
  width: 1170px;
}
.horizontal-dropdown ul li.current a {
  color: #fac05e !important;
}
.horizontal-dropdown a {
  font-size: 14px;
  line-height: 18px;
  color: #42474c;
  display: block;
}
.horizontal-dropdown a:hover {
  color: #82c2d7 !important;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

/* index */

.home h1 {
  display: none;
}
.home #col-content .in {
  padding: 0px 0px; 
}
.home .col1 {
  background: url("/cimagebank/jaknadepku.gif") no-repeat top center;
  padding: 100px 0 160px;
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  z-index: 1;
  text-align: center;
}
.home .col1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0c1925;
  opacity: 0.5;
  z-index: -1;
}
.home .col1 a.ext-link {
  font-size: 12px;
  line-height: 14px;
  color: #42474c;
  font-weight: 800;
  background-color: #fff;
  vertical-align: middle;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 20px 50px 22px;
  margin: 5px 7px;
  letter-spacing: 0.5px;
  text-decoration: none;
  background-image: none;
}
.home .col1 .col-content a:nth-child(1) {
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  font-weight: 700;
  background-color: #F9A61A;
  vertical-align: middle;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 20px 50px 22px;
  margin: 5px 7px;
  letter-spacing: 0.5px;
}
.home .col1 .col-content a.ext-link:focus, .col1 .col-content a.ext-link:active, .col1 .col-content a.ext-link:hover {
  background-color: #3d3272 !important;
  color: #fff !important;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.home .col1 h2 {
  font-size: 68px;
  line-height: 70px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 60px;
  margin-top: 10px;
}
.home .col1 h2 span {
  font-weight: 700;
}
.home .col1 h3 {
  font-size: 35px;
  line-height: 16px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 22px;
  letter-spacing: 0.5px;
}
.home .col1 .col-content {
  /* max-width: 950px; */
  padding-right: 400px;
  padding-left: 400px;
  margin-right: auto;
  margin-left: auto;
  margin: 0 auto;
  display: inline-block;
}
@media screen and (max-width: 1600px) {
.home .col1 .col-content {
  padding-right: 300px;
  padding-left: 300px;
}
}
@media screen and (max-width: 1500px) {
.home .col1 .col-content {
  padding-right: 200px;
  padding-left: 200px;
}
}
@media screen and (max-width: 1300px) {
.home .col1 .col-content {
  padding-right: 100px;
  padding-left: 100px;
}
}
@media screen and (max-width: 1100px) {
.home .col1 .col-content {
  padding-right: 10px;
  padding-left: 10px;
}
}
.home .container {
  width: 1170px;
  margin: 0 auto;
  overflow: hidden;
}
.home .col2, .home .col5 h3 {
  padding-top: 40px;
  text-align: center;
  margin-bottom: 60px;
  width: 100%;
}
.home .col2 h3, .home .col5 h3 {
  font-size: 36px;
  line-height: 38px;
  color: #42474c;
  position: relative;
  padding-bottom: 26px;
  margin-bottom: 31px;
}
.home .col2 h3::before, .home .col5 h3::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  height: 1px;
  background-color: #d9e0e4;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -35px;
}
.home .col2 .col-content p:first-child {
  padding-top: 50px;
}
.home .col2 .col-content p, .home .col5 .col-content p {
  font-size: 20px;
  line-height: 31px;
}
.home .col2 span.video {
  width: 100%;
  height: 420px;
  position: relative;
  display: inline-block;
  margin: 80px 0px 0 0;
  overflow: hidden;
}
iframe#ytplayer_38141483 {
  width: 57%;
  height: 370px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0 22px 30px 0 rgba(15, 8, 49, 0.2);
  box-shadow: 0 22px 30px 0 rgba(15, 8, 49, 0.2);
}
.home .col2 span.content-img.prettyphoto {
  width: 100%;
}

.home .container1 {
  display: none;
  max-width: 1170px;
  margin: 0 auto;
  overflow: hidden;
  padding-right: 25px;
  padding-left: 25px;
}
.home .container1 .col3 {
  float: left;
  width: 70%;
  text-align: center;
}
.home .container1 .col4 {
  float: left;
  width: 30%;
}
.home .desc-format .col3, .desc-format .col4 {
  margin-left: 0px;
}

/*
.home .container2 {
margin-left: -5px;
overflow: hidden;
width: 101%;
}
.home .col5, .home .col6, .home .col7 {
width: 33.333333333%;
float: left;
height: 100%;
position: relative;
padding: 5px;
}
.home .col5 span.content-img.prettyphoto img {
width: 100%;
-webkit-transition: 0.8s all;
transition: 0.8s all;
}
.home .col5 span.content-img.prettyphoto::before {
content: '';
display: inline-block;
vertical-align: middle;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(4, 18, 29, 0.6);
z-index: 2;
}
.home .col6 span.content-img.prettyphoto img {
width: 100%;
-webkit-transition: 0.8s all;
transition: 0.8s all;
}
.home .col6 span.content-img.prettyphoto::before {
content: '';
display: inline-block;
vertical-align: middle;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(4, 18, 29, 0.6);
z-index: 2;
}
.home .col7 span.content-img.prettyphoto img {
width: 100%;
-webkit-transition: 0.8s all;
transition: 0.8s all;
}
.home .col7 span.content-img.prettyphoto::before {
content: '';
display: inline-block;
vertical-align: middle;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(4, 18, 29, 0.6);
z-index: 2;
}
.attachments .attachment a.image_zoom, .downloadable_attachments .attachment a.image_zoom, span.content-img a.image_zoom {
display: none; 
}
.content-img {
line-height: 0;
}
.home .col5:hover span.content-img.prettyphoto img, .home .col6:hover span.content-img.prettyphoto img, .home .col7:hover span.content-img.prettyphoto img {
-ms-transform: scale(1.1);
transform: scale(1.1);
-webkit-transition: 0.8s all;
transition: 0.8s all;
}
.container2 .col-content h3 {
font-size: 36px;
line-height: 38px;
font-weight: 700;
color: #fff;
padding-bottom: 28px;
margin-bottom: 32px;
margin-top: 0;
z-index: 3;
position: absolute;
left: 0;
top: 30%;
text-align: center;
width: 100%;
}
.container2 .col-content h3::before {
content: '';
width: 70px;
height: 1px;
background-color: #fff;
position: absolute;
bottom: 0;
left: 50%;
margin-left: -35px;
z-index: 4;
}
.container2 .col-content h4 {
font-size: 20px;
line-height: 30px;
color: #fff;
font-weight: 700;
padding-bottom: 28px;
margin-bottom: 32px;
margin-top: 0;
z-index: 3;
position: absolute;
left: 0;
top: 59%;
text-align: center;
width: 100%;
}
span.content-img.prettyphoto {
overflow: hidden;
} */
.home .co-zde-najdete2 {
  background-color: #f6f8f9;
  width: 100%;
}
.home .co-zde-najdete {
  background-color: #f6f8f9;
  width: 1170px;
  margin: 0 auto;
  overflow: hidden;
}
.home .col5 {
  padding-top: 40px;
  text-align: center;
  margin-bottom: 60px;
  width: 100%;
}
.icon-boxes-in-wrapp .col6, .col7, .col8 {
  width: 33.333333333%;
  float: left;
  height: 100%;
  position: relative;
  padding: 5px;
}
.home .content-img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}
.home .icon-boxes-in-wrapp .content-img img {
  max-width:100%;
}
.home .icon-boxes-in-wrapp {
  background-color: #f6f8f9;
  width: 1170px;
  margin: 0 auto;
  overflow: hidden;
}
.home .col6 p {
  padding-bottom: 85px;
  margin-bottom: 0;
  font-family: 'Didact Gothic', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #42474c;
  text-transform: uppercase;
}
.home .col6 span.content-img.prettyphoto {
  float: left;
  margin-right: 30px;
  margin-bottom: 40px;
  min-width: 50px;
}
.home .col7 {
  padding: 0px;
}
.home .col7 p {
  padding: 0px;
}
.home .col8 p {
  text-align: right;
  padding-bottom: 85px;
  margin-bottom: 0;
  font-family: 'Didact Gothic', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #42474c;
  text-transform: uppercase;
}
.home .col8 span.content-img.prettyphoto {
  float: right;
  min-width: 50px;
  margin-right: 0;
  margin-left: 40px;
  margin-bottom: 62px;
}
.home .col8 {
  padding-top: 35px;
}
.home .icon-boxes-in-wrapp a.ext-link {
  font-family: 'Didact Gothic', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: 800;
  color: #42474c;
  text-transform: uppercase;
  margin: 0;
  text-decoration: none;
}
.home .icon-boxes-in-wrapp a.ext-link:hover {
  color: #F9A61A;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.home .container-col9 {
  width: 1170px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 120px;
  padding-top: 50px;
}
.home .col9 {
  padding-top: 40px;
  text-align: center;
  margin-bottom: 60px;
  width: 100%;
}
.home .container-blog {
  width:100%;
  overflow: hidden;
}
.home .col10, .home .col11, .home .col12 {
  width: 33.333333333%;
  float: left;
  height: 100%;
  position: relative;
  padding: 20px;
}
.home .col9 .col-content h3 {
  font-size: 14px;
  line-height: 16px;
  color: #5c656d;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 19px;
  margin-bottom: 0px;
  letter-spacing: 0.5px;
}
.home .col9 .col-content h2 {
  font-size: 43px;
  line-height: 38px;
  color: #42474c;
  position: relative;
  padding-bottom: 32px;
  margin-bottom: 49px;
  margin-top: 12px;
}
.home .col9 .col-content h2::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  height: 1px;
  background-color: #d9e0e4;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -35px;
}
.home .col10 .col-content, .col11 .col-content, .col12 .col-content {
  background-color: #fafbfc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.home .col10 p, .home .col11 p, .home .col12 p {
  padding: 0px 30px 20px 30px;
  font-family: 'Didact Gothic', 'Arial', sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #5c656d;
  font-weight: 300;
  line-height: 1;
}
.home .col10 p:first-child, .home .col11 p:first-child, .home .col12 p:first-child {
  padding: 0px;
}
.home .container-blog a.ext-link {
  padding-right: 0;
  background-image: none;
}
.home .col10 h3, .col11 h3, .col12 h3 {
  font-size: 26px;
  line-height: 30px;
  color: #42474c;
  margin: 0 0 7px;
  padding: 22px 30px 0px;
}
.home .col10 ul, .col11 ul, .col12 ul {
  padding-left: 30px;
  margin: 0 0 11px 0;
}
.home .col10 ul li, .col11 ul li, .col12 ul li {
  font-size: 12px;
  line-height: 14px;
  color: #5c656d;
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  padding-right: 17px;
  position: relative;
}
.home .col10 ul li:first-child:before, .col11 ul li:first-child:before, .col12 ul li:first-child:before {
  font-family: 'FontAwesome';
  content: '\f0da';
  display: inline-block;
  vertical-align: middle;
  color: #F9A61A;
  position: absolute;
  top: 50%;
  right: 3px;
  margin-top: -6px;
}
.home .container-blog li a {
  color: #5c656d !important;
  text-transform: none !important;
  text-decoration: none;
  font-size: 11px !important;
  font-weight: normal !important;
}
.home .container-blog a {
  font-size: 12px;
  line-height: 14px;
  color: #F9A61A;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.6px;
  position: relative;
  text-decoration: none;
}
.home .container-blog .col10 .col-content p a.ext-link::after, .col11 .col-content p a.ext-link::after, .col12 .col-content p a.ext-link::after {
  font-family: 'FontAwesome';
  content: '\f105';
  font-size: 12px;
  line-height: 14px;
  color: #F9A61A;
  margin-left: 9px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.home .container-faq {
  width:100%;
  overflow: hidden;
  background-color: #F9A61A;
  color: white;
}
.home .col13, .home .col14 {
  width: 50%;
  float: left;
  height: 100%;
  position: relative;
}
.home .col13 .col-content {
  max-width: 585px;
  float: right;
  text-align: left;
  width: 100%;
  padding: 126px 15px 130px 15px;
}
.home .col13 h4 {
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 12px;
}
.home .col13 h3 {
  font-size: 48px;
  line-height: 38px;
  color: #fff;
  position: relative;
  padding-bottom: 26px;
  margin-bottom: 20px;
}
.home .col13 h3::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  height: 1px;
  background-color: #d9e0e4;
  position: absolute;
  bottom: 0;
  left: 0;
}
.home .col13 p {
  font-size: 22px;
  line-height: 30px;
  color: #fff;
}
.home .col13 .col-content p a {
  font-size: 22px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
  padding-left: 40px;
  letter-spacing: 0.2px;
  position: relative;
  margin-bottom: 35px;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
.home .col13 .col-content p a::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 9px;
  left: 0;
  background: url(/cimagebank/domu/icon_03.png);
  width: 20px;
  height: 16px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.col13 .col-content p em::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 5px;
  left: 3px;
  background: url(/cimagebank/domu/icon_02.png) no-repeat center center;
  width: 15px;
  height: 20px;
}
.col13 .col-content p em {
  font-size: 22px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
  padding-left: 41px;
  letter-spacing: 0.2px;
  margin-bottom: 32px;
  position: relative;
  font-style: normal;
  display: inline-block;
}
#map-canvas {
  height: 730px;
}
.home .col14 .col-content {
  margin-bottom: 0;
}
.col13 strong {
  font-size: 36px;
  font-weight: 900;
}

/* látky */

.latky h1 {
  display: none;
}

#context {
  display: none;
}

.group-focus.latky {
  width: 1170px;
  margin: 0 auto;
  overflow: hidden;
}
.latky .group-content {
  padding-top: 40px;
  margin-bottom: 60px;
  width: 100%;
}

.latky h3 {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  color: #5c656d;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 60px;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}
.latky h2 {
  text-align: center;
  font-size: 48px;
  line-height: 38px;
  color: #42474c;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 50px;
}
.latky h2::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  height: 1px;
  background-color: #d9e0e4;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -35px;
}

.latky li {
  padding-bottom: 20px;
  color: #40454a;
}
.latky p {
  /* padding-left: 40px; */
  text-align: center;
}
.latky table {
  margin: 0px 0px 0px 40px;
}
.latky td {
  border-color: #f0f3f5;
}
.latky td:first-child {
  background-color: #f9a61c;
  color: #fff;
}
.latky tr.head.odd {
  background-color: #faaa28;
  color: #fff;
}
.latky strong {
  font-size: 18px;
  color: #000;
}
.latky em {
  text-align: left;
}
.latky h4 {
  padding-left: 40px;
  color: #000;
  font-size: 17px;
}
.latky h5 {
  padding-left: 40px;
  margin-top: -20px;
  margin-bottom: 20px;
  color: #40454a;
  font-size: 17px;
}
.latky span.content-img.prettyphoto {
  float: right;
}
.latky span.content-img.prettyphoto img {
  height: 330px;
  padding: 30px;
}
.latky .latky-img {
  text-align: center;
}

/* novinky */

.novinky h1 {
  display: none;
}
.group-focus.novinky {
  width: 1170px;
  margin: 0 auto;
  overflow: hidden;
}
.novinky .group-content {
  padding-top: 40px;
  margin-bottom: 60px;
  width: 100%;
}
.desc-format .col3 {
  margin-left: 0;
}
.novinky .container-novinky {
  width:100%;
  overflow: hidden;
}
.novinky .col2, .novinky .col3, .novinky .col4 {
  width: 33.333333333%;
  float: left;
  height: 100%;
  position: relative;
  padding: 20px;
  display: none;
}
.novinky .col1 h3 {
  text-align: center;
  font-size: 13px;
  line-height: 16px;
  color: #5c656d;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 19px;
  margin-bottom: 0px;
  letter-spacing: 0.5px;
}
.novinky .col1 h2 {
  text-align: center;
  font-size: 45px;
  line-height: 38px;
  color: #42474c;
  position: relative;
  padding-bottom: 32px;
  margin-bottom: 49px;
  margin-top: 12px;
}
.novinky .col1 .col-content h2::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  height: 1px;
  background-color: #d9e0e4;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -35px;
}
.novinky .col2 .col-content, .novinky .col3 .col-content, .novinky .col4 .col-content {
  background-color: #fafbfc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.novinky .col2 p, .novinky .col3 p, .novinky .col4 p {
  padding: 0px 30px 20px 30px;
  font-family: 'Didact Gothic', 'Arial', sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #5c656d;
  font-weight: 300;
}
.novinky .col2 p:first-child {
  padding: 0px;
}
.novinky .col-content a.ext-link {
  padding-right: 0;
  background-image: none;
}
.novinky .col2 h3, .novinky .col3 h3, .novinky .col4 h3 {
  font-size: 26px;
  line-height: 30px;
  color: #42474c;
  margin: 0 0 7px;
  padding: 22px 30px 0px;
}
.novinky .col2 ul, .col3 ul, .col4 ul {
  padding-left: 30px;
  margin: 0 0 11px 0;
}
.novinky .col2 ul li, .col3 ul li, .col4 ul li {
  font-size: 12px;
  line-height: 14px;
  color: #5c656d;
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  padding-right: 17px;
  position: relative;
}
.novinky .col2 ul li:first-child:before, .col3 ul li:first-child:before, .col4 ul li:first-child:before {
  font-family: 'FontAwesome';
  content: '\f0da';
  display: inline-block;
  vertical-align: middle;
  color: #F9A61A;
  position: absolute;
  top: 50%;
  right: 3px;
  margin-top: -6px;
}
.novinky .col-content li a {
  color: #5c656d !important;
  text-transform: none !important;
  text-decoration: none;
  font-size: 11px !important;
  font-weight: normal !important;
}
.novinky .col-content a {
  font-size: 12px;
  line-height: 14px;
  color: #F9A61A;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.6px;
  position: relative;
  text-decoration: none;
}
.novinky .col2 .col-content p a.ext-link::after, .col3 .col-content p a.ext-link::after, .col4 .col-content p a.ext-link::after {
  font-family: 'FontAwesome';
  content: '\f105';
  font-size: 12px;
  line-height: 14px;
  color: #F9A61A;
  margin-left: 9px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.novinky .col3 p:first-child, .col4 p:first-child {
  margin-left: -31px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.novinky .col3 p:first-child, .novinky .col2 p:first-child, .novinky .col4 p:first-child {
  overflow: hidden;
  max-height: 300px;
}
.novinky .article {
  width: 31.333333%;
  float: left;
  height: 100%;
  position: relative;
  padding: 20px;
  margin: 10px;
  background-color: #fafbfc;
  max-height: 700px;
  min-height: 700px;
}
.novinky .article .image img {
  /* float: right; */
  margin: 0px;
  width: 100% !important;
}
.novinky .article .name a {
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
  display: block;
  font-size: 26px;
  padding: 15px 0px;
  width: 100%;
  line-height: 56px;
  color: #5b6475;
}
.novinky .article .name a:hover {
  color: #f7a929; 
}
.novinky a.articles_more {
  width: 100%;
  display: block;
  margin-top: 20px;
  color: #f7a929;
  text-decoration: none;
  position: absolute;
  bottom: 20px;
  
}
.novinky a.articles_more:hover {
  text-decoration: underline;
  }
.novinky p.text {
  max-height: 170px;
  overflow: hidden;
  text-align: justify;
}
.article .date {
  display: none;
}
.novinky.article_item h1 {
  display: block;
  text-align: center;
}
.novinky.article_item span.date {
  text-align: center;
  display: block;
}
.novinky.article_item div#col-content {
  max-width: 1240px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  text-align: justify;
}
.novinky.article_item span.content-img.prettyphoto {
  display: block;
  float: left;
  margin: 0px 20px 20px 0px;
}
.novinky.article_item div#siblings {
  display: none;
}

/* videa */
.videa h1 {
  display: none;
}
.group-focus.videa {
  width: 1170px;
  margin: 0 auto;
  overflow: hidden;
}
.videa .group-content {
  padding-top: 40px;
  margin-bottom: 60px;
  width: 100%;
}
iframe#ytplayer_38142865 {
  width: 760px;
  height: 400px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0 12px 30px 0 rgba(15, 8, 49, 0.2);
  box-shadow: 0 12px 30px 0 rgba(15, 8, 49, 0.2);
}
.videa .content-img {
  width: 100%;
}

/* kontakt */

.kontakt h1 {
  display: none;
}
.group-focus.kontakt {
  width: 1170px;
  margin: 0 auto;
  overflow: hidden;
}
.kontakt .group-content {
  padding-top: 40px;
  margin-bottom: 60px;
  width: 100%;
}
.kontakt .container-kontakt {
  width:100%;
  /* overflow: hidden; */
}
.kontakt .col2, .kontakt .col3 {
  width: 50%;
  float: left;
  height: 100%;
  position: relative;
}
.kontakt .col3 h5 {
  font-size: 14px;
  line-height: 16px;
  color: #5c656d;
  font-weight: 700;
  margin-top: 50px !important;
  margin-bottom: 18px !important;
}
.kontakt .col3 h3 {
  font-size: 36px;
  line-height: 38px;
  color: #42474c;
  position: relative;
  padding-bottom: 26px;
  margin-bottom: 31px;
}
.kontakt .col3 h3::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  height: 1px;
  background-color: #d9e0e4;
  position: absolute;
  bottom: 0;
  left: 0;
}
.kontakt .col3 .col-content p a {
  font-size: 22px;
  line-height: 24px;
  color: #42474c;
  font-weight: 400;
  padding-left: 40px;
  letter-spacing: 0.2px;
  position: relative;
  margin-bottom: 35px;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
.kontakt .col3 .col-content p a::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 5px;
  left: 0;
  background: url(/cimagebank/icon_05.png);
  width: 20px;
  height: 16px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.kontakt .col3 .col-content p em::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 5px;
  left: 3px;
  background: url(/cimagebank/icon_04a.png) no-repeat center center;
  width: 15px;
  height: 20px;
}
.kontakt .col3 .col-content p em {
  font-size: 22px;
  line-height: 24px;
  color: #42474c;
  font-weight: 400;
  padding-left: 41px;
  letter-spacing: 0.2px;
  margin-bottom: 32px;
  position: relative;
  font-style: normal;
}

.kontakt .col3 p strong {
  font-size: 30px;
  line-height: 32px;
  font-weight: 300;
  color: #F9A61A;
  margin-bottom: 36px;
}
.kontakt .col3 p:nth-child(6) {
  padding-top: 30px;
  padding-bottom: 40px;
}
.kontakt .col3 p:nth-child(3) {
  padding-top: 10px;
  padding-bottom: 40px;
  font-size: 18px;
}
.kontakt h2 {
  text-align: center;
  font-size: 36px;
  line-height: 48px;
  font-weight: 300;
  color: #42474c;
  margin: 0 0 12px;
}

.kontakt div#content-widget-38116318 {
  margin-top: 10px;
  -webkit-box-shadow: 0 22px 30px 0 rgba(15, 8, 49, 0.2);
  box-shadow: 0 22px 30px 0 rgba(15, 8, 49, 0.2);
  -webkit-border-radius: 7px;
  border-radius: 7px;
  overflow: hidden;
}
.kontakt .col2 {
  padding-left: 20px;
  padding-right: 50px;
  padding-bottom: 50px;
  margin-top: 30px;
}

/* jak na deprese */

.group-focus.jak-na-deprese {
  width: 1070px;
  margin: 0 auto;
  overflow: hidden;
}
.jak-na-deprese .group-content {
  padding-top: 40px;
  margin-bottom: 60px;
  width: 100%;
}
.jak-na-deprese .group-content p {
  font-size: 17px;
}
.jak-na-deprese .group-content p:first-child {
  float: right;
  padding-left: 40px;
  padding-bottom: 25px;
}

/* léky na nervozitu */

.group-focus.leky-na-nervozitu {
  width: 1070px;
  margin: 0 auto;
  overflow: hidden;
}
.leky-na-nervozitu .group-content {
  padding-top: 40px;
  margin-bottom: 60px;
  width: 100%;
}
.leky-na-nervozitu .group-content p {
  font-size: 17px;
}
.leky-na-nervozitu .group-content p:first-child {
  float: right;
  padding-left: 40px;
  padding-bottom: 25px;
}

/* škarohlídství se nenosí */

.group-focus.skarohlidstvi {
  width: 1070px;
  margin: 0 auto;
  overflow: hidden;
}
.skarohlidstvi .group-content {
  padding-top: 40px;
  margin-bottom: 60px;
  width: 100%;
}
.skarohlidstvi .group-content p {
  font-size: 17px;
}
.skarohlidstvi .group-content p:first-child {
  float: right;
  padding-left: 40px;
  padding-bottom: 25px;
}

/* footer */

.wrapp-footer {
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
  color: #42474c;
  padding: 23px 0;
  margin: 0;
  width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

#foot {
  width: 100%;
  line-height: 1.4em;
  font-size: 0.85em;
  background-color: #f6f8f9;
}

/* responsive */

@media only screen and (max-width: 1199px) {
iframe#ytplayer_38141483 {
    width: 100%;
  }
.email-info {
    margin-left: 20px;
    font-size: 25px;
  }
.address-info {
    font-size: 24px;
  }
.topmenu > div {
    position: absolute;
    font-size: 31px;
    top: 83px;
    left: 0px;
    width: unset;
  }
.mob-menu {
    display: block !important;
  }
nav {
    display: none;
  }
.mobile-nav-button {
    display: block !important;
  }
.home .container, .home .co-zde-najdete, .home .icon-boxes-in-wrapp, .home .container-col9, .wrapp-footer, .topmenu, .topmenu2, .group-focus.latky, .group-focus.novinky, .group-focus.videa, .group-focus.kontakt, .group-focus.jak-na-deprese, .hodnoceni, .testnalady div.group-focus div.group-content  {
    width: 970px !important;
  }
.novinky .article {
    width: 30.333333%;
  }
}
@media only screen and (max-width: 991px) {
.home .container, .home .co-zde-najdete, .home .icon-boxes-in-wrapp, .home .container-col9, .wrapp-footer, .topmenu, .topmenu2, .group-focus.latky, .group-focus.novinky, .group-focus.videa, .group-focus.kontakt, .group-focus.jak-na-deprese, .hodnoceni, .testnalady div.group-focus div.group-content  {
    width: 870px !important;
    /*width: 840px !important;*/
  }
.home .col10 span.content-img.prettyphoto, .home .col11 span.content-img.prettyphoto, .home .col12 span.content-img.prettyphoto {
    width: 100%;
  }
.home .col10 p, .home .col11 p, .home .col12 p {
    font-size: 26px;
    word-break: break-word;
    padding-top: 25px;
  }
.home .col10 h3, .col11 h3, .col12 h3 {
    font-size: 41px;
    padding-bottom: 25px;
  }
.home .col10 ul li, .col11 ul li, .col12 ul li {
    font-size: 27px;
    padding-right: 35px;
    font-size: 17px;
    padding-right: 0px; 
    line-height: 1;
  }
.home .container-blog li a {
    font-size: 16px !important;
    /*margin-top: -11px;*/
  }
.home .col10 ul li:first-child:before, .col11 ul li:first-child:before, .col12 ul li:first-child:before {
    right: -13px;
  }
.home .container-blog a {
    font-size: 27px;
    line-height: 1;
  }
.home .container-blog .col10 .col-content p a.ext-link::after, .col11 .col-content p a.ext-link::after, .col12 .col-content p a.ext-link::after {
    font-size: 27px;
  }
.home .col10, .home .col11, .home .col12 {
    width: 100%;
  }
.home .content-img img {
    width: 100%; 
  }
.home .col10 ul li:nth-child(2), .col11 ul li:nth-child(2), .col12 ul li:nth-child(2) {
    padding-left: 15px;
  }
.home .col6, .home .col7, .home .col8 {
    width: 100%;
  }
.home .col6 p, .home .col8 p {
    font-size: 21px;
  }
iframe#ytplayer_38115224 {
    width: 90%;
    height: 390px;
  }
.home .col2 span.video {
    height: 430px; 
  }
.home .col13, .home .col14 {
    width: 100%;
  }
.home .col13 .col-content {
    max-width: 100%;
    width: 100%;
    padding: 126px 15px 130px 130px;
  }
.mobile-nav-button {
    display: block !important;;
  }
nav {
    display: none;
  }
div#logo a {
    left: 90px;
  }
.topmenu2 {
    width: 100%;
    border-bottom: 1px solid #eceff1;
  }
.home .col13 .col-content p a, .home .col13 .col-content p em {
    font-size: 32px;
    line-height: 1;
  }
}
@media only screen and (max-width: 720px) {
.home .container, .home .co-zde-najdete, .home .icon-boxes-in-wrapp, .home .container-col9, .wrapp-footer, .topmenu, .topmenu2, .group-focus.latky, .group-focus.novinky, .group-focus.videa, .group-focus.kontakt, .group-focus.jak-na-deprese  {
    width: 750px;
  }
}

/* mobile menu */
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.92);
  overflow-x: hidden;
  transition: 0.5s;
}
.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.overlay a {
  padding: 20px;
  text-decoration: none;
  font-size: 55px;
  color: #fff;
  display: block;
  transition: 0.3s;
}
.overlay a:hover, .overlay a:focus, .overlay a:active {
  color: #f9a61e;
}
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}
.mobile-nav-button {
  font-size:30px;
  cursor:pointer;
  display:none;
  position: absolute;
  top: 80px;
  right: 100px;
  font-size: 60px;
  cursor: pointer;
  color: #292929;
}
@media screen and (max-height: 450px) {
.overlay a {font-size: 20px}
.overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

.scrollup {
  position: fixed;
  z-index: 999;
  width: 45px;
  height: 45px;
  background: #888888;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: none;
  bottom: 30px;
  right: 30px;
  text-indent: -9999px;
  -webkit-transition: background-color 300ms, bottom 400ms;
  transition: background-color 300ms, bottom 400ms;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}
.scrollup::after {
  content: '';
  position: absolute;
  left: 17px;
  top: 19px;
  width: 12px;
  height: 7px;
  background: url("/cimagebank/back2top_img.png") no-repeat center center;
}
.scrollup:hover {
  background-color: #F9A61A;
}

/* Display None Login - Test */

.login-box{
  display: none; 
}

/* register / login */

.login-box-popup-links {
  width: 20%;
  float: left;
  display: block;
}

.login-box-popup-links a:hover {
  color: #fbc977;! important
}

a
.login-box-popup-links a, .login-box-popup-links span {
  color: #333; !importatnt
    text-decoration: none;
}

.register .group-content {
  margin: 0 auto;
  width: 100%;
  max-width: 411px;
}

.register h1 {
  text-align: center;
}

.mob-menu { 
  display:none;
  height: 100px;
  text-align: center;
  background: #fbfbfb;
}

.reg_info {
  font-weight: 600 !important;
  color: black;
  }

.uzivatel h1 {
  text-align: center;
}
.uzivatel .group-content {
  margin: 0 auto;
  width: 100%;
  max-width: 420px;
}
.uzivatel main {
  min-height: 632px;
}
.uzivatel #cols {
  margin-top: 100px;
}

.group-focus.kontakt {
  overflow: visible;
}
/* facebook icon*/
#h-info-block a em {
  margin-left: 20px;
  color: #f7a928;
}
@media screen and (max-width: 990px) {
#h-info-block a em {
    margin-left: 15px;
    font-size: 22px;
  }
}

/* responsive */

@media only screen and (max-width: 900px) {
.home .container, .home .co-zde-najdete, .home .icon-boxes-in-wrapp, .home .container-col9, .wrapp-footer, .topmenu, .topmenu2, .group-focus.latky, .group-focus.novinky, .group-focus.videa, .group-focus.kontakt, .group-focus.jak-na-deprese, .hodnoceni, .testnalady div.group-focus div.group-content, .latky .latky-img  {
    width: 750px !important;
  }
.latky-img img {
    width: 100%;
  }
.novinky .article .name a {
    line-height: 1.5;
  }
.mob-menu {
    height: 190px;
  }
.mobile-nav-button {
    top: 160px;
  }
.topmenu > div {
    top: 165px;
  }
p.address-info {
    margin-left: 6px;
    line-height: 100%;
  }
#h-info-block a em {
    margin-left: 0px;
    margin-top: 9px;
    font-size: 22px;
  }
}

@media only screen and (max-width: 770px) {
.home .container, .home .co-zde-najdete, .home .icon-boxes-in-wrapp, .home .container-col9, .wrapp-footer, .topmenu, .topmenu2, .group-focus.latky, .group-focus.novinky, .group-focus.videa, .group-focus.kontakt, .group-focus.jak-na-deprese, .hodnoceni, .testnalady div.group-focus div.group-content, .latky .latky-img  {
    width: 600px !important;
  }
.novinky .article {
    width: 29.333333%;
  }
iframe#ytplayer_38142865 {
    width: 600px;
  }
.kontakt .col2, .kontakt .col3 {
  width: 100%;
}
}

@media only screen and (max-width: 665px) {
.home .container, .home .co-zde-najdete, .home .icon-boxes-in-wrapp, .home .container-col9, .wrapp-footer, .topmenu, .topmenu2, .group-focus.latky, .group-focus.novinky, .group-focus.videa, .group-focus.kontakt, .group-focus.jak-na-deprese, .hodnoceni, .testnalady div.group-focus div.group-content, .latky .latky-img  {
    width: 500px !important;
  }
iframe#ytplayer_38142865 {
    width: 500px;
  }
}

@media only screen and (max-width: 575px) {
.overlay-content a {
    line-height: 1;
  }
.overlay-content {
    top: 10%;
  }
.overlay a {
    padding: 9px;
  }
}

@media only screen and (max-width: 520px) {
.home .container, .home .co-zde-najdete, .home .icon-boxes-in-wrapp, .home .container-col9, .wrapp-footer, .topmenu, .topmenu2, .group-focus.latky, .group-focus.novinky, .group-focus.kontakt, .group-focus.jak-na-deprese, .hodnoceni, .testnalady div.group-focus div.group-content, .latky .latky-img  {
    width: 300px !important;
  }
.group-focus.videa{
    width: 100% !important;
  }
.kontakt .desc-format .col2, .kontakt .desc-format .col3 {
    width: 100% !important;
  }
.home .col1 a.ext-link, .home .col1 .col-content a:nth-child(1) {
    padding: 14px 35px 16px;
  }
.home .col13 .col-content {
    padding: 126px 15px 130px 80px;
  }
.overlay a {
    font-size: 40px;
  }
.overlay-content {
    margin-top: 0; 
  }
.novinky .article {
    width: 100%;
  }
iframe#ytplayer_38142865 {
    width: 400px;
  }
.home .icon-boxes-in-wrapp a.ext-link {
    font-size: 11px;
    line-height: 1;
  }
.mob-menu {
    height: 270px;
  }
.mobile-nav-button {
    top: 250px;
  }
.topmenu > div {
    top: 238px;
  }
}

@media only screen and (max-width: 365px) {
.home .container, .home .co-zde-najdete, .home .icon-boxes-in-wrapp, .home .container-col9, .wrapp-footer, .topmenu, .topmenu2, .group-focus.latky, .group-focus.novinky, .group-focus.videa, .group-focus.kontakt, .group-focus.jak-na-deprese, .hodnoceni, .testnalady div.group-focus div.group-content, .latky .latky-img  {
    /*width: 200px !important;*/
    width: 90%;
  }
.home .col1 a.ext-link, .home .col1 .col-content a:nth-child(1) {
    padding: 9px 20px 11px;
  }
.home .container-col9 {
    width: 100% !important;
  }
.home .col13 .col-content {
    padding: 126px 15px 130px 40px;
  }
iframe#ytplayer_38142865 {
    width: 290px;
  }
.mobile-nav-button {
    right: 40px;
  }
}

/* PORADNA A CHAT */

.forum form #add_name, .forum form #add_text {
  font: 0.8em/1.5em Arial,Helvetica,sans-serif;
  color: black;
  display: block;
  font-size: 22px;
}
.forum input#send_button {
  float: left;
  display: block;
  width: 100px;
  font-size: 22px;
  background-color: #fbc977;
  border-radius: 7px 7px;
  font-weight: normal;
  margin-top: 10px;
}

.forum form#data {
  width: 28%;
  padding-bottom: 60px;
}

/* oprava responsive dotazník */
.otazky > div#krok1 {
  overflow: hidden;
}
/* oprava registrace responsive */
@media screen and (max-width: 500px) {
.register form.user_edit_ext label {
    line-height: 1;
  }
.register form.user_edit_ext .bigline input {
    width: 100%;
  }
.register form.user_edit_ext table {
    width: 100%;
    float: right;
    overflow: scroll;
    display: block;
    padding: 5px;
  }
.register form.user_edit_ext {
    width: 100%;
  }
.register form.user_edit_ext .form-inputs {
    padding: 10px 15px;
  }
.register div#recaptcha_widget {
    width: 100%;
  }
.register .form-inputs.form-inputs-captcha.form-register-captcha {
    padding: 0;
  }
.register .form-inputs.form-inputs-captcha.form-register-captcha tbody {
    display: inline-block;
    text-align: center;
  }
}
.recaptcha_menu a {
  text-decoration: none !important;
  /* color: #000003; */
}