@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1y4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1y4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1y4n.ttf) format('truetype');
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Open Sans', sans-serif;
}
body.subpage {
  background: #F8F9FA;
}
p {
  font-size: 15px;
  line-height: 26px;
}
@media screen and (max-width: 500px) {
  p {
    font-size: 15px;
    line-height: 24px;
  }
}
a.button,
button.button,
input.button {
  border-radius: 20px 0 20px 0;
  border: 1px solid white;
  display: inline-block;
  text-decoration: none;
  line-height: 26px;
  padding: 7px 25px;
  font-weight: 600;
  font-size: 14px;
}
a.button:hover,
button.button:hover,
input.button:hover {
  color: #2675FF !important;
  background: white;
}
a.button.blue,
button.button.blue,
input.button.blue {
  border-color: #2675FF;
  color: #2675FF;
}
a.button.blue.active,
button.button.blue.active,
input.button.blue.active,
a.button.blue:hover,
button.button.blue:hover,
input.button.blue:hover {
  color: white !important;
  background: #2675FF;
}
a.button.blue.active:hover,
button.button.blue.active:hover,
input.button.blue.active:hover {
  color: white !important;
  background: #0050C7;
}
input.button.blue:hover {
  color: white !important;
  background: #0050C7;
}
h2 {
  color: #1E283B;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
}
@media screen and (max-width: 1200px) {
  h2 {
    font-size: 42px;
    line-height: 48px;
  }
}
@media screen and (max-width: 1000px) {
  h2 {
    font-size: 38px;
    line-height: 44px;
  }
}
@media screen and (max-width: 500px) {
  h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
h2 small {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 28px;
  color: #2675FF;
  display: inline-block;
  width: 100%;
  font-weight: 700;
}
h2.white {
  color: white;
}
.blue {
  color: #2675FF;
}
div.divider {
  width: 100%;
  height: 1px;
  background: #CCD1D6;
}
.no-bcg {
  background: none !important;
}
header .top-header {
  background: #1E283B;
  line-height: 40px;
  color: white;
  font-size: 12px;
}
header .top-header p {
  font-size: 12px;
  line-height: 40px;
}
header .top-header a {
  color: white;
}
header .top-header a img {
  margin-right: 5px;
  position: relative;
  top: -2px;
}
header .main-header .row.main {
  height: 80px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
header .main-header .main-menu li {
  margin-right: 0;
  position: relative;
}
header .main-header .main-menu li:hover {
  background: #D9E0E4;
  border-radius: 20px 0 20px 0;
  color: #1E283B;
}
header .main-header .main-menu li:hover ul.dropdown {
  display: block;
}
header .main-header .main-menu li.lang.mobile a svg {
  max-width: 32px;
}
header .main-header .main-menu li.lang:hover {
  background: none;
  border-radius: 0;
}
header .main-header .main-menu li.lang a {
  opacity: 0.4;
  padding: 5px;
}
header .main-header .main-menu li.lang a.current {
  opacity: 1;
  background: none;
}
header .main-header .main-menu li.lang a:hover {
  background: none;
  opacity: 1;
}
header .main-header .main-menu li.lang a svg {
  max-width: 24px;
}
header .main-header .main-menu li a {
  font-weight: 600;
  color: #1E283B;
  line-height: 26px;
  padding: 7px 25px;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
}
@media screen and (max-width: 1200px) {
  header .main-header .main-menu li a {
    padding: 7px 18px;
  }
}
header .main-header .main-menu li a.promo {
  background: #2675FF;
  border-radius: 20px 0 20px 0;
  color: white;
}
header .main-header .main-menu li a.promo:hover {
  color: white !important;
  background: #0050C7;
}
header .main-header .main-menu li a.current {
  background: #eaeef2;
  border-radius: 20px 0 20px 0;
  color: #2675FF;
}
header .main-header .main-menu li a:hover {
  background: #D9E0E4;
  border-radius: 20px 0 20px 0;
  color: #1E283B;
}
header .main-header .main-menu li ul.dropdown {
  position: absolute;
  z-index: 999;
  background: white;
  padding: 30px;
  width: 545px;
  display: none;
}
header .main-header .main-menu li ul.dropdown li {
  list-style-type: none;
  padding-left: 0;
  display: inline-block;
  float: left;
  text-align: left;
}
header .main-header .main-menu li ul.dropdown li:hover {
  background: none;
}
header .main-header .main-menu li ul.dropdown li a {
  width: 240px;
  text-align: left;
  position: relative;
  font-size: 13px;
  line-height: 18px;
}
header .main-header .main-menu li ul.dropdown li a strong {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 10px;
}
header .main-header .main-menu li ul.dropdown li a:before {
  content: '';
  width: 9px;
  height: 15px;
  background: url('https://www.masterapp.cz/wp-content/themes/masterapp/dist/assets/images/layout/right_arrow_blue_menu.svg');
  position: absolute;
  left: 5px;
  top: 8px;
}
header .main-header .main-menu li ul.dropdown li a:hover {
  background: none;
  color: #111;
}
header .main-header .main-menu li ul.dropdown li a:hover strong {
  color: #2675FF;
  text-decoration: underline;
}
header .main-header .mobile_menu {
  background: #1E283B;
  height: 100vh;
  width: 100%;
  margin-left: 0;
  padding-left: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}
header .main-header .mobile_menu .main-menu li:hover {
  background: none !important;
}
header .main-header .mobile_menu .main-menu li a:hover {
  background: none !important;
}
header .main-header .mobile_menu .close {
  margin-top: 30px;
  z-index: 99999999!important;
  position: relative;
}
@media screen and (min-width: 576px) {
  header .main-header .mobile_menu ul {
    margin-top: -50px;
  }
}
header .main-header .mobile_menu ul li.divider {
  height: 1px;
  margin: 15px;
  background: #485672;
  display: block;
}
header .main-header .mobile_menu ul li.smaller a {
  font-size: 14px;
  opacity: 0.8;
  line-height: 18px;
}
header .main-header .mobile_menu ul li strong {
  color: white;
  font-size: 18px;
  margin-bottom: 10px;
  display: inline-block;
}
header .main-header .mobile_menu ul li a {
  color: white;
  font-size: 16px;
  line-height: 28px;
}
.subpage section {
  background: white;
}
/* Homepage */
section.heading-banner {
  background: url('https://www.masterapp.cz/wp-content/themes/masterapp/dist/assets/images/layout/homepage_banner.jpg');
  background-size: cover;
}
section.heading-banner span {
  font-weight: 700;
  color: white;
  display: inline-block;
}
section.heading-banner span.headline-big {
  font-weight: 800;
  font-size: 85px;
}
@media screen and (max-width: 1200px) {
  section.heading-banner span.headline-big {
    font-size: 70px;
  }
}
@media screen and (max-width: 1000px) {
  section.heading-banner span.headline-big {
    font-size: 50px;
  }
}
@media screen and (max-width: 480px) {
  section.heading-banner span.headline-big {
    font-size: 40px;
  }
}
section.heading-banner h1.headline-small {
  font-weight: 700;
  color: white;
  font-size: 30px;
}
@media screen and (max-width: 1200px) {
  section.heading-banner h1.headline-small {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  section.heading-banner h1.headline-small {
    font-size: 28px;
  }
}
section.heading-banner p {
  color: white;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}
@media screen and (max-width: 1000px) {
  section.heading-banner p {
    font-size: 18px;
  }
}
section.heading-banner a.button {
  color: white;
  min-width: 170px;
  font-size: 14px;
  font-weight: 600;
}
section.services .promo {
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
}
section.services .promo h2 {
  color: #1E283B;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
}
section.services .promo h2 small {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 28px;
  color: #2675FF;
  display: inline-block;
  width: 100%;
  font-weight: 700;
}
section.services .promo p {
  color: #1E283B;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}
section.services .service:first-of-type .content {
  border-top-left-radius: 50px;
}
section.services .service:last-of-type .content {
  border-bottom-right-radius: 50px;
}
section.services .service .content {
  background: #F3F4F5;
}
section.services .service .content span.headline {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1E283B;
  line-height: 36px;
  position: relative;
  display: inline-block;
  width: 100%;
}
section.services .service .content span.headline:after {
  content: '';
  background: url('https://www.masterapp.cz/wp-content/themes/masterapp/dist/assets/images/layout/service_arrow.svg') no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 26px;
  height: 17px;
  margin: auto;
  text-align: center;
}
section.services .service .content div.hover-show {
  display: none;
}
section.services .service:hover .content {
  background: #2675FF;
}
section.services .service:hover .content span.headline {
  color: white;
}
section.services .service:hover .content span.headline:after {
  content: '';
  background: url('https://www.masterapp.cz/wp-content/themes/masterapp/dist/assets/images/layout/service_arrow_white.svg') no-repeat;
}
section.services .service:hover .content .hover-hide {
  display: none;
}
section.services .service:hover .content div.hover-show {
  display: block;
  color: white;
}
section.services .service:hover .content div.hover-show ul li {
  font-size: 16px;
  font-weight: 600;
  color: white;
  list-style-type: none;
  line-height: 26px;
}
section.services .service:hover .content div.hover-show a.button {
  color: white;
}
section.references {
  background: #F8F9FA;
  padding-bottom: 120px;
  padding-top: 120px;
  position: relative;
}
section.references .swiper-button-prev {
  left: 50px;
}
@media screen and (max-width: 1625px) {
  section.references .swiper-button-prev {
    display: none;
  }
}
section.references .swiper-button-next {
  right: 50px;
  width: 55px !important;
  height: 89px !important;
}
@media screen and (max-width: 1625px) {
  section.references .swiper-button-next {
    display: none;
  }
}
section.references .swiper-button-next:after {
  display: none;
}
section.references .swiper-button-next:before {
  background: url('https://www.masterapp.cz/wp-content/themes/masterapp/dist/assets/images/layout/slider_arrow_right.svg') no-repeat;
  position: absolute;
  right: 0px;
  top: 0px;
  content: '';
  width: 100px !important;
  height: 100px !important;
}
section.references .swiper-button-prev {
  left: 50px;
}
section.references .swiper-button-prev:after {
  display: none;
}
section.references .swiper-button-prev:before {
  background: url('https://www.masterapp.cz/wp-content/themes/masterapp/dist/assets/images/layout/slider_arrow_left.svg') no-repeat;
  position: absolute;
  left: 0px;
  top: 0px;
  content: '';
  width: 100px !important;
  height: 100px !important;
}
section.references .container.swiper {
  background: white !important;
  -webkit-box-shadow: 0px 20px 30px 0px #cce0ec;
  -moz-box-shadow: 0px 20px 30px 0px #cce0ec;
  box-shadow: 0px 20px 30px 0px #cce0ec;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
section.references .container.swiper .swiper-pagination {
  bottom: 15px !important;
}
section.references .references-slider .reference h2 {
  font-size: 38px;
  line-height: 46px;
}
section.references .references-slider .reference h2 small {
  font-size: 18px;
  text-transform: none;
  line-height: 30px;
  font-weight: 700;
}
section.references .references-slider .reference .tags li {
  font-size: 18px;
  color: #576673;
  line-height: 30px;
}
section.references .references-slider .reference .description {
  font-size: 18px;
  line-height: 30px;
}
section.references .references-slider .reference .description strong {
  width: 100%;
}
section.references .references-slider .reference .links ul li a {
  color: #1E283B;
  font-weight: 700;
}
section.references .references-slider .reference .bottom-part ul li:first-of-type {
  width: 100%;
  padding: 0 !important;
}
section.references .references-slider .reference .bottom-part ul li:nth-child(2),
section.references .references-slider .reference .bottom-part ul li:nth-child(3) {
  display: none;
}
body.reference_list .references {
  padding-top: 0px;
}
body.reference_list .references-slider .reference {
  background: white !important;
  -webkit-box-shadow: 0px 20px 30px 0px #cce0ec;
  -moz-box-shadow: 0px 20px 30px 0px #cce0ec;
  box-shadow: 0px 20px 30px 0px #cce0ec;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  padding-top: 30px;
}
section.promo {
  background: url('https://www.masterapp.cz/wp-content/themes/masterapp/dist/assets/images/layout/abstract_background.jpg') no-repeat;
  background-size: cover;
}
section.promo .block h3 {
  font-size: 30px;
  line-height: 42px;
  font-weight: 700;
}
section.promo .block p {
  font-size: 18px;
  line-height: 30px;
}
section.promo .block a {
  color: #1E283B;
  text-decoration: underline;
  font-weight: 600;
  font-size: 18px;
}
section.promo .promo-heading {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  display: block;
  margin-bottom: 20px;
  background: transparent;
}
section.promo .promo-heading:before {
  position: absolute;
  height: 1px;
  width: calc(50% - 100px);
  background: #576673;
  content: '';
  left: 0;
  top: 18px;
}
section.promo .promo-heading:after {
  position: absolute;
  height: 1px;
  width: calc(50% - 100px);
  background: #576673;
  content: '';
  right: 0;
  top: 18px;
}
section.promo .manufacturers ul li {
  padding: 10px 20px;
}
section.technology {
  background: #1E283B;
  border-top: 6px solid #2675FF;
}
section.technology .blocks {
  -webkit-box-shadow: 0px 10px 10px -4px #131a26;
  -moz-box-shadow: 0px 10px 10px -4px #131a26;
  box-shadow: 0px 10px 10px -4px #131a26;
}
section.technology .block {
  background: #293244;
  background: linear-gradient(0deg, #293244 0%, #1e283b 100%);
  color: white;
}
section.technology .block a {
  color: white;
  opacity: 0.8;
  text-decoration: none;
}
section.technology .block a:hover {
  opacity: 1;
}
section.technology .block:nth-child(odd) {
  background: #343d4f;
  background: linear-gradient(0deg, #343d4f 0%, #1e283b 100%);
}
section.technology .block span.headline {
  font-weight: 700;
  font-size: 30px;
}
section.technology .block img {
  background: #0a53be;
  border-radius: 99px;
  padding: 33px;
}
section.technology .block p {
  line-height: 40px;
  font-size: 20px;
  font-weight: 300;
  position: relative;
  padding-bottom: 60px;
}
section.technology .block p:after {
  content: '';
  background: url('https://www.masterapp.cz/wp-content/themes/masterapp/dist/assets/images/layout/technology_arrow.svg') no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 40px;
  height: 40px;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  section.about-us .centering .row {
    max-width: 80%;
    margin: auto;
  }
  section.about-us .centering .row ul {
    width: 100%;
  }
  section.about-us .centering .row ul li {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  section.about-us .centering .row {
    max-width: 310px;
  }
}
section.about-us p {
  font-size: 18px;
  line-height: 30px;
}
/* Services - Mobile apps */
section.subheading {
  background: #0050C7 url('https://www.masterapp.cz/wp-content/themes/masterapp/dist/assets/images/layout/subheading_bcg.jpg') no-repeat top center;
  background-size: cover;
  height: 240px;
}
section.subheading h1 {
  color: white;
  font-size: 48px;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  section.subheading h1 {
    font-size: 38px;
    padding-top: 40px;
  }
}
section.subheading h1 small {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 28px;
  font-weight: 600;
}
section.service-promo .service_detail p.description {
  font-size: 18px;
  line-height: 30px;
}
@media screen and (max-width: 500px) {
  section.service-promo .service_detail p.description {
    font-size: 15px;
    line-height: 26px;
  }
}
section.what-we-can {
  background: white url('https://www.masterapp.cz/wp-content/themes/masterapp/dist/assets/images/layout/abstract_background.jpg') no-repeat;
  background-size: cover;
}
section.what-we-can .col-lg-6:first-of-type {
  position: relative;
}
section.what-we-can .col-lg-6:first-of-type:after {
  content: '';
  width: 2px;
  height: 100%;
  background: url('https://www.masterapp.cz/wp-content/themes/masterapp/dist/assets/images/layout/dashed_border.svg') repeat;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 1000px) {
  section.what-we-can .col-lg-6:first-of-type:after {
    display: none;
  }
}
section.what-we-can .point {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-around;
  align-items: center;
}
section.what-we-can .point .text {
  max-width: 380px;
}
@media screen and (max-width: 1000px) {
  section.what-we-can .point .text {
    max-width: 100%;
  }
}
section.what-we-can .point .text span.heading {
  font-size: 24px;
  font-weight: 700;
}
section.what-we-can .point .text p {
  font-size: 16px;
  line-height: 28px;
}
@media screen and (max-width: 500px) {
  section.what-we-can .point .text p {
    font-size: 15px;
    line-height: 26px;
  }
}
section.headline.dark {
  background: #1E283B;
}
section.headline.dark h2 {
  color: white;
  line-height: 48px;
}
section.progress-section {
  background: #2675FF;
}
section.progress-section .block {
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  position: relative;
  align-items: center;
}
section.progress-section .block:nth-child(1) .col-lg-5:first-of-type:before {
  content: '01';
  position: absolute;
  left: 5%;
  top: -150%;
  font-size: 180px;
  color: white;
  opacity: 0.1;
  font-weight: 800;
}
@media screen and (max-width: 1000px) {
  section.progress-section .block:nth-child(1) .col-lg-5:first-of-type:before {
    display: none;
  }
}
section.progress-section .block:nth-child(2) .col-lg-5:last-of-type:after {
  content: '02';
  position: absolute;
  right: 5%;
  top: -150%;
  font-size: 180px;
  color: white;
  opacity: 0.1;
  font-weight: 800;
}
@media screen and (max-width: 1000px) {
  section.progress-section .block:nth-child(2) .col-lg-5:last-of-type:after {
    display: none;
  }
}
section.progress-section .block:nth-child(3) .col-lg-5:first-of-type:before {
  content: '03';
  position: absolute;
  left: 5%;
  top: -150%;
  font-size: 180px;
  color: white;
  opacity: 0.1;
  font-weight: 800;
}
@media screen and (max-width: 1000px) {
  section.progress-section .block:nth-child(3) .col-lg-5:first-of-type:before {
    display: none;
  }
}
section.progress-section .block:nth-child(4) .col-lg-5:last-of-type:after {
  content: '04';
  position: absolute;
  right: 5%;
  top: -150%;
  font-size: 180px;
  color: white;
  opacity: 0.1;
  font-weight: 800;
}
@media screen and (max-width: 1000px) {
  section.progress-section .block:nth-child(4) .col-lg-5:last-of-type:after {
    display: none;
  }
}
section.progress-section .block:nth-child(odd) .col-lg-5:nth-child(1) {
  position: relative;
}
section.progress-section .block:nth-child(odd) .col-lg-5:nth-child(1):after {
  content: '';
  background: url('https://www.masterapp.cz/wp-content/themes/masterapp/dist/assets/images/layout/transparent_arrow_right.png');
  position: absolute;
  right: 3%;
  top: 27%;
  width: 26px;
  height: 41px;
}
@media screen and (max-width: 1000px) {
  section.progress-section .block:nth-child(odd) .col-lg-5:nth-child(1):after {
    display: none;
  }
}
section.progress-section .block:nth-child(odd) .col-lg-5:last-of-type {
  position: relative;
}
section.progress-section .block:nth-child(odd) .col-lg-5:last-of-type:before {
  content: '';
  background: url('https://www.masterapp.cz/wp-content/themes/masterapp/dist/assets/images/layout/transparent_arrow_right.png');
  position: absolute;
  left: 3%;
  top: 40%;
  width: 26px;
  height: 41px;
}
@media screen and (max-width: 1000px) {
  section.progress-section .block:nth-child(odd) .col-lg-5:last-of-type:before {
    display: none;
  }
}
section.progress-section .block:nth-child(even) .col-lg-5:nth-child(3) {
  position: relative;
}
section.progress-section .block:nth-child(even) .col-lg-5:nth-child(3):after {
  content: '';
  background: url('https://www.masterapp.cz/wp-content/themes/masterapp/dist/assets/images/layout/transparent_arrow_left.png');
  position: absolute;
  right: 3%;
  top: 40%;
  width: 26px;
  height: 41px;
}
@media screen and (max-width: 1000px) {
  section.progress-section .block:nth-child(even) .col-lg-5:nth-child(3):after {
    display: none;
  }
}
section.progress-section .block:nth-child(even) .col-lg-5:last-of-type {
  position: relative;
}
section.progress-section .block:nth-child(even) .col-lg-5:last-of-type:before {
  content: '';
  position: absolute;
  background: url('https://www.masterapp.cz/wp-content/themes/masterapp/dist/assets/images/layout/transparent_arrow_left.png');
  left: 3%;
  top: 27%;
  width: 26px;
  height: 41px;
}
@media screen and (max-width: 1000px) {
  section.progress-section .block:nth-child(even) .col-lg-5:last-of-type:before {
    display: none;
  }
}
section.progress-section .block h3 {
  margin-top: -24px;
  font-size: 46px;
  font-weight: 700;
  line-height: 40px;
  color: white;
}
@media screen and (max-width: 600px) {
  section.progress-section .block h3 {
    font-size: 36px;
  }
}
section.progress-section .block h3 small {
  font-size: 16px;
  font-weight: 600;
  color: #1E283B;
}
section.progress-section .block p {
  color: white;
  margin-bottom: 0;
}
section.signpost {
  background: #F8F9FA;
}
section.signpost ul li a {
  background: white;
  padding: 0px 20px;
  width: 370px;
  border-radius: 10px;
  display: inline-block;
  text-align: left;
  text-transform: uppercase;
  color: #1E283B;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  line-height: 70px;
}
@media screen and (max-width: 800px) {
  section.signpost ul li a {
    width: 310px;
    font-size: 15px;
  }
}
section.signpost ul li a:after {
  content: '';
  position: absolute;
  top: 34%;
  right: 5%;
  width: 16px;
  height: 26px;
  background: url('https://www.masterapp.cz/wp-content/themes/masterapp/dist/assets/images/layout/right_arrow_blue.svg') no-repeat;
}
section.signpost ul li a img {
  margin-right: 10px;
}
section.signpost ul li a:hover {
  color: white;
  background: #2675FF;
}
section.signpost ul li a:hover:after {
  background: url('https://www.masterapp.cz/wp-content/themes/masterapp/dist/assets/images/layout/right_arrow_white.svg') no-repeat;
}
section.appreciated .block h3 {
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
}
section.appreciated .block p {
  font-size: 14px;
  line-height: 24px;
}
section.dev-technology {
  background: #F8F9FA;
}
section.dev-technology .manufacturers ul li {
  padding: 10px 20px;
}
/* About us page */
section.what-we-can .about .block img {
  display: block;
  margin: Auto;
}
section.what-we-can .about .block strong {
  font-weight: 700;
  font-size: 22px;
  line-height: 36px;
}
section.why_master ul.list-with-arrows li {
  line-height: 24px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 34px;
  font-size: 16px;
}
section.why_master ul.list-with-arrows li:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  background: url('https://www.masterapp.cz/wp-content/themes/masterapp/dist/assets/images/layout/right_arrow_blue_small.svg') no-repeat;
  width: 13px;
  height: 21px;
}
section.why_master p.promo {
  font-weight: 700;
  font-size: 28px;
  line-height: 42px;
}
section.statistics .point strong {
  font-weight: 700;
  font-size: 56px;
}
section.statistics .point p {
  font-weight: 600;
}
section.technology.about .block p {
  font-size: 16px;
  line-height: 28px;
}
section.technology.about .block p:after {
  display: none;
}
section.technology.about .block img {
  padding: 0;
  background: none;
}
/* Contact page */
body.contact section.contact_person a {
  font-size: 20px;
  text-decoration: underline;
  color: #1E283B;
}
body.contact section.map_prolink {
  background: url('https://www.masterapp.cz/wp-content/themes/masterapp/dist/assets/images/layout/map-cejl.png') no-repeat;
  height: 635px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-bottom: -120px;
}
body.contact section.map_prolink .adress_box {
  background: white;
  width: 430px;
  padding: 30px;
  margin: -120px auto auto auto;
  border-radius: 20px 0 20px 0;
  border: 1px solid white;
  text-decoration: none;
  color: #1E283B;
}
@media screen and (max-width: 800px) {
  body.contact section.map_prolink .adress_box {
    width: 310px;
  }
}
/* Reference list */
body.reference_list {
  background: white;
}
body.reference_list section.references {
  background: white;
}
body.reference_list section.promo {
  background: white;
}
body.reference_list section.promo .promo-heading:before,
body.reference_list section.promo .promo-heading:after {
  display: none;
}
section.lets_talk {
  background: #F8F9FA url('https://www.masterapp.cz/wp-content/themes/masterapp/dist/assets/images/layout/lets_talk_bcg.jpg') bottom center no-repeat;
  background-size: contain;
}
section.lets_talk h2 {
  line-height: 52px;
  font-size: 42px;
}
section.lets_talk p {
  font-size: 18px;
}
section.filter strong {
  font-size: 22px;
}
section.filter a {
  color: #1E283B;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  padding: 5px 10px;
}
section.filter a.current {
  background: #2675FF;
  color: White;
  font-weight: 700;
}
/* Article list */
section.articles .article {
  padding: 0px;
  -webkit-box-shadow: 0px 20px 30px 0px #cce0ec;
  -moz-box-shadow: 0px 20px 30px 0px #cce0ec;
  box-shadow: 0px 20px 30px 0px #cce0ec;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  display: block;
  text-decoration: none;
  max-width: 370px;
  margin: auto;
}
section.articles .article:hover {
  cursor: pointer;
  background: #2675FF;
  color: white;
}
section.articles .article:hover .content a {
  color: white;
}
section.articles .article:hover .content a span.date,
section.articles .article:hover .content a p.description,
section.articles .article:hover .content a strong.article_name {
  color: white;
}
section.articles .article:hover .content a strong.article_name {
  text-decoration: underline;
}
section.articles .article:hover .content ul.tags li {
  color: #ffffff;
}
section.articles .article:hover .content span.divider {
  background: #ffffff;
}
section.articles .article div.image {
  height: 200px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  border-top-left-radius: 40px;
}
section.articles .article .content {
  padding: 20px 20px 10px 20px;
}
section.articles .article .content a {
  text-decoration: none;
}
section.articles .article .content a span.date {
  font-size: 12px;
  color: #576673;
  display: block;
  width: 100%;
  text-align: left;
  text-decoration: none;
}
section.articles .article .content a strong.article_name {
  font-size: 18px;
  font-weight: 700;
  color: #576673;
}
section.articles .article .content a p.description {
  font-size: 13px;
  line-height: 26px;
  color: #1E283B;
}
section.articles .article .content span.divider {
  width: 100%;
  height: 1px;
  background: #D9E0E4;
  margin-top: 15px;
  margin-bottom: 15px;
}
section.articles .article .content ul.tags {
  text-align: left;
}
section.articles .article .content ul.tags li {
  color: #576673;
  font-size: 13px;
  text-decoration: none;
}
section.articles .article .content ul.socials {
  text-align: right;
}
/* Kariéra */
section.top_three {
  background: #1E283B;
  border-top: 6px solid #2675FF;
  color: white;
}
section.top_three h2 {
  color: white;
}
section.top_three .block {
  margin-bottom: 80px;
}
section.top_three .block img {
  width: 110px;
  margin-right: 30px;
}
section.top_three .block strong {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
  display: block;
}
section.team-slideshow {
  overflow: hidden;
}
section.team-slideshow ul {
  white-space: nowrap;
  text-align: center;
}
section.about_masters .block {
  max-width: 370px;
  min-height: 200px;
  margin-bottom: 100px;
  position: relative;
}
section.about_masters .block:before {
  content: '';
  background: url('https://www.masterapp.cz/wp-content/themes/masterapp/dist/assets/images/layout/star_icon.svg') center center no-repeat;
  width: 100px;
  height: 100px;
  position: absolute;
  left: -135px;
  top: 0;
}
@media screen and (max-width: 1000px) {
  section.about_masters .block {
    width: 100%;
    max-width: 100%;
  }
  section.about_masters .block:before {
    content: '';
    margin: auto;
    background: url('https://www.masterapp.cz/wp-content/themes/masterapp/dist/assets/images/layout/star_icon.svg') center center no-repeat;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
    right: 0;
    top: -100px;
  }
}
section.about_masters .block strong {
  font-size: 24px;
  font-weight: 600;
}
section.how_we_see_it {
  background: #F8F9FA;
  overflow: hidden;
}
section.how_we_see_it strong {
  font-size: 30px;
  font-weight: 700;
}
section.how_we_see_it .swiper .reaction {
  width: 20%;
}
@media screen and (max-width: 1400px) {
  section.how_we_see_it .swiper .reaction {
    width: 25%;
  }
}
@media screen and (max-width: 1000px) {
  section.how_we_see_it .swiper .reaction {
    width: 45%;
  }
}
@media screen and (max-width: 500px) {
  section.how_we_see_it .swiper .reaction {
    width: 80%;
  }
}
section.how_we_see_it .swiper .reaction .content {
  padding: 90px 25px 25px 25px;
  background: white;
  position: relative;
  -webkit-box-shadow: 0px 20px 30px 0px #cce0ec;
  -moz-box-shadow: 0px 20px 30px 0px #cce0ec;
  box-shadow: 0px 20px 30px 0px #cce0ec;
}
section.how_we_see_it .swiper .reaction .content:before {
  content: '';
  background: url('https://www.masterapp.cz/wp-content/themes/masterapp/dist/assets/images/layout/quote.svg') center center no-repeat;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: auto;
}
section.how_we_see_it .swiper .reaction .content p {
  font-size: 14px;
}
section.how_we_see_it .swiper .reaction .content p.author {
  font-size: 14px;
  font-weight: 400;
}
section.how_we_see_it .swiper .reaction .content p.author strong {
  font-weight: 700;
  font-size: 18px;
}
section.how_we_see_it .swiper .reaction .content .divider {
  background: #D9E0E4;
  height: 1px;
  width: 100%;
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
}
.swiper-pagination {
  bottom: 0 !important;
}
/* Kariéra detail content */
.article_detail .container {
  max-width: 1180px;
}
.article_detail .article_content .heading .thumbnail img {
  max-width: 100%;
  height: auto;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
.article_detail .article_content .article_info {
  background: #F8F9FA;
  padding: 0 15px;
}
.article_detail .article_content .article_info ul li {
  margin-bottom: 0;
  line-height: 77px;
  font-weight: 700;
}
.article_detail .article_content .article_info ul li.date {
  padding-left: 50px;
  position: relative;
}
.article_detail .article_content .article_info ul li.date a {
  color: #1E283B;
}
.article_detail .article_content .article_info ul li.date:before {
  content: '';
  background: url('https://www.masterapp.cz/wp-content/themes/masterapp/dist/assets/images/layout/icon_calendar.svg') top left no-repeat;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 23px;
  left: 15px;
  display: block;
}
.article_detail .article_content .article_info ul li.share {
  float: right;
}
.article_detail .article_content .article_info ul li.share img {
  margin-left: 10px;
}
.article_detail .article_content .article_info ul li:before {
  display: none;
}
.article_detail .article_content h1 {
  font-weight: 700;
  font-size: 36px;
}
.article_detail .article_content h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 42px;
}
.article_detail .article_content ul.tags li {
  padding-left: 0;
  color: #2675FF;
  font-size: 16px;
  text-decoration: none;
}
.article_detail .article_content ul.tags li a {
  color: #2675FF;
  font-size: 16px;
  text-decoration: none;
}
.article_detail .article_content ul.tags li:before {
  display: none;
}
.article_detail .article_content ul li {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.article_detail .article_content ul li:before {
  content: "\2022";
  color: #2675FF;
  font-size: 28px;
  line-height: 26px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.article_detail .sidebar .block {
  background: #F8F9FA;
  margin-bottom: 40px;
}
.article_detail .sidebar .block .content {
  padding: 20px;
}
.article_detail .sidebar .block .content strong.headline {
  font-size: 22px;
  font-weight: 700;
}
.article_detail .sidebar .block .content span.divider {
  background: #808080;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  height: 1px;
}
.article_detail .sidebar .block .hr_contact img {
  float: left;
  margin-right: 15px;
}
.article_detail .sidebar .block .hr_contact a {
  float: right;
  margin-top: 10px;
}
.article_detail .sidebar .block .hr_contact p {
  float: left;
  line-height: 22px;
  font-size: 14px;
}
.article_detail .sidebar .block .hr_contact p a {
  float: none;
  text-decoration: underline;
  color: #0c0c0c;
}
.breadcrumbs {
  background: #0050C7;
}
.breadcrumbs ul li {
  color: white;
  margin-right: 30px;
}
.breadcrumbs ul li:after {
  content: '>';
  opacity: 0.5;
}
.breadcrumbs ul li:last-of-type:after {
  display: none;
}
.breadcrumbs ul li img {
  position: relative;
  top: -2px;
}
.breadcrumbs ul li a {
  color: white;
  opacity: 50%;
  font-size: 16px;
  text-decoration: none;
  padding-right: 10px;
}
.to_top {
  color: #1E283B;
  font-size: 18px;
  text-decoration: none;
}
.to_top img {
  margin-left: 10px;
}
div.benefits ul li {
  line-height: 40px;
  font-size: 15px;
  padding-left: 30px;
  position: relative;
}
div.benefits ul li:before {
  background: url('https://www.masterapp.cz/wp-content/themes/masterapp/dist/assets/images/layout/check.svg') center center no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 10px;
  content: '';
}
.share_position {
  line-height: 30px;
}
/* Contact form */
input[type="text"],
input[type="tel"],
input[type="email"] {
  background: #F8F9FA;
  border: 1px solid #D9E0E4;
  border-radius: 20px 0 20px 0;
  font-size: 15px;
  font-weight: 600;
  color: #576673;
  line-height: 50px;
  padding: 0 15px 0 50px;
  width: 100%;
}
select[name="reason"],
select[name="type"] {
  font-weight: 600;
  color: #576673;
  line-height: 50px;
  border: 2px solid #2675FF;
  border-radius: 20px 0 20px 0;
  padding: 0px 15px 0px 50px;
  position: Relative;
  display: block;
  width: 100%;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
}
select[name="reason"] option,
select[name="type"] option {
  position: Relative;
}
select[name="reason"] option:before,
select[name="type"] option:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: url('https://www.masterapp.cz/wp-content/themes/masterapp/dist/assets/images/layout/form-star.svg');
  width: 24px;
  height: 24px;
}
textarea {
  background: #F8F9FA !important;
  border: 1px solid #D9E0E4 !important;
  border-radius: 20px 0 20px 0 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #576673 !important;
  height: 140px !important;
  padding: 15px !important;
}
label[for="agree"] {
  font-size: 13px !important;
  font-weight: 600 !important;
  margin-left: 5px;
}
div.type {
  position: relative;
}
div.type:before {
  position: absolute;
  top: 15px;
  left: 25px;
  z-index: 99;
  content: '';
  background: url('https://www.masterapp.cz/wp-content/themes/masterapp/dist/assets/images/layout/form-star.svg');
  width: 24px;
  height: 24px;
}
div.name {
  position: relative;
}
div.name:before {
  position: absolute;
  top: 15px;
  left: 25px;
  z-index: 99;
  content: '';
  background: url('https://www.masterapp.cz/wp-content/themes/masterapp/dist/assets/images/layout/form-user.svg');
  width: 24px;
  height: 24px;
}
div.email {
  position: relative;
}
div.email:before {
  position: absolute;
  top: 15px;
  left: 25px;
  z-index: 99;
  content: '';
  background: url('https://www.masterapp.cz/wp-content/themes/masterapp/dist/assets/images/layout/form-mail.svg');
  width: 24px;
  height: 24px;
}
div.company {
  position: relative;
}
div.company:before {
  position: absolute;
  top: 15px;
  left: 25px;
  z-index: 99;
  content: '';
  background: url('https://www.masterapp.cz/wp-content/themes/masterapp/dist/assets/images/layout/form-company.svg');
  width: 24px;
  height: 24px;
}
div.phone {
  position: relative;
}
div.phone:before {
  position: absolute;
  top: 15px;
  left: 25px;
  z-index: 99;
  content: '';
  background: url('https://www.masterapp.cz/wp-content/themes/masterapp/dist/assets/images/layout/form-phone.svg');
  width: 24px;
  height: 24px;
}
input.submit {
  background: #2675FF;
  color: white !important;
}
input.submit:hover {
  color: white !important;
  background: #0050C7;
}
.visions {
  background: url('https://www.masterapp.cz/wp-content/themes/masterapp/dist/assets/images/layout/vision_bcg.jpg');
  color: white;
}
#contact_popup_window {
  max-width: 970px;
  border-radius: 50px 0 50px 0;
  padding: 0;
}
#contact_popup_window > .row {
  padding: 30px;
}
#contact_popup_window .window_footer {
  background: #1E283B;
  padding: 0 20px;
  border-radius: 0 0 50px 0;
}
#contact_popup_window .window_footer ul li {
  line-height: 60px;
  color: white;
}
#contact_popup_window .window_footer ul li a {
  text-decoration: underline;
  color: white;
}
#contact_popup_window .window_footer ul li a img {
  margin-right: 5px;
}
form p {
  margin-bottom: 0;
}
.wpcf7-response-output {
  border-color: #2675FF !important;
  text-align: center;
  padding: 15px !important;
  margin-top: 0px !important;
  margin-bottom: 40px;
  border-radius: 20px 0 20px 0;
  text-transform: uppercase;
  font-weight: 600;
}
.app_slideshow strong.headline {
  font-size: 32px;
  font-weight: 700;
  display: block;
  margin-bottom: 20px;
}
footer {
  margin-top: 80px;
}
footer .top-footer {
  background: #0050C7;
  padding-bottom: 15px;
}
footer .top-footer .container {
  background: #2675FF;
  position: Relative;
  top: -80px;
  border-radius: 50px 0 50px 0;
}
footer .top-footer .container h5 {
  font-size: 24px;
  font-weight: 700;
  color: white;
}
footer .top-footer .container a {
  color: white;
}
footer .top-footer .section {
  border-right: 1px solid white;
}
footer .top-footer .section:last-of-type {
  border: none;
}
@media screen and (max-width: 1000px) {
  footer .top-footer .section {
    border: none;
  }
}
@media screen and (max-width: 480px) {
  footer .top-footer .section {
    border: 0;
  }
}
footer .top-footer .section ul.socials li img {
  width: 40px;
  height: 40px;
  opacity: 0.7;
}
footer .top-footer .section ul.socials li:hover {
  opacity: 1;
}
footer .top-footer .section p.meet {
  line-height: 34px;
}
footer .top-footer .section p.meet a {
  font-size: 16px;
  font-weight: 700;
}
footer .top-footer .section p.meet a img {
  margin-right: 5px;
}
footer .bottom-footer {
  background: #1E283B;
  color: white;
}
footer .bottom-footer a {
  color: white;
}
footer .bottom-footer .section a,
footer .bottom-footer .section ul li,
footer .bottom-footer .section p {
  font-size: 14px;
  line-height: 26px;
}
footer .bottom-footer .section:first-of-type ul.list-unstyled li {
  position: relative;
  padding-left: 20px;
  line-height: 32px;
}
@media screen and (max-width: 1000px) {
  footer .bottom-footer .section:first-of-type ul.list-unstyled li {
    padding-left: 0;
  }
}
footer .bottom-footer .section:first-of-type ul.list-unstyled li:before {
  content: '';
  width: 10px;
  height: 15px;
  position: absolute;
  background: url('https://www.masterapp.cz/wp-content/themes/masterapp/dist/assets/images/layout/footer_arrow.svg') no-repeat;
  left: 0;
  top: 8px;
}
@media screen and (max-width: 1000px) {
  footer .bottom-footer .section:first-of-type ul.list-unstyled li:before {
    display: none;
  }
}
footer .bottom-footer .section:first-of-type ul.list-unstyled li a {
  color: white;
  text-decoration: none;
}
footer .bottom-footer .section:first-of-type ul.socials li img {
  width: 28px;
  height: 28px;
  opacity: 0.6;
}
footer .bottom-footer .section:first-of-type ul.socials li:hover img {
  opacity: 1;
}
footer .bottom-footer .section:last-of-type ul.list-unstyled a {
  color: white;
  text-decoration: none;
}
footer .bottom-footer .section h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  color: #2675FF;
}
footer .footer-line {
  background: #141D2E;
  color: #8a8e97;
  border-top: 1px solid #576673;
}
footer .footer-line ul li {
  padding: 0px 10px;
  margin-right: 0 !important;
  position: relative;
  font-size: 12px;
}
footer .footer-line ul li:last-of-type:after {
  display: none;
}
footer .footer-line ul li:after {
  content: '';
  width: 1px;
  height: 10px;
  background: #8a8e97;
  position: absolute;
  right: -2px;
  bottom: 3px;
}
footer .footer-line a {
  color: #8a8e97;
  text-decoration: none;
  font-size: 12px;
}
/*# sourceMappingURL=style.css.map */