@charset "UTF-8";
/*reset css start*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

/*Odstranění 300ms prodlevy mezi tapnutím a akcí*/
a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

input:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*reset end css*/
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/Montserrat-ExtraLight-200.woff);
  font-display: fallback;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/Montserrat-Light-300.woff);
  font-display: fallback;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Montserrat-Regular-400.woff);
  font-display: fallback;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Montserrat-Bold-700.woff);
  font-display: fallback;
}

body {
  font-family: "Montserrat", sans-serif;
}

.fw-lighter {
  font-weight: 100;
}

.fw-light {
  font-weight: 300;
}

.fw-bold {
  font-weight: 700;
}

.fw-regular {
  font-weight: 400;
}

.fw-semi-bold {
  font-weight: 600;
}

.fw-extra-bold {
  font-weight: 900;
}

strong {
  font-weight: 700;
}

.bg-color-f6f6f6 {
  background-color: #f6f6f6;
}

.bg-color-fafafa {
  background-color: #fafafa;
}

.color-base-green {
  color: #79b928;
}

.color-ffffff {
  color: #ffffff;
}

.color-000000 {
  color: #000000 !important;
}

.color-484848 {
  color: #484848;
}

.color-2b2c2c {
  color: #2b2c2c;
}

.color-79b928 {
  color: #79b928 !important;
}

.text-transform-none {
  text-transform: none;
}

.text-transform-uppercase {
  text-transform: uppercase;
}

.text-normal {
  text-transform: unset;
}

.list-style-type-disc {
  list-style-type: disc !important;
}

.list-style-type-latin {
  list-style-type: lower-latin !important;
}

.transation-delay-1 {
  -webkit-transition-delay: 1s !important;
          transition-delay: 1s !important;
}

.lh-1-2 {
  line-height: 1.2;
}

.lh-23 {
  line-height: 23px;
}

.lh-28 {
  line-height: 28px;
}

.lh-30 {
  line-height: 30px;
}

.lh-35 {
  line-height: 35px;
}

.lh-40 {
  line-height: 40px;
}

.lh-45 {
  line-height: 45px;
}

.lh-50 {
  line-height: 50px;
}

.lh-100 {
  line-height: 100px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-43 {
  margin-bottom: 43px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-54 {
  margin-bottom: 54px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-56 {
  margin-top: 56px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-80 {
  margin-left: 80px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-200 {
  margin-right: 200px;
}

@media all and (max-width: 576px) {
  .ml-sm {
    margin-left: 15px;
  }
  .mr-sm {
    margin-right: 15px;
  }
}

.bg-size-16 {
  background-size: 16px !important;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-40 {
  padding-left: 40px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-180 {
  padding-left: 180px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-40 {
  padding-right: 40px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-140 {
  padding-right: 140px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-105 {
  padding-top: 105px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pt-114 {
  padding-top: 114px;
}

.pt-115 {
  padding-top: 115px !important;
}

.pt-120 {
  padding-top: 120px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-184 {
  padding-top: 184px;
}

.pt-190 {
  padding-top: 190px !important;
}

.pt-200 {
  padding-top: 200px !important;
}

.pt-215 {
  padding-top: 215px !important;
}

.pt-235 {
  padding-top: 235px !important;
}

.pt-250 {
  padding-top: 250px !important;
}

.pt-260 {
  padding-top: 260px !important;
}

.pt-265 {
  padding-top: 265px !important;
}

.pt-285 {
  padding-top: 285px !important;
}

.pt-335 {
  padding-top: 335px;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-32 {
  padding-bottom: 32px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-73 {
  padding-bottom: 73px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-84 {
  padding-bottom: 84px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pb-114 {
  padding-bottom: 114px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-200 {
  padding-bottom: 200px !important;
}

.pb-210 {
  padding-bottom: 210px !important;
}

.pb-215 {
  padding-bottom: 215px !important;
}

.pb-225 {
  padding-bottom: 225px !important;
}

.pb-255 {
  padding-bottom: 255px;
}

.pb-270 {
  padding-bottom: 270px !important;
}

.pb-280 {
  padding-bottom: 280px !important;
}

.pb-290 {
  padding-bottom: 290px !important;
}

.pb-400 {
  padding-bottom: 400px !important;
}

.fs-11 {
  font-size: 11px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-19 {
  font-size: 19px;
}

.fs-20 {
  font-size: 20px;
}

.fs-21 {
  font-size: 21px;
}

.fs-22 {
  font-size: 22px;
}

.fs-23 {
  font-size: 23px;
}

.fs-24 {
  font-size: 24px;
}

.fs-25 {
  font-size: 25px;
}

.fs-27 {
  font-size: 27px;
}

.fs-30 {
  font-size: 30px;
}

.fs-35 {
  font-size: 2.1875rem !important;
}

@media only screen and (max-width: 768px) {
  .fs-35 {
    font-size: 30px !important;
  }
}

.fs-40 {
  font-size: 40px;
}

.fs-50 {
  font-size: 50px !important;
}

.fs-55 {
  font-size: 55px;
}

@media only screen and (max-width: 768px) {
  .fs-55 {
    font-size: 2.5rem;
  }
}

.fs-60 {
  font-size: 60px;
}

.fs-80 {
  font-size: 80px !important;
}

.fs-85 {
  font-size: 5.3125rem;
}

@media only screen and (max-width: 992px) {
  .fs-85 {
    font-size: 4rem;
  }
}

@media only screen and (max-width: 768px) {
  .fs-85 {
    font-size: 3rem;
  }
}

.max-width-50p {
  max-width: 50%;
}

.max-width-80p {
  max-width: 80%;
}

.max-width-374 {
  max-width: 374px;
}

.max-width-430 {
  max-width: 430px;
}

.max-width-460 {
  max-width: 460px;
}

.max-width-485 {
  max-width: 485px;
}

.max-width-515 {
  max-width: 515px;
}

.max-width-540 {
  max-width: 540px;
}

.max-width-550 {
  max-width: 550px;
}

.max-width-555 {
  max-width: 555px;
}

.max-width-575 {
  max-width: 575px;
}

.max-width-584 {
  max-width: 584px !important;
}

.max-width-100 {
  max-width: 100% !important;
}

.width-420 {
  width: 420px;
}

.height-50 {
  height: 50px !important;
}

.height-280 {
  height: 280px;
}

.height-600 {
  height: 600px;
}

.height-650 {
  height: 650px;
}

.height-700 {
  height: 700px;
}

.height-800 {
  height: 800px;
}

.height-1145 {
  height: 1145px;
}

.ta-center {
  text-align: center;
}

.ta-leff {
  text-align: left;
}

.ta-right {
  text-align: right;
}

.bg-sipka {
  background-image: url(/svg/sipky.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 209px 208px;
}

.bg-f6f6f6 {
  background: #f6f6f6;
}

.bg-10455f {
  background: #10455f;
}

.bg-2b2c2c {
  background: #2b2c2c;
}

.bg-red {
  background: red;
}

.bg-fafafa {
  background: #fafafa;
}

.bg-green {
  background: green;
}

.bg-79b928 {
  background-color: #79b928;
}

.bg-ukazka-aplikace {
  background: url(/img/bg-ukazka-aplikace-left.jpg) no-repeat left center, url(/img/bg-ukazka-aplikace-right.jpg) no-repeat right center;
}

@media only screen and (max-width: 768px) {
  .bg-ukazka-aplikace {
    background: none;
  }
}

.bg-ukazka-aplikace-ecolicence {
  background: url(/img/bg-ukazka-aplikace-ecolicence-left.jpg) no-repeat left 65%, url(/img/bg-ukazka-aplikace-ecolicence-right.jpg) no-repeat right 65%;
  padding-bottom: 180px !important;
}

@media only screen and (max-width: 992px) {
  .bg-ukazka-aplikace-ecolicence {
    background: url(/img/bg-ukazka-aplikace-ecolicence-right.jpg) no-repeat left bottom;
  }
}

@media only screen and (max-width: 768px) {
  .bg-ukazka-aplikace-ecolicence {
    background: none;
    padding-bottom: 30px;
  }
}

.bg-ecolicence {
  background: url(/img/bg-ecolicence.jpg) no-repeat right bottom #f8f8f8;
}

.bg-invoicing {
  background: url(/img/bg-invoicing-hero.jpg) no-repeat right bottom #f8f8f8;
}

.bg-invoicing h1 {
  line-height: 107%;
}

.bg-invoicing h2 {
  max-width: 500px;
}

.bg-invoicing > .container {
    padding-bottom: 173px !important;
    padding-top: 233px !important;
}

@media only screen and (max-width: 1430px) {
  .bg-ecolicence {
    background-position: right -100px bottom;
  }
}

@media only screen and (max-width: 1250px) {
  .bg-ecolicence {
    background-position: right -300px bottom;
  }
}

@media only screen and (max-width: 1050px) {
  .bg-ecolicence {
    background-position: right -400px bottom;
  }
}

@media only screen and (max-width: 992px) {
  .bg-ecolicence {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(transparent)), url(/img/bg-ecolicence.jpg) no-repeat right center;
    background: linear-gradient(bottom, rgba(0, 0, 0, 0.3), transparent), url(/img/bg-ecolicence.jpg) no-repeat right center;
  }
  .bg-invoicing {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(transparent)), url(/img/bg-invoicing-hero.jpg) no-repeat bottom center;
    background: linear-gradient(bottom, rgba(0, 0, 0, 0.3), transparent), url(/img/bg-invoicing-hero.jpg) no-repeat bottom center;
  }
}

@media only screen and (max-width: 768px) {
  .bg-ecolicence {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), to(transparent)), url(/img/bg-ecolicence-md.jpg) no-repeat right center;
    background: linear-gradient(top, rgba(0, 0, 0, 0.9), transparent), url(/img/bg-ecolicence-md.jpg) no-repeat right center;
  }
  .bg-invoicing {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), to(transparent)), url(/img/bg-invoicing-md.jpg) no-repeat bottom center;
    background: linear-gradient(bottom, rgba(0, 0, 0, 0.3), transparent), url(/img/bg-invoicing-md.jpg) no-repeat bottom center;
  }
  .bg-invoicing > .container {
    padding-bottom: 30px !important;
    padding-top: 130px !important;
  }
}

.bg-ecolicence-2 {
  background: url(/img/bg-ecolicence-2a.png) no-repeat center bottom, url(/img/bg-ecolicence-2b.jpg) repeat-x center bottom;
  padding-bottom: 390px !important;
}

@media only screen and (max-width: 768px) {
  .bg-ecolicence-2 {
    background: url(/img/bg-ecolicence-2-md.jpg) no-repeat center bottom;
    padding-bottom: 90px !important;
    background-size: contain;
  }
}

.bg-ecomailing {
  background: url(/img/bg-ecomailing.jpg) no-repeat left bottom #f9f9f9;
}

@media only screen and (max-width: 1820px) {
  .bg-ecomailing {
    background: url(/img/bg-ecomailing.jpg) no-repeat left -100px bottom #f9f9f9;
  }
}

@media only screen and (max-width: 1620px) {
  .bg-ecomailing {
    background: url(/img/bg-ecomailing.jpg) no-repeat left -200px bottom #f9f9f9;
  }
}

@media only screen and (max-width: 1420px) {
  .bg-ecomailing {
    background: url(/img/bg-ecomailing.jpg) no-repeat left -300px bottom #f9f9f9;
  }
}

@media only screen and (max-width: 1220px) {
  .bg-ecomailing {
    background: url(/img/bg-ecomailing.jpg) no-repeat left -400px bottom #f9f9f9;
  }
}

@media only screen and (max-width: 992px) {
  .bg-ecomailing {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(transparent)), url(/img/bg-ecomailing.jpg) no-repeat left bottom;
    background: linear-gradient(bottom, rgba(0, 0, 0, 0.3), transparent), url(/img/bg-ecomailing.jpg) no-repeat left bottom;
  }
}

@media only screen and (max-width: 768px) {
  .bg-ecomailing {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), to(transparent)), url(/img/bg-ecomailing-md.jpg) no-repeat left center;
    background: linear-gradient(top, rgba(0, 0, 0, 0.9), transparent), url(/img/bg-ecomailing-md.jpg) no-repeat left center;
  }
}

.bg-ecomailnig-2 {
  background: url(/img/bg-ecomailing-2-a.png) no-repeat center bottom, url(/img/bg-ecomailing-2-b.jpg) repeat-x left bottom;
  padding-bottom: 300px !important;
}

@media only screen and (max-width: 768px) {
  .bg-ecomailnig-2 {
    background: url(/img/bg-ecomailing-2-md.jpg) no-repeat center bottom;
    padding-bottom: 150px !important;
  }
}

@media only screen and (max-width: 768px) {
  .rwd-md-left-unset:after {
    left: unset !important;
  }
  .rwd-md-bg-fafafa {
    background: #fafafa;
  }
  .rwd-md-color-white {
    color: #f6f6f6;
  }
  .rwd-md-fs-30 {
    font-size: 30px !important;
  }
  .rwd-md-fs-40 {
    font-size: 40px !important;
  }
  .rwd-md-lh-40 {
    line-height: 40px !important;
  }
  .rwd-md-lh-1-2 {
    line-height: 1.2 !important;
  }
  .rwd-md-lh-1-1 {
    line-height: 1.1 !important;
  }
  .rwd-md-max-width-70 {
    max-width: 70%;
  }
  .rwd-md-height-auto {
    height: auto !important;
  }
  .rwd-md-mt-20 {
    margin-top: 20px !important;
  }
  .rwd-md-w100 {
    width: 100% !important;
  }
  .rwd-md-w60 {
    width: 60% !important;
  }
  .rwd-md-maxw100 {
    max-width: 100% !important;
  }
  .rwd-md-mw100 {
    max-width: 100% !important;
  }
  .rwd-md-mr-0 {
    margin-right: 0px !important;
  }
  .rwd-md-mr-10 {
    margin-right: 10px !important;
  }
  .rwd-md-mr-20 {
    margin-right: 20px !important;
  }
  .rwd-md-ml-20 {
    margin-left: 20px !important;
  }
  .rwd-md-mb-0 {
    margin-bottom: 0px !important;
  }
  .rwd-md-mb-10 {
    margin-bottom: 10px !important;
  }
  .rwd-md-mb-20 {
    margin-bottom: 20px !important;
  }
  .rwd-md-mb-30 {
    margin-bottom: 30px !important;
  }
  .rwd-md-mb-40 {
    margin-bottom: 40px !important;
  }
  .rwd-md-mt-0 {
    margin-top: 0px !important;
  }
  .rwd-md-mt-30 {
    margin-top: 30px !important;
  }
  .rwd-md-mt-20 {
    margin-top: 20px !important;
  }
  .rwd-md-mt-10 {
    margin-top: 10px !important;
  }
  .rwd-md-pl-0 {
    padding-left: 0px !important;
  }
  .rwd-md-pl-10 {
    padding-left: 10px !important;
  }
  .rwd-md-pl-15 {
    padding-left: 15px !important;
  }
  .rwd-md-pl-20 {
    padding-left: 20px !important;
  }
  .rwd-md-pl-30 {
    padding-left: 30px !important;
  }
  .rwd-md-pl-40 {
    padding-left: 40px !important;
  }
  .rwd-md-pr-0 {
    padding-right: 0px !important;
  }
  .rwd-md-pr-10 {
    padding-right: 10px !important;
  }
  .rwd-md-pr-20 {
    padding-right: 20px !important;
  }
  .rwd-md-pr-30 {
    padding-right: 30px !important;
  }
  .rwd-md-pr-40 {
    padding-right: 40px !important;
  }
  .rwd-md-pb-0 {
    padding-bottom: 0px  !important;
  }
  .rwd-md-pb-10 {
    padding-bottom: 10px  !important;
  }
  .rwd-md-pb-15 {
    padding-bottom: 15px  !important;
  }
  .rwd-md-pb-20 {
    padding-bottom: 20px  !important;
  }
  .rwd-md-pb-30 {
    padding-bottom: 30px  !important;
  }
  .rwd-md-pb-40 {
    padding-bottom: 40px  !important;
  }
  .rwd-md-pb-80 {
    padding-bottom: 80px;
  }
  .rwd-md-pb-70 {
    padding-bottom: 70px !important;
  }
  .rwd-md-pt-0 {
    padding-top: 0px !important;
  }
  .rwd-md-pt-10 {
    padding-top: 10px !important;
  }
  .rwd-md-pt-20 {
    padding-top: 20px !important;
  }
  .rwd-md-pt-30 {
    padding-top: 30px !important;
  }
  .rwd-md-pt-60 {
    padding-top: 60px !important;
  }
  .rwd-md-pt-100 {
    padding-top: 100px !important;
  }
  .rwd-md-pt-120 {
    padding-top: 120px !important;
  }
  .rwd-md-pt-80 {
    padding-top: 80px;
  }
  .rwd-md-pt-120 {
    padding-top: 120px;
  }
  .rwd-md-pt-140 {
    padding-top: 140px !important;
  }
  .rwd-md-px-0 {
    padding-left: 0;
    padding-right: 0px;
  }
  .rwd-md-max-width-100 {
    max-width: 100%;
  }
  .rwd-md-text-center {
    text-align: center !important;
  }
  .rwd-md-text-left {
    text-align: left !important;
  }
}

@media only screen and (max-width: 992px) {
  .rwd-lg-max-width-100 {
    max-width: 100%;
  }
  .rwd-lg-height-400 {
    height: 400px;
  }
  .rwd-lg-pl-0 {
    padding-left: 0px;
  }
  .rwd-lg-pr-0 {
    padding-right: 0px;
  }
  .rwd-lg-pr-10 {
    padding-right: 10px;
  }
  .rwd-lg-pl-10 {
    padding-left: 10px;
  }
  .rwd-lg-pt-30 {
    padding-top: 30px;
  }
  .rwd-lg-pb-30 {
    padding-bottom: 30px;
  }
  .rwd-lg-mt-20 {
    margin-top: 20px !important;
  }
  .rwd-lg-mb-20 {
    margin-bottom: 20px !important;
  }
  .rwd-lg-pb-20 {
    padding-bottom: 20px;
  }
  .rwd-lg-bg-fafafa {
    background: #fafafa;
  }
  .rwd-lg-pb-20 {
    padding-bottom: 20px  !important;
  }
  .rwd-lg-mt-20 {
    margin-top: 20px  !important;
  }
  .rwd-lg-mw100 {
    max-width: 100% !important;
  }
  .rwd-lg-px-0 {
    padding-left: 0;
    padding-right: 0px;
  }
  .rwd-lg-pl-15 {
    padding-left: 15px !important;
  }
}

@media only screen and (max-width: 1140px) {
  .rwd-xl-width-100 {
    width: 100%;
  }
  .rwd-xl-mr-0 {
    margin-right: 0;
  }
}

@media only screen and (max-width: 576px) {
  .rwd-sm-mr-0 {
    margin-right: 0 !important;
  }
  .rwd-sm-mt-0 {
    margin-top: 0px !important;
  }
  .rwd-sm-mt-20 {
    margin-top: 20px !important;
  }
  .rwd-sm-mt-74 {
    margin-top: 74px !important;
  }
  .rwd-sm-mb-15 {
    margin-bottom: 15px;
  }
  .rwd-sm-mb-20 {
    margin-bottom: 20px;
  }
  .rwd-sm-height-auto {
    height: auto !important;
  }
  .rwd-sm-pr-0 {
    padding-right: 0 !important;
  }
  .rwd-pb-30 {
    padding-bottom: 30px !important;
  }
  .rwd-mt-20 {
    margin-top: 20px !important;
  }
  .rwd-width-30p {
    width: 30%;
  }
  .rwd-sm-pt-25 {
    padding-top: 25px;
  }
}

.btn {
  border-radius: 3px;
  font-weight: 700;
  font-size: 14px;
  padding: 11px 40px 12px 40px;
  border: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
}

.btn:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn--grey {
  background-color: #c2c3c3;
  color: #ffffff;
}

.btn--grey:hover {
  background: #2b2c2c;
  color: #ffffff;
}

.btn--blue {
  background-color: #2fb8c6;
  color: #ffffff;
}

.btn--blue:hover {
  background: black;
  color: #ffffff;
}

.btn--yellow {
  background-color: #fdd71a;
  color: #ffffff;
}

.btn--yellow:hover {
  background: black;
  color: #ffffff;
}
.btn--red {
  background-color: #ff6900;
  color: #ffffff;
}

.btn--red:hover {
  background: black;
  color: #ffffff;
}

.btn--green__2 {
  background-color: #79b928;
  color: #ffffff;
}

.btn--green__2:hover {
  background: black;
  color: #ffffff;
}

.btn--blue__price {
  background-color: #ffffff;
  color: #2fb8c6;
  border: 1px solid #2fb8c6;
  padding-left: 20px;
  padding-right: 20px;
}

.btn--blue__price:hover {
  background: #2fb8c6;
  color: #ffffff;
}

.btn--green {
  background-color: #79b928;
  color: #ffffff;
  padding: 8px 20px 9px 20px !important;
}

.btn--green:hover {
  background: #689e22;
  color: #ffffff;
}

.btn--green--licence {
  border-radius: 3px;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 25px !important;
}

.btn--white {
  background-color: #ffffff;
  color: #85bb40 !important;
  padding: 9px 20px 10px 20px;
  font-size: 14px;
}

.btn--white:hover {
  background: #85bb40;
  color: #ffffff !important;
}

.btn--black {
  background-color: #2b2c2c;
  color: #ffffff !important;
  padding: 10px 30px 13px 30px;
}

.btn--black:hover {
  background: #000000;
}

.btn--submit {
  background-color: #2b2c2c;
  color: #ffffff !important;
  padding: 9px 40px 10px 40px;
}

.btn--submit:hover {
  background: #000000;
}

.btn--price {
  border: 1px solid #689e22;
  background: #f6f6f6 !important;
  color: #689e22;
  padding: 8px 20px 9px 20px;
}

.btn--price:hover {
  background: #2b2c2c !important;
  color: #ffffff;
  border: 1px solid #2b2c2c;
}

.btn--ecoparking {
  background: url(/img/bg-btn-ecoparking.jpg);
  background-repeat: no-repeat;
}

nav {
  background-image: url(/img/bg-menu.png);
  background-repeat: repeat-x;
  background-position: top;
  background-color: #ffffff;
  position: relative;
}

nav .navbar-nav .nav-link {
  color: #2b2c2c !important;
  font-size: 15px;
  border-radius: 3px;
  padding: 10px 25px !important;
}

nav .navbar-nav .nav-link:hover {
  background: #79b928;
  color: #ffffff !important;
}

/*end nav .navbar-nav .nav-link*/
.navbar-light .navbar-toggler-icon {
  background-image: url(/svg/hamburger.svg);
}

.navbar-light .navbar-toggler {
  border-color: transparent !important;
}

.container-menu {
  max-width: 690px;
}

.contact-menu {
  min-width: 340px;
}

.contactFixedTop a, .contact-menu a {
  color: #2b2c2c;
}

.contactFixedTop li, .contact-menu li {
  display: inline;
}

.contactFixedTop li:nth-child(1), .contact-menu li:nth-child(1) {
  margin-right: 20px;
}

.navbar {
  padding: 17px 30px 19px 30px;
}

@media only screen and (max-width: 1270px) {
  nav .navbar-nav .nav-link {
    padding: 10px 18px !important;
  }
}

@media only screen and (max-width: 1200px) {
  .container-menu {
    max-width: 100%;
  }
  .contact-menu {
    display: none;
  }
  .contactFixedTop {
    height: 88px;
    width: 60%;
    margin-left: 150px;
  }
}

.responsive-menu {
  position: absolute;
  top: 23px;
  left: 50%;
  z-index: 10000;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  display: none;
}

.responsive-menu a {
  padding-left: 15px !important;
}

.responsive-menu a:nth-child(1) {
  padding-left: 30px !important;
}

@media only screen and (max-width: 880px) {
  .navbar-brand {
    width: 20%;
  }
  .navbar-brand img {
    max-width: 80%;
  }
}

@media only screen and (max-width: 780px) {
  .contactFixedTop li, .contact-menu li {
    display: block;
  }
  .navbar {
    padding: 22px 30px;
  }
  .navbar-brand {
    width: 20%;
  }
  .navbar-brand img {
    max-width: 90%;
  }
}

@media only screen and (max-width: 540px) {
  .navbar-brand {
    width: 35%;
  }
  .navbar-brand img {
    max-width: 100%;
  }
  .contactFixedTop {
    display: none !important;
  }
  .responsive-menu {
    display: block;
  }
  .navbar {
    padding: 15px;
  }
}

.nav-language li img {
  width: 40px;
  height: 40px;
}

h1, h2 {
  color: #2b2c2c;
  font-weight: 700;
  text-transform: uppercase;
}

h1 {
  font-size: 55px;
  line-height: 55px;
  text-align: center;
  padding: 0px 0 27px 0;
}

h2 {
  font-size: 40px;
  line-height: 50px;
  padding: 0px 0 34px 0;
}

h3 {
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
}

p {
  color: #2b2c2c;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 25px;
}

p a {
  text-decoration: underline;
  color: #79b928;
}

p a:hover {
  color: #689e22;
}

.p-h1 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #2b2c2c;
  font-weight: 300;
}

.p-h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
  margin-top: 6px;
}

h1, h2, h3 {
  color: #2b2c2c;
}

a[href^="mail"] {
  padding-left: 30px;
  text-decoration: underline;
  background: url(/svg/icon-email.svg);
  background-repeat: no-repeat;
  background-size: 22px 14px;
  background-position-y: center;
}

a[href^="mail"]:hover {
  color: inherit;
}

a[href^="tel"] {
  padding-left: 30px;
  background: url(/svg/icon-telephone.svg);
  background-repeat: no-repeat;
  background-size: 21px 20px;
  background-position-y: center;
}

a[href^="tel"]:hover {
  color: inherit;
  text-decoration: none;
}

.a-no-icon {
  padding-left: 0 !important;
  background: none !important;
}

.a-hover-white:hover {
  color: white !important;
  text-decoration: underline;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-weight: 300;
}

.ul-op {
  font-size: 1.125rem;
  color: #2b2c2c;
  margin-left: 2rem;
  margin-bottom: 1rem;
}

.ul-op__list-style-disc {
  list-style-type: disc;
}

.li--green-check li {
  padding-left: 30px;
  background: url(/svg/icon-check.svg);
  background-repeat: no-repeat;
  background-size: 17px 16px;
  background-position-y: 7px;
}

@media only screen and (max-width: 768px) {
  .li--green-check li {
    line-height: 28px;
    font-size: 16px;
  }
}

.li--check li {
  padding-left: 30px !important;
  background-repeat: no-repeat !important;
  background-size: 17px 16px !important;
  background-position-y: center !important;
}

.li--check__blue li {
  background: url(/svg/icon-check-blue.svg);
}

.li--check__yellow li {
  background: url(/svg/icon-check-yellow.svg);
}

.nadpis-3,
.nadpis-2 {
  font-size: 60px;
  line-height: 60px;
}

@media only screen and (max-width: 576px) {
  h1 {
    font-size: 28px;
    line-height: 40px;
    text-align: left;
    padding-bottom: 30px;
  }
  .nadpis-3 {
    font-size: 40px;
    line-height: 40px;
    margin-top: 0px !important;
    padding-top: 0px !important;
    font-weight: 400 !important;
  }
  p {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: left;
  }
  .p-h1 {
    font-size: 20px;
    text-align: left !important;
  }
}

@media only screen and (max-width: 576px) and (max-width: 576px) {
  .p-h1 {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 576px) {
  h2 {
    padding-top: 30px !important;
    text-align: left !important;
    padding-bottom: 15px;
  }
  h3, .p-h3 {
    text-align: center;
  }
  p {
    text-align: left !important;
  }
  .form-nadpis {
    padding-top: 30px !important;
  }
}

@media only screen and (max-width: 768px) {
  h2 {
    padding-top: 30px !important;
    font-size: 24px !important;
    line-height: 32px;
  }
}

.container-fluid {
  overflow-x: hidden;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  background-image: url(../svg/slider-button-next.svg);
  width: 35px;
  height: 68px;
  position: relative;
  opacity: 1;
}

.carousel-control-prev-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#myCarousel {
  min-height: 370px;
}

#ukazky-aplikace {
  /*end media queries max-width 400px*/
  /*end media queries max-width 576px*/
}

#ukazky-aplikace #carousel-2 {
  -webkit-transition: 0.6s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 1;
  height: 200px;
}

#ukazky-aplikace #carousel-2 .carousel-inner {
  top: 0;
  left: 0;
  width: 100% !important;
  margin-right: 0;
}

#ukazky-aplikace #carousel-2 .carousel-inner .carousel-item {
  width: 100%;
}

#ukazky-aplikace #carouselEcoparking {
  max-width: 347px;
  height: 620px;
}

#ukazky-aplikace .carousel-control-next {
  right: -101px;
}

#ukazky-aplikace .carousel-control-prev {
  left: -110px;
}

#ukazky-aplikace .carousel-inner {
  height: 505px;
  max-height: 100%;
  width: 285px;
  left: 20px;
  top: 243px;
}

#ukazky-aplikace a span:hover {
  color: #fdd71a !important;
}

#ukazky-aplikace .carousel-caption {
  color: green;
}

#ukazky-aplikace .carousel-info {
  color: white;
}

#ukazky-aplikace .carousel-control-next, #ukazky-aplikace .carousel-control-prev {
  opacity: 1 !important;
}

#ukazky-aplikace .slider-icon {
  fill: #fff !important;
  max-width: 100%;
}

#ukazky-aplikace .slider-icon-next {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

#ukazky-aplikace .carousel-control-next:hover .slider-icon,
#ukazky-aplikace .carousel-control-prev:hover .slider-icon {
  fill: #fdd71a !important;
}

#ukazky-aplikace .slider-bg {
  background-image: url(/img/bg-slider.png);
  background-repeat: no-repeat;
  width: 350px;
  height: 835px;
  padding-top: 51px;
  padding-left: 12px;
}

#ukazky-aplikace .carousel-control-prev-icon, #ukazky-aplikace .carousel-control-next-icon {
  background-image: url(../svg/slider-button-next.svg);
  width: 35px;
  height: 68px;
}

#ukazky-aplikace .carousel-control-prev-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#ukazky-aplikace .carousel-item {
  width: 285px;
}

@media all and (max-width: 400px) {
  #ukazky-aplikace .slider-bg {
    height: auto !important;
  }
}

@media all and (max-width: 576px) {
  #ukazky-aplikace .carousel-info {
    display: none;
  }
  #ukazky-aplikace .slider-bg {
    height: 536px;
  }
  #ukazky-aplikace .carousel-inner {
    left: 0px !important;
    top: 20px !important;
    margin: 0 auto;
  }
  #ukazky-aplikace .slider-bg {
    background: none;
  }
  #ukazky-aplikace .carousel-control-next {
    right: 0px;
  }
  #ukazky-aplikace .carousel-control-prev {
    left: 0px;
  }
  #ukazky-aplikace #slider-button {
    fill: black;
  }
  #ukazky-aplikace .carousel-control-prev {
    left: -16px !important;
  }
  #ukazky-aplikace .carousel-control-next {
    right: -16px !important;
  }
}

#slider-reference h1 {
  position: absolute;
  color: #ffffff;
}

#slider-reference .bg-slider-reference-1 {
  background: url(/img/slider-reference-1.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
}

#slider-reference .bg-slider-reference-2 {
  background: url(/img/slider-reference-1.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
}

#slider-reference .bg-slider-reference-3 {
  background: url(/img/slider-reference-1.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
}

#slider-reference .carousel-control-prev,
#slider-reference .carousel-control-next {
  max-height: 600px;
}

#slider-reference .carousel-control-prev-icon {
  background-image: url(../svg/slider-button-next.svg);
  width: 35px;
  height: 68px;
}

@media all and (max-width: 1200px) {
  .carousel-control-prev-icon, .carousel-control-next-icon {
    width: 50px;
    height: 50px;
    background-image: url(../svg/slider-button-next-mobile.svg);
  }
  .carousel-control-prev-icon:after, .carousel-control-next-icon:after {
    content: "";
    width: 130%;
    height: 130%;
    background-color: rgba(121, 185, 40, 0.3);
    position: absolute;
    top: -15%;
    left: -20%;
    border-radius: 6px;
  }
}

/*end media queries max-width 768px*/
@media all and (max-width: 768px) {
  .carousel-control-prev-icon, .carousel-control-next-icon {
    width: 40px !important;
    height: 40px !important;
  }
  .slider-bg {
    padding-top: 0px;
  }
  #ukazky-aplikace .carousel-inner {
    left: 31px;
    top: 293px;
  }
  .slider-bg {
    margin-top: 0px;
    padding-left: 0px;
  }
}

/*end media queries max-width 768px*/
#carousel-ecopos-1 {
  background: url(/img/slider-ecopos.png) no-repeat;
  background-repeat: no-repeat;
  width: 529px;
  height: 761px;
  position: relative;
}

@media only screen and (max-width: 1140px) {
  #carousel-ecopos-1 {
    left: -40px;
  }
}

@media only screen and (max-width: 768px) {
  #carousel-ecopos-1 {
    background: url(/img/slider-ecopos-mob.png) no-repeat;
    background-position: center;
    left: 0;
  }
}

@media only screen and (max-width: 400px) {
  #carousel-ecopos-1 {
    background-size: 266px 560px;
    height: 570px;
  }
}

#carousel-ecopos-1 .carousel-inner {
  overflow: hidden;
  position: absolute;
  top: 58px;
  right: 11px;
  width: 302px;
  height: 651px;
  border-radius: 25px;
}

#carousel-ecopos-1 .carousel-inner:after {
  content: "";
  position: absolute;
  width: 166px;
  height: 24px;
  background: url(/img/mobil.png) no-repeat;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (max-width: 540px) {
  #carousel-ecopos-1 .carousel-inner:after {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  #carousel-ecopos-1 .carousel-inner {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 55px;
  }
}

@media only screen and (max-width: 400px) {
  #carousel-ecopos-1 .carousel-inner {
    width: 250px;
    height: 544px;
    top: 12px;
  }
}

@media only screen and (max-width: 768px) {
  #carousel-ecopos-1 {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1200px) {
  #carousel-ecopos-2 {
    padding-bottom: 50px;
  }
}

#carousel-ecopos-2 .carousel-control-prev,
#carousel-ecopos-2 .carousel-control-next {
  opacity: 1;
  background-color: #ffffff;
}

@media only screen and (max-width: 1200px) {
  #carousel-ecopos-2 .carousel-control-prev,
  #carousel-ecopos-2 .carousel-control-next {
    top: 100%;
  }
}

@media only screen and (max-width: 540px) {
  #carousel-ecopos-2 .carousel-control-prev,
  #carousel-ecopos-2 .carousel-control-next {
    top: 0;
    background-color: transparent;
  }
}

@media only screen and (max-width: 1200px) {
  #carousel-ecopos-2 .carousel-control-prev {
    left: 30%;
  }
}

@media only screen and (max-width: 540px) {
  #carousel-ecopos-2 .carousel-control-prev {
    left: -10px;
  }
}

@media only screen and (max-width: 1200px) {
  #carousel-ecopos-2 .carousel-control-next {
    right: 30%;
  }
}

@media only screen and (max-width: 540px) {
  #carousel-ecopos-2 .carousel-control-next {
    right: -10px;
  }
}

#carousel-ecopos-2 .carousel-control-prev-icon,
#carousel-ecopos-2 .carousel-control-next-icon {
  background-image: none;
  height: 35px;
  width: 35px;
  border: 0px solid #4e4f4f;
  border-right-width: 1px;
  border-top-width: 1px;
  -webkit-transition: border-color 0.4s;
  transition: border-color 0.4s;
}

#carousel-ecopos-2 .carousel-control-prev-icon:hover,
#carousel-ecopos-2 .carousel-control-next-icon:hover {
  border-color: #9fcb66;
}

#carousel-ecopos-2 .carousel-control-prev-icon:after,
#carousel-ecopos-2 .carousel-control-next-icon:after {
  background-color: transparent !important;
}

@media only screen and (max-width: 540px) {
  #carousel-ecopos-2 .carousel-control-prev-icon,
  #carousel-ecopos-2 .carousel-control-next-icon {
    top: -300px;
  }
}

#carousel-ecopos-2 .carousel-control-prev-icon {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

#carousel-ecopos-2 .carousel-control-next-icon {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#carousel-ecopos-2 .carousel-caption {
  padding: 0;
}

#carousel-ecopos-2 .carousel-item {
  height: 200px;
}

@media only screen and (max-width: 1200px) {
  #carousel-ecopos-2 .carousel-item {
    height: 250px;
  }
}

@media only screen and (max-width: 992px) {
  #carousel-ecopos-2 .carousel-item {
    height: 150px;
  }
}

@media only screen and (max-width: 768px) {
  #carousel-ecopos-2 .carousel-item {
    height: 0px;
  }
}

#carousel-ekobit-1 {
  width: 822px;
  height: 768px;
  margin: 0 auto;
  background: url(/img/bg-slider-mac.jpg) no-repeat;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

#carousel-ekobit-1 .carousel-inner {
  width: 764px;
  height: 440px;
  top: 32px;
  left: 33px;
  overflow: hidden;
}

@media only screen and (max-width: 992px) {
  #carousel-ekobit-1 .carousel-inner {
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
  }
}

@media only screen and (max-width: 992px) {
  #carousel-ekobit-1 {
    width: 100%;
    height: auto;
    background: none;
  }
}

#carousel-licence-1 {
  width: 917px;
  height: 550px;
  margin: 0 auto;
  background: url(/img/bg-slider-macbook.png) no-repeat;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

#carousel-licence-1 .carousel-inner {
  width: 690px;
  height: 449px;
  top: 27px;
  left: 112px;
  overflow: hidden;
}

@media only screen and (max-width: 992px) {
  #carousel-licence-1 .carousel-inner {
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
  }
}

@media only screen and (max-width: 992px) {
  #carousel-licence-1 {
    width: 100%;
    height: auto;
    background: none;
  }
}

#carousel-ekobit-2 {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  #carousel-ekobit-2 {
    margin-bottom: 50px;
  }
}

#carousel-ekobit-2 .carousel-inner {
  display: block;
  height: 130px;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

#carousel-ekobit-2 .carousel-item {
  z-index: 1;
}

#carousel-ekobit-2 .carousel-caption {
  top: unset;
  bottom: unset !important;
  left: unset;
  right: unset;
  width: 100%;
  padding: 0;
}

#carousel-ekobit-2 .carousel-caption p:nth-child(1) {
  color: #79b928;
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

#carousel-ekobit-2 .carousel-caption p {
  font-weight: 300;
  font-size: 15px;
  text-align: center !important;
}

@media only screen and (max-width: 600px) {
  #carousel-ekobit-2 .carousel-control-next, #carousel-ekobit-2 .carousel-control-prev {
    bottom: -40px;
    top: unset;
  }
}

#carousel-ekobit-2 .carousel-control-prev-icon, #carousel-ekobit-2 .carousel-control-next-icon {
  height: 50px;
}

#carousel-ekobit-2 .carousel-control-prev-icon:hover {
  background-image: url(../svg/slider-button-next-hover.svg);
}

#carousel-ekobit-2 .carousel-control-next-icon:hover {
  background-image: url(../svg/slider-button-next-hover.svg);
}

.invoicing-carousel .carousel-caption {
    margin-top: 50px;
}

.invoicing-carousel .carousel-caption h3 {
    color: #79b928;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: right;
    line-height: 26px;
}

.invoicing-carousel .carousel-caption ul {
    margin-top: 30px;
}

.invoicing-carousel .carousel-caption ul li {
    color: #000;
    text-align: right;
    margin-bottom: 11px;
}

#carousel-ekobit-2.invoicing-carousel .carousel-inner {
    height: 500px;
}

@media only screen and (max-width: 768px) {
  .invoicing-carousel .carousel-caption h3, .invoicing-carousel .carousel-caption ul li {
    text-align: left;
  }
  #carousel-ekobit-2.invoicing-carousel .carousel-inner {
    height: 295px;
  }
}

.bg-invoicing-section-1.bg-eco-licence,
.bg-invoicing-section-2.bg-eco-licence,
.bg-invoicing-section-3.bg-eco-licence-2,
.bg-invoicing-section-4.bg-eco-licence {
    background: #f6f6f6;
    height: auto;
}

.bg-eco-licence.bg-invoicing-section-1:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    display: block;
    background: url(/img/bg-invoicing-section-1.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

@media only screen and (max-width: 992px) {
  .bg-eco-licence.bg-invoicing-section-1:after {
    display: none;
  }
}

.bg-invoicing-section-2,
.bg-invoicing-section-3 {
    background: #f6f6f6;
}

.bg-invoicing-section-1 h3,
.bg-invoicing-section-2 h3,
.bg-invoicing-section-3 h3,
.bg-invoicing-section-4 h3 {
    font-size: 40px;
}

@media only screen and (max-width: 1449px) {
  .bg-invoicing-section-1 h3, .bg-invoicing-section-2 h3, .bg-invoicing-section-3 h3, .bg-invoicing-section-4 h3 {
      font-size: 35px;
      line-height: 120%;
  }
}

@media only screen and (max-width: 1299px) {
    .bg-invoicing-section-1 h3, .bg-invoicing-section-2 h3, .bg-invoicing-section-3 h3, .bg-invoicing-section-4 h3 {
        font-size: 28px;
        line-height: 120%;
    }
}

@media only screen and (max-width: 991px) {
    .bg-invoicing-section-1 h3, .bg-invoicing-section-2 h3, .bg-invoicing-section-3 h3, .bg-invoicing-section-4 h3 {
        text-align: left;
    }
}

@media only screen and (max-width: 576px) {
    .bg-invoicing-section-1 h3, .bg-invoicing-section-2 h3, .bg-invoicing-section-3 h3, .bg-invoicing-section-4 h3 {
        font-size: 24px;
        line-height: 120%;
    }
}

.invoicing-carousel .carousel-control-prev {
    right: 52px;
    left: auto;
}

.invoicing-carousel .carousel-control-next, .invoicing-carousel .carousel-control-prev {
    top: auto;
    bottom: 0;
    opacity: 1;
}

.bg-ukazka-aplikace-ecolicence.bg-ukazka-aplikace-fakturace {
    background: url(/img/bg-ukazka-aplikace-ecolicence-left.jpg) no-repeat left 65%, url(/img/bg-ukazka-aplikace-ecolicence-right.jpg) no-repeat right 65%;
    padding-bottom: 120px !important;
}

@media only screen and (max-width: 768px) {
  .bg-ukazka-aplikace-ecolicence.bg-ukazka-aplikace-fakturace br {
      display: none;
  }
  .bg-ukazka-aplikace-ecolicence.bg-ukazka-aplikace-fakturace {
    padding-bottom: 41px !important;
}
}

.img-invoicing-benefit {
    background-size: cover;
    background-position: center center;
}

.img-invoicing-benefit-1 {
    background: url(../img/img-invoicing-benefit-1.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

.img-invoicing-benefit-2 {
    background: url(../img/img-invoicing-benefit-2.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

.img-invoicing-benefit-3 {
    background: url(../img/img-invoicing-benefit-3.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

@media only screen and (max-width: 991px) {
  .img-invoicing-benefit-2 {
      background: url(../img/img-invoicing-benefit-3.jpg) no-repeat;
      background-size: cover;
      background-position: center center;
  }
  .img-invoicing-benefit-3 {
      background: url(../img/img-invoicing-benefit-2.jpg) no-repeat;
      background-size: cover;
      background-position: center center;
  }
}

.container-1920 {
    max-width: 1920px;
    margin: 0 auto;
}

.closing-text p {
    color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 33px;
    font-size: 23px;
    margin-bottom: 50px;
    letter-spacing: -0.3px;
}

.closing-text div {
    text-align: center;
}

@media only screen and (max-width: 576px) {
  .closing-text p {
      line-height: 24px;
      font-size: 18px;
      margin-bottom: 30px;
      letter-spacing: -0.3px;
  }
  .closing-text div {
      text-align: left;
  }
}

.closing-text .btn {
    border: 1px solid #fff;
    background: #fff;
    color: #79b928;
}

.closing-text .btn:hover {
    border: 1px solid #fff;
    background: #79b928;
    color: #fff;
}

.closing-text .bg-eco-licence-3-inner {
    background: none;
}

.invoicing-mockup {
    margin-left: -70px;
}

.invoicing-mockup img {
    width: 100%;
}

@media only screen and (max-width: 1199px) {
    .invoicing-mockup {
      margin-left: 0;
    }
}

@media only screen and (max-width: 768px) {
    .invoicing-mockup {
        margin-top: 43px;
    }
    .why-our-invoicing-system h3 {
        font-size: 24px !important;
        line-height: 120%;
        text-align: left;
    }
}

.a-down-default,
.a-down-default-start {
  -webkit-transition: 0.9s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.9s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translatey(-200px);
  transform: translatey(-200px);
  opacity: 0;
}

.a-up-default {
  -webkit-transition: 0.9s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.9s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translatey(200px);
  transform: translatey(200px);
  opacity: 0;
}

.a-up-down {
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
  opacity: 1 !important;
}

.a-right-default,
.a-right-default-start {
  -webkit-transition: 0.7s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.7s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translatex(-200px);
  transform: translatex(-200px);
  opacity: 0;
}

.a-left-right {
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
  opacity: 1 !important;
}

.transform-delay-0-5 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.transform-delay-0-8 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.transform-delay-1 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.transform-delay-1-2 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.transform-delay-1-5 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.box-licence {
  min-height: 316px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-top: 20px;
  padding: 0 20px;
}

.box-licence:hover {
  -webkit-box-shadow: 0px 2px 1px 0px rgba(121, 185, 40, 0.15);
          box-shadow: 0px 2px 1px 0px rgba(121, 185, 40, 0.15);
}

.box-licence .box-licence__img {
  margin-top: 50px;
}

.box-licence .box-licence__title {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.box-licence--kategorie .box-licence__img {
  margin-top: 20px;
}

.box-licence--inactive .box-licence__img {
  margin-top: 0;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

select.reklamace {
  width: 100% !important;
  height: calc(1.5em + .75rem + 2px) !important;
  padding: .375rem .75rem;
  font-size: 1rem !important;
  font-weight: 400 !important;
}

#zpracovani-gdpr {
  height: 0;
  width: 0;
  display: none;
}

.checkmark {
  position: absolute;
  top: 1px;
  left: 15px;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border: 1px solid #ced4da;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 3px;
}

.containerCheckbox input:checked ~ .checkmark:after {
  display: block;
}

.containerCheckbox input:checked ~ .checkmark {
  background-color: #2b2c2c;
  border: 1px solid #2b2c2c;
}

.containerCheckbox .checkmark:after {
  left: 9px;
  top: 6px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.form-licence .col-form-label {
  font-size: 15px;
  font-weight: 300;
}

.form-licence .form-control {
  -webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.15);
  border: 0;
  font-size: 14px;
  height: calc(1.85em + .75rem + 2px);
  padding: 0.375rem 1.130rem;
}

.form-licence .form-control:focus {
  -webkit-box-shadow: 0px 2px 1px 0px #79b928;
          box-shadow: 0px 2px 1px 0px #79b928;
}

.form-licence .form-group {
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  .form-licence .form-group {
    margin-bottom: 5px;
  }
}

.form-licence label.req {
  letter-spacing: -0.5px;
}

.form-licence label.req:after {
  content: " *";
  color: #79b928;
  font-weight: 700;
  font-size: 13px;
}

.form-licence select {
  background-image: url(../img/icon-select-down-grey.svg);
  background-position: 97% center;
  background-repeat: no-repeat;
  background-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100% !important;
  font-size: 15px;
}

.container-fluid {
  padding: 0;
}

.no-background {
  background: none !important;
}

.li-mb-4 > li {
  margin-bottom: 4px;
}

.podnadpis {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 300;
}

.reference-karta {
  float: left;
  max-width: calc(50% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  background-color: #fafafa;
}

.reference-karta--inner {
  min-height: 280px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 1s;
  transition: 1s;
  position: relative;
  overflow: hidden;
}

.reference-karta--inner img {
  margin-top: 20px;
}

.reference-nazev {
  font-size: 18px;
  font-weight: 700;
}

.reference-pruh-zeleny {
  border-bottom: 10px solid #79b928;
}

.reference-pruh-zeleny:after {
  background-color: rgba(121, 185, 40, 0.8);
}

.reference-pruh-zluty {
  border-bottom: 10px solid #fdd71a;
}

.reference-pruh-zluty:after {
  background-color: rgba(253, 215, 26, 0.8);
}
.reference-pruh-red {
  border-bottom: 10px solid #ff6900;
}

.reference-pruh-red:after {
  background-color: #ff6900;
}

.reference-pruh-modry {
  border-bottom: 10px solid #28b8c7;
}

.reference-pruh-modry:after {
  background-color: rgba(40, 184, 199, 0.8);
}

.bg-main-licence {
  padding-top: 190px;
  padding-bottom: 100px;
  background: url(/img/background.png) no-repeat center #f6f6f6;
  background-size: cover;
  min-height: 100vh;
}

@media only screen and (max-width: 768px) {
  .bg-main-licence {
    padding-top: 120px;
  }
}

.bg-main-licence h1 {
  font-size: 55px;
  line-height: 55px;
  padding: 0;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 26px;
}

@media only screen and (max-width: 768px) {
  .bg-main-licence h1 {
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 44px;
  }
}

.bg-main-licence h1 + p {
  font-size: 24px !important;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  line-height: 40px;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 768px) {
  .bg-main-licence h1 + p {
    margin-bottom: 20px;
    font-size: 18px !important;
    line-height: 26px;
    text-align: center !important;
  }
}

/*BACKGROUND CONTAINERS - start*/
.bg-home-1 {
  background: url(/img/bg-home-1.jpg) no-repeat;
  background-position: center top;
}

.bg-home-4 {
  background: url(/img/bg-home-4.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
}

.bg-reference {
  background: url(/img/bg-reference.jpg) no-repeat;
  background-color: #79b928;
  background-position: right bottom;
  background-size: cover;
}

.bg-ecouklid {
  background: url(/img/bg-ecouklid.jpg) no-repeat;
  background-position: center bottom;
  background-size: cover;
}

.bg-ecouklid--nabidka-sluzeb {
  background: url(/img/bg-ecouklid-1.png);
  background-repeat: repeat-x;
  background-position: center top;
  background-color: #eeeeee;
}

.bg-ecouklid-setrni-k-prirode {
  background-image: url(/img/uklid_setrni.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-kariera {
  background: url(/img/bg-kariera.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
}

.bg-black {
  background-color: #000;
}

.bg-pozice {
  background: url(/img/bg-pozice.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
}

.bg-ecoparking {
  background: url(/img/bg-ecoparking.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
}

.bg-ecocrm {
  background: url(/img/bg-ecocrm.jpg) no-repeat;
  background-color: #2fb8c6;
  background-position: right bottom;
}

.bg-ecopos {
  background: url(/img/bg-ecopos.jpg) no-repeat;
  background-color: #f6f6f6;
  background-position: left top 26px;
}

@media only screen and (max-width: 1450px) {
  .bg-ecopos {
    background-position: left -150px top 26px;
  }
}

@media only screen and (max-width: 1200px) {
  .bg-ecopos {
    background-position: left -250px top 26px;
  }
}

@media only screen and (max-width: 1000px) {
  .bg-ecopos {
    background-position: left -350px top 26px;
  }
}

@media only screen and (max-width: 768px) {
  .bg-ecopos {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(transparent)), url(/img/bg-ecopos-md.jpg) no-repeat;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent), url(/img/bg-ecopos-md.jpg) no-repeat;
    background-size: auto, cover;
  }
}

.bg-ecopos-oaplikaci {
  background: url(/img/bg-ecopos-oaplikaci.jpg) no-repeat;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}

.bg-ecopos-vlastnosti {
  position: relative;
}

.bg-ecopos-vlastnosti:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  display: block;
  background: url(/img/bg-ecopos-vlastnosti.jpg) no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 992px) {
  .bg-ecopos-vlastnosti:after {
    background: none;
  }
}

.bg-eco-licence {
  position: relative;
  height: 880px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 992px) {
  .bg-eco-licence {
    height: auto;
    padding-top: 30px;
  }
}

.bg-eco-licence:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  display: block;
  background: url(/img/bg-eco-licence.jpg) no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 992px) {
  .bg-eco-licence:after {
    background: none;
  }
}

.bg-eco-licence-2 {
  position: relative;
  height: 880px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 992px) {
  .bg-eco-licence-2 {
    height: auto;
  }
}

.bg-eco-licence-2:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  display: block;
  background: url(/img/bg-eco-licence-2.jpg) no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 992px) {
  .bg-eco-licence-2:after {
    background: none;
  }
}

.bg-eco-licence-3 {
  background-color: #79b928;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  padding: 80px 0;
}

@media only screen and (max-width: 992px) {
  .bg-eco-licence-3 {
    padding: 30px 0;
    font-size: 16px;
  }
}

.bg-eco-licence-3-inner {
  background: url(/img/bg-eco-licence-3.svg) no-repeat left center;
}

@media only screen and (max-width: 992px) {
  .bg-eco-licence-3-inner {
    background-size: 70px;
  }
}

@media only screen and (max-width: 768px) {
  .bg-eco-licence-3-inner {
    background-size: 0;
  }
}

.bg-eco-system {
  position: relative;
  background-color: #f6f6f6;
}

.bg-eco-system:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  display: block;
  background: url(/img/bg-eco-system.jpg) no-repeat #f6f6f6;
  background-size: cover;
}

@media only screen and (max-width: 992px) {
  .bg-eco-system:after {
    background: none;
  }
}

.bg-eco-vlastnosti {
  padding-top: 143px;
  padding-bottom: 120px;
  position: relative;
}

.bg-eco-vlastnosti:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  display: block;
  background: url(/img/bg-eco-vlastnosti.jpg) no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 992px) {
  .bg-eco-vlastnosti:after {
    background: none;
  }
}

@media only screen and (max-width: 768px) {
  .bg-eco-vlastnosti {
    padding-top: 0px !important;
    padding-bottom: 30px;
  }
}

.bg-kontakt {
  background: url(/img/bg-kontakt.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
}

.bg-onas {
  background: url(/img/bg-onas.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
}

.bg-sluzby {
  background: url(/img/bg-sluzby.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
}

.bg-sluzby-content {
  background: url(/img/bg-sluzby-content.png) no-repeat;
  background-position: center top;
  background-size: contain;
}

.box-price {
  background: #f6f6f6;
  padding: 38px 30px 40px 30px;
  font-size: 15px;
}

.box-price p {
  font-size: 15px;
}

.box-price li {
  background-size: 15px 13px;
  padding-left: 30px;
}

.box-price__price {
  font-weight: bold;
  font-size: 25px;
}

.box-price__nadpis {
  font-size: 20px !important;
  line-height: 20px;
  padding-top: 30px;
  padding-bottom: 8px;
  margin: 0;
  font-weight: 700;
}

/*BACKGROUND CONTAINERS  - end*/
select {
  width: 300px !important;
  height: 40px !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  border-color: #d5d5d5 !important;
  background: #ffffff;
  background-image: url(../svg/icon-select-down.svg) !important;
  background-repeat: no-repeat;
  background-size: 12px !important;
  background-position: right 14px center !important;
  outline: none !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-left: 15px !important;
}

#ukazky-aplikace {
  background-image: url(/img/bg-ukazky-aplikace.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
  height: 1080px;
}

#ukazky-aplikace h2 + p {
  color: #ababab;
  margin-bottom: 0px;
  line-height: 1.55;
  font-size: 20px;
}

.role-v-aplikaci {
  color: #fdd71a;
  font-size: 30px;
  font-weight: 700;
  margin-top: 60px;
  margin-bottom: 24px;
  line-height: 80%;
}

.arrow {
  margin-left: 18px;
  margin-top: -10px;
}

.img-circle {
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 60px;
  height: 60px;
  overflow: hidden;
}

.inner-slider-box__logo {
  width: 50%;
}

.bg-main {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  -webkit-transition: background-size 2s ease-in;
  transition: background-size 2s ease-in;
  background-position: center right !important;
  position: relative;
  z-index: 1;
}

.bg-main:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .3;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, black), to(transparent));
  background-image: linear-gradient(to right, black 30%, transparent);
  z-index: -1;
}

.bg-main .btn {
  margin-bottom: 119px;
}

.bg-main-1 {
  background: url(/img/bg-main-systemcrm.jpg);
}

@media only screen and (max-width: 550px) {
  .bg-main-1 {
    background: url(/img/bg-main-systemcrm-mobil.jpg);
  }
}

.bg-main-2 {
  background: url(/img/bg-main-invoicing.jpg);
}

@media only screen and (max-width: 550px) {
  .bg-main-2 {
    background: url(/img/bg-main-invoicing.jpg);
  }
}

.bg-main-3 {
  background: url(/img/bg-main-eko-uklid.jpg);
}

@media only screen and (max-width: 550px) {
  .bg-main-3 {
    background: url(/img/bg-main-eko-uklid-mobil.jpg);
  }
}

.bg-main-4 {
  background: url(/img/bg-main-pokladni-system.jpg);
  background-position: center right;
}

@media only screen and (max-width: 550px) {
  .bg-main-4 {
    background: url(/img/bg-main-pokladni-system-mobil.jpg);
  }
}

.bg-main-5 {
  background: url(/img/bg-main-newsletter.jpg);
}

@media only screen and (max-width: 550px) {
  .bg-main-5 {
    background: url(/img/bg-main-newsletter-mobil.jpg);
  }
}

.bg-main-6 {
  background: url(/img/bg-main-licencovani.jpg);
}

@media only screen and (max-width: 550px) {
  .bg-main-6 {
    background: url(/img/bg-main-licencovani-mobil.jpg);
  }
}

.bg-main-7 {
  background: url(/img/bg-pokladni-systemy.jpg);
}

@media only screen and (max-width: 550px) {
  .bg-main-7 {
    background: url(/img/bg-pokladni-systemy-mobil.jpg);
  }
}

.home-nadpis {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  display: inline-block;
  margin-top: 43px;
  padding: 17px 40px 22px 30px;
  letter-spacing: -1px;
  line-height: 49px;
  max-width: 95%;
  z-index: 1;
  position: relative;
}

.home-nadpis:after {
  position: absolute;
  top: 0;
  left: 0;
  background: #79b928;
  opacity: 0.85;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
}

.home-podnadpis {
  margin-left: 30px;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  margin-top: 26px;
  margin-bottom: 33px;
}

.contact_form a:hover {
  text-decoration: underline;
  color: white;
}

.bg-form {
  background: #79b928;
  background: url(/img/bg-form.jpg) repeat-x bottom, #79b928;
}

footer {
  color: #ffffff;
}

footer label {
  font-size: 15px;
  font-weight: 300;
  padding: 0;
}

footer .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: transparent;
}

footer .form-nadpis {
  display: block;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 50px;
}

@media only screen and (max-width: 768px) {
  footer .form-nadpis {
    line-height: 36px;
    font-size: 26px !important;
  }
}

footer form {
  padding-bottom: 130px;
}

footer .bg-footer {
  padding-top: 70px;
  background: #2b2c2c;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.1)), color-stop(40%, transparent)), #2b2c2c;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.1) 0%, transparent 40%), #2b2c2c;
}

footer a[href^="mail"]:hover {
  text-decoration: underline;
}

footer a {
  font-weight: 300;
  text-decoration: none;
  color: #ffffff;
}

footer a:hover {
  text-decoration: none;
  color: #79b928;
}

footer .copyright {
  font-size: 13px;
  font-weight: 300;
  padding: 20px 0;
}

footer .social-logo:hover {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

/*end footer*/
.footer-nadpis {
  color: #79b928;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.timer::after {
  content: "+";
}

.reference--img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.reference--img:hover {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

#table-kariera td {
  font-weight: 300;
  border-color: #ffffff;
}

#table-kariera tr:nth-child(odd) {
  background-color: #f6f6f6;
}

#table-kariera tr:nth-child(even) {
  background-color: #fafafa;
}

#table-kariera tr:hover {
  background-color: #ffffff;
}

#table-kariera a {
  color: #2b2c2c;
  font-weight: 700;
}

#table-kariera a:hover {
  text-decoration: underline;
  color: #79b928;
}

.svg-ring {
  width: 59px;
  height: 83px;
}

.funkce-svg {
  position: absolute;
  top: 380px;
  right: 22%;
}

.ring-parking {
  top: 416px !important;
  -webkit-transition: 0.6s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#funkce {
  height: 1080px;
  position: relative;
  background: #fdd71a;
  background: url(/img/bg-funkce-2.png) no-repeat, -webkit-gradient(linear, left top, right top, color-stop(50%, #fdd71a), color-stop(50%, transparent)), url(/img/bg-funkce.jpg) no-repeat;
  background: url(/img/bg-funkce-2.png) no-repeat, linear-gradient(to right, #fdd71a 50%, transparent 50%), url(/img/bg-funkce.jpg) no-repeat;
  background-position-x: center, center, right;
  background-position-y: top, center, center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.thumbail span {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
}

.thumbail p {
  font-weight: 300;
  font-size: 15px;
  color: #2b2c2c;
  max-width: 80%;
  margin: 0 auto;
}

.thumb-circle {
  border-radius: 50%;
  width: 101px;
  height: 101px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  margin: 50px auto 15px auto;
  opacity: 1;
}

.thumb-circle img {
  max-width: 80%;
  max-height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 1s all;
  transition: 1s all;
}

.top60 {
  top: 60px !important;
}

.ecocrm-ukazka {
  padding-top: 40px;
  height: 100%;
  background: url(../img/bg-div.png);
  background-position: center bottom;
  background-color: #ffffff;
  background-repeat: repeat-x;
  border: 1px solid #dee2e6;
  border-radius: 3px;
}

.ecocrm-ukazka .inner-div-img {
  float: left;
  width: 18% !important;
  position: relative;
  margin-right: 7%;
  margin-left: 6%;
  text-align: right;
}

.ecocrm-ukazka .inner-div {
  float: left;
  width: 65%;
  padding-right: 4%;
}

p.podnadpis-proc-si-zvolit {
  float: left;
  width: 100%;
  font-size: 18px;
  color: #092b3c;
  padding-bottom: 12px;
  border-bottom: 1px solid #dee2e6;
  text-align: left;
  font-weight: bold;
  margin: 0 0 18px 0;
}

.sipka-ecocrm {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.cf2 {
  background: url(../img/bg-ecocrm-clanek.jpg);
  background-position: center top;
  background-color: #2fb8c6;
  background-repeat: no-repeat;
}

.cf2 p.podnadpis {
  padding-top: 150px;
  font-size: 24px !important;
  color: #092b3c !important;
  text-align: center !important;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}

.ecocrm--img img {
  position: absolute;
  top: 19px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.ecocrm--img img:first-child {
  -webkit-filter: drop-shadow(0px 0px 0px #33eef7);
  filter: drop-shadow(0px 0px 30px #33eef7);
}

.ecocrm--img img:nth-child(2) {
  top: 50px;
}

p.podnadpis::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 30%;
  padding-top: 10px;
  border-bottom: 1px solid white;
}

.box {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 2px #ccc;
          box-shadow: 0 0 2px #ccc;
}

.box__title {
  min-height: 40px;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 20px;
  min-height: 60px;
}

.box__text {
  font-size: 18px;
  color: #061e2a;
  font-weight: lighter;
  min-height: 160px;
}

.box--doplnkove-sluzby {
  background-color: #eeeeee !important;
  padding: 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  min-height: 130px;
}

.box--doplnkove-sluzby__text {
  font-size: 18px !important;
  text-transform: uppercase;
  font-weight: bold !important;
  padding-left: 20px;
}

@media only screen and (max-width: 768px) {
  .box {
    margin-bottom: 20px;
  }
  .box--doplnkove-sluzby {
    padding: 10px 15px;
  }
  .box--doplnkove-sluzby__text {
    padding-left: 10px;
  }
}

.detail-reference-odkaz:hover {
  text-decoration: none;
}

#firstHeading {
  font-size: 30px;
  padding-bottom: 10px;
  color: black;
}

#bodyContent {
  color: black;
}

@media only screen and (min-width: 1960px) {
  .img-lg {
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 1510px) {
  .home-nadpis {
    font-size: 34px;
    padding-right: 30px;
  }
  .bg-main .btn {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 1300px) {
  .home-nadpis {
    font-size: 32px;
    padding-right: 20px;
  }
  .bg-main:after {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, black), to(transparent));
    background-image: linear-gradient(to right, black 50%, transparent);
  }
}

@media only screen and (max-width: 1200px) {
  .funkce-svg {
    display: none;
  }
  #funkce {
    background: -webkit-gradient(linear, left top, left bottom, from(#fdd71a), to(#fdb51a));
    background: linear-gradient(to bottom, #fdd71a, #fdb51a);
  }
  #ukazky-aplikace {
    height: auto;
  }
  #ukazky-aplikace h2 {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1280px;
  }
}

@media all and (max-width: 991px) {
  .home-nadpis {
    font-size: 34px;
    width: 100%;
    max-width: 100%;
  }
  .home-podnadpis {
    margin-top: 20px;
    display: block;
  }
  .height-800,
  .height-1145 {
    height: auto !important;
  }
  .rwd-lg-height-auto {
    height: auto;
  }
  .rwd-lg-max-width-100 {
    max-width: 100% !important;
    width: 100%;
    height: auto;
  }
}

@media all and (max-width: 768px) {
  .bg-main:after {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(55%, black), to(transparent));
    background-image: linear-gradient(to bottom, black 55%, transparent);
    opacity: .4;
  }
  .home-nadpis {
    padding-right: 10px;
  }
}

@media all and (max-width: 767px) {
  footer .bg-footer {
    padding-top: 30px;
  }
  footer .container-form {
    padding-right: 0px;
  }
  .reference--img {
    max-height: 50px;
    max-width: 49%;
  }
  #map {
    height: 400px !important;
  }
  .thumbail {
    margin: 0 20px;
  }
  .thumb-circle {
    margin: 0 auto 5px auto;
  }
  .reference-karta--inner {
    height: auto;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .footer-nadpis {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  footer {
    padding-top: 0px;
  }
  /*end footer*/
  .rwd-md-max-width-100 {
    max-width: 100% !important;
    height: auto;
  }
  #ukazky-aplikace {
    background: #000;
  }
}

/*end max-width 767px*/
@media all and (max-width: 640px) {
  .home-nadpis {
    font-size: 30px;
    display: block;
  }
}

/*end max-width 640px*/
@media all and (max-width: 576px) {
  .inner-slider-box-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .inner-slider-box__logo {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .form-nadpis {
    text-align: left;
  }
  .podnadpis {
    font-size: 20px;
  }
  h3.timer {
    font-size: 40px;
  }
  .thumbail span {
    line-height: 1;
  }
  .thumbail p {
    display: none;
  }
  #ukazky-aplikace h2 + p {
    margin-bottom: 1rem;
  }
  #ukazky-aplikace {
    padding-top: 30px !important;
  }
  #ukazky-aplikace h2 {
    margin-bottom: 20px;
  }
  .thumb-circle {
    width: 80px;
    height: 80px;
  }
  .thumb-circle img {
    top: 50px !important;
  }
  .thumb-circle img.koruna {
    top: 40px !important;
  }
}

/*end max-width 576px*/
.google-map {
  padding-left: 0px !important;
  padding-right: 0px !important;
  background: url("../img/map-cover.webp") no-repeat bottom right;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 300px;
}

.google-map-cover {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 80%;
  border-radius: 4px;
  min-width: 290px;
  max-width: 100%;
  text-align: center;
}

.google-map-cover:hover {
  cursor: pointer;
}
/*# sourceMappingURL=style.css.map */

<<<<<<< HEAD
=======
/* .carousel-control-prev,
.carousel-control-next {
    position: relative; /* Změna z 'absolute' na 'relative'
    top: auto; /* Resetuje původní hodnotu 'top'
    bottom: 0; /* Posouvá šipky dolů
    width: 50px;
    margin-right: 50px; /* Přidává prostor mezi šipkami
} */

>>>>>>> dev
.bg-main-3.bg-main-iwaiter {
    background: url(../img/bg-main-iwaiter.jpg);
}

.bg-jacisnik {
    background: url(../img/bg-jacisnik.jpg) no-repeat #ffece5;
    background-position: center bottom;
    background-size: cover;
}

.hero h1 {
    color: #ff4747;
    line-height: 120%;
}

.hero p {
    line-height: 124%;
}

.btn--jacisnik {
    background: #ff4747;
    color: #fff;
}

.btn--jacisnik:hover {
    background: #fd6565;
    color: #fff;
}

.btn--jacisnik-inverse {
    background: #fff;
    color: #ff4747;
}

.download-section {
    background: #ffece5;
}

.download-section img {
    max-width: 210px;
}

.bg-gradient {
    background: linear-gradient(to right, #ff5747 0%, #ff4757 100%);
}

.bg-ecouklid-setrni-k-prirode {
    background-image: url(../img/how-does-it-work-jacisnik.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
}

.restaurants p, .customers p {
    max-width: 419px;
}

.how-does-it-work {
    background: #fbf9fa;
}

.how-does-it-work p {
    max-width: 790px;
    margin-left: auto;
    margin-right: auto;
}

.bg-customers {
    background-image: url(../img/customers.jpeg);
    background-repeat: no-repeat;
    background-position: right top;
    margin-top: 77px;
}

/* Video Modal
-----------------------------------------*/
.video-modal,
.video-modal .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3000;
}

.video-modal {
	overflow: hidden;
	position: fixed;
	opacity: 0.0;
  -webkit-transform: translate(500%,0%);
  transform: translate(500%,0%);
  -webkit-transition: -webkit-transform 0s linear 0s;
  transition: transform 0s linear 0s;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.video-modal .overlay {
  z-index: 0;
  background: rgba(0,0,0,0.5); /* overlay color */
  opacity: 0.0;
  -webkit-transition: opacity 0.2s ease-out 0.05s;
  transition: opacity 0.2s ease-out 0.05s;
}

.video-modal-content {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	z-index: 1;
	margin: 0 auto;
	overflow-y: visible;
	background: #000;
  width: calc(100% - 12em);
  height: 0;
  padding-top: calc((100% - 12em) * 0.5625); /* 16:9 calc */
}

/* Scaling to fit within the current Viewport size:
   When viewport aspect ratio is greater than 16:9
   work off the height instead of the width for calc */
 @media (min-aspect-ratio: 16/9) {
  .video-modal-content {
    width: 0;
    height: calc(100vh - 10em);
    padding-top: 0;
    padding-left: calc((100vh - 10em) * 1.7778); /* 16:9 calc */
  }
}

@media (max-width: 640px) {
	.video-modal-content {
		width: calc(100% - 1em);
    padding-top: calc((100% - 1em) * 0.5625); /* 16:9 calc */
	}
}

.close-video-modal {
	display: block;
    position: absolute;
    left: 0;
    top: -40px;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

iframe#youtube {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: #000;
	box-shadow: 0px 2px 16px rgba(0,0,0,0.5);
}

.show-video-modal .video-modal {
	opacity: 1.0;
	transform: translate(0%,0%);
	-webkit-transform: translate(0%,0%);
}

.show-video-modal .video-modal .overlay {
	opacity: 1.0;
}

.show-video-modal .video-modal-content {
	transform: translate(0%,0%);
	-webkit-transform: translate(0%,0%);
}


@media screen and (max-width: 1440px) {

.hero h1 {
    padding-top: 139px !important;
}

.hero .col-lg-8 {
    padding-left: 57px;
}

.customers-inner, .restaurants-inner {
    padding-left: 57px;
}

}

@media screen and (max-width: 992px) {

.bg-jacisnik {
    background-position: right bottom -289px;
}

.hero h1 {
    padding-top: 75px !important;
}

.bg-gradient {
    padding-right: 0;
}

.customers-inner, .restaurants-inner {
    padding-left: 0;
    margin-right: auto;
    text-align: center;
}

.restaurants p, .customers p {
    max-width: 100%;
}

.bg-customers {
    background-position: center;
    margin-top: -86px;
    background-size: contain;
    min-height: 333px;
    order: 2;
    margin-bottom: -100px;
}

.customers {
    overflow: hidden;
}

.customers-inner {
    padding-top: 88px;
}

.bg-ecouklid-setrni-k-prirode {
    min-height: 245px;
}

.hero .col-lg-8 {
    padding-left: 0;
    padding-right: 0;
}

}


@media screen and (max-width: 768px) {

.hero h1 {
    padding-top: 112px !important;
}

.hero p {
    padding-bottom: 0;
    margin-bottom: -25px;
}

.how-does-it-work {
    padding: 18px 0;
}

.download-section {
    padding: 23px 0;
}

.bg-customers {
    margin-top: -10px;
}

}

@media screen and (max-width: 768px) {

.hero h1 {
    padding-top: 102px !important;
}

.hero p {
    margin-bottom: -32px;
    font-size: 22px !important;
    line-height: 138% !important;
}

}

@media screen and (max-width: 480px) {

.bg-jacisnik {
    background-position: right bottom 0px;
    background-size: 179%;
}

}
