@font-face {
  font-family: "Cihystav";
  font-style: normal;
  font-weight: 400;
  src: local("Awesome Font"), url("cihystav-sample.woff") format("woff"), url("cihystav-sample.ttf") format("ttf");
  unicode-range: U+000-5FF;
}
.pitch {
  float: left;
  background-color: #08315A;
  margin: 6px;
  border-radius: 16px;
  padding: 14px;
  padding-top: 11px;
}

.pitch-cards {
  margin: 16px auto;
  width: max-content;
  position: relative;
  height: 115px;
}

.pitch-img-container {
  margin-top: 3px;
  float: left;
  width: 96px;
  text-align: center;
}

.pitch-title {
  font-family: "Chakra Petch", Arial, Helvetica, sans-serif;
  font-size: 26pt;
  color: #ffffff;
  display: block;
  padding: 8px;
  padding-bottom: 0;
}

.pitch-text {
  float: left;
  font-size: 14pt;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #ececec;
}

.sluzby-item-container-green::before {
  background-color: #9de72d;
  box-shadow: 0 0 26px 12px rgba(157, 231, 45, 0.5803921569);
  -webkit-box-shadow: 0 0 26px 12px rgba(157, 231, 45, 0.5803921569);
  -moz-box-shadow: 0 0 26px 12px rgba(157, 231, 45, 0.5803921569);
}

.sluzby-item-green {
  border-top: 10px solid #9de72d;
  box-shadow: 0 10px 26px 7px rgba(157, 231, 45, 0.5803921569);
  -webkit-box-shadow: 0 10px 26px 7px rgba(157, 231, 45, 0.5803921569);
  -moz-box-shadow: 0 10px 26px 7px rgba(157, 231, 45, 0.5803921569);
}

.sluzby-item-container-orange::before {
  background-color: #edb33b;
  box-shadow: 0 0 26px 12px rgba(237, 179, 59, 0.5803921569);
  -webkit-box-shadow: 0 0 26px 12px rgba(237, 179, 59, 0.5803921569);
  -moz-box-shadow: 0 0 26px 12px rgba(237, 179, 59, 0.5803921569);
}

.sluzby-item-orange {
  border-top: 10px solid #edb33b;
  box-shadow: 0 10px 26px 7px rgba(237, 179, 59, 0.5803921569);
  -webkit-box-shadow: 0 10px 26px 7px rgba(237, 179, 59, 0.5803921569);
  -moz-box-shadow: 0 10px 26px 7px rgba(237, 179, 59, 0.5803921569);
}

.sluzby-item-container-blue::before {
  background-color: #4ba4ee;
  box-shadow: 0 0 26px 12px rgba(75, 164, 238, 0.5803921569);
  -webkit-box-shadow: 0 0 26px 12px rgba(75, 164, 238, 0.5803921569);
  -moz-box-shadow: 0 0 26px 12px rgba(75, 164, 238, 0.5803921569);
}

.sluzby-item-blue {
  border-top: 10px solid #4ba4ee;
  box-shadow: 0 10px 26px 7px rgba(75, 164, 238, 0.5803921569);
  -webkit-box-shadow: 0 10px 26px 7px rgba(75, 164, 238, 0.5803921569);
  -moz-box-shadow: 0 10px 26px 7px rgba(75, 164, 238, 0.5803921569);
}

.sluzby-item-purple {
  border-top: 10px solid #d3f221;
  box-shadow: 0 10px 26px 7px rgba(211, 242, 33, 0.5803921569);
  -webkit-box-shadow: 0 10px 26px 7px rgba(211, 242, 33, 0.5803921569);
  -moz-box-shadow: 0 10px 26px 7px rgba(211, 242, 33, 0.5803921569);
}

.sluzby-item-container-purple::before {
  background-color: #d3f221;
  box-shadow: 0 0 26px 12px rgba(211, 242, 33, 0.5803921569);
  -webkit-box-shadow: 0 0 26px 12px rgba(211, 242, 33, 0.5803921569);
  -moz-box-shadow: 0 0 26px 12px rgba(211, 242, 33, 0.5803921569);
}

.ghostdp {
  background-image: url("./ghostdp.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 300px;
}

.ghostex {
  background-image: url("./ghostex.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 300px;
}

.ghostdem {
  background-image: url("./ghostdem.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 300px;
}

.ghostnv {
  background-image: url("./ghostnv.png");
  background-repeat: no-repeat;
  background-size: 300px;
  background-position: right bottom;
}

.liblue {
  list-style: square outside;
  list-style-image: url("./liblue.png");
}
.liblue > .dvi-text {
  position: relative;
  bottom: 2px;
}

.lim {
  list-style: square outside;
  list-style-image: url("./lim.png");
}

.liorange {
  list-style: square outside;
  list-style: square outside url("./liorange.png");
}
.liorange > .dvi-text {
  position: relative;
  bottom: 8px;
}

.ligreen {
  list-style: square outside;
  list-style: square outside url("./ligreen.png");
}
.ligreen > .dvi-text {
  position: relative;
  bottom: 6px;
}

.liyellow {
  list-style: square outside;
  list-style: square outside url("./liyellow.png");
}
.liyellow > .dvi-text {
  position: relative;
  bottom: 6px;
}

.dvs {
  padding-left: 40px;
  padding-right: 40px;
}

.dvl {
  display: block;
  text-align: left;
  width: calc(50% - 40px);
}

.dvl-cl {
  float: left;
}

.dvl-cr {
  float: right;
}

.dvi {
  padding: 4px;
  padding-left: 0;
  margin-left: 30px;
  display: list-item;
}

.m4 {
  font-weight: bold;
  width: 466.6px;
  outline: 0;
  display: block;
  width: 240px;
  margin: 0 auto;
  clear: both;
  padding-top: 18px;
  padding-bottom: 23px;
}

.m4s {
  padding-top: 16px;
  padding-bottom: 12px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #f14612;
  color: #ffffff;
  display: block;
}

.m4st {
  position: relative;
  bottom: 1px;
  font-size: 15pt;
  line-height: 26px;
  display: inline;
  float: left;
}

.m4si {
  float: right;
}

body, html {
  height: 100%;
}

.wrapper {
  margin-top: 0;
  background-image: none !important;
}

.nav-wrapper {
  background-color: transparent;
  position: relative;
  width: auto;
  font-size: 15pt;
}

.noanim {
  animation-name: none !important;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  -ms-transition: none;
  transition: none;
}
.noanim > .ln-wrapper, .noanim .nav-btn {
  animation-name: none !important;
}

.nav-logo {
  display: none;
}

.wrapper, .header-wrapper {
  height: 100%;
  min-height: 510px;
}

.more-point-wrapper {
  display: block;
  margin: 38px auto;
  max-width: 1000px;
}

@keyframes showontop {
  from {
    height: 0;
  }
  to {
    height: 40px;
  }
}
@keyframes showontop-btn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  70% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.ontop {
  position: fixed;
  top: 0;
  background-color: #0b4560;
  width: 100%;
  z-index: 2;
}
.ontop > .nav-contact-link {
  display: none;
}
.ontop .nav-logo {
  display: block;
}
.ontop > .ln-wrapper, .ontop .nav-btn, .ontop .phone-box {
  animation: showontop-btn;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
}

.header-cap {
  text-align: center;
  margin: 20px;
  margin-bottom: 5px;
}

.header {
  min-height: 100%;
  background: url("./bg.jpg") no-repeat center center fixed;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.gradient {
  background-image: url("./gr.png");
  background-repeat: repeat-x;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.nav-contact-link {
  float: right;
  display: block;
}

.header-bottom {
  display: block;
}

.sluzby-wrapper {
  padding: 16px 26px 46px 6px;
  max-width: 100%;
}

.sluzby-item-container {
  margin-top: 14px;
  margin-left: 17px;
}

.sluzby-item {
  clear: both;
  background-color: #ECEFF1;
  background-color: rgba(255, 255, 255, 0.8);
}

.details {
  font-size: 8pt;
  line-height: 12px;
  margin-top: 3px;
  float: left;
  width: 100%;
}

.details-description {
  display: block;
  padding: 26px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 16pt;
  line-height: 22px;
  text-align: left;
}

.details-title {
  margin: 17px;
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 30pt;
  line-height: 45px;
}

.details-subtitle {
  display: block;
  text-align: center;
  font-size: 19pt;
  line-height: 14px;
  padding: 0;
  padding-top: 4px;
  padding-bottom: 8px;
}

.details-gallery-sample {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 6px;
  overflow: hidden;
  box-sizing: border-box;
  height: 191px;
  width: 90%;
}

.details-gallery-img {
  padding: 14px;
}

.more2 {
  width: 100%;
  text-align: center;
  height: 20px;
  position: relative;
  left: 50%;
}

.more3-img {
  margin-top: 5px;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.m {
  font-weight: bold;
  box-sizing: border-box;
  width: 466.6px;
  outline: 0;
  height: 100%;
  display: block;
  width: 330px;
  margin: 14px auto;
}

.s {
  padding-top: 16px;
  padding-bottom: 12px;
  padding-left: 22px;
  padding-right: 22px;
  background-color: #f14612;
  color: #ffffff;
  display: block;
  width: 300px;
}

.st {
  position: relative;
  bottom: 1px;
  font-size: 15pt;
  line-height: 26px;
  display: inline;
  float: left;
}

.si {
  float: right;
}

.more-point-radius {
  display: block;
  border-radius: 4px;
  overflow: hidden;
}

.more-point {
  text-align: center;
  text-decoration: none;
  line-height: 23px;
  font-size: 17px;
  color: #2D2D2D;
  display: block;
  background-color: #dfeaff;
  border-top: 5px solid #08315A;
  padding: 20px;
}

.more-point-text {
  float: left;
  display: block;
  font-size: 14pt;
  line-height: 23px;
  padding-left: 32px;
}

.more-point-guide {
  display: none;
  font-size: 25pt;
  font-weight: bold;
  padding: 14px;
  line-height: 30px;
  padding-right: 14px;
}

.more2-link:hover, .less-link:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.ac {
  margin: 10px auto;
}

.acp, .ace, .acf {
  display: block;
  padding: 20px;
  color: #0059be;
}

.acf {
  width: 300px;
}

.acpi {
  float: left;
}

.acfi {
  padding: 0 12px;
}

.acps {
  float: right;
  font-size: 23px;
  line-height: 23px;
  padding-top: 19px;
  padding-bottom: 22px;
  padding-left: 20px;
}

@media screen and (max-width: 1921px) {
  .header-logo {
    margin-top: 25px;
    width: 900px;
    height: 175px;
  }
}
@media screen and (max-width: 1000px) {
  .header-logo {
    width: 90vw;
    height: 18vw;
  }
}
@media screen and (max-width: 1230px) {
  .nav-list {
    width: 100%;
  }
  .nav-main {
    display: block;
  }
  .ontop > .nav-toggle {
    display: block !important;
    animation-name: showontop-btn;
    animation-duration: 0.3s;
    animation-iteration-count: 1;
  }
  .header, .header-cap {
    height: auto;
  }
  .header-cap {
    padding-top: 0;
    padding-bottom: 8px;
  }
  .sluzby-item {
    clear: both;
    background-color: #ECEFF1;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .sluzba-img {
    text-align: center;
    display: block;
    float: left;
    width: 160px;
  }
}
@media screen and (max-width: 823px) {
  .ace, .acp, .acf {
    width: 374px;
    margin: 0 auto;
  }
  .nav-list {
    width: 100%;
  }
  .nav-wrapper {
    position: fixed;
    top: 0;
    background-color: #0b4560;
    width: 100%;
    z-index: 2;
  }
  .nav-main {
    display: block;
  }
  .ontop > .nav-toggle {
    display: block !important;
    animation-name: showontop-btn;
    animation-duration: 0.3s;
    animation-iteration-count: 1;
  }
  .header, .header-cap {
    height: auto;
  }
  .header-cap {
    padding-top: 55px;
    padding-bottom: 8px;
  }
  .sluzba-img {
    text-align: center;
    display: block;
    float: left;
    width: 160px;
  }
  .more3-img, .more2 {
    display: none;
  }
  .more3-mobile {
    float: right;
    display: block;
    position: relative;
    bottom: 19px;
  }
}
@media screen and (max-width: 690px) {
  .nav-wrapper {
    position: fixed;
    top: 0;
    background-color: #0b4560;
    width: 100%;
    z-index: 2;
  }
  .nav-wrapper > .nav-contact-link {
    display: none;
  }
  .nav-wrapper > .nav-btn, .nav-wrapper .nav-logo {
    display: block;
  }
  .nav-wrapper > .phone-box {
    display: none;
  }
  .nav-wrapper > .ln-wrapper {
    width: calc(100% - 153px);
  }
  .hs {
    display: none;
  }
  .ontop > .ln-wrapper > .nav-main {
    animation-name: none;
  }
  .ontop .ln-wrapper, .ontop .nav-btn {
    animation-name: none;
  }
  .pitch-text {
    font-size: 13pt;
    line-height: 20px;
  }
  .pitch-title {
    font-size: 18pt;
    line-height: 25px;
  }
  .pitch-img {
    width: 56px;
    height: 56px;
  }
  .pitch-img-container {
    width: 74px;
  }
  .pitch {
    padding: 18px;
  }
  .pitch-cards {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 421px) {
  .hxs {
    display: none;
  }
  .nav-wrapper > .ln-wrapper {
    width: 120px;
  }
}
@media screen and (max-width: 820px) {
  .article {
    zoom: 0.9;
  }
}
@media screen and (max-width: 637px) {
  .article {
    zoom: 0.8;
  }
}
@media screen and (max-width: 530px) {
  .article-img {
    display: none;
  }
}
@media screen and (max-width: 434px) {
  .pitch-cards {
    zoom: 0.9;
  }
  .more-point {
    zoom: 0.9;
  }
  .sluzby-item {
    zoom: 0.9;
  }
  .article {
    zoom: 0.75;
  }
}
@media screen and (max-width: 380px) {
  .header-logo {
    position: relative;
    right: 6px;
  }
  .pitch-cards {
    zoom: 0.8;
  }
  .more-point {
    zoom: 0.8;
  }
  .sluzby-item {
    zoom: 0.8;
  }
}
@media screen and (max-width: 323px) {
  .pitch-cards {
    zoom: 0.7;
  }
  .more-point {
    zoom: 0.7;
  }
  .sluzby-item {
    zoom: 0.7;
  }
}
@media screen and (min-width: 1700px) {
  .header-cap, .nav-wrapper {
    zoom: 1.1;
  }
  .more-point {
    zoom: 1.1;
  }
  .details, .dvs, .m4, .content {
    zoom: 1.1;
  }
}
@media screen and (min-width: 2000px) {
  .header-cap {
    zoom: 1.2;
  }
  .more-point {
    zoom: 1.2;
  }
  .details, .dvs, .m4, .content {
    zoom: 1.2;
  }
}
@media screen and (max-width: 483px) {
  .st {
    font-size: 13pt;
    line-height: 20px;
    padding-top: 1px;
  }
  .s {
    width: 230px;
  }
  .m {
    width: 271px;
  }
  .si {
    display: none;
  }
}
@media screen and (max-width: 300px) {
  .sluzba-img {
    width: 60px;
  }
  .sluzba-img > img {
    width: 48px;
    height: 30px;
  }
}
@media screen and (max-width: 875px) {
  .details-subtitle {
    display: none;
  }
  .phm {
    display: none;
  }
  .pitch {
    margin: auto;
    float: none;
  }
  .m {
    float: none;
  }
}
@media screen and (max-width: 1070px) {
  .more-point-wrapper {
    margin: 8px auto;
  }
  .sluzby-item-container {
    margin-bottom: 35px;
  }
  .more-point-text {
    float: none;
    padding: 0 20px;
  }
}
@media screen and (min-width: 1070px) {
  .sluzby-wrapper {
    width: 100%;
    box-sizing: border-box;
    margin: 60px;
    padding: 0;
  }
  .more-point-guide {
    float: right;
    width: 200px;
    display: flex;
    height: 100%;
    box-sizing: border-box;
    padding-left: 8px;
  }
  .more-point-guide > .flexcenter {
    margin: auto 0;
  }
  .more-point-text {
    display: flex;
    width: calc(100% - 257px);
    height: 100%;
    box-sizing: border-box;
    padding-right: 8px;
  }
  .more-point-text > .flexcenter {
    margin: auto 0;
  }
}
@media screen and (min-width: 1070px) {
  .r2c {
    clear: both;
  }
  .sluzby-wrapper {
    text-align: left;
    width: calc(84vw + 48px);
    margin: 0 auto;
    margin-bottom: 44px;
    padding-left: 14px;
  }
  .sluzby {
    text-align: center;
    font-size: 0;
    position: relative;
    display: block;
  }
  .sluzby-item-container {
    position: relative;
    display: block;
    width: calc(42vw + 18px);
    float: left;
    width: auto;
  }
  .sluzby-item-container::before {
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 10px;
    width: 30px;
    z-index: 0;
    height: 30px;
    float: left;
  }
  .sluzby-item {
    width: calc(42vw - 56px);
    min-width: 400px;
    border-radius: 6px;
    text-align: center;
    position: relative;
    z-index: 1;
    padding-bottom: 0;
    float: left;
    box-sizing: content-box;
    margin: 24px;
    overflow: hidden;
    display: block;
    background-color: #ECEFF1;
    background-color: rgba(255, 255, 255, 0.8);
  }
}
@media screen and (min-width: 823px) {
  .ac {
    width: 720px;
    padding: 20px;
  }
  .acp {
    float: left;
  }
  .ace {
    float: right;
  }
  .acf {
    margin: 0 auto;
  }
  .header-bottom {
    width: 100%;
    display: block;
  }
  .phone-box {
    margin-right: 0;
  }
  .more3-mobile {
    display: none;
  }
  .ontop {
    animation-name: showontop;
    animation-duration: 0.3s;
    animation-iteration-count: 1;
  }
  .ontop > .phone-box {
    margin-right: 23px;
  }
}
@media screen and (min-width: 2400px) {
  .r2c {
    clear: none;
  }
  .sluzby-item-container {
    margin: 14px;
    width: calc(20vw + -8px);
  }
  .sluzby-item {
    width: calc(20vw - 56px);
  }
}
.wrapper {
  background-image: url("./bg2.jpg");
  background-size: contain;
  background-repeat: no-repeat;
}

.content {
  padding: 34px;
  padding-top: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.page-heading {
  height: 40px;
  padding-top: 6.6666666667px;
  box-sizing: border-box;
  background-color: rgb(100, 132, 146);
}
.page-heading > .container {
  width: 800px;
  margin: 0 auto;
  text-align: center;
}

.page-heading-h1 {
  font-size: 20pt;
}

.article-pad {
  padding: 20px;
  padding-top: 6px;
}

.article > .quotes {
  margin-top: 35px;
  margin-bottom: 35px;
}
.article > .quotes > .quote {
  text-indent: 0;
  font-style: italic;
  font-size: 14pt;
  margin-bottom: 6px;
  color: #3d3d3d;
}
.article > .quotes > .quote2 {
  text-indent: 0;
  font-size: 12pt;
  margin-bottom: 6px;
  color: #363636;
}
.article > .quotes .quote-small {
  font-size: 12pt;
  line-height: 16px;
}
.article > hr {
  border: 1.5px solid #3d3d3d;
  margin-bottom: 26px;
}
.article > h1 {
  font-size: 24pt;
  margin-top: 20px;
  margin-bottom: 4px;
  color: #3d3d3d;
}
.article > h3 {
  font-style: italic;
  margin-top: 14px;
  box-sizing: content-box;
  line-height: 10pt;
  font-size: 10pt;
  color: #3d3d3d;
}
.article > p {
  text-indent: 0;
  font-size: 12pt;
  margin-bottom: 8px;
  line-height: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.article > ul {
  margin: 16px;
  margin-left: 24px;
  margin-right: 24px;
  font-size: 12pt;
  padding-left: 20px;
}
.article > ul > li {
  margin-top: 6px;
  line-height: 20px;
  list-style-type: square;
}
.article > ol {
  margin: 16px;
  font-size: 12pt;
  padding-left: 20px;
}
.article > ol > li {
  margin-top: 14px;
  line-height: 20px;
  list-style-type: decimal;
}
.article > h2 {
  font-size: 18pt;
  color: #202020;
  margin-top: 16px;
}
.article > .hp-h3 {
  font-style: normal;
  font-size: 15pt;
  line-height: 20px;
  color: #202020;
  margin-bottom: 10px;
  margin-left: 12px;
  margin-right: 12px;
  margin-top: 20px;
}
.article .alone {
  margin-top: 14px;
}

.article-description {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 12px;
  padding-right: 60px;
  line-height: 25px;
  font-size: 18pt;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.air {
  float: right;
}

.h1 {
  font-size: 24pt;
  margin-bottom: 4px;
  color: #3d3d3d;
}

.h3 {
  font-style: italic;
  margin-top: 14px;
  box-sizing: content-box;
  line-height: 10pt;
  font-size: 10pt;
  color: #3d3d3d;
}

.ap {
  margin-top: 8px;
  text-indent: 0;
  font-size: 12pt;
  margin-bottom: 12px;
  line-height: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.h3b {
  display: block;
  padding-left: 6px;
  margin-top: 12px;
  box-sizing: content-box;
  line-height: 18pt;
  font-size: 25px;
  color: #3d3d3d;
}

.h4 {
  font-style: italic;
  margin-top: 14px;
  box-sizing: content-box;
  line-height: 13pt;
  font-size: 18px;
  color: #3d3d3d;
}

.article-img {
  padding: 18px;
  box-sizing: border-box;
}

.stroj-link {
  text-decoration: none;
  text-align: center;
  color: #3d3d3d;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 14.4px;
  font-weight: bold;
  box-sizing: border-box;
  width: 300px;
  outline: 0;
  height: 100%;
  font-size: 20px;
  display: block;
  float: right;
  background-color: inherit;
  color: #3d3d3d;
  border: 2px solid #3d3d3d;
  margin-top: 15px;
  background-color: #ffffff;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.stroj-link > .stroj-btn {
  display: block;
  width: 300px;
}
.stroj-link > .stroj-btn > .sbl {
  display: inline;
  float: left;
}
.stroj-link > .stroj-btn > .btn-img {
  width: 20px;
  height: 20px;
  background: url("./arrow-black.png") no-repeat;
  background-size: 20px;
  float: right;
  position: relative;
  right: 30px;
}

.stroj-link:hover {
  color: #ffffff;
  background-color: #3d3d3d;
}
.stroj-link:hover > .stroj-btn > .btn-img {
  background: url("./arrow-white.png") no-repeat;
  background-size: 20px;
}

.cenik {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border: none;
  margin-top: 20px;
}

.cenik-item {
  padding: 10px;
  border: 1px solid #b6b6b6;
}

.content-2 {
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 25px;
  margin-top: 25px;
  font-size: 14pt;
  line-height: 1.6;
}

@media screen and (max-width: 823px) {
  .content-2 {
    font-size: 12pt;
    line-height: 1.6;
  }
}
.description {
  text-indent: 0;
  display: block;
  line-height: 1.1;
}

.italic {
  font-style: italic;
}

.contact-row {
  width: 100%;
  background-color: #363636;
}

.contact-item {
  color: #e0e0e0;
  max-width: 1000px;
  margin: 0 auto;
  padding: 46px;
}

.contact-h1 {
  color: #e0e0e0;
  margin-bottom: 16px;
}

.contact-label {
  display: inline-block;
  width: 100px;
}

.contact-wrapper {
  margin-bottom: 8px;
}

.contact-msg-label {
  display: block;
  margin-bottom: 6px;
  font-style: italic;
  font-size: 12pt;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.contact-msg {
  display: block;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 200px;
  min-height: 200px;
  max-height: 200px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 17px;
  padding-bottom: 17px;
  font-family: serif;
  box-sizing: border-box;
  border: 0;
  outline: 0;
}

.contact-input {
  border: 0;
  outline: 0;
  box-sizing: border-box;
  padding: 4px;
}

.contact-wrapper {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.contact-wrapper-active {
  opacity: 1;
  filter: alpha(opacity=100);
}

.contact-btn {
  text-decoration: none;
  text-align: center;
  color: #3d3d3d;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: bold;
  box-sizing: border-box;
  width: 100%;
  outline: 0;
  height: 100%;
  display: block;
  float: right;
  background-color: inherit;
  color: #ffffff;
  border: 2px solid #3d3d3d;
  background-color: #686868;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
}

.contact-btn:hover {
  color: #686868;
  background-color: #ffffff;
}

.contact-content {
  max-width: 900px;
}

.h2 {
  font-size: 14pt;
}

.kontakt {
  margin: 8px;
  margin-top: 4px;
}

.kontakt-item {
  padding: 3px;
}

.cenik-btn-wrapper > .stroj-link {
  margin-left: 15px;
}

.sk {
  padding: 10px;
  padding-top: 0;
  padding-left: 60px;
  max-width: 500px;
  margin: 0 auto;
}

.geo {
  margin: 0 auto;
  padding: 20px;
}

.stroj-item {
  margin: 12px;
  padding: 12px;
}

.sl {
  background-color: #8dc6ff;
}

.pi {
  margin: 12px;
  padding-left: 6px;
  margin-left: 40px;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
}

.sg {
  text-align: center;
  padding-top: 8px;
}

.sil {
  font-weight: bold;
  font-size: 16pt;
}

.siil {
  padding: 20px;
  text-decoration: none;
}

.stroj-item-description {
  padding: 4px;
}

.sii {
  padding-bottom: 12px;
}

.stroj-item-img-container {
  text-align: center;
}

@media screen and (min-width: 920px) {
  .stroj-item {
    height: 200px;
  }
  .stroj-item-img-container {
    float: left;
    width: calc(50% - 50px);
  }
  .sl > .stroj-item-img-container {
    float: right;
  }
  .stroj-item {
    clear: both;
  }
  .sis {
    float: right;
    box-sizing: border-box;
    width: calc(50% - 50px);
    padding: 10px;
  }
  .sl > .sis {
    float: left;
  }
}
@media screen and (max-width: 504px) {
  .sii {
    zoom: 0.75;
  }
}
.stroj {
  padding-left: 16px;
  padding-right: 16px;
}

.stroj-prace {
  list-style: square outside url("./blue.png");
}

.stroj-caption {
  display: block;
  margin-top: 14px;
}

.stroj-img {
  display: inline-block;
}

.stroj-h2 {
  display: inline-block;
  line-height: 20pt;
  font-size: 20pt;
  color: #3d3d3d;
  position: relative;
  bottom: 5.5pt;
}

.f {
  display: block;
  box-sizing: border-box;
  margin: 12px auto;
  width: 80%;
  border-radius: 4px;
  border: 1px solid #10a3ff;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
}

.fr {
  padding: 6px;
  width: 100%;
  box-sizing: border-box;
}

.fl {
  padding-left: 8px;
  display: block;
  font-size: 14pt;
  line-height: 22px;
  padding-bottom: 5px;
}

.fi {
  padding: 4px;
  line-height: 20px;
  border: 2px solid rgb(59, 59, 59);
  font-size: 13px;
  width: calc(100% - 14px);
}

.flt {
  display: block;
  width: 100%;
  padding-bottom: 3px;
}

.ft {
  margin-left: 2px;
  width: calc(100% - 10px);
  height: 200px;
  resize: none;
}

.fh {
  display: block;
  box-sizing: border-box;
  width: 100%;
  background-color: #10a3ff;
  line-height: 17px;
  color: #ffffff;
  font-weight: bold;
  font-size: 16pt;
  line-height: 23px;
  padding: 12px;
}

.fs {
  box-sizing: border-box;
  margin: 5px 20px;
  width: calc(100% - 40px);
  border: none;
  outline: none;
  padding-top: 16px;
  padding-bottom: 12px;
  padding-left: 22px;
  padding-right: 22px;
  background-color: #f14612;
  color: #ffffff;
  display: block;
}

@media screen and (min-width: 500px) {
  .spk {
    float: left;
    width: calc(50% - 36px);
  }
}
@media screen and (min-width: 1000px) {
  .stroj-prace {
    float: left;
    width: calc(50% - 36px);
  }
  .sv {
    float: left;
    width: calc(50% - 36px);
  }
}
.content {
  padding-top: 62px;
  max-width: 1200px;
  padding-bottom: 0;
}

@media screen and (min-width: 690px) {
  .ln-wrapper {
    width: calc(100% - 340px);
  }
}
@media screen and (max-width: 607px) {
  .dvl-cr, .dvl-cl {
    float: none;
    box-sizing: border-box;
    width: auto;
    margin: 0 auto;
    padding-left: 20px;
  }
}

/*# sourceMappingURL=index.css.map */
