@-webkit-keyframes mrak {
  0% {
    left: -717px;
  }
  50% {
    left: 50%;
  }
  100% {
    left: 100%;
  }
}
@keyframes mrak {
  0% {
    left: -717px;
  }
  50% {
    left: 50%;
  }
  100% {
    left: 100%;
  }
}
@-webkit-keyframes mrak2 {
  0% {
    right: -784px;
  }
  50% {
    right: 50%;
  }
  100% {
    right: 100%;
  }
}
@keyframes mrak2 {
  0% {
    right: -784px;
  }
  50% {
    right: 50%;
  }
  100% {
    right: 100%;
  }
}
.avenircn {
  font-family: 'AvenirNextLTW02-MediumC 724410';
}
.avenir {
  font-family: 'AvenirNextLTW02-Regular';
}
.source {
  font-family: 'Source Sans Pro', sans-serif;
}
.vnitrni {
  width: 1170px;
  margin: auto;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.button {
  background: #f51f36;
  width: 130px;
  border-bottom: 4px solid #d01a2e;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9125em;
  text-align: center;
  color: white;
  cursor: pointer;
}
.button a {
  display: block;
  padding: 8px 0;
}
.ctverec {
  display: inline-block;
  padding: 0px 5px 10px;
  width: 30px;
  height: 30px;
  border: 2px solid #f51f36;
  font-size: 2.25em;
  font-weight: 600;
  text-align: center;
  margin-right: 10px;
}
* {
  outline: 0 !important;
  /*    border: solid 1px red!important;*/
}
h2 {
  font-size: 4.5em;
  font-weight: 900;
  text-transform: uppercase;
}
p {
  line-height: 120%;
}
.pobutt {
  width: 230px;
  background: #f51f36;
  border-bottom: #d01a2e solid 5px;
  margin: auto;
}
.pobutt a {
  display: block;
  color: white;
  padding: 12px 0;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.pobutt a:hover {
  -webkit-box-shadow: inset 0 0 100px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 100px 0 rgba(0, 0, 0, 0.2);
}
body {
  text-align: justify;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 100%;
}
body #new-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 20000;
  display: none;
}
body #new-lightbox .content {
  width: 1170px;
  background: white;
  opacity: 1;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  z-index: 2;
  position: relative;
  height: 90%;
  margin: 2.5% auto;
}
body #new-lightbox .content .vnitrni {
  padding: 5% 50px;
  width: auto;
  overflow: auto;
  height: 70%;
}
body #new-lightbox .content .vnitrni h2 {
  margin-bottom: 20px;
  text-align: left;
}
body #new-lightbox .content .vnitrni .attachment-medium {
  float: right;
}
body #new-lightbox .content .vnitrni .left {
  float: left;
  width: 45%;
}
body #new-lightbox .content .vnitrni .left p {
  margin-bottom: 20px;
}
body #new-lightbox .content .vnitrni .left table {
  width: 100%;
}
body #new-lightbox .content .vnitrni .left table td {
  padding: 5px;
}
body #new-lightbox .content .vnitrni .right {
  float: right;
  width: 45%;
  text-align: left;
}
body #new-lightbox .content .vnitrni .right h3 {
  font-size: 1.5em;
  margin-bottom: 20px;
}
body #new-lightbox .content .vnitrni .right img {
  margin: 5px;
}
body #new-lightbox .content.notready {
  margin: 50px;
  opacity: 0;
}
body #new-lightbox .shadow {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
body #new-lightbox .shadow .loader {
  display: none;
}
body #new-lightbox .shadow.ready {
  opacity: 1;
}
body #new-lightbox .shadow.loading .loader {
  margin: 100px auto;
  border-radius: 1000px;
  padding: 30px;
  background: #ffffff url('https://konkurznispravce.cz/wp-content/themes/spravce/images/preloader.gif') no-repeat center;
  display: block;
  width: 0px;
}
body header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 20px 0;
  background: white;
  z-index: 10002;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
body header .clear {
  display: none;
}
body header .domenu {
  display: none;
}
body header .logo {
  width: 260px;
  height: 84px;
  background: url('https://konkurznispravce.cz/wp-content/themes/spravce/images/logo.png');
  display: block;
  float: left;
}
body header nav {
  float: right;
}
body header nav ul li {
  display: inline-block;
}
body header nav ul li ul {
  display: inline-block;
}
body header nav .top {
  float: right;
  font-family: 'AvenirNextLTW02-MediumC 724410';
  color: #242424;
  margin-top: 15px;
}
body header nav .top li {
  margin-left: 15px;
}
body header nav .top li img {
  margin-right: 5px;
}
body header nav .top li ul li {
  margin-left: 7px;
}
body header nav .bot {
  float: right;
  clear: both;
  font-family: 'AvenirNextLTW02-Regular';
  margin-top: 20px;
  letter-spacing: -0.5px;
}
body header nav .bot a {
  border-bottom: transparent solid 3px;
  display: inline-block;
  color: #868686;
  margin-left: 20px;
  text-transform: uppercase;
}
body header nav .bot a .line {
  width: 0%;
  height: 3px;
  background: #175ab5;
  margin: auto;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body header nav .bot a.active {
  color: #175ab5;
}
body header nav .bot a.active .line {
  width: 100%;
}
body header nav .bot a:hover {
  color: #175ab5;
}
body article#main {
  position: relative;
  height: 550px;
  width: 100%;
  margin-top: 0px;
  overflow: hidden;
  background: transparent;
}
body article#main .vnitrni {
  position: relative;
}
body article#main .video {
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: -1;
}
body article#main .video img {
  position: fixed !important;
  overflow: hidden;
  top: 0px !important;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
body article#main .slidesoftext {
  position: absolute;
  right: -20px;
  top: 150px;
  color: #ededed;
  z-index: 11;
  width: 50%;
}
body article#main .slidesoftext p {
  font-size: 3.125em;
  padding-top: 30px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
}
body article#main .slogan {
  position: absolute;
  top: 160px;
  z-index: 10;
  background: rgba(23, 90, 181, 0.5);
  width: 100%;
  height: 220px;
  right: -50%;
}
body section {
  background: white;
}
body section article {
  background: white;
}
body section article#news {
  margin-top: 120px;
}
body section article#news .saktualita {
  width: 44%;
  margin: 20px 1.5%;
  float: left;
  border-bottom: 2px solid #175ab5;
  border-radius: 3px;
  height: 180px;
}
body section article#news .saktualita h2 {
  font-size: 1.5em;
}
body section article#news .saktualita .left {
  float: left;
  width: 25%;
}
body section article#news .saktualita .left p.date {
  font-size: 0.875em;
  margin-bottom: 10px;
}
body section article#news .saktualita .right {
  float: right;
  width: 65%;
}
body section article#firma {
  position: relative;
  z-index: 20;
  font-weight: 300;
}
body section article#firma #majetek {
  position: absolute;
  top: -120px;
}
body section article#firma p {
  line-height: 120%;
  font-size: 2em;
}
body section article#firma .left {
  font-size: 1em;
  width: 470px;
  padding: 50px 0;
  color: #282828;
}
body section article#firma .cary1 {
  background: url('https://konkurznispravce.cz/wp-content/themes/spravce/images/cary1.png') right 0 repeat-x;
  width: 50%;
  height: 8px;
  position: absolute;
  right: 0;
  margin-top: -70px;
}
body section article#uvodni {
  color: white;
  background: url('https://konkurznispravce.cz/wp-content/themes/spravce/images/pozadi.png');
  box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}
body section article#uvodni .vnitrni {
  padding: 50px 0;
}
body section article#uvodni .vnitrni .text {
  width: 50%;
  font-weight: 500;
  float: left;
}
body section article#uvodni .vnitrni .text p {
  margin: 1.3em 0;
}
body section article#uvodni .vnitrni .kontakt {
  float: right;
  width: 50%;
  text-align: center;
}
body section article#uvodni .vnitrni .kontakt .white {
  background: #f5f5f5;
  padding: 30px 0;
  width: 370px;
  margin: 60px auto 0;
}
body section article#uvodni .vnitrni .kontakt .white h3 {
  font-size: 1.375em;
  color: black;
  font-weight: 300;
  line-height: 120%;
}
body section article#uvodni .vnitrni .kontakt .white .button {
  margin: 20px auto 0;
}
body section article#sluzby {
  padding: 120px 0;
}
body section article#sluzby h2 {
  float: left;
  width: 45%;
}
body section article#sluzby .popis {
  float: right;
  width: 54%;
}
body section article#sluzby .popis .text {
  padding: 50px 0;
}
body section article#sluzby .popis .nadpisy h3 {
  cursor: pointer;
  display: block;
  float: left;
  width: 33.33333333%;
  margin-bottom: 15px;
  font-size: 0.875em;
  text-align: left;
}
body section article#sluzby .popis .nadpisy h3 span {
  display: block;
  float: right;
  width: 150px;
  line-height: 120%;
}
body section article#sluzby .popis .nadpisy h3.active .ctverec {
  background: #f51f36;
  color: white;
}
body section article#sluzby .sluzby .sluzba {
  display: none;
}
body section article#sluzby .sluzby .sluzba h3 {
  font-size: 1.625em;
  line-height: 1.5em;
}
body section article#sluzby .sluzby .sluzba h3 .ctverec {
  font-size: 1.4em;
}
body section article#sluzby .sluzby .sluzba p {
  font-size: 0.875em;
  padding: 30px 0 0 0;
  line-height: 140%;
}
body section article#sluzby .sluzby .sluzba ul {
  list-style: circle;
  margin-left: 20px;
}
body section article#sluzby .sluzby .sluzba ul li {
  font-size: 0.875em;
  padding: 10px 0;
  line-height: 140%;
}
body section article#sluzby .sluzby .sluzba.sluzba0 {
  display: block;
}
body section article#sluzby .kont_text {
  display: block;
  height: 300px;
  overflow: auto;
  padding: 0px 20px;
}
body section article#dozor {
  position: relative;
  margin: 100px 0 300px 0;
}
body section article#dozor #dozor2 {
  position: absolute;
  top: -450px;
}
body section article#dozor .crooked {
  position: relative;
  height: 620px;
  -moz-transform: skewX(0deg) skewY(10deg);
  -webkit-transform: skewX(0deg) skewY(10deg);
  -o-transform: skewX(0deg) skewY(10deg);
  -ms-transform: skewX(0deg) skewY(10deg);
  transform: skewX(0deg) skewY(10deg);
  overflow: hidden;
  z-index: 10;
}
body section article#dozor .bot {
  background-image: url('https://konkurznispravce.cz/wp-content/themes/spravce/images/parallax.jpg');
  background-repeat: no-repeat;
  height: 965px;
  width: 100%;
  -moz-transform: skewX(0deg) skewY(-10deg);
  -webkit-transform: skewX(0deg) skewY(-10deg);
  -o-transform: skewX(0deg) skewY(-10deg);
  -ms-transform: skewX(0deg) skewY(-10deg);
  transform: skewX(0deg) skewY(-10deg);
  position: relative;
  top: -175px;
}
body section article#dozor .bot .box {
  position: relative;
  top: 230px;
  color: #282828;
  width: 595px;
  height: 430px;
  background: white;
}
body section article#dozor .bot .box h2 {
  margin-bottom: 0.5em;
  line-height: 90%;
}
body section article#dozor .bot .box p {
  font-weight: 300;
  margin-bottom: 1em;
  padding-right: 10px;
}
body section article#dozor .bot .box .padding {
  padding: 15px 10px 0 15px;
  position: relative;
  z-index: 2;
}
body section article#dozor .bot .aktualita {
  margin-bottom: 20px;
}
body section article#dozor .bot .aktualita .attachment-medium {
  float: right;
}
body section article#dozor .bot .aktualita .button {
  float: none;
}
body section article#dozor .bot .aktualita .left {
  float: left;
  width: 400px;
}
body section article#dozor .bot .aktualita .left p span {
  font-weight: 700;
}
body section article#dozor .bot .aktualita .attachment-thumbnail {
  float: right;
}
body section article#dozor .bot .button {
  float: right;
  margin-right: 19px;
}
body section article#reference {
  padding-bottom: 70px;
  position: relative;
  z-index: 2;
  margin-top: -160px;
}
body section article#reference #majetek {
  position: absolute;
  top: 50px;
}
body section article#reference.single-page {
  margin-top: 120px;
  padding-bottom: 80px;
}
body section article#reference.single-page .ref:nth-child(3n) {
  margin-right: 0;
}
body section article#reference .button {
  margin: 40px auto 20px;
  width: 250px;
}
body section article#reference #reference2 {
  position: absolute;
  top: -120px;
}
body section article#reference .wrapit {
  float: left;
  width: 380px;
  margin-right: 12px;
}
body section article#reference .wrapit .ref {
  margin-bottom: 12px;
}
body section article#reference .ref {
  position: relative;
  height: 209px;
  width: 380px;
  margin: 6px;
  display: block;
}
body section article#reference .ref.refzesingle {
  cursor: pointer;
  float: left;
}
body section article#reference .ref .prodano,
body section article#reference .ref .lupa {
  height: 92px;
  width: 92px;
  position: absolute;
  right: 25px;
  top: 25px;
  z-index: 20;
  background: rgba(5, 26, 55, 0.8);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body section article#reference .ref .prodano {
  background: url('https://konkurznispravce.cz/wp-content/themes/spravce/images/sold.png');
}
body section article#reference .ref .lupa {
  border: #f51f36 solid 2px;
  cursor: pointer !important;
  opacity: 0.6;
}
body section article#reference .ref .lupa img {
  display: block;
  padding: 30px;
}
body section article#reference .ref .overlay {
  position: absolute;
  top: 0;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background: rgba(5, 26, 55, 0.8);
  color: white;
  height: 100%;
  width: 100%;
  z-index: 10;
}
body section article#reference .ref .overlay a {
  display: block;
  height: 100%;
  width: 100%;
}
body section article#reference .ref .overlay .popis {
  left: 14px;
  bottom: 10px;
  position: absolute;
}
body section article#reference .ref .overlay h3 {
  font-weight: 300;
  font-size: 1.125em;
  width: 230px;
  margin-bottom: 0.75em;
}
body section article#reference .ref .overlay ul {
  font-size: 0.875em;
  line-height: 130%;
}
body section article#reference .ref .overlay ul li span {
  color: #999999;
  text-transform: uppercase;
}
body section article#reference .ref .imgref,
body section article#reference .ref .attachment-reference,
body section article#reference .ref .wp-post-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
body section article#reference .ref:hover .overlay {
  opacity: 1;
}
body section article#reference .ref:hover .lupa {
  opacity: 1;
}
body section article#reference .top .vnitrni {
  position: relative;
  z-index: 9;
}
body section article#reference .top .vnitrni p {
  font-weight: 900;
  font-size: 2.5em;
  width: 750px;
  padding-top: 40px;
}
body section article#reference .top .vnitrni .playharder {
  position: absolute;
  top: -150px;
  left: -260px;
}
body section article#reference .nadpis {
  background: black;
  width: 100%;
  height: 120px;
  color: white;
  position: relative;
  margin-top: 135px;
  text-align: left;
}
body section article#reference .nadpis h2 {
  position: absolute;
  bottom: -130px;
}
body section article#reference .nadpis .vnitrni {
  position: relative;
}
body section article#reference .nadpis .modryobdelnicek {
  border: #175ab5 solid 2px;
  width: 62px;
  height: 53px;
  position: absolute;
  left: 339px;
  bottom: -150px;
}
body section article#reference .popis {
  width: 60%;
  float: left;
  margin-bottom: 30px;
}
body section article#reference .popis p {
  font-size: 1.875em;
  font-weight: 900;
  width: 70%;
  margin-bottom: 1em;
  text-align: left;
}
body section article#reference .hint {
  float: right;
  text-align: right;
  margin-top: 145px;
}
body section article#reference .hint p {
  text-transform: uppercase;
  color: #175ab5;
  font-size: 0.75em;
}
body section article#reference .allreferences {
  overflow: hidden;
  height: 680px;
  margin: 20px 0 0 0;
  padding-bottom: 30px;
}
body section article#reference .allreferences * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body section article#informace #prodluzniky {
  position: absolute;
  margin-top: -100px;
}
body section article#informace #pruh {
  position: relative;
  background: url('https://konkurznispravce.cz/wp-content/themes/spravce/images/pozadi.png') center #ffffff;
  color: white;
  z-index: 15;
  padding: 30px 0 10px;
  margin-top: 180px;
  text-align: left;
}
body section article#informace #pruh .vnitrni {
  position: relative;
}
body section article#informace #pruh img {
  position: absolute;
  left: -360px;
  top: -211px;
}
body section article#informace #pruh h2 {
  width: 75%;
}
body section article#informace #pruh h2 p {
  line-height: 100%;
}
body section article#informace .nadpiseky {
  background: url('https://konkurznispravce.cz/wp-content/themes/spravce/images/infocary.png') center bottom repeat-x;
  padding: 50px 0;
}
body section article#informace .nadpiseky .nadpisek {
  display: block;
  float: left;
  width: 50%;
  cursor: pointer;
  margin: 5px 0;
}
body section article#informace .nadpiseky .nadpisek.active .ctverec {
  background: #f51f36;
  color: white;
}
body section article#informace .informace {
  padding: 50px 0;
}
body section article#informace .informace .info {
  display: none;
}
body section article#informace .informace .info:first-child {
  display: block;
}
body section article#informace .informace .info h3 {
  margin: 1em 0;
  font-size: 1.625em;
}
body section article#informace .informace .info h3 .ctverec {
  font-size: 1.5em;
  margin: 0 10px;
}
body section article#informace .informace .info p {
  font-size: 0.875em;
  line-height: 130%;
  padding-left: 67px;
  margin: 1em 0;
}
body section article#informace .informace .info p strong {
  font-weight: 700;
}
body section article#informace .informace .info .kont_text {
  display: block;
  height: 400px;
  overflow: auto;
  padding: 0px 20px;
}
body section article#onas {
  background: url('https://konkurznispravce.cz/wp-content/themes/spravce/images/pozadi.png');
}
body section article#onas #onas-historie {
  position: absolute;
  margin-top: -50px;
}
body section article#onas .vnitrni {
  padding: 80px 0;
  color: white;
}
body section article#onas .vnitrni h2 {
  width: 500px;
  /*                        float:left;*/
}
body section article#onas .vnitrni .text {
  text-align: justify;
  float: right;
  margin-top: 80px;
  font-size: 1.25em;
  /*                        width:655px;*/
  font-weight: 300;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
body section article#onas .vnitrni .zamestnanciwrap {
  padding: 10px 0 25px;
  overflow: scroll;
}
body section article#onas .vnitrni .zamestnanec {
  float: left;
  width: 585px;
}
body section article#onas .vnitrni .zamestnanec.hlavni {
  width: auto;
  margin: 50px 0;
  float: none;
}
body section article#onas .vnitrni .zamestnanec.hlavni .right {
  width: 885px;
}
body section article#onas .vnitrni .zamestnanec .right {
  float: right;
  width: 305px;
  padding: 15px 50px 0 0;
}
body section article#onas .vnitrni .zamestnanec .left {
  float: left;
  width: 200px;
}
body section article#onas .vnitrni .zamestnanec h3 {
  font-size: 1.5em;
}
body section article#onas .vnitrni .zamestnanec p {
  font-size: 0.875em;
}
body section article#onas .vnitrni .zamestnanec p.pozice {
  margin: 5px 0 10px 0;
  color: #b7b7b7;
  text-transform: uppercase;
}
body section article#onas .vnitrni .zamestnanec p.popis {
  margin: 10px 0;
}
body section article#onas .vnitrni .zamestnanec ul {
  font-size: 0.875em;
  margin: 20px 0;
}
body section article#onas .vnitrni .zamestnanec ul li {
  margin: 5px 0;
}
body section article#onas .vnitrni .zamestnanec ul li img {
  display: inline-block;
  margin-right: 7px;
}
body section article#moudro .vnitrni {
  padding: 40px 0;
  width: 550px;
  text-align: center;
  font-size: 1.625em;
  color: #333333;
  font-weight: 300;
}
body section article#kontakt {
  height: 700px;
  position: relative;
  background: url('https://konkurznispravce.cz/wp-content/themes/spravce/images/mapa.jpg');
}
body section article#kontakt #kontaktni-formular {
  position: absolute;
  top: -280px;
}
body section article#kontakt .vyber-kontakt {
  width: 100%;
  background: #e4e4e4;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e4e4e4 0%, #dddddd 50%, #d4d4d4 51%, #fefefe 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4e4e4), color-stop(50%, #dddddd), color-stop(51%, #d4d4d4), color-stop(100%, #fefefe));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e4e4e4 0%, #dddddd 50%, #d4d4d4 51%, #fefefe 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e4e4e4 0%, #dddddd 50%, #d4d4d4 51%, #fefefe 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e4e4e4 0%, #dddddd 50%, #d4d4d4 51%, #fefefe 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e4e4e4 0%, #dddddd 50%, #d4d4d4 51%, #fefefe 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4e4e4', endColorstr='#fefefe', GradientType=0);
  /* IE6-9 */
  text-align: center;
}
body section article#kontakt .vyber-kontakt .vnitrni {
  /*                        width:1000px;*/
  width: 100%;
}
body section article#kontakt .vyber-kontakt ul li {
  color: #3e3e3e;
  padding: 20px;
  display: inline-block;
  cursor: pointer;
  margin: 0 10px;
}
body section article#kontakt .vyber-kontakt ul li.active,
body section article#kontakt .vyber-kontakt ul li:hover {
  color: black;
  background: #cbcbcb;
  /* Old browsers */
  background: -moz-linear-gradient(top, #cbcbcb 0%, #c5c5c5 50%, #bcbcbc 51%, #e5e5e5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cbcbcb), color-stop(50%, #c5c5c5), color-stop(51%, #bcbcbc), color-stop(100%, #e5e5e5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #cbcbcb 0%, #c5c5c5 50%, #bcbcbc 51%, #e5e5e5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #cbcbcb 0%, #c5c5c5 50%, #bcbcbc 51%, #e5e5e5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #cbcbcb 0%, #c5c5c5 50%, #bcbcbc 51%, #e5e5e5 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #cbcbcb 0%, #c5c5c5 50%, #bcbcbc 51%, #e5e5e5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cbcbcb', endColorstr='#e5e5e5', GradientType=0);
  /* IE6-9 */
}
body section article#kontakt .vnitrni {
  position: relative;
  width: 720px;
}
body section article#kontakt .formular {
  width: 100%;
  position: absolute;
  top: 0;
  left: -30px;
  background: white;
  z-index: -1;
  opacity: 0;
  margin: 60px auto;
  padding: 30px;
  height: 452px;
}
body section article#kontakt .formular .text,
body section article#kontakt .formular form {
  margin-top: 60px;
}
body section article#kontakt .formular .text {
  float: left;
  width: 370px;
}
body section article#kontakt .formular.active {
  opacity: 1;
  z-index: 2;
}
body section article#kontakt .formular h2 {
  font-size: 1.625em;
  font-weight: 300;
  margin-bottom: 1em;
  float: left;
  width: 35%;
}
body section article#kontakt .formular .info {
  float: right;
  width: 60%;
  font-size: 0.75em;
}
body section article#kontakt .formular br {
  font-size: 1.5em;
}
body section article#kontakt .formular p {
  font-size: 1em;
  line-height: 120%;
}
body section article#kontakt .formular p.jmeno {
  font-weight: 600;
  font-size: 1.25em;
  margin-bottom: 1.5em;
}
body section article#kontakt .formular p strong {
  font-weight: 600;
}
body section article#kontakt .formular p.zavolej {
  font-weight: 400;
  font-size: 0.8125em;
  font-style: italic;
}
body section article#kontakt .formular p img {
  margin-right: 5px;
}
body section article#kontakt .formular form {
  width: 300px;
  float: right;
}
body section article#kontakt .formular form span.wpcf7-not-valid-tip {
  color: #F00 !important;
  font-size: 0.75em !important;
  display: block !important;
  margin-top: -12px !important;
}
body section article#kontakt .formular form div.wpcf7-response-output {
  margin: 0 !important;
}
body section article#kontakt .formular form ::-webkit-input-placeholder {
  color: white;
  opacity: 1;
}
body section article#kontakt .formular form :-moz-placeholder {
  /* Firefox 18- */
  color: white;
  opacity: 1;
}
body section article#kontakt .formular form ::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
  opacity: 1;
}
body section article#kontakt .formular form :-ms-input-placeholder {
  color: white;
  opacity: 1;
}
body section article#kontakt .formular form input[type='text'],
body section article#kontakt .formular form input[type='email'],
body section article#kontakt .formular form textarea {
  background: #bebebe;
  color: white;
  border: 0;
  display: block;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 0.875em;
  padding: 5px;
  width: 290px;
  margin-bottom: 13px;
}
body section article#kontakt .formular form textarea {
  height: 100px;
  resize: none;
  overflow: auto;
}
body section article#kontakt .formular form input[type='submit'] {
  background: url('https://konkurznispravce.cz/wp-content/themes/spravce/images/send.png');
  border: 0;
  height: 34px;
  color: transparent;
  width: 34px;
  cursor: pointer;
  display: block;
}
body section article#kontakt .mapa {
  width: 100%;
  height: 400px;
}
@media screen and (max-height: 800px) and (min-width: 1200px) {
  body section article#management .mid .vnitrni .slide .vnitrni {
    margin-top: -20px;
  }
  body section article#management .mid .vnitrni .slide .vnitrni img {
    height: 400px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 720px) {
  body {
    /*        * {
                    border: 1px solid black !important;
                }*/
  }
  body .vnitrni {
    width: 80%;
  }
  body .ctverec {
    float: left;
    margin-right: 5px;
  }
  body article#main .slidesoftext {
    right: -120px;
    width: 70%;
  }
  body article#main .slidesoftext p {
    font-size: 2.7em;
  }
  body article#main .slogan {
    width: 110%;
  }
  body #new-lightbox .content {
    width: 100%;
  }
  body nav {
    position: fixed;
    top: 0;
    left: -300px;
    float: none;
    clear: none;
    height: 100%;
    width: 240px;
    background: url('https://konkurznispravce.cz/wp-content/themes/spravce/images/pozadi.gif');
    -webkit-box-shadow: 1px 0 1px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 0 1px 0 rgba(0, 0, 0, 0.3);
    z-index: 10010;
    overflow: auto;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  body nav.out {
    left: 0px;
  }
  body nav .top {
    float: none;
    margin: 20px 0;
  }
  body nav .top li {
    padding: 5px 20px;
  }
  body nav .top li img {
    margin-right: 10px;
  }
  body nav .top li #qtranslate-2-chooser {
    text-align: center;
    margin-top: 30px;
  }
  body nav .top li #qtranslate-2-chooser li {
    padding: 0 10px;
    display: inline-block;
  }
  body nav .bot {
    clear: none;
    float: none;
    margin-top: 0;
  }
  body nav .bot li {
    padding: 0;
    border-bottom: solid #CFCFCF 1px;
    display: block;
  }
  body nav .bot li a {
    display: block;
    padding: 18px 0px 19px 20px;
    border-bottom: 0;
    margin-left: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  body nav .bot li a.active {
    border-bottom: 0;
  }
  body nav .bot li a .line {
    display: none;
  }
  body header {
    padding: 0;
    overflow: hidden;
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    /* IE6-9 */
    width: 100%;
  }
  body header .clear {
    display: block;
  }
  body header .domenu {
    display: block;
    cursor: pointer;
    margin-left: 30px;
    float: left;
    margin-top: 6px;
  }
  body header .vnitrni {
    padding: 5px 0;
    width: 100%;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  body header .vnitrni.navisout {
    padding-left: 240px;
  }
  body header .logo {
    width: 197px;
    height: 44px;
    background: url('https://konkurznispravce.cz/wp-content/themes/spravce/images/logo-small.png');
    float: none;
    margin-left: 30px;
    display: block;
    float: left;
  }
  body section article#main {
    position: static;
    height: 450px !important;
  }
  body section article#main .video {
    background: url('https://konkurznispravce.cz/wp-content/themes/spravce/images/background.jpg') no-repeat;
    height: 100%;
    width: 100%;
    background-size: cover;
  }
  body section article#main .video video {
    display: none;
  }
  body section article#main .slogan {
    display: none;
  }
  body section article#main .slidesoftext {
    position: relative;
    text-align: center;
    top: auto;
    left: auto;
    width: auto;
    right: auto;
  }
  body section article#main .slidesoftext h2 {
    font-size: 3.5em;
    padding: 20px;
    background: rgba(23, 90, 181, 0.5);
  }
  body section article#firma {
    margin-top: 0 !important;
    padding-top: 50px;
  }
  body section article#firma p {
    margin-bottom: 1.5em;
  }
  body section article#firma .left {
    padding: 20px 2.5%;
    width: auto;
    float: none;
    text-align: center;
  }
  body section article#firma .cary1 {
    display: none;
  }
  body section article#uvodni .vnitrni .text {
    width: auto;
    float: none;
  }
  body section article#uvodni .vnitrni .kontakt {
    float: none;
    width: auto;
    margin: 20px auto;
  }
  body section article#dozor {
    margin: 0;
  }
  body section article#dozor .crooked {
    transform: skewX(0deg) skewY(0deg);
    height: auto;
    top: auto;
    overflow: visible;
    position: static;
  }
  body section article#dozor .bot {
    transform: skewX(0deg) skewY(0deg);
    background: none;
    height: 700px;
    top: auto;
  }
  body section article#dozor .bot .box {
    width: auto;
    height: auto;
    top: auto;
  }
  body section article#dozor .bot .box .padding {
    padding: 0;
  }
  body section article#dozor .bot .box .padding h2 {
    text-align: center;
  }
  body section article#dozor .bot .box .padding .aktualita {
    text-align: center;
    padding: 0 2.5%;
    width: 44%;
    float: left;
    border-right: solid 1px #CFCFCF;
  }
  body section article#dozor .bot .box .padding .aktualita:nth-child(3) {
    border-right: 0;
  }
  body section article#dozor .bot .box .padding .aktualita .wp-post-image {
    float: none;
  }
  body section article#dozor .bot .box .padding .aktualita .left {
    width: auto;
    float: none;
  }
  body section article#dozor .bot .box .padding .aktualita .button {
    margin: 10px auto;
  }
  body section article#dozor .bot .box .modryobdelnik {
    display: none;
  }
  body section article#sluzby h2 {
    float: none;
    width: auto;
    text-align: center;
  }
  body section article#sluzby .popis {
    float: none;
    width: auto;
  }
  body section article#sluzby .sluzby .sluzba {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #CFCFCF;
  }
  body section article#informace #pruh {
    margin-top: 0;
    padding: 30px 0;
  }
  body section article#informace #pruh h2 {
    width: auto;
    font-size: 2em;
    text-align: center;
  }
  body section article#informace #pruh img {
    display: none;
  }
  body section article#informace .nadpiseky .nadpisek {
    font-size: 0.875em;
  }
  body section article#onas .vnitrni h2 {
    width: auto;
    float: none;
    text-align: center;
  }
  body section article#onas .vnitrni .text {
    float: none;
    margin-top: 20px;
    width: auto;
  }
  body section article#onas .vnitrni .zamestnanec,
  body section article#onas .vnitrni .zamestnanec.hlavni {
    float: none;
    width: auto;
  }
  body section article#onas .vnitrni .zamestnanec .left,
  body section article#onas .vnitrni .zamestnanec.hlavni .left {
    width: 30%;
  }
  body section article#onas .vnitrni .zamestnanec .right,
  body section article#onas .vnitrni .zamestnanec.hlavni .right {
    width: 60%;
  }
  body section article#reference {
    margin-top: -280px;
  }
  body section article#reference.single-page .ref:nth-child(3n) {
    margin-right: auto;
  }
  body section article#reference .top .vnitrni p {
    width: 720px;
    padding-top: 0;
  }
  body section article#reference .popis {
    width: auto;
    text-align: center;
    float: none;
  }
  body section article#reference .popis p {
    width: auto;
  }
  body section article#reference .nadpis {
    margin-top: 50px;
  }
  body section article#reference .hint {
    display: none;
  }
  body section article#reference .vnitrni {
    width: 100%;
  }
  body section article#reference .ref .lupa {
    height: 60px;
    width: 60px;
    background: rgba(5, 26, 55, 0.65);
    right: 0px;
    top: 0px;
    border: 0;
  }
  body section article#reference .ref .lupa img {
    padding: 20px;
    height: 20px;
  }
  body section article#reference .ref .overlay {
    opacity: 1;
    background: -moz-linear-gradient(left, rgba(5, 26, 55, 0.65) 0%, rgba(3, 17, 36, 0.65) 35%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(5, 26, 55, 0.65)), color-stop(35%, rgba(3, 17, 36, 0.65)), color-stop(100%, rgba(0, 0, 0, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(5, 26, 55, 0.65) 0%, rgba(3, 17, 36, 0.65) 35%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(5, 26, 55, 0.65) 0%, rgba(3, 17, 36, 0.65) 35%, rgba(0, 0, 0, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(5, 26, 55, 0.65) 0%, rgba(3, 17, 36, 0.65) 35%, rgba(0, 0, 0, 0) 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(5, 26, 55, 0.65) 0%, rgba(3, 17, 36, 0.65) 35%, rgba(0, 0, 0, 0) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6051a37', endColorstr='#00000000', GradientType=1);
    /* IE6-9 */
  }
  body section article#reference .allreferences {
    padding-bottom: 50px;
  }
  body section article#kontakt .formular {
    top: 0;
    margin: 30px auto;
  }
  body section article#kontakt .ukazat {
    position: relative;
    right: auto;
    top: auto;
    margin: 50px auto 0;
  }
  body section article#kontakt .ukazat img {
    display: none;
  }
}
@media screen and (max-width: 1200px) and (min-width: 720px) and (orientation: portrait) {
  body article#main .slidesoftext {
    right: -60px;
  }
  body article#main .slidesoftext p {
    font-size: 2.7em;
  }
  body article#main .slogan {
    width: 115%;
  }
}
@media screen and (max-width: 719px) {
  body {
    /*                * {
                            border: 1px solid black !important;
                        }*/
  }
  body .vnitrni {
    margin: 0 3%;
    width: 94%;
  }
  body #new-lightbox .content {
    width: 100%;
    height: 80%;
  }
  body #new-lightbox .content .vnitrni {
    height: 87%;
    padding: 5%;
  }
  body #new-lightbox .content .vnitrni h2 {
    font-size: 2.5em;
  }
  body #new-lightbox .content .vnitrni .left {
    width: 100% !important;
  }
  body #new-lightbox .content .vnitrni .right {
    margin-top: 15px;
    width: 100% !important;
  }
  body nav {
    position: fixed;
    top: 0;
    left: -300px;
    float: none;
    clear: none;
    height: 100%;
    width: 240px;
    background: url('https://konkurznispravce.cz/wp-content/themes/spravce/images/pozadi.gif');
    -webkit-box-shadow: 1px 0 1px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 0 1px 0 rgba(0, 0, 0, 0.3);
    z-index: 10010;
    overflow: auto;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  body nav.out {
    left: 0px;
  }
  body nav .top {
    float: none;
    margin: 20px 0;
  }
  body nav .top li {
    padding: 5px 20px;
  }
  body nav .top li img {
    margin-right: 10px;
  }
  body nav .top li #qtranslate-2-chooser {
    text-align: center;
    margin-top: 30px;
  }
  body nav .top li #qtranslate-2-chooser li {
    padding: 0 10px;
    display: inline-block;
  }
  body nav .bot {
    clear: none;
    float: none;
    margin-top: 0;
  }
  body nav .bot li {
    padding: 0;
    border-bottom: solid #CFCFCF 1px;
    display: block;
  }
  body nav .bot li a {
    display: block;
    padding: 11px 0px 10px 20px;
    border-bottom: 0;
    margin-left: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  body nav .bot li a.active {
    border-bottom: 0;
  }
  body nav .bot li a .line {
    display: none;
  }
  body header {
    padding: 0;
    overflow: hidden;
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    /* IE6-9 */
  }
  body header .clear {
    display: block;
  }
  body header .domenu {
    display: block;
    cursor: pointer;
    margin-left: 30px;
    float: left;
  }
  body header .domenu img {
    height: 25px;
  }
  body header .vnitrni {
    padding: 5px 0;
    width: 100%;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  body header .vnitrni.navisout {
    padding-left: 240px;
  }
  body header .logo {
    width: 125px;
    height: 25px;
    background: url('https://konkurznispravce.cz/wp-content/themes/spravce/images/logo-small.png');
    float: none;
    margin-left: 30px;
    display: block;
    float: left;
    background-size: cover;
  }
  body article#main {
    height: auto;
    margin-top: 0;
  }
  body article#main .slidesoftext {
    position: absolute;
    right: 0;
    top: 0;
    width: 99%;
  }
  body article#main .slidesoftext p {
    font-size: 2em;
    padding-top: 25px;
    text-align: center;
  }
  body article#main .slogan {
    position: relative;
    margin-top: 60px;
    top: 0;
    right: 0;
  }
  body article#main .video {
    display: none;
  }
  body section article#firma .left {
    width: 100%;
    text-align: center;
  }
  body section article#firma .cary1 {
    display: none;
  }
  body section article#uvodni .text {
    text-align: justify;
    width: 100% !important;
  }
  body section article#uvodni .kontakt {
    width: 100% !important;
  }
  body section article#uvodni .kontakt .white {
    width: 100% !important;
  }
  body section article#sluzby {
    padding: 30px 0 0 0;
  }
  body section article#sluzby h2 {
    float: none;
    width: 100%;
    font-size: 2.5em;
    text-align: center;
  }
  body section article#sluzby .popis {
    width: 100%;
  }
  body section article#sluzby .popis .text {
    text-align: justify;
  }
  body section article#sluzby .popis .nadpisy {
    overflow: auto;
    margin-bottom: 15px;
  }
  body section article#sluzby .popis .nadpisy .nadpis {
    width: 100%;
  }
  body section article#sluzby .sluzba p {
    padding: 15px 0 0 0 !important;
  }
  body section article#dozor {
    margin: 0 0 30px 0;
  }
  body section article#dozor .crooked {
    transform: none;
  }
  body section article#dozor .crooked .bot {
    transform: none;
    background: none;
  }
  body section article#dozor .crooked .bot .box {
    width: 100%;
  }
  body section article#dozor .crooked .bot .box .padding {
    padding: 0;
  }
  body section article#dozor .crooked .bot .box .padding h2 {
    font-size: 2.5em;
    text-align: center;
  }
  body section article#dozor .crooked .bot .box .padding .aktualita img {
    margin: 10px auto;
    display: block;
  }
  body section article#dozor .crooked .bot .box .padding .aktualita .left {
    float: none;
    width: 100%;
    text-align: justify;
  }
  body section article#reference {
    margin-top: 0;
    padding-bottom: 0;
  }
  body section article#reference .popis {
    width: 100%;
    margin-bottom: 0;
  }
  body section article#reference .popis p {
    width: 100%;
    text-align: center;
    font-size: 1.5em;
  }
  body section article#reference .popis h2 {
    font-size: 2.5em;
    text-align: center;
  }
  body section article#reference.single-page .ref:nth-child(3n) {
    margin-right: 2%;
  }
  body section article#reference .hint {
    display: none;
  }
  body section article#reference .ref {
    width: 94%;
    height: 159px;
    margin: 2%;
  }
  body section article#reference .ref img {
    width: 100%;
    height: auto;
  }
  body section article#reference .ref .lupa {
    height: 60px;
    width: 60px;
  }
  body section article#reference .ref .lupa img {
    width: 32px;
    height: 32px;
    padding: 15px;
  }
  body section article#reference .ref .allreferences {
    height: auto;
    overflow: auto;
    overflow-x: hidden;
  }
  body section article#informace #pruh {
    margin-top: 20px;
    padding: 30px 0;
  }
  body section article#informace #pruh h2 {
    width: 100%;
    font-size: 2.5em;
    text-align: center;
  }
  body section article#informace .nadpiseky h3.nadpisek {
    width: 100%;
  }
  body section article#informace .nadpiseky h3.nadpisek .ctverec {
    float: left;
    margin-right: 5px;
  }
  body section article#informace .informace {
    padding: 25px 0;
  }
  body section article#informace .informace .info p {
    padding-left: 0;
  }
  body section article#informace .informace .info .ctverec {
    float: left;
  }
  body section article#onas .vnitrni {
    padding: 25px 0;
  }
  body section article#onas .vnitrni h2 {
    text-align: center;
    width: 100% !important;
    font-size: 2.5em;
  }
  body section article#onas .vnitrni .text {
    width: 100% !important;
    margin-top: 20px !important;
    text-align: justify;
  }
  body section article#onas .vnitrni .zamestnanec {
    display: none;
  }
  body section article#onas .vnitrni .zamestnanec:first-child,
  body section article#onas .vnitrni .zamestnanec.hlavni {
    display: block;
  }
  body section article#onas .vnitrni .zamestnanec,
  body section article#onas .vnitrni .zamestnanec.hlavni {
    width: auto;
    float: none;
  }
  body section article#onas .vnitrni .zamestnanec .left,
  body section article#onas .vnitrni .zamestnanec.hlavni .left {
    display: none;
  }
  body section article#onas .vnitrni .zamestnanec .right,
  body section article#onas .vnitrni .zamestnanec.hlavni .right {
    float: none;
    padding: 0;
    width: auto;
  }
  body section article#onas .vnitrni .zamestnanec .right h3,
  body section article#onas .vnitrni .zamestnanec.hlavni .right h3 {
    font-size: 1.2em;
  }
  body section article#onas .vnitrni .zamestnanciwrap .zamestnanci {
    width: 100% !important;
  }
  body section article#moudro .vnitrni {
    width: inherit;
  }
  body section article#kontakt .formular {
    /*                    width: 92%;*/
    padding: 2%;
  }
  body section article#kontakt .formular .text {
    width: 100%;
  }
  body section article#kontakt .formular form {
    width: 100%;
  }
  body section article#kontakt .formular form input[type="text"] {
    width: 96%;
  }
  body section article#kontakt .formular form input[type="email"] {
    width: 96%;
  }
  body section article#kontakt .formular form textarea {
    width: 96%;
  }
  body section article#kontakt .ukazat {
    right: 0;
    top: 0;
    margin: 0 16%;
  }
}
/* media queries */
@media screen and (max-width: 823px) {
  body section article#kontakt .vnitrni {
    width: 90%;
  }
}
@media screen and (max-width: 780px) {
  body section article#kontakt .formular {
    height: inherit;
  }
  body section article#kontakt .formular .text {
    width: 100%;
  }
  body section article#kontakt .formular form {
    width: 100%;
  }
  body section article#kontakt .formular form input[type='text'],
  body section article#kontakt .formular form input[type='email'],
  body section article#kontakt .formular form textarea {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  body section article#kontakt .formular {
    left: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  body section article#kontakt .vnitrni {
    margin: 0px auto;
  }
  body section article#kontakt .vyber-kontakt .vnitrni {
    width: 100%;
    -webkit-box-sizing: border-box;
    margin: 0px;
  }
  .nicescroll-rails {
    display: none;
  }
  body section article#kontakt .vyber-kontakt ul li {
    padding: 20px;
    display: inline-block;
    cursor: pointer;
    width: 50%;
    margin: 0px;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  body section article#dozor .bot .aktualita .button {
    float: none;
    display: block;
    margin: 0px auto;
  }
  body section article#kontakt {
    height: 900px;
  }
  body section article#sluzby .popis .nadpisy h3 .ctverec {
    float: left;
  }
  body section article#sluzby .popis .nadpisy h3 span {
    float: left;
    /*width: 100%;*/
  }
  body section article#reference .allreferences {
    height: inherit;
  }
  body section article#reference .ref img {
    /*    width: inherit;*/
    height: inherit;
  }
  body section article#reference .ref .overlay {
    opacity: 1;
  }
  body section article#reference .ref {
    height: 209px;
    /*    width: 380px;*/
    max-width: 380px;
    width: 100%;
    float: none;
    margin: 2% auto 0px auto;
  }
  body section article#onas .vnitrni .text {
    font-size: inherit;
  }
  body section article#sluzby .popis .nadpisy {
    /*    margin: 0px auto 15px auto;
            width: 250px;*/
  }
  body section article#kontakt .formular .text,
  body section article#kontakt .formular form {
    margin-top: 0px;
  }
  body section article#onas .vnitrni .zamestnanciwrap .zamestnanci .zamestnanec .left {
    width: 20%;
  }
  body section article#onas .vnitrni .zamestnanciwrap .zamestnanci .zamestnanec .right {
    width: 80%;
  }
  body section article#onas .vnitrni .text {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  body section article#dozor .bot .button {
    float: none;
    display: block;
    margin: 0px auto;
  }
}
