@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400|Raleway:300,400&subset=latin-ext");
body {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
}

.pb1 {
  padding-bottom: 1em;
}

.pt1 {
  padding-top: 1em;
}

.mb0 {
  margin-bottom: 0;
}

.app--fixed {
  position: fixed;
  width: 100%;
  z-index: 1000;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px 1px;
}

.app--header {
  max-height: 62px;
  max-width: 1200px;
  margin: auto;
  position: relative;
  display: flex;
  justify-content: center;
  transition: all 0.2s;
  height: 62px;
}
@media (min-width: 480px) {
  .app--header {
    justify-content: flex-end;
  }
}
.app--header > nav {
  display: flex;
  align-items: center;
}
.app--header-nav > ul {
  display: flex;
  list-style-type: none;
  padding: 0;
}
.app--header-nav > ul > li {
  padding: 0 0.6em;
  text-transform: uppercase;
  font-size: 1.1em;
  font-family: "Raleway", sans-serif;
  color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.app--header-nav > ul > li:first-child {
  color: #0294dd;
}
.app--header-nav > ul > li:hover {
  opacity: 0.7;
}

.app--main {
  padding-top: 62px;
}

.app--footer {
  margin-top: 4em;
  border-top: 1px solid #f2f2f2;
  padding: 1.2em;
  color: #919191;
}

.app--cover {
  display: flex;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  background: url("img/notar-hradec-kralove-cover.jpg") center center no-repeat;
  background-size: cover;
  min-height: 560px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
.app--cover > h1 {
  padding: 0.4em 0;
  margin: 0;
  font-size: 3.2em;
  font-weight: 400;
}
.app--cover > h2 {
  padding: 0;
  margin: 0;
  font-size: 2.4em;
  font-weight: 300;
}

.app--section {
  max-width: 1200px;
  margin: auto;
}
.app--section > h3 {
  font-size: 2.2em;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
}
.app--section.wp {
  padding: 32px 0;
}

.app--lead {
  text-align: center;
  font-size: 1.2em;
  font-weight: 300;
  padding-bottom: 1.5em;
}

.app--photo-fullweight {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  box-shadow: 0px 2px 18px 0px rgba(63, 63, 63, 0.21);
  padding: 0.6em;
}
.app--photo-fullweight > a > img {
  max-width: 100%;
}

.app--section-wrapper {
  background-color: #fff;
}
.app--section-wrapper.secondary {
  background-color: #f9f9f9;
}

.app--columns {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3em 0;
}
@media (min-width: 980px) {
  .app--columns {
    flex-direction: row;
  }
}
.app--columns-col {
  flex: 1;
  padding-bottom: 4em;
}
@media (min-width: 980px) {
  .app--columns-col {
    padding-bottom: 0;
  }
}
.app--columns.lead {
  text-align: center;
  font-size: 1.1em;
  font-weight: 300;
  padding-top: 0;
}
.app--columns.lead .tile-image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
}
.app--columns.lead .tile-image i {
  color: #0294dd;
  font-size: 5em;
}

.app--divider {
  border-top: 1px solid #f2f2f2;
}

.app--icon-content {
  display: flex;
  justify-content: center;
}
.app--icon-content > div:first-child {
  font-size: 1.4em;
  font-weight: 300;
  color: #0294dd;
  padding-right: 0.5em;
}
.app--icon-content > div:last-child {
  min-width: 260px;
}
.app--icon-content > div h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4em;
  font-weight: 300;
  margin: 0;
  padding: 0;
}
.app--icon-content > div h4 a {
  color: #0294dd;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
.app--icon-content > div h4 a:hover {
  color: rgba(0, 0, 0, 0.7);
}
.app--icon-content > div p {
  margin: 0;
  padding: 0.4em 0;
  color: #666;
}

.app--list {
  padding-top: 1.2em;
}
.app--list-item {
  display: flex;
  font-size: 1.1em;
  font-weight: 300;
}
.app--list-item > div.label {
  width: 40px;
  font-weight: 600;
}
.app--list-item > div:nth-child(2) {
  width: 110px;
}
.app--list-item a {
  color: #0294dd;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
.app--list-item a:hover {
  color: rgba(0, 0, 0, 0.7);
}
.app--list-item .link-dsc {
  padding-left: 0.4em;
  color: #666;
}
.app--list-info {
  max-width: 260px;
  font-size: 0.9em;
  margin-top: 1em;
  text-align: center;
}
.app--list-info p {
  padding: 0 !important;
  padding-bottom: 0.4em !important;
}

.app--services-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 3em 0;
}

.app--service {
  display: flex;
  position: absolute;
  width: 100%;
  height: 220px;
  background: url("img/paragraph-icon.png") center top 3em no-repeat #fff;
  transition: height 1s ease-in-out;
  cursor: pointer;
}
.app--service-wrapper {
  position: relative;
  margin: 1.2em;
  flex: 1;
  min-width: 220px;
  min-height: 220px;
}
.app--service-content {
  flex: 1;
  padding: 5.5em 0.4em 0em 0.4em;
  border: 1px solid #efefef;
  text-align: center;
  overflow: hidden;
}
.app--service-content h4 {
  font-size: 1.2em;
  font-weight: 400;
  margin-bottom: 0;
}
.app--service-content p {
  font-size: 0.9em;
  font-weight: 300;
}
.app--service-content ul {
  list-style-type: none;
  padding: 0;
}
.app--service-content ul li {
  font-size: 0.9em;
}
.app--service-content-detail {
  opacity: 0;
}
.app--service-content-detail > p > a {
  color: #0294dd;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
.app--service-content-detail > p > a:hover {
  color: rgba(0, 0, 0, 0.7);
}
.app--service-content-detail.show {
  opacity: 1;
}
.app--service:hover .app--service-content {
  border-color: #0294dd;
}

.app--map-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 2px 18px 0px rgba(63, 63, 63, 0.21);
  padding: 0.6em;
}
.app--map-wrapper > #google-map-notar {
  width: 100%;
  min-height: 220px;
}

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