body {
  min-width: 320px;
}
.page-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.page-wrapper {
  position: relative;
  overflow-x: hidden;
}
@media (min-width: 1454px) {
  .page-wrapper {
    padding-top: 105px !important;
  }
  .home .page-wrapper {
    padding-top: 141px !important;
  }
}
.button {
  padding: 10px 18px 7px;
  background-color: #2daae1;
  font-weight: lighter;
  color: #ffffff;
  text-decoration: none !important;
  display: inline-block;
  position: relative;
}
.button.go-back,
.button.go-next {
  background-color: transparent;
  border: 1px solid #9eb20f;
  text-transform: none;
  color: #9eb20f;
  min-width: 130px;
}
.button.go-back:before,
.button.go-next:before {
  content: " ";
  position: absolute;
  top: 1px;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.button.go-back {
  padding-left: 28px;
}
.button.go-back:before {
  left: 11px;
  border-right: 7px solid #9eb20f;
}
.button.go-next {
  padding-right: 28px;
}
.button.go-next:before {
  right: 11px;
  border-left: 7px solid #9eb20f;
}
.button:hover {
  color: #ffffff;
}
.slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: 0 5px;
  background-color: #102d39;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.slick-dots li.slick-active {
  background-color: #2daae1;
}
.slick-dots button {
  display: none;
  visibility: hidden;
}
#page-header {
  position: relative;
  z-index: 600;
}
form {
  max-width: 500px;
}
form input,
form textarea,
form select,
form button {
  border: 1px solid #ffffff;
  padding: 9px 15px 6px;
  background-color: transparent;
  vertical-align: middle;
  min-width: 220px;
  max-width: 100%;
}
form input:focus,
form textarea:focus,
form select:focus,
form button:focus {
  outline: none;
}
form input.rsform-error,
form textarea.rsform-error,
form select.rsform-error,
form button.rsform-error {
  border-color: #cc0000 !important;
}
form textarea {
  width: 100%;
  resize: false;
  padding-right: 38px;
  padding-bottom: 38px;
}
form .input {
  margin-bottom: 8px;
}
form .input.submit:not(.classic) {
  width: 45px;
  height: 45px;
  position: relative;
  display: block;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  width: 35px;
  height: 35px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  right: 0;
}
form .input.submit:not(.classic):after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 9px solid #ffffff;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
form .input.submit:not(.classic):after {
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-width: 7px;
}
form .input.submit:not(.classic):after {
  border-left-color: #9eb20f;
}
form .input.submit:not(.classic) input[type=submit],
form .input.submit:not(.classic) button {
  min-width: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
  z-index: 10;
}
form .input.radio .caption {
  display: block;
  margin: 7px 0 3px;
}
form .input.radio input {
  display: none;
}
form .input.radio input:checked + label:before {
  background-color: #46a5cf;
}
form .input.radio label {
  font-weight: lighter;
}
form .input.radio label:before {
  content: " ";
  width: 10px;
  height: 10px;
  border: 1px solid #46a5cf;
  display: inline-block;
  margin-right: 8px;
}
form .input.classic {
  display: inline-block;
}
form .input.classic [type=submit] {
  background-color: #46a5cf;
  border: 1px solid #46a5cf;
  color: #ffffff;
}
form .group {
  position: relative;
}
form .group:before,
form .group:after {
  content: " ";
  display: table;
}
form .group:after {
  clear: both;
}
form .group .col {
  float: left;
}
form .group .col:first-child {
  margin-right: 15px;
}
@media (min-width: 768px) {
  form .col.inputs {
    width: 230px;
  }
}
form .col.address {
  float: right;
  position: relative;
  font-weight: normal;
  margin-top: 0;
  margin-right: 0 !important;
}
form .col.address b,
form .col.address strong {
  font-size: 17px;
}
@media (max-width: 767px) {
  form .col.address {
    position: static;
    float: none;
  }
}
@media (min-width: 768px) {
  form .col.address {
    width: calc(100% - 240px);
  }
}
form.styleBlue input,
form.styleBlue textarea,
form.styleBlue select,
.item-page form input,
.item-page form textarea,
.item-page form select {
  border-color: #46a5cf;
  width: 100%;
}
form.styleBlue input::-moz-placeholder,
form.styleBlue textarea::-moz-placeholder,
form.styleBlue select::-moz-placeholder,
.item-page form input::-moz-placeholder,
.item-page form textarea::-moz-placeholder,
.item-page form select::-moz-placeholder {
  color: #46a5cf;
  opacity: 1;
}
form.styleBlue input:-ms-input-placeholder,
form.styleBlue textarea:-ms-input-placeholder,
form.styleBlue select:-ms-input-placeholder,
.item-page form input:-ms-input-placeholder,
.item-page form textarea:-ms-input-placeholder,
.item-page form select:-ms-input-placeholder {
  color: #46a5cf;
}
form.styleBlue input::-webkit-input-placeholder,
form.styleBlue textarea::-webkit-input-placeholder,
form.styleBlue select::-webkit-input-placeholder,
.item-page form input::-webkit-input-placeholder,
.item-page form textarea::-webkit-input-placeholder,
.item-page form select::-webkit-input-placeholder {
  color: #46a5cf;
}
form.styleBlue .input.submit:not(.classic),
.item-page form .input.submit:not(.classic) {
  background-color: #a0e0fc;
  border-right: 1px solid #46a5cf;
  border-bottom: 1px solid #46a5cf;
}
form.styleBlue .input.submit:not(.classic):after,
.item-page form .input.submit:not(.classic):after {
  border-left-color: #46a5cf;
}
form.styleBlue .input.submit .classic input[type=submit],
form.styleBlue .input.submit .classic button,
.item-page form .input.submit .classic input[type=submit],
.item-page form .input.submit .classic button {
  background-color: #46a5cf;
  border: 1px solid #46a5cf;
  color: #ffffff;
}
form.styleBlue input[type=submit].classic,
form.styleBlue button[type=submit].classic,
.item-page form input[type=submit].classic,
.item-page form button[type=submit].classic {
  background-color: #46a5cf;
  border: 1px solid #46a5cf;
  color: #ffffff;
}
form .errors {
  display: none;
}
form .after-text {
  font-size: 12px;
}
.item-page a {
  text-decoration: underline;
}
.zelena {
  color: #2daae1;
}
.large-text {
  font-size: 17px !important;
}
.modra {
  color: #9eb20f;
}
.popup-target,
.popup-module {
  display: none;
}
ul.velky-list,
ol.velky-list {
  list-style: none;
  margin: 0;
  padding: 0 0 0 5px;
}
ul.velky-list li,
ol.velky-list li {
  font-size: 24px;
  text-transform: uppercase;
  color: #2daae1;
  position: relative;
  padding-left: 50px;
}
ul.velky-list li:not(:last-child),
ol.velky-list li:not(:last-child) {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  ul.velky-list li,
  ol.velky-list li {
    font-size: 17px;
  }
}
ul.velky-list .velky-list-kolecko,
ol.velky-list .velky-list-kolecko {
  width: 34px;
  height: 34px;
  line-height: 34px;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 19px;
  display: inline-block;
  text-align: center;
  border: 2px solid #2daae1;
  border-radius: 50%;
}
.pagination {
  text-align: center;
}
.pagination .link {
  margin: 0 5px;
  background-color: #eeeeee;
  color: #919190;
  padding: 13px 17px;
  line-height: 1em;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
}
.pagination .link.current {
  background-color: #9eb20f;
  color: #ffffff;
}
.home .top-line {
  z-index: 200;
  background-color: transparent;
}
.top-line {
  padding: 15px 15px 20px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background-color: #ffffff;
}
.top-line.stick {
  padding: 2px 15px 4px;
  background-color: #ffffff;
  z-index: 2000;
}
.top-line.menu-opened {
  background-color: #ffffff;
  z-index: 9999;
}
.top-line .container-fluid {
  max-width: 1600px;
  margin: auto;
  position: relative;
}
@media (max-width: 1453px) {
  .top-line {
    padding: 10px 15px;
  }
  .top-line .page-logo {
    max-width: 250px;
  }
}
@media (max-width: 1359px) {
  .top-line .container-fluid {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .top-line .page-logo {
    position: relative;
    top: -5px;
  }
  .top-line.stick .page-logo {
    top: 0;
  }
}
@media (max-width: 480px) {
  .top-line .page-logo {
    max-width: 220px;
  }
}
@media (max-width: 360px) {
  .top-line .page-logo {
    max-width: 200px;
  }
}
.page-logo,
.page-menu {
  display: inline-block;
  vertical-align: middle;
}
.page-logo {
  position: relative;
  z-index: 210;
}
.page-logo img {
  margin: 10px 0;
  max-height: 45px;
  max-width: 100%;
}
.hamburger .ico {
  cursor: pointer;
  width: 30px;
  position: relative;
  padding: 8px 0;
}
.hamburger .ico span {
  display: block;
  height: 4px;
  background-color: #46a5cf;
}
.hamburger .ico:before,
.hamburger .ico:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  background-color: #46a5cf;
  height: 4px;
}
.hamburger .ico:before {
  top: 0;
}
.hamburger .ico:after {
  bottom: 0;
}
#hamburger {
  display: none;
  position: absolute;
  top: 19px;
  right: 0;
  z-index: 300;
}
@media (max-width: 1300px) {
  #hamburger {
    display: block;
  }
}
@media (max-width: 767px) {
  #hamburger {
    top: 15px;
  }
}
.social-links .social-link,
#real-estate-management .property-detail .share-panel a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 1301px) {
  .social-links .social-link:first-of-type {
    margin-left: 25px;
  }
}
@media (max-width: 1300px) {
  .social-links .social-link,
  #real-estate-management .property-detail .share-panel a {
    margin-top: 8px;
  }
}
.social-links .facebook,
#real-estate-management .property-detail .share-panel .facebook {
  width: 11px;
  height: 25px;
  background-image: url(../../templates/t3sablona/images/social-facebook.png);
}
.social-links .twitter,
#real-estate-management .property-detail .share-panel .twitter,
#real-estate-management .property-detail .share-panel .twitter {
  width: 21px;
  height: 19px;
  background-image: url(../../templates/t3sablona/images/social-twitter.png);
}
.social-links .youtube {
  width: 21px;
  height: 24px;
  background-image: url(../../templates/t3sablona/images/social-youtube.png);
  position: relative;
  top: -1px;
}
.social-links .linkedin {
  width: 21px;
  height: 21px;
  background-image: url(../../templates/t3sablona/images/social-linkedin.png);
}
.social-links .firmy {
  width: 25px;
  height: 25px;
  background-image: url(../../templates/t3sablona/images/firmy-cz-logo-h25.png);
}
@media (max-width: 1453px) {
  .social-links {
    position: relative;
    top: -1px;
  }
  .social-links .social-link,
  #real-estate-management .property-detail .share-panel a {
    background-size: contain;
    width: 20px;
    height: 20px;
    margin: 0 4px;
  }
}
.page-menu {
  float: right;
  line-height: 70px;
}
@media (min-width: 1301px) {
  .page-menu {
    display: block !important;
  }
  .page-menu > * {
    display: inline-block;
    vertical-align: middle;
  }
}
.page-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-menu li {
  display: inline-block;
  margin: 0 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.page-menu li.active a {
  color: #333333;
}
.page-menu a {
  letter-spacing: .01em;
  color: #333333;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.page-menu a:hover,
.page-menu a:focus {
  color: #333333;
}
@media (max-width: 1453px) {
  .page-menu {
    line-height: 55px;
    font-size: 15px;
  }
}
@media (max-width: 1300px) {
  .page-menu {
    margin: 0 -15px;
    display: none;
    float: none;
    position: absolute;
    z-index: 200;
    top: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    line-height: 2.2em;
    text-align: center;
    padding: 60px 0 23px;
  }
  .page-menu li {
    display: block;
  }
  .page-menu.active {
    display: block;
  }
  .page-menu .top-line-phone.desk {
    display: none !important;
  }
  .page-menu__inner {
    height: calc(100vh - 60px);
  }
}
.top-line-phone {
  font-weight: 500;
  position: relative;
  top: -1px;
}
.top-line-phone a {
  display: inline-block;
  line-height: 1em;
  padding: 8px 15px;
  background-color: #2daae1;
  border-radius: 20px;
  color: #ffffff;
}
.top-line-phone a > * {
  display: inline-block;
  vertical-align: middle;
  line-height: 1em;
}
.top-line-phone i {
  margin-right: 5px;
}
.top-line-phone i:before {
  width: 25px;
  height: 25px;
}
.top-line-phone.mob {
  position: absolute;
  z-index: 300;
  right: 60px;
  top: 10px;
}
@media (max-width: 767px) {
  .top-line-phone.mob {
    top: 6px;
    right: 45px;
  }
}
@media (max-width: 480px) {
  .top-line-phone.mob {
    right: 45px;
  }
  .top-line-phone.mob span {
    display: none;
  }
  .top-line-phone.mob a {
    border: 0;
  }
}
@media (min-width: 1301px) {
  .top-line-phone.mob {
    display: none !important;
  }
}
@media (max-width: 1453px) {
  .top-line-phone i:before {
    width: 20px;
    height: 20px;
  }
}
.homepage-intro {
  position: relative;
}
.homepage-intro .vasatova-havlicek-bg {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1301px) {
  .homepage-intro .vasatova-havlicek-bg {
    background-image: url(../../templates/t3sablona/images/homepage-header-bg.jpg);
  }
}
@media (max-width: 1300px) {
  .homepage-intro .vasatova-havlicek-bg {
    background-image: url(../../templates/t3sablona/images/homepage-header-bg-mobile2.jpg);
  }
}
.homepage-intro .vasatova-havlicek {
  background-image: url(../../templates/t3sablona/images/s-nami-si-kupujete-klid-2.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 690px;
  width: 100%;
  height: 570px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
}
@media (max-width: 1300px) {
  .homepage-intro .vasatova-havlicek {
    position: relative;
    bottom: 24px;
    background-image: none;
  }
}
.homepage-intro .vasatova-havlicek:before {
  content: " ";
  display: block;
  position: absolute;
  left: -300px;
  top: 60px;
  width: 257px;
  height: 111px;
  background-image: url(../../templates/t3sablona/images/s-nami-si-kupujete-klid.png);
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1359px) {
  .homepage-intro .vasatova-havlicek:before {
    left: -165px;
  }
}
.homepage-intro .vasatova-havlicek .video-pop {
  width: 127px;
  height: 127px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  background-image: url(../../templates/t3sablona/images/vasatova-havlicek-play-button.png);
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .homepage-intro .vasatova-havlicek {
    max-width: 320px;
    height: 308px;
  }
  .homepage-intro .vasatova-havlicek:before {
    display: none;
  }
  .homepage-intro .vasatova-havlicek .video-pop {
    width: 85px;
    height: 85px;
    background-size: contain;
  }
}
.homepage-intro .bottom-bar {
  background-color: rgba(255, 255, 255, 0.89);
  line-height: 1.2em;
  padding: 10px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 120;
}
.homepage-intro .bottom-bar .container-fluid {
  max-width: 1400px;
  margin: auto;
}
.homepage-intro .bottom-bar .cols:before,
.homepage-intro .bottom-bar .cols:after {
  content: " ";
  display: table;
}
.homepage-intro .bottom-bar .cols:after {
  clear: both;
}
@media (min-width: 992px) {
  .homepage-intro .bottom-bar .cols {
    display: table;
    width: 100%;
  }
}
.homepage-intro .bottom-bar .col {
  vertical-align: middle;
  padding: 5px 15px;
  position: relative;
}
@media (min-width: 992px) {
  .homepage-intro .bottom-bar .col {
    display: table-cell;
  }
}
.homepage-intro .bottom-bar .col > * {
  display: table-cell;
  vertical-align: middle;
}
.homepage-intro .bottom-bar .img {
  font-size: 27px;
  font-weight: 500;
  position: relative;
  line-height: 1em;
  min-width: 135px;
}
.homepage-intro .bottom-bar .img > * {
  display: inline-block;
  line-height: 35px;
  vertical-align: middle;
}
.homepage-intro .bottom-bar .img .ico {
  width: 27px;
  height: 35px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 5px;
}
.homepage-intro .bottom-bar .text {
  font-size: 16px;
  padding: 0 15px;
  font-weight: bold;
  color: #555555;
}
.homepage-intro .bottom-bar .ebook .img {
  color: #9eb20f;
}
.homepage-intro .bottom-bar .evideo .img {
  color: #46a5cf;
  min-width: 142px;
}
.homepage-intro .bottom-bar .evideo .img .ico {
  width: 38px;
}
.homepage-intro .bottom-bar .button {
  min-width: 160px;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.homepage-intro .bottom-bar .download-free {
  text-align: center;
}
.homepage-intro .bottom-bar .ebook-download {
  background-color: #9eb20f;
}
.homepage-intro .bottom-bar .evideo-download {
  background-color: #2daae1;
}
@media (max-width: 1359px) {
  .homepage-intro {
    background-position: 43% bottom;
  }
}
@media (min-width: 1301px) {
  .homepage-intro {
    height: 550px;
  }
}
@media (max-width: 1300px) {
  .homepage-intro {
    margin-bottom: -25px;
    height: auto;
  }
  .homepage-intro:before,
  .homepage-intro:after {
    content: " ";
    display: table;
  }
  .homepage-intro:after {
    clear: both;
  }
  .homepage-intro .vasatova-havlicek {
    height: 465px;
  }
  .homepage-intro .vasatova-havlicek-tags {
    position: relative;
    bottom: 24px;
    background-color: #9eb20f;
  }
  .homepage-intro .vasatova-havlicek-tags:before,
  .homepage-intro .vasatova-havlicek-tags:after {
    content: " ";
    display: table;
  }
  .homepage-intro .vasatova-havlicek-tags:after {
    clear: both;
  }
  .homepage-intro .left-side,
  .homepage-intro .right-side {
    float: left;
    width: 50%;
  }
  .homepage-intro .bottom-bar {
    position: relative;
    bottom: 24px;
    width: 100%;
    background-color: #ffffff;
    padding: 15px 0;
  }
  .homepage-intro .bottom-bar:before,
  .homepage-intro .bottom-bar:after {
    content: " ";
    display: table;
  }
  .homepage-intro .bottom-bar:after {
    clear: both;
  }
}
@media (max-width: 767px) {
  .homepage-intro {
    background-position: 40% -270px;
  }
  .homepage-intro .left-side,
  .homepage-intro .right-side {
    float: none;
    width: 100%;
  }
  .homepage-intro .vasatova-havlicek {
    height: 308px;
  }
  .homepage-intro .bottom-bar .col > * {
    display: block;
  }
  .homepage-intro .bottom-bar .col + .col {
    padding-top: 25px;
  }
  .homepage-intro .bottom-bar .text {
    padding: 0;
    margin-top: 10px;
    font-size: 16px;
  }
  .homepage-intro .bottom-bar .button {
    display: inline-block;
    margin-top: 8px;
  }
}
.tags-list-wrap {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  bottom: 170px;
  width: 475px;
  padding: 20px 25px;
  height: 260px;
}
.tags-list-wrap:before {
  content: " ";
  position: absolute;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
}
.tags-list-wrap .title {
  margin: 0 0 15px;
  text-transform: uppercase;
  font-weight: lighter;
  font-size: 30px;
}
.tags-list-wrap .title,
.tags-list-wrap .tags-list {
  position: relative;
  z-index: 110;
}
.tags-list-wrap .tag {
  display: inline-block;
  margin: 2px;
  padding: 8px 15px 4px;
  border: 1px solid #ffffff;
  color: inherit;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.tags-list-wrap .tag:hover {
  background-color: #ffffff;
}
.tags-list-wrap.realitni-sluzby {
  background-color: rgba(70, 165, 207, 0.8);
  right: 50%;
  margin-right: 146px;
  padding-right: 165px;
}
.tags-list-wrap.realitni-sluzby .tags-list {
  max-width: 330px;
}
.tags-list-wrap.realitni-sluzby .tag:hover {
  color: #2daae1;
}
.tags-list-wrap.realitni-sluzby:before {
  width: 179px;
  height: 91px;
  background-image: url(../../templates/t3sablona/images/signature-marketa.png);
  top: 100%;
  left: -49px;
  margin-top: -35px;
}
.tags-list-wrap.financni-sluzby {
  background-color: rgba(158, 178, 15, 0.8);
  left: 50%;
  margin-left: 118px;
  padding-left: 148px;
}
.tags-list-wrap.financni-sluzby .tags-list {
  max-width: 240px;
}
.tags-list-wrap.financni-sluzby .tag:hover {
  color: #9eb20f;
}
.tags-list-wrap.financni-sluzby:before {
  width: 118px;
  height: 171px;
  background-image: url(../../templates/t3sablona/images/signature-havl.png);
  top: 100%;
  right: 10px;
  margin-top: -110px;
}
.tags-list-wrap.jak-pracujeme-hp {
  background-color: rgba(158, 178, 15, 0.8);
  left: 50%;
  margin-left: 100px;
  padding-left: 148px;
}
.tags-list-wrap.jak-pracujeme-hp .tag:hover {
  color: #9eb20f;
}
.tags-list-wrap.jak-pracujeme-hp:before {
  width: 118px;
  height: 171px;
  background-image: url(../../templates/t3sablona/images/signature-havl.png);
  top: 100%;
  right: 10px;
  margin-top: -110px;
}
@media (max-width: 1453px) {
  .tags-list-wrap.realitni-sluzby:before {
    left: 10px;
  }
}
@media (max-width: 1300px) {
  .tags-list-wrap {
    position: relative;
    width: 100%;
    z-index: 1000;
    margin: 0 !important;
    height: auto !important;
    padding: 20px 25px !important;
  }
  .tags-list-wrap.realitni-sluzby {
    left: 0;
    top: 0;
    bottom: auto;
    background-color: #46a5cf;
  }
  .tags-list-wrap.realitni-sluzby:before {
    top: -42px;
    margin-top: 0;
    z-index: 100;
  }
  .tags-list-wrap.financni-sluzby {
    right: 0;
    top: 0;
    left: auto;
    bottom: auto;
    background-color: #9eb20f;
  }
  .tags-list-wrap.financni-sluzby:before {
    top: -123px;
    right: 6px;
    margin-top: 0;
    z-index: 100;
  }
  .tags-list-wrap.jak-pracujeme-hp {
    right: 0;
    top: 0;
    left: auto;
    bottom: auto;
    background-color: #9eb20f;
  }
  .tags-list-wrap.jak-pracujeme-hp:before {
    top: -123px;
    right: 6px;
    margin-top: 0;
    z-index: 100;
  }
  .tags-list-wrap .tags-list {
    max-width: 100% !important;
  }
}
@media (max-width: 767px) {
  .tags-list-wrap:before {
    display: none;
  }
}
@media (max-width: 1300px) {
  .vasatova-havlicek-tags {
    display: flex;
    flex: 1;
  }
  .vasatova-havlicek-tags > * {
    float: none !important;
    flex-basis: 50%;
    display: flex;
  }
}
@media (max-width: 767px) {
  .vasatova-havlicek-tags {
    display: block;
  }
}
#page-content:before,
#page-content:after {
  content: " ";
  display: table;
}
#page-content:after {
  clear: both;
}
.page-subnavigation {
  background-color: #ffffff;
  padding: 25px 0;
}
.page-subnavigation .items {
  width: 100%;
  text-align: center;
}
.page-subnavigation .item {
  display: inline-block;
  text-align: center;
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
  padding: 3px 8px;
  color: #2daae1;
  cursor: pointer;
}
.page-subnavigation .item > * {
  display: inline-block;
  vertical-align: middle;
}
.page-subnavigation .item .title {
  position: relative;
  top: 1px;
}
.page-subnavigation .item .ico {
  margin-right: 5px;
  width: 23px;
  height: 23px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.page-subnavigation .item:not(:last-child):after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -2px;
  border-right: 1px solid #919190;
}
@media (max-width: 767px) {
  .page-subnavigation .item {
    display: block;
  }
  .page-subnavigation .item:after {
    display: none;
  }
}
.left-navigation {
  position: fixed;
  top: 50%;
  bottom: 0;
  left: -50px;
  margin: auto;
  z-index: 1000;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
@media (max-height: 410px) {
  .left-navigation {
    display: none !important;
  }
}
.left-navigation.v {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.left-navigation .item {
  display: block;
  color: #ffffff;
  position: relative;
}
.left-navigation .item > * {
  display: inline-block;
  vertical-align: middle;
}
.left-navigation .item .ico {
  position: relative;
  width: 50px;
  height: 50px;
  background: #a0e0fc;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  z-index: 1;
}
.left-navigation .item .ico span {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  width: 23px;
  height: 23px;
}
.left-navigation .item .ico span.active {
  opacity: 0;
  filter: alpha(opacity=0);
}
.left-navigation .item .text {
  width: 110px;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  font-size: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -110px;
  margin: auto;
  background: #a0e0fc;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.left-navigation .item .text span {
  vertical-align: middle;
  line-height: 1.2em;
  display: inline-block;
}
.left-navigation .item:hover .ico,
.left-navigation .item.active .ico {
  background-color: #46a5cf;
}
.left-navigation .item:hover .ico span,
.left-navigation .item.active .ico span {
  opacity: 0;
  filter: alpha(opacity=0);
}
.left-navigation .item:hover .ico span.active,
.left-navigation .item.active .ico span.active {
  opacity: 100;
  filter: alpha(opacity=10000);
}
@media (min-width: 768px) {
  .left-navigation .item:hover .text,
  .left-navigation .item.active .text {
    left: 50px;
    background-color: #46a5cf;
  }
}
.left-navigation .item:not(:last-child) {
  margin-bottom: 2px;
}
.section {
  padding: 50px 0;
  position: relative;
  background-color: #ffffff;
}
.section .section-title-wrap > *,
.section .section-title {
  font-size: 30px;
  text-align: center;
  margin: 0 auto 15px;
  position: relative;
}
.section .section-title-wrap > * span,
.section .section-title span {
  word-wrap: break-word;
}
.section .section-title-wrap > * i,
.section .section-title i {
  position: absolute;
}
.section .section-title-wrap > * i + span,
.section .section-title i + span {
  margin-left: 70px;
  display: block;
}
@media (max-width: 425px) {
  .section .section-title-wrap > * i + span,
  .section .section-title i + span {
    margin-left: 60px;
  }
}
.section .section-description-wrap {
  margin-top: 10px;
  font-size: 17px;
}
.section .section-description-wrap p {
  margin: 0;
}
.section .section-content-more {
  display: none;
}
.section .read-more {
  font-size: 17px;
  margin: 16px 0 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.section .read-more a {
  position: relative;
  color: #919190;
}
.section .read-more a > * {
  display: inline-block;
  vertical-align: middle;
  line-height: 1em;
}
.section .read-more .ico {
  margin-right: 8px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #2daae1;
  position: relative;
  top: -1px;
}
.section .read-more .ico:before,
.section .read-more .ico:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 2px;
  width: 12px;
  background-color: #ffffff;
}
.section .read-more .ico:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.section .read-more.opened .ico:after {
  display: none;
}
.section.type-serviceIntro,
.section.type-serviceIntro2 {
  text-align: center;
  color: #ffffff;
}
.section.type-serviceIntro:before,
.section.type-serviceIntro2:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  top: -100px;
  background-color: rgba(70, 165, 207, 0.8);
}
@media (min-width: 1318px) {
  .section.type-serviceIntro:before,
  .section.type-serviceIntro2:before {
    top: 0;
  }
}
.section.type-serviceIntro .container-fluid,
.section.type-serviceIntro2 .container-fluid {
  position: relative;
  max-width: 1170px;
  margin: auto;
}
.section.type-serviceIntro .image,
.section.type-serviceIntro2 .image {
  background-color: #ffffff;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  line-height: 180px;
  margin: auto;
}
.section.type-serviceIntro .image svg,
.section.type-serviceIntro2 .image svg,
.section.type-serviceIntro .image img,
.section.type-serviceIntro2 .image img {
  max-width: 100px;
  max-height: 100px;
  vertical-align: middle;
}
.section.type-serviceIntro .image svg path,
.section.type-serviceIntro2 .image svg path,
.section.type-serviceIntro .image img path,
.section.type-serviceIntro2 .image img path {
  fill: #2daae1;
}
.section.type-serviceIntro .section-title-wrap > *,
.section.type-serviceIntro2 .section-title-wrap > * {
  font-weight: lighter;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.section.type-serviceIntro .title,
.section.type-serviceIntro2 .title {
  font-size: 17px;
  font-weight: bold;
  margin: 15px 0 20px;
}
.section.type-serviceIntro .text,
.section.type-serviceIntro2 .text {
  max-width: 220px;
  margin: auto;
}
.section.type-serviceIntro .row,
.section.type-serviceIntro2 .row {
  margin-top: -50px;
}
.section.type-serviceIntro .item,
.section.type-serviceIntro2 .item {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 50px;
}
@media (min-width: 992px) {
  .section.type-serviceIntro .item,
  .section.type-serviceIntro2 .item {
    float: left;
    width: 25%;
  }
}
@keyframes pie-rota-25 {
  to {
    stroke-dashoffset: 471.75;
  }
}
@-webkit-keyframes pie-rota-25 {
  to {
    stroke-dashoffset: 471.75;
  }
}
@-o-keyframes pie-rota-25 {
  to {
    stroke-dashoffset: 471.75;
  }
}
.section.type-serviceIntro .item:nth-of-type(1) .pie-wrapper,
.section.type-serviceIntro2 .item:nth-of-type(1) .pie-wrapper {
  position: relative;
  display: inline-block;
  padding: 0;
  text-align: center;
}
.section.type-serviceIntro .item:nth-of-type(1) .pie-wrapper svg,
.section.type-serviceIntro2 .item:nth-of-type(1) .pie-wrapper svg {
  width: 208px;
  height: 208px;
  vertical-align: middle;
}
.section.type-serviceIntro .item:nth-of-type(1) .pie-wrapper svg:nth-child(2),
.section.type-serviceIntro2 .item:nth-of-type(1) .pie-wrapper svg:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.section.type-serviceIntro .item:nth-of-type(1) .pie-wrapper svg circle,
.section.type-serviceIntro2 .item:nth-of-type(1) .pie-wrapper svg circle {
  fill: none;
  stroke-width: 10;
  stroke-dasharray: 629;
  stroke-dashoffset: 629;
  stroke: #a0e0fc;
  stroke-linecap: round;
  -webkit-animation: pie-rota-25 1000ms 1s forwards;
  -o-animation: pie-rota-25 1000ms 1s forwards;
  animation: pie-rota-25 1000ms 1s forwards;
}
@media (max-width: 1080px) {
  .section.type-serviceIntro .item:nth-of-type(1) .pie-wrapper svg,
  .section.type-serviceIntro2 .item:nth-of-type(1) .pie-wrapper svg {
    width: 138px;
    height: 138px;
  }
}
@media (max-width: 480px) {
  .section.type-serviceIntro .item:nth-of-type(1) .pie-wrapper svg,
  .section.type-serviceIntro2 .item:nth-of-type(1) .pie-wrapper svg {
    width: 115px;
    height: 115px;
  }
}
.section.type-serviceIntro .item:nth-of-type(1) .pie-wrapper .content,
.section.type-serviceIntro2 .item:nth-of-type(1) .pie-wrapper .content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@keyframes pie-rota-50 {
  to {
    stroke-dashoffset: 314.5;
  }
}
@-webkit-keyframes pie-rota-50 {
  to {
    stroke-dashoffset: 314.5;
  }
}
@-o-keyframes pie-rota-50 {
  to {
    stroke-dashoffset: 314.5;
  }
}
.section.type-serviceIntro .item:nth-of-type(2) .pie-wrapper,
.section.type-serviceIntro2 .item:nth-of-type(2) .pie-wrapper {
  position: relative;
  display: inline-block;
  padding: 0;
  text-align: center;
}
.section.type-serviceIntro .item:nth-of-type(2) .pie-wrapper svg,
.section.type-serviceIntro2 .item:nth-of-type(2) .pie-wrapper svg {
  width: 208px;
  height: 208px;
  vertical-align: middle;
}
.section.type-serviceIntro .item:nth-of-type(2) .pie-wrapper svg:nth-child(2),
.section.type-serviceIntro2 .item:nth-of-type(2) .pie-wrapper svg:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.section.type-serviceIntro .item:nth-of-type(2) .pie-wrapper svg circle,
.section.type-serviceIntro2 .item:nth-of-type(2) .pie-wrapper svg circle {
  fill: none;
  stroke-width: 10;
  stroke-dasharray: 629;
  stroke-dashoffset: 629;
  stroke: #a0e0fc;
  stroke-linecap: round;
  -webkit-animation: pie-rota-50 2000ms 1s forwards;
  -o-animation: pie-rota-50 2000ms 1s forwards;
  animation: pie-rota-50 2000ms 1s forwards;
}
@media (max-width: 1080px) {
  .section.type-serviceIntro .item:nth-of-type(2) .pie-wrapper svg,
  .section.type-serviceIntro2 .item:nth-of-type(2) .pie-wrapper svg {
    width: 138px;
    height: 138px;
  }
}
@media (max-width: 480px) {
  .section.type-serviceIntro .item:nth-of-type(2) .pie-wrapper svg,
  .section.type-serviceIntro2 .item:nth-of-type(2) .pie-wrapper svg {
    width: 115px;
    height: 115px;
  }
}
.section.type-serviceIntro .item:nth-of-type(2) .pie-wrapper .content,
.section.type-serviceIntro2 .item:nth-of-type(2) .pie-wrapper .content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@keyframes pie-rota-75 {
  to {
    stroke-dashoffset: 157.25;
  }
}
@-webkit-keyframes pie-rota-75 {
  to {
    stroke-dashoffset: 157.25;
  }
}
@-o-keyframes pie-rota-75 {
  to {
    stroke-dashoffset: 157.25;
  }
}
.section.type-serviceIntro .item:nth-of-type(3) .pie-wrapper,
.section.type-serviceIntro2 .item:nth-of-type(3) .pie-wrapper {
  position: relative;
  display: inline-block;
  padding: 0;
  text-align: center;
}
.section.type-serviceIntro .item:nth-of-type(3) .pie-wrapper svg,
.section.type-serviceIntro2 .item:nth-of-type(3) .pie-wrapper svg {
  width: 208px;
  height: 208px;
  vertical-align: middle;
}
.section.type-serviceIntro .item:nth-of-type(3) .pie-wrapper svg:nth-child(2),
.section.type-serviceIntro2 .item:nth-of-type(3) .pie-wrapper svg:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.section.type-serviceIntro .item:nth-of-type(3) .pie-wrapper svg circle,
.section.type-serviceIntro2 .item:nth-of-type(3) .pie-wrapper svg circle {
  fill: none;
  stroke-width: 10;
  stroke-dasharray: 629;
  stroke-dashoffset: 629;
  stroke: #a0e0fc;
  stroke-linecap: round;
  -webkit-animation: pie-rota-75 3000ms 1s forwards;
  -o-animation: pie-rota-75 3000ms 1s forwards;
  animation: pie-rota-75 3000ms 1s forwards;
}
@media (max-width: 1080px) {
  .section.type-serviceIntro .item:nth-of-type(3) .pie-wrapper svg,
  .section.type-serviceIntro2 .item:nth-of-type(3) .pie-wrapper svg {
    width: 138px;
    height: 138px;
  }
}
@media (max-width: 480px) {
  .section.type-serviceIntro .item:nth-of-type(3) .pie-wrapper svg,
  .section.type-serviceIntro2 .item:nth-of-type(3) .pie-wrapper svg {
    width: 115px;
    height: 115px;
  }
}
.section.type-serviceIntro .item:nth-of-type(3) .pie-wrapper .content,
.section.type-serviceIntro2 .item:nth-of-type(3) .pie-wrapper .content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@keyframes pie-rota-100 {
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes pie-rota-100 {
  to {
    stroke-dashoffset: 0;
  }
}
@-o-keyframes pie-rota-100 {
  to {
    stroke-dashoffset: 0;
  }
}
.section.type-serviceIntro .item:nth-of-type(4) .pie-wrapper,
.section.type-serviceIntro2 .item:nth-of-type(4) .pie-wrapper {
  position: relative;
  display: inline-block;
  padding: 0;
  text-align: center;
}
.section.type-serviceIntro .item:nth-of-type(4) .pie-wrapper svg,
.section.type-serviceIntro2 .item:nth-of-type(4) .pie-wrapper svg {
  width: 208px;
  height: 208px;
  vertical-align: middle;
}
.section.type-serviceIntro .item:nth-of-type(4) .pie-wrapper svg:nth-child(2),
.section.type-serviceIntro2 .item:nth-of-type(4) .pie-wrapper svg:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.section.type-serviceIntro .item:nth-of-type(4) .pie-wrapper svg circle,
.section.type-serviceIntro2 .item:nth-of-type(4) .pie-wrapper svg circle {
  fill: none;
  stroke-width: 10;
  stroke-dasharray: 629;
  stroke-dashoffset: 629;
  stroke: #a0e0fc;
  stroke-linecap: round;
  -webkit-animation: pie-rota-100 4000ms 1s forwards;
  -o-animation: pie-rota-100 4000ms 1s forwards;
  animation: pie-rota-100 4000ms 1s forwards;
}
@media (max-width: 1080px) {
  .section.type-serviceIntro .item:nth-of-type(4) .pie-wrapper svg,
  .section.type-serviceIntro2 .item:nth-of-type(4) .pie-wrapper svg {
    width: 138px;
    height: 138px;
  }
}
@media (max-width: 480px) {
  .section.type-serviceIntro .item:nth-of-type(4) .pie-wrapper svg,
  .section.type-serviceIntro2 .item:nth-of-type(4) .pie-wrapper svg {
    width: 115px;
    height: 115px;
  }
}
.section.type-serviceIntro .item:nth-of-type(4) .pie-wrapper .content,
.section.type-serviceIntro2 .item:nth-of-type(4) .pie-wrapper .content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 630px) {
  .section.type-serviceIntro .item,
  .section.type-serviceIntro2 .item {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 48%;
  }
}
@media (max-width: 1080px) {
  .section.type-serviceIntro .image,
  .section.type-serviceIntro2 .image {
    width: 120px;
    height: 120px;
    line-height: 120px;
  }
  .section.type-serviceIntro .image svg,
  .section.type-serviceIntro2 .image svg,
  .section.type-serviceIntro .image img,
  .section.type-serviceIntro2 .image img {
    max-width: 65px;
    max-height: 65px;
  }
}
@media (max-width: 480px) {
  .section.type-serviceIntro .image,
  .section.type-serviceIntro2 .image {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
  .section.type-serviceIntro .text,
  .section.type-serviceIntro2 .text {
    font-size: 15px;
  }
}
.section.type-serviceIntro2 {
  padding-top: 70px;
}
.section.type-serviceIntro2 .section-title-wrap,
.section.type-serviceIntro2 .section-title-wrap * {
  margin: 0;
}
.section.type-serviceIntro2 + * .page-subnavigation .item {
  font-size: 19px;
}
.section.type-cols2,
.section.type-cols2_2 {
  padding: 0;
}
.section.type-cols2 .container-fluid,
.section.type-cols2_2 .container-fluid {
  padding: 0;
}
.section.type-cols2 .section-col,
.section.type-cols2_2 .section-col {
  float: left;
  width: 50%;
}
.section.type-cols2 .section-col:before,
.section.type-cols2_2 .section-col:before,
.section.type-cols2 .section-col:after,
.section.type-cols2_2 .section-col:after {
  content: " ";
  display: table;
}
.section.type-cols2 .section-col:after,
.section.type-cols2_2 .section-col:after {
  clear: both;
}
.section.type-cols2 .section-col .section-content,
.section.type-cols2_2 .section-col .section-content {
  width: 100%;
  padding: 40px 15px;
}
.section.type-cols2 .section-col:first-child .section-content,
.section.type-cols2_2 .section-col:first-child .section-content {
  max-width: 585px;
  float: right;
}
.section.type-cols2 .section-col:last-of-type .section-content,
.section.type-cols2_2 .section-col:last-of-type .section-content {
  float: left;
}
@media (max-width: 1080px) {
  .section.type-cols2 .section-col,
  .section.type-cols2_2 .section-col {
    float: none !important;
    width: 100%;
  }
  .section.type-cols2 .section-col .section-content,
  .section.type-cols2_2 .section-col .section-content {
    max-width: 100% !important;
    width: 100% !important;
    float: none !important;
  }
}
.section.type-homepageIntro .section-content-after {
  padding-top: 40px;
}
.section.type-homepageIntro .section-content-after p:last-child {
  margin-bottom: 0;
}
.section.type-space {
  background-color: transparent;
  min-height: 300px;
}
.section.type-hidden {
  display: none;
  visibility: hidden;
}
.section.bgtype-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
}
.section.width-column:before,
.section.width-column:after {
  content: " ";
  display: table;
}
.section.width-column:after {
  clear: both;
}
.section.width-column .column-wrap {
  width: 50%;
  float: left;
}
.section.width-column .column-wrap .section-content,
.section.width-column .column-wrap .section-content-more {
  font-size: 16px;
}
.section.width-column .column-wrap .container-column {
  padding: 0 15px 0 22px;
}
@media (min-width: 1200px) {
  .section.width-column .column-wrap .container-column {
    width: 585px;
  }
}
@media (max-width: 1200px) {
  .section.width-column .column-wrap .container-column {
    width: 485px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .section.width-column .column-wrap .container-column {
    width: 375px;
  }
}
.section.width-column .column-wrap .section-title {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 30px;
  text-align: left;
  color: #2daae1;
  min-height: 70px;
}
.section.width-column .column-wrap .section-title .ico {
  margin-right: 15px;
}
.section.width-column .column-wrap .section-title .ico img,
.section.width-column .column-wrap .section-title .ico svg {
  width: auto;
  height: 57px;
}
@media (max-width: 767px) {
  .section.width-column .column-wrap .section-title {
    font-size: 30px !important;
  }
}
@media (max-width: 425px) {
  .section.width-column .column-wrap .section-title {
    font-size: 27px !important;
  }
}
.section.width-column .column-wrap:nth-of-type(2n+1) .container-column {
  float: right;
  padding: 0 22px 0 15px;
}
.section.width-column .column-wrap:nth-of-type(2n+1) .section-title {
  font-weight: lighter;
  font-size: 41px;
  color: #919190;
}
.section.width-column .column-wrap:nth-of-type(2n+1) .section-title .ico img,
.section.width-column .column-wrap:nth-of-type(2n+1) .section-title .ico svg {
  height: 41px;
}
.section.width-column .column-wrap:nth-of-type(2n+1) .section-title .ico + span {
  position: relative;
  top: 7px;
}
@media (max-width: 767px) {
  .section.width-column .column-wrap {
    float: none;
    width: 100%;
  }
  .section.width-column .column-wrap:not(:last-child) {
    margin-bottom: 35px;
  }
  .section.width-column .column-wrap .container-column {
    float: none !important;
    max-width: 100%;
  }
}
.section.proc-my {
  padding: 70px 0 70px;
}
.section.proc-my .section-title-wrap > * {
  text-transform: uppercase;
  font-weight: lighter;
  max-width: 500px;
  color: #919190;
  margin-bottom: 40px;
}
.section.proc-my .section-content {
  margin-top: -40px;
}
.section.proc-my .section-content:before,
.section.proc-my .section-content:after {
  content: " ";
  display: table;
}
.section.proc-my .section-content:after {
  clear: both;
}
.section.proc-my .col {
  text-align: center;
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 40px;
}
@media (min-width: 992px) {
  .section.proc-my .col {
    float: left;
    width: 25%;
  }
}
@media (max-width: 630px) {
  .section.proc-my .col {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 48%;
  }
}
.section.proc-my .col p {
  max-width: 273px;
  margin: auto;
  color: #555555;
}
.section.proc-my .col h3 {
  font-size: 17px;
  font-weight: bold;
  color: #555555;
  margin: 0 0 10px;
}
@media (max-width: 480px) {
  .section.proc-my .col:nth-child(2n+1) {
    padding-left: 0;
  }
  .section.proc-my .col:nth-child(2n+2) {
    padding-right: 0;
  }
}
.section.proc-my .img {
  border-radius: 50%;
  background-color: #2daae1;
  width: 180px;
  height: 180px;
  line-height: 180px;
  margin: 0 auto 40px;
}
@media (max-width: 767px) {
  .section.proc-my .img {
    width: 140px;
    height: 140px;
    line-height: 140px;
    padding: 0 30px;
  }
  .section.proc-my .img img {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .section.proc-my .img {
    width: 120px;
    height: 120px;
    line-height: 120px;
    margin-bottom: 25px;
  }
}
.section.proc-my img {
  max-width: 104px;
}
.section.proc-my p {
  font-weight: lighter;
  color: #919190;
}
@media (max-width: 480px) {
  .section.proc-my p {
    font-size: 15px;
  }
}
.section.spokojeni-zakaznici {
  padding: 0;
}
.section.spokojeni-zakaznici .container-fluid {
  padding: 0;
}
.section.kontakt-random-reality {
  color: #ffffff;
}
.section.kontakt-random-reality .section-col:first-child {
  background-color: #9eb20f;
}
.section.kontakt-random-reality .section-col:first-child .section-content {
  max-width: 800px;
}
.section.kontakt-random-reality h3 {
  margin: 0 0 20px;
}
.section.kontakt-random-reality .module-wrap {
  display: flex;
  align-items: center;
}
.section.kontakt-random-reality .module-wrap .module:nth-child(2) {
  min-width: 280px;
}
.section.kontakt-random-reality .module-wrap .module:nth-child(2) .module-content {
  padding-left: 15px !important;
}
.section.kontakt-random-reality .module-wrap .module p .large-text {
  position: relative;
  top: 7px;
}
.section.kontakt-random-reality .module-wrap .module input,
.section.kontakt-random-reality .module-wrap .module textarea,
.section.kontakt-random-reality .module-wrap .module select {
  width: 100% !important;
}
@media (max-width: 630px) {
  .section.kontakt-random-reality .module-wrap {
    display: block;
  }
  .section.kontakt-random-reality .module-wrap .module:nth-child(2) .module-content {
    padding-top: 0 !important;
  }
  .section.kontakt-random-reality .module-wrap .module .module-content {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.section.coffee-bottom {
  background-color: #000000;
  color: #ffffff;
}
.section.coffee-bottom:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.section.coffee-bottom.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
}
.section.coffee-bottom.fixed .close-ico {
  display: block;
}
.section.coffee-bottom > * {
  position: relative;
}
.section.coffee-bottom .close-ico {
  width: 19px;
  height: 19px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  display: none;
}
.section.coffee-bottom .close-ico:before,
.section.coffee-bottom .close-ico:after {
  content: " ";
  display: block;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.section.coffee-bottom .close-ico:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.section.coffee-bottom .close-ico:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.section.coffee-bottom .section-title {
  text-align: left;
  font-weight: lighter;
  text-transform: uppercase;
  font-size: 25px;
}
.section.coffee-bottom .section-title span {
  vertical-align: bottom;
  padding-left: 7px;
  position: relative;
}
.section.coffee-bottom .section-title .ico img {
  max-height: 36px;
}
.section.coffee-bottom .introtext {
  padding: 12px 25px 0 0;
  font-size: 16px;
}
.section.coffee-bottom .section-col .section-content {
  padding: 20px 15px;
}
.section.coffee-bottom .section-col:nth-of-type(2) .button {
  display: inline-block;
  background: transparent;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: .03em;
  font-size: 15px;
  margin: 5px 4px;
}
.section.coffee-bottom .section-col:nth-of-type(2) .button:before,
.section.coffee-bottom .section-col:nth-of-type(2) .button:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.section.coffee-bottom .section-col:nth-of-type(2) .button:before {
  width: 27px;
  height: 27px;
  background-position: center;
  background-repeat: no-repeat;
  left: 12px;
}
.section.coffee-bottom .section-col:nth-of-type(2) .button:after {
  width: 45px;
  height: 45px;
  right: 1px;
}
.section.coffee-bottom .section-col:nth-of-type(2) .button a {
  border: 1px solid #ffffff;
  padding: 13px 50px 10px;
  display: block;
  min-width: 235px;
  position: relative;
  z-index: 5;
}
.section.coffee-bottom .section-col:nth-of-type(2) .button a:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 19px;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 7px solid #ffffff;
}
@media (max-width: 1199px) {
  .section.coffee-bottom .section-col {
    float: none;
    width: 100%;
  }
  .section.coffee-bottom .section-col:nth-child(1) {
    padding-top: 15px;
  }
  .section.coffee-bottom .section-col:nth-child(2) {
    padding-bottom: 15px;
  }
  .section.coffee-bottom .section-col:nth-child(2) .section-content {
    text-align: center;
  }
  .section.coffee-bottom .section-col:nth-child(2) .section-content .button {
    margin: 2px 1px;
  }
  .section.coffee-bottom .section-col:nth-child(2) .section-content .button a {
    min-width: 229px;
  }
  .section.coffee-bottom .section-col .section-content {
    max-width: 100% !important;
    padding: 0 !important;
  }
}
@media (max-width: 991px) {
  .section.coffee-bottom .section-col .introtext {
    display: none;
  }
  .section.coffee-bottom .section-col:nth-child(2) .section-content {
    max-width: 495px !important;
    margin: auto;
  }
  .section.coffee-bottom .section-col:nth-child(2) .section-content:before,
  .section.coffee-bottom .section-col:nth-child(2) .section-content:after {
    content: " ";
    display: table;
  }
  .section.coffee-bottom .section-col:nth-child(2) .section-content:after {
    clear: both;
  }
  .section.coffee-bottom .section-col:nth-child(2) .section-content .button {
    float: left;
    margin: 4px 9px !important;
  }
}
@media (max-width: 767px) {
  .section.coffee-bottom .section-col .section-title span {
    top: 3px;
    line-height: 1.5em;
  }
  .section.coffee-bottom .section-col .ico img {
    max-height: 45px;
  }
  .section.coffee-bottom .section-col .introtext {
    display: block;
  }
  .section.coffee-bottom .section-col:nth-child(2) .section-content {
    max-width: 248px !important;
  }
}
.section.reference-video,
.section.textove-reference {
  padding: 0;
}
.section.reference-video .section-title,
.section.textove-reference .section-title {
  text-transform: uppercase;
  font-weight: lighter;
  color: #0077bb;
  margin: 20px 0 30px;
}
@media (max-width: 1280px) {
  .seznamsluzeb .section {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 480px) {
  .seznamsluzeb .section {
    padding-right: 0;
  }
}
.category-wrap .service-form-button-wrap {
  margin: 40px 0 15px;
  text-align: center;
}
.category-wrap .service-form-button-wrap .button {
  padding: 15px 25px 11px;
  font-size: 16px;
}
.module.default {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.module.default .module-content {
  padding: 40px 30px;
}
@media (min-width: 1200px) {
  .module.default .module-content {
    max-width: 585px;
  }
}
.module.default.hasBgImage {
  position: relative;
}
.module.default.hasBgImage:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(45, 170, 225, 0.5);
}
.module.default.hasBgImage .module-content {
  position: relative;
}
.module.spokojeni-zakaznici-images {
  color: #ffffff;
  text-align: center;
}
.module.spokojeni-zakaznici-images:before,
.module.spokojeni-zakaznici-images:after {
  content: " ";
  display: table;
}
.module.spokojeni-zakaznici-images:after {
  clear: both;
}
.module.spokojeni-zakaznici-images .zakaznik {
  float: left;
  width: 20%;
  position: relative;
}
.module.spokojeni-zakaznici-images .zakaznik:hover .overlay {
  background-color: rgba(158, 178, 15, 0.8);
}
.module.spokojeni-zakaznici-images .zakaznik:hover .overlay-content {
  -webkit-transform: translate(0, -30%);
  -ms-transform: translate(0, -30%);
  -o-transform: translate(0, -30%);
  transform: translate(0, -30%);
}
.module.spokojeni-zakaznici-images .zakaznik:hover .video .link {
  background-color: #ffffff;
}
.module.spokojeni-zakaznici-images .zakaznik:hover .video .link:after {
  border-left-color: #9eb20f;
}
.module.spokojeni-zakaznici-images .zakaznik.has-video:hover .overlay-content {
  -webkit-transform: translate(0, -20%);
  -ms-transform: translate(0, -20%);
  -o-transform: translate(0, -20%);
  transform: translate(0, -20%);
}
@media (max-width: 1395px) {
  .module.spokojeni-zakaznici-images .zakaznik {
    width: 25%;
  }
}
@media (max-width: 1199px) and (min-width: 901px) {
  .module.spokojeni-zakaznici-images .zakaznik {
    width: 33.333%;
    width: calc(100% / 3);
  }
}
@media (max-width: 900px) {
  .module.spokojeni-zakaznici-images .zakaznik {
    width: 50%;
  }
}
@media (max-width: 630px) {
  .module.spokojeni-zakaznici-images .zakaznik {
    float: none;
    max-width: 380px;
    width: 100%;
    display: block;
    margin: auto;
  }
}
@media (max-width: 1395px) {
  .module.spokojeni-zakaznici-images:not(.reference-page) .zakaznik:nth-child(1n+5) {
    display: none;
  }
}
@media (max-width: 1199px) and (min-width: 901px) {
  .module.spokojeni-zakaznici-images:not(.reference-page) .zakaznik:nth-child(1n+4) {
    display: none;
  }
}
@media (max-width: 900px) {
  .module.spokojeni-zakaznici-images:not(.reference-page) .zakaznik:nth-child(1n+5) {
    display: none;
  }
}
.module.spokojeni-zakaznici-images img {
  width: 100%;
}
.module.spokojeni-zakaznici-images .module-title {
  margin: 0 auto 10px;
  max-width: 200px;
  line-height: 1.4em;
  font-weight: normal;
  font-size: 24px;
}
.module.spokojeni-zakaznici-images p {
  margin: 0;
  font-size: 13px;
  font-weight: lighter;
}
.module.spokojeni-zakaznici-images .video .link {
  width: 45px;
  height: 45px;
  position: relative;
  display: block;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  background-color: #2daae1;
  margin: 0 auto 20px;
}
.module.spokojeni-zakaznici-images .video .link:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 9px solid #ffffff;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.module.spokojeni-zakaznici-images .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 25px;
  overflow: hidden;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.module.spokojeni-zakaznici-images .overlay-inner {
  display: table;
  width: 100%;
  height: 100%;
}
.module.spokojeni-zakaznici-images .overlay-content {
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  display: table-cell;
  vertical-align: bottom;
}
.module.spokojeni-zakaznici-slider,
.module.spokojeni-zakaznici {
  background-color: #153b4b;
  color: #ffffff;
}
.module.spokojeni-zakaznici-slider.paginator,
.module.spokojeni-zakaznici.paginator {
  margin-bottom: 50px;
}
.module.spokojeni-zakaznici-slider .items-wrap,
.module.spokojeni-zakaznici .items-wrap {
  padding: 35px 20px;
}
.module.spokojeni-zakaznici-slider .zakaznik,
.module.spokojeni-zakaznici .zakaznik {
  padding: 35px 25px;
}
.module.spokojeni-zakaznici-slider .zakaznik-inner,
.module.spokojeni-zakaznici .zakaznik-inner {
  max-width: 680px;
  margin: auto;
}
.module.spokojeni-zakaznici-slider .title,
.module.spokojeni-zakaznici .title {
  margin: 0;
  text-transform: uppercase;
  color: #46a5cf;
  font-size: 24px;
  line-height: 1.3em;
}
.module.spokojeni-zakaznici-slider .title img,
.module.spokojeni-zakaznici .title img {
  display: inline-block;
  margin-left: 1px;
}
.module.spokojeni-zakaznici-slider .body,
.module.spokojeni-zakaznici .body {
  letter-spacing: .03em;
  font-weight: normal;
  margin: 22px 0 18px;
  font-size: 16px;
  text-align: justify;
}
.module.spokojeni-zakaznici-slider .after-body-text,
.module.spokojeni-zakaznici .after-body-text {
  font-size: 16px !important;
  color: #919190;
}
.module.spokojeni-zakaznici-slider a,
.module.spokojeni-zakaznici a {
  color: #9eb20f;
}
.module.podporujeme img {
  max-width: 65px;
}
.module.podporujeme .module-title {
  font-weight: bold;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .module.podporujeme {
    position: fixed;
    right: 0;
    top: 120px;
    margin: auto;
    background-color: #9eb20f;
    z-index: 1500;
    padding: 15px;
  }
}
#gmap {
  height: 400px;
}
#gmapmarker {
  background-color: #2daae1;
  padding: 2px;
}
#gmapmarker:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #2daae1;
  position: absolute;
  z-index: 0;
  right: -7px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#gmapmarker > * {
  position: relative;
  z-index: 1;
}
#page-footer {
  background-color: #ffffff;
}
#page-footer .kontakt-random-reality .section-content {
  padding: 0;
}
#page-footer .kontakt-random-reality .module-content {
  padding: 40px 30px;
}
#to-top {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  background-color: #a0e0fc;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  cursor: pointer;
  z-index: 300;
}
#to-top.visible {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#to-top:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
#to-top:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #2daae1;
}
.iframe-wrap {
  position: relative;
  padding-bottom: 50%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 18px 0 25px;
}
.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#copyright {
  margin-top: 0;
  background-color: #ffffff;
}
#pshk-copyright {
  padding: 8px 15px;
  color: #333333;
  text-align: center;
  font-weight: 600;
  font-size: 13px;
}
#pshk-copyright a {
  text-decoration: none;
}
[name=google_conversion_frame] {
  height: 0 !important;
}
#top-leave-panel {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  z-index: 99999;
}
@media (min-width: 1081px) {
  .kontakt-random-reality .section-col:nth-child(2) {
    min-height: 560px;
  }
}