.wrap-content {
  text-align: left;
  margin: 0 auto; }

@media screen and (max-width: 1199px) {
  .wrap-content {
    width: 100%; } }
@media screen and (min-width: 1200px) {
  .wrap-content {
    width: 1200px; } }
.content {
  padding-left: 4%;
  padding-right: 4%; }

.vcontent {
  padding-top: 7em;
  padding-bottom: 7em; }

.vcontent-small {
  padding-top: 3em;
  padding-bottom: 3em; }

body {
  font-family: "Poppins", sans-serif; }

.center-block {
  display: flex;
  justify-content: center;
  align-items: center; }

.zprava {
  border: 1px solid #9DC2F8;
  background-color: #DBE8F8;
  padding: 3px; }

strong {
  font-weight: 600; }

.cookie-wrap {
  margin: 3em 0; }

.cookie-content h1 {
  font-size: 2em; }
.cookie-content h2 {
  font-size: 1.75em;
  margin: 1em 0; }
.cookie-content p {
  font-size: 1.25em; }
.cookie-content li {
  font-size: 1.25em;
  list-style-type: circle;
  margin-top: 0.75em; }

.rozlozeni-klientska-sekce {
  /* menu */
  /* menu icon */
  /* menu btn */
  /* 48em = 768px */ }
  .rozlozeni-klientska-sekce .header-margin {
    width: 100%;
    height: 89px;
    background-color: #fff; }
  .rozlozeni-klientska-sekce .header {
    background-color: white;
    box-shadow: 0px 0px 18px #888888;
    width: 100%;
    position: fixed;
    z-index: 3; }
  .rozlozeni-klientska-sekce .header ul {
    list-style: none;
    overflow: hidden; }
  .rozlozeni-klientska-sekce .header li a {
    font-size: 16px;
    color: #000;
    letter-spacing: 2px;
    font-weight: 600;
    display: block;
    padding: 20px 17.5px;
    padding-left: 0;
    text-decoration: none; }
  .rozlozeni-klientska-sekce .header li a:hover,
  .rozlozeni-klientska-sekce .header .menu-btn:hover {
    color: #000; }
  .rozlozeni-klientska-sekce .dropdown-link:hover {
    cursor: pointer; }
  .rozlozeni-klientska-sekce #dropdown-content1, .rozlozeni-klientska-sekce #dropdown-content2 {
    display: none; }
    .rozlozeni-klientska-sekce #dropdown-content1 li a, .rozlozeni-klientska-sekce #dropdown-content2 li a {
      padding-left: 30px;
      font-size: 14px; }
    .rozlozeni-klientska-sekce #dropdown-content1 li:first-child a, .rozlozeni-klientska-sekce #dropdown-content2 li:first-child a {
      margin-top: 0px; }
    .rozlozeni-klientska-sekce #dropdown-content1 li:last-child, .rozlozeni-klientska-sekce #dropdown-content2 li:last-child {
      border-bottom: none; }
      .rozlozeni-klientska-sekce #dropdown-content1 li:last-child a, .rozlozeni-klientska-sekce #dropdown-content2 li:last-child a {
        margin-bottom: 0px; }
  .rozlozeni-klientska-sekce .dropdown-content-active {
    display: block !important; }
  .rozlozeni-klientska-sekce #dropdown-arrow1, .rozlozeni-klientska-sekce #dropdown-arrow2 {
    transition: transform .2s; }
  .rozlozeni-klientska-sekce .dropdown-arrow-rotate {
    transform: rotate(180deg); }
  .rozlozeni-klientska-sekce .header .logo {
    display: block;
    float: left;
    padding: 10px 0;
    text-decoration: none; }
  .rozlozeni-klientska-sekce .header .logo:hover {
    cursor: pointer; }
  .rozlozeni-klientska-sekce .logo-desktop {
    width: 250px;
    height: 66px; }
  .rozlozeni-klientska-sekce .logo-mobile {
    display: none; }
  .rozlozeni-klientska-sekce .header .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out; }
  .rozlozeni-klientska-sekce .header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 32px 20px;
    position: relative;
    margin-top: 11px; }
  .rozlozeni-klientska-sekce .header .menu-icon .navicon {
    background: #333;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 25px; }
  .rozlozeni-klientska-sekce .header .menu-icon .navicon:before,
  .rozlozeni-klientska-sekce .header .menu-icon .navicon:after {
    background: #333;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%; }
  .rozlozeni-klientska-sekce .header .menu-icon .navicon:before {
    top: 5px; }
  .rozlozeni-klientska-sekce .header .menu-icon .navicon:after {
    top: -5px; }
  .rozlozeni-klientska-sekce .header .menu-btn {
    display: none; }
  .rozlozeni-klientska-sekce .header .menu-btn:checked ~ .menu {
    max-height: 1200px; }
  .rozlozeni-klientska-sekce .header .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent; }
  .rozlozeni-klientska-sekce .header .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg); }
  .rozlozeni-klientska-sekce .header .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg); }
  .rozlozeni-klientska-sekce .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
  .rozlozeni-klientska-sekce .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0; }
  @media (min-width: 970px) {
    .rozlozeni-klientska-sekce .header li {
      float: left; }
    .rozlozeni-klientska-sekce .header .menu {
      margin-top: 14px; }
      .rozlozeni-klientska-sekce .header .menu li {
        border-bottom: none; }
      .rozlozeni-klientska-sekce .header .menu li:first-child {
        border-top: none; }
    .rozlozeni-klientska-sekce #dropdown-content1, .rozlozeni-klientska-sekce #dropdown-content2 {
      background-color: white;
      box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
      position: absolute;
      margin-top: 16px; }
      .rozlozeni-klientska-sekce #dropdown-content1 li, .rozlozeni-klientska-sekce #dropdown-content2 li {
        max-width: 200px;
        position: relative;
        top: 2px;
        border-bottom: none; }
        .rozlozeni-klientska-sekce #dropdown-content1 li a, .rozlozeni-klientska-sekce #dropdown-content2 li a {
          padding: 10px 17.5px;
          display: inline-block; }
      .rozlozeni-klientska-sekce #dropdown-content1 li:first-child, .rozlozeni-klientska-sekce #dropdown-content2 li:first-child {
        border-top: none; }
        .rozlozeni-klientska-sekce #dropdown-content1 li:first-child a, .rozlozeni-klientska-sekce #dropdown-content2 li:first-child a {
          padding-top: 20px; }
      .rozlozeni-klientska-sekce #dropdown-content1 li:last-child a, .rozlozeni-klientska-sekce #dropdown-content2 li:last-child a {
        padding-bottom: 20px; }
    .rozlozeni-klientska-sekce .dropdown-content-active {
      display: flex !important;
      flex-direction: column; }
    .rozlozeni-klientska-sekce .header .menu {
      clear: none;
      float: right;
      max-height: none; }
    .rozlozeni-klientska-sekce .header li a::after {
      content: '';
      display: block;
      width: 0;
      height: 2px;
      background: #000;
      transition: width .3s; }
    .rozlozeni-klientska-sekce .header li a:hover::after {
      width: 100%; }
    .rozlozeni-klientska-sekce .header .menu-icon {
      display: none; } }

.svatba-main-header {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #383838;
  margin-top: 3em; }

.lineup-header {
  text-align: center;
  width: 100%;
  background-color: #EDF5F7;
  padding: 1em 1em;
  border-radius: 5px;
  margin: 0 0 3em; }
  .lineup-header h2 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #383838; }

.lineup-info {
  text-align: center;
  width: 100%;
  border-radius: 5px;
  border: 2px solid #EDF5F7;
  padding: 1em 1em;
  margin: 0 0 3em; }
  .lineup-info span {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #383838; }

.ks-proces-wrap .ks-proces {
  display: flex;
  flex-direction: row;
  justify-content: center; }
  .ks-proces-wrap .ks-proces a {
    margin: 0 2em;
    text-align: center;
    width: 150px; }
    .ks-proces-wrap .ks-proces a i {
      background-color: #edf5f7;
      width: 68px;
      height: 68px;
      border-radius: 50%;
      font-size: 30px;
      color: #383838;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 2px solid #edf5f7;
      margin: 0 auto; }
    .ks-proces-wrap .ks-proces a i:hover {
      cursor: pointer; }
    .ks-proces-wrap .ks-proces a p {
      margin: 1em 0;
      color: #383838;
      font-size: 18px;
      text-transform: uppercase; }
  .ks-proces-wrap .ks-proces .active i {
    color: #61c6d4;
    border: 2px solid #61c6d4; }

@media screen and (max-width: 850px) {
  .ks-proces-wrap .ks-proces a {
    width: 100px; } }
@media screen and (max-width: 500px) {
  .ks-proces-wrap .ks-proces {
    flex-wrap: wrap; }
    .ks-proces-wrap .ks-proces a {
      width: 125px;
      margin: 0 1em; }
      .ks-proces-wrap .ks-proces a i {
        width: 50px;
        height: 50px;
        font-size: 25px; }
      .ks-proces-wrap .ks-proces a p {
        font-size: 16px; } }
.svatba-1 .svatba-1-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  .svatba-1 .svatba-1-content .svatba-1-left {
    width: 47.5%;
    display: flex;
    flex-direction: column;
    text-align: center; }
    .svatba-1 .svatba-1-content .svatba-1-left img {
      width: 150px;
      height: 150px;
      margin: 0 auto 1em; }
    .svatba-1 .svatba-1-content .svatba-1-left a {
      text-decoration: none;
      color: #383838;
      margin-bottom: 0.75em; }
      .svatba-1 .svatba-1-content .svatba-1-left a i {
        color: #61c6d4;
        font-size: 1.3em;
        margin-right: 8px; }
    .svatba-1 .svatba-1-content .svatba-1-left a:hover {
      text-decoration: underline; }
  .svatba-1 .svatba-1-content .svatba-1-right {
    width: 47.5%;
    display: flex;
    flex-direction: column; }
    .svatba-1 .svatba-1-content .svatba-1-right .clipboard {
      border: 0;
      padding: 15px;
      border-radius: 3px;
      background-image: linear-gradient(135deg, #EDF5F7 10%, #ced4d6 100%);
      cursor: pointer;
      color: #383838;
      font-size: 16px;
      font-weight: 400;
      position: relative;
      top: 0;
      margin: 0 auto 1em;
      transition: all .2s ease; }
      .svatba-1 .svatba-1-content .svatba-1-right .clipboard:hover {
        top: 2px; }
      .svatba-1 .svatba-1-content .svatba-1-right .clipboard i {
        font-size: 1.5em;
        color: #61c6d4; }
    .svatba-1 .svatba-1-content .svatba-1-right .svatba-1-doplnky {
      color: #383838;
      margin-bottom: 0.75em;
      text-align: center; }
      .svatba-1 .svatba-1-content .svatba-1-right .svatba-1-doplnky i {
        color: #61c6d4;
        font-size: 1.3em;
        margin-right: 8px; }
    .svatba-1 .svatba-1-content .svatba-1-right .svatba-1-cena {
      text-align: center;
      border: 2px solid #61c6d4;
      border-radius: 5px;
      padding: 1em 0;
      margin-top: 2em; }


.svatba-1 .svatba-1-content .svatba-1-right .svatba-1-smlouva-wrap {
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
      .svatba-1 .svatba-1-content .svatba-1-right .svatba-1-smlouva-wrap .svatba-1-smlouva {
        width: 47.5%;
        text-align: center;
        background-color: #61c6d4;
        border-radius: 5px;
        padding: 1em 0;
        color: #fff;
        text-decoration: none; }
      .svatba-1 .svatba-1-content .svatba-1-right .svatba-1-smlouva-wrap .svatba-1-smlouva:hover {
        background-color: #41bacb; }
    @media screen and (max-width: 550px) {
      .svatba-1 .svatba-1-content .svatba-1-right .svatba-1-smlouva-wrap {
        flex-direction: column; }
        .svatba-1 .svatba-1-content .svatba-1-right .svatba-1-smlouva-wrap .svatba-1-smlouva {
          width: 100%;
          margin-top: 1em; } }

@media screen and (max-width: 850px) {
  .svatba-1 .svatba-1-content {
    flex-direction: column; }
    .svatba-1 .svatba-1-content .svatba-1-left {
      width: 100%; }
    .svatba-1 .svatba-1-content .svatba-1-right {
      width: 100%; } }
.svatba-2 .form-group-wrap .form-group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap; }
  .svatba-2 .form-group-wrap .form-group .form-group-cell {
    margin-bottom: 1em;
    width: 100%; }
    .svatba-2 .form-group-wrap .form-group .form-group-cell label {
      color: #383838; }
    .svatba-2 .form-group-wrap .form-group .form-group-cell input[type=text], .svatba-2 .form-group-wrap .form-group .form-group-cell textarea {
      width: 100%;
      padding: 12px 20px;
      margin: 8px 0;
      display: inline-block;
      border: 1px solid #e3e3e3;
      border-radius: 4px;
      box-sizing: border-box; }
  .svatba-2 .form-group-wrap .form-group .form-group-cell-half {
    width: 47.5%; }
  .svatba-2 .form-group-wrap .form-group .form-group-cell-full {
    width: 100%; }

@media screen and (max-width: 850px) {
  .svatba-2 .form-group-wrap .form-group .form-group-cell-half {
    width: 100%; }
  .svatba-2 .form-group-wrap .form-group .form-group-cell-full {
    width: 100%; } }
.svatba-3 .form-group-wrap .form-group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap; }
  .svatba-3 .form-group-wrap .form-group .form-group-cell {
    margin-bottom: 1em; }
    .svatba-3 .form-group-wrap .form-group .form-group-cell label {
      color: #383838; }
    .svatba-3 .form-group-wrap .form-group .form-group-cell input[type=text], .svatba-3 .form-group-wrap .form-group .form-group-cell textarea {
      width: 100%;
      padding: 12px 20px;
      margin: 8px 0;
      display: inline-block;
      border: 1px solid #e3e3e3;
      border-radius: 4px;
      box-sizing: border-box; }
  .svatba-3 .form-group-wrap .form-group .form-group-cell-half {
    width: 47.5%; }
  .svatba-3 .form-group-wrap .form-group .form-group-cell-full {
    width: 100%; }

@media screen and (max-width: 850px) {
  .svatba-3 .form-group-wrap .form-group .form-group-cell-half {
    width: 100%; }
  .svatba-3 .form-group-wrap .form-group .form-group-cell-full {
    width: 100%; } }
.svatba-odeslat-btn-margin {
  width: 100%;
  height: 100px; }

.svatba-odeslat-btn {
  box-sizing: border-box;
  max-width: 1200px;
  width: 100%;
  position: fixed;
  bottom: 0;
  background-color: #ff4a69;
  border: 2px solid #e3304e;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 20px;
  color: #fff;
  padding: 0.5em 0; }

.svatba-odeslat-btn:hover {
  background-color: #e3304e;
  cursor: pointer; }

.header-margin {
  width: 100%;
  height: 89px;
  background-color: #fff; }

.header {
  background-color: white;
  box-shadow: 0px 0px 18px #888888;
  width: 100%;
  height: 89px;
  font-family: "Poppins", sans-serif;
  position: fixed;
  z-index: 3; }
  .header .wrap-content {
    background-color: #fff; }

.header ul {
  list-style: none;
  overflow: hidden;
  background-color: #fff; }

.header li a {
  font-size: 13px;
  color: #383838;
  font-weight: 400;
  display: block;
  padding: 20px 17.5px;
  padding-left: 0;
  text-decoration: none; }

.nav-poptavka-button {
  color: #fff !important;
  background-color: #00bf63;
  border-radius: 5px;
  padding-left: 17.5px !important;
  margin-bottom: 2em;
  max-width: 200px;
  text-align: center; }

.nav-poptavka-button:hover {
  background: #00592e !important; }

.nav-poptavka-button::after {
  background: transparent !important; }

.header li a:hover,
.header .menu-btn:hover {
  color: #385E72; }

.dropdown-link:hover {
  cursor: pointer; }

#dropdown-content1, #dropdown-content2 {
  display: none; }
  #dropdown-content1 li a, #dropdown-content2 li a {
    padding-left: 30px;
    font-size: 14px; }
  #dropdown-content1 li:first-child a, #dropdown-content2 li:first-child a {
    margin-top: 0px; }
  #dropdown-content1 li:last-child, #dropdown-content2 li:last-child {
    border-bottom: none; }
    #dropdown-content1 li:last-child a, #dropdown-content2 li:last-child a {
      margin-bottom: 0px; }

.dropdown-content-active {
  display: block !important; }

#dropdown-arrow1, #dropdown-arrow2 {
  transition: transform .2s; }

.dropdown-arrow-rotate {
  transform: rotate(180deg); }

.header .logo {
  display: block;
  float: left;
  text-decoration: none; }

.header .logo:hover {
  cursor: pointer; }

.logo-desktop {
  width: 250px;
  height: 89px; }

.logo-mobile {
  display: none; }

/* menu */
.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out; }

/* menu icon */
.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 32px 20px;
  position: relative;
  margin-top: 11px; }

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 25px; }

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%; }

.header .menu-icon .navicon:before {
  top: 5px; }

.header .menu-icon .navicon:after {
  top: -5px; }

/* menu btn */
.header .menu-btn {
  display: none; }

.header .menu-btn:checked ~ .menu {
  max-height: 1200px; }

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent; }

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg); }

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg); }

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0; }

/* 48em = 768px */
@media (min-width: 1220px) {
  .header li {
    float: left; }

  .header .menu {
    margin-top: 14px; }
    .header .menu li {
      border-bottom: none; }
    .header .menu li:first-child {
      border-top: none; }

  .nav-poptavka-button {
    margin-bottom: 0; }

  #dropdown-content1, #dropdown-content2 {
    background-color: white;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
    position: absolute;
    margin-top: 16px; }
    #dropdown-content1 li, #dropdown-content2 li {
      max-width: 200px;
      position: relative;
      top: 2px;
      border-bottom: none; }
      #dropdown-content1 li a, #dropdown-content2 li a {
        padding: 10px 17.5px;
        display: inline-block; }
    #dropdown-content1 li:first-child, #dropdown-content2 li:first-child {
      border-top: none; }
      #dropdown-content1 li:first-child a, #dropdown-content2 li:first-child a {
        padding-top: 20px; }
    #dropdown-content1 li:last-child a, #dropdown-content2 li:last-child a {
      padding-bottom: 20px; }

  .dropdown-content-active {
    display: flex !important;
    flex-direction: column; }

  .header .menu {
    clear: none;
    float: right;
    max-height: none; }

  .header li a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #385E72;
    transition: width .3s; }

  .header li a:hover::after {
    width: 100%; }

  .header .menu-icon {
    display: none; } }
.faq-wrap {
  color: #383838; }
  .faq-wrap h2 {
    font-size: 2em;
    color: #385E72;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1em;
    line-height: 1.2; }
  .faq-wrap .faq-content .faq-cell .faq-question {
    position: relative;
    background: #f9f9f9;
    margin: 0;
    padding: 10px 10px 10px 50px;
    display: block;
    width: 100%;
    cursor: pointer; }
  .faq-wrap .faq-content .faq-cell .faq-answers {
    padding: 0px 15px;
    margin: 5px 0;
    width: 100% !important;
    height: 0;
    overflow: hidden;
    z-index: -1;
    position: relative;
    opacity: 0;
    line-height: 1.4;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
    .faq-wrap .faq-content .faq-cell .faq-answers a {
      color: #385E72;
      font-weight: 600; }
    .faq-wrap .faq-content .faq-cell .faq-answers a:hover {
      color: #274250; }
  .faq-wrap .faq-content .faq-cell .faq-questions:checked ~ .faq-answers {
    height: auto;
    opacity: 1;
    padding: 15px; }
  .faq-wrap .faq-content .faq-cell .faq-plus {
    position: absolute;
    margin-left: 10px;
    z-index: 5;
    font-size: 2em;
    line-height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    color: #385E72; }
  .faq-wrap .faq-content .faq-cell .faq-questions:checked ~ .faq-plus {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .faq-wrap .faq-content .faq-cell .faq-questions {
    display: none; }

footer {
  background-color: #385E72;
  color: #fff; }
  footer .footer-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    footer .footer-content .footer-cell {
      width: 30%; }
    footer .footer-content .footer-cell-1 img {
      display: block;
      width: 100%;
      height: auto;
      max-width: 400px;
      margin: 0 auto; }
    footer .footer-content .footer-cell-2 ul li {
      line-height: 1.6; }
      footer .footer-content .footer-cell-2 ul li a {
        color: #fff;
        text-decoration: none; }
      footer .footer-content .footer-cell-2 ul li a:hover {
        text-decoration: underline; }
    footer .footer-content .footer-cell-3 h3 {
      font-size: 1.6em;
      font-weight: 600;
      margin-bottom: 0.75em; }
    footer .footer-content .footer-cell-3 .footer-social a {
      color: #fff;
      font-size: 1.6em;
      margin-right: 0.75em; }
    footer .footer-content .footer-cell-3 .footer-social a:hover {
      color: #e6e6e6; }

footer .footer-alone-link {
  text-align: center;
  margin: 2em 0; }
  footer .footer-alone-link a {
    color: #fff; }

footer .footer-links {
  text-align: right; }
  footer .footer-links p {
    line-height: 1.4; }
  footer .footer-links a {
    color: #fff; }

@media (max-width: 850px) {
  footer .footer-content {
    flex-direction: column; }
    footer .footer-content .footer-cell {
      width: 100%; }
    footer .footer-content .footer-cell-2 {
      text-align: center; }
    footer .footer-content .footer-cell-3 {
      margin-top: 2em;
      text-align: center; }
  footer .footer-links {
    text-align: center; } }
.intro-image-wrap {
  background-image: url("../image/static/intro-image.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .intro-image-wrap .intro-image-content {
    display: flex;
    flex-direction: column; }
    .intro-image-wrap .intro-image-content img {
      max-width: 600px;
      width: 100%;
      height: auto;
      margin: 0 auto; }
    .intro-image-wrap .intro-image-content h1 {
      font-size: 3.5em;
      color: #fff;
      text-transform: uppercase;
      font-weight: 600;
      text-shadow: 2px 7px 5px rgba(0, 0, 0, 0.3), 0px -4px 10px rgba(255, 255, 255, 0.3);
      max-width: 800px;
      margin: 0 auto;
      text-align: center; }
    .intro-image-wrap .intro-image-content a {
      text-decoration: none;
      color: #fff !important;
      background-color: #385E72;
      border-radius: 5px;
      padding: 17.5px 30px;
      max-width: 200px;
      text-align: center;
      margin: 2em auto 0; }
    .intro-image-wrap .intro-image-content a:hover {
      background: #16262e !important; }

@media (max-width: 450px) {
  .intro-image-wrap .intro-image-content img {
    max-width: 600px;
    width: 100%;
    height: auto;
    margin: 0 auto; }
  .intro-image-wrap .intro-image-content h1 {
    font-size: 2.5em; } }
.intro-text-cta-wrap .intro-text-cta-content {
  display: flex;
  flex-direction: column; }
  .intro-text-cta-wrap .intro-text-cta-content h2 {
    font-size: 2em;
    color: #385E72;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1em;
    line-height: 1.2; }
  .intro-text-cta-wrap .intro-text-cta-content p {
    max-width: 800px;
    line-height: 1.4;
    color: #383838;
    margin: 0 auto 2em;
    text-align: center; }
    .intro-text-cta-wrap .intro-text-cta-content p strong {
      font-weight: 600;
      color: #385E72; }
  .intro-text-cta-wrap .intro-text-cta-content a {
    display: inline-block;
    text-decoration: none;
    color: #fff !important;
    background-color: #00bf63;
    border-radius: 5px;
    padding: 17.5px 30px;
    margin: 0 auto; }
  .intro-text-cta-wrap .intro-text-cta-content a:hover {
    background: #00592e !important; }

.uvod-sluzby-wrap {
  background-color: #ebeff2; }
  .uvod-sluzby-wrap .uvod-sluzby-content h2 {
    font-size: 2em;
    color: #385E72;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1em;
    text-align: center;
    line-height: 1.2; }
  .uvod-sluzby-wrap .uvod-sluzby-content .uvod-sluzby-cell-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .uvod-sluzby-wrap .uvod-sluzby-content .uvod-sluzby-cell-wrap .uvod-sluzby-cell {
      width: 30%;
      display: flex;
      flex-direction: column; }
      .uvod-sluzby-wrap .uvod-sluzby-content .uvod-sluzby-cell-wrap .uvod-sluzby-cell .uvod-sluzby-image {
        display: block;
        width: 100%;
        height: 300px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        text-decoration: none;
        position: relative;
        border-radius: 5px;
        transition: all 0.2s ease-in-out; }
        .uvod-sluzby-wrap .uvod-sluzby-content .uvod-sluzby-cell-wrap .uvod-sluzby-cell .uvod-sluzby-image .sluzby-cell-nazev {
          width: 100%;
          text-transform: uppercase;
          color: #fff;
          background-color: rgba(56, 94, 114, 0.75);
          position: absolute;
          bottom: 0;
          text-align: center;
          padding: 10px 0;
          font-size: 20px;
          border-bottom-right-radius: 5px;
          border-bottom-left-radius: 5px;
          letter-spacing: 1px;
          line-height: 1.2; }
      .uvod-sluzby-wrap .uvod-sluzby-content .uvod-sluzby-cell-wrap .uvod-sluzby-cell .uvod-sluzby-image:hover {
        transform: scale(1.05, 1.05); }
      .uvod-sluzby-wrap .uvod-sluzby-content .uvod-sluzby-cell-wrap .uvod-sluzby-cell .sluzby-cell-popis {
        color: #383838;
        margin: 1em 0;
        line-height: 1.4;
        flex: 1 1 auto; }
        .uvod-sluzby-wrap .uvod-sluzby-content .uvod-sluzby-cell-wrap .uvod-sluzby-cell .sluzby-cell-popis i {
          color: #385E72; }
      .uvod-sluzby-wrap .uvod-sluzby-content .uvod-sluzby-cell-wrap .uvod-sluzby-cell .uvod-sluzby-link {
        display: inline-block;
        text-decoration: none;
        color: #fff !important;
        background-color: #385E72;
        border-radius: 5px;
        padding: 17.5px 30px;
        margin: 0 auto;
        line-height: 1.4; }
      .uvod-sluzby-wrap .uvod-sluzby-content .uvod-sluzby-cell-wrap .uvod-sluzby-cell .uvod-sluzby-link:hover {
        background: #16262e !important; }

@media (max-width: 1100px) {
  .uvod-sluzby-wrap .uvod-sluzby-content .uvod-sluzby-cell-wrap {
    display: flex;
    flex-direction: column; }
    .uvod-sluzby-wrap .uvod-sluzby-content .uvod-sluzby-cell-wrap .uvod-sluzby-cell {
      width: 100%;
      max-width: 330px;
      margin: 0 auto 3em; } }
.uvod-recenze-wrap h2 {
  font-size: 2em;
  color: #385E72;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 1em;
  text-align: center;
  line-height: 1.2; }
.uvod-recenze-wrap .uvod-recenze-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  .uvod-recenze-wrap .uvod-recenze-content .uvod-recenze-cell {
    width: 30%;
    border-radius: 5px;
    background-color: #ebeff2;
    padding: 15px;
    display: flex;
    flex-direction: column; }
    .uvod-recenze-wrap .uvod-recenze-content .uvod-recenze-cell p {
      line-height: 1.4;
      color: #383838;
      font-size: 14px;
      flex: 1 1 auto; }
    .uvod-recenze-wrap .uvod-recenze-content .uvod-recenze-cell .recenze-stars {
      margin: 0.75em 0; }
      .uvod-recenze-wrap .uvod-recenze-content .uvod-recenze-cell .recenze-stars i {
        font-size: 14px;
        color: #385E72; }
    .uvod-recenze-wrap .uvod-recenze-content .uvod-recenze-cell span {
      font-weight: 600;
      color: #385E72; }
.uvod-recenze-wrap .recenze-button-wrap {
  display: flex;
  justify-content: space-around; }
  .uvod-recenze-wrap .recenze-button-wrap .uvod-recenze-button {
    display: inline-block;
    text-decoration: none;
    color: #fff !important;
    background-color: #385E72;
    border-radius: 5px;
    padding: 17.5px 30px;
    margin: 2em auto; }
  .uvod-recenze-wrap .recenze-button-wrap .uvod-recenze-button:hover {
    background: #16262e !important; }

@media (max-width: 900px) {
  .uvod-recenze-wrap .uvod-recenze-content {
    flex-direction: column; }
    .uvod-recenze-wrap .uvod-recenze-content .uvod-recenze-cell {
      width: 100%;
      max-width: 330px;
      margin: 0 auto 3em; } }
.other-intro-wrap {
  background-image: url("../image/static/intro-image.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .other-intro-wrap .other-intro-content img {
    display: block;
    max-width: 600px;
    width: 100%;
    height: auto;
    margin: 0 auto; }

.article-wrap .article-heading {
  margin-bottom: 4em; }
  .article-wrap .article-heading h1 {
    font-size: 3em;
    color: #385E72;
    text-transform: uppercase;
    font-weight: 600;
    max-width: 800px;
    margin: 0 auto;
    text-align: center; }
  .article-wrap .article-heading .article-heading-text {
    max-width: 800px;
    line-height: 1.4;
    color: #383838;
    margin: 0 auto 2em;
    text-align: center; }
.article-wrap .article-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  .article-wrap .article-content .article-left {
    width: 25%; }
    .article-wrap .article-content .article-left .poptavka-button {
      display: block;
      text-decoration: none;
      color: #fff !important;
      background-color: #00bf63;
      border-radius: 5px;
      padding: 15px 30px;
      text-align: center;
      margin: 0 auto; }
    .article-wrap .article-content .article-left .poptavka-button:hover {
      background: #00592e !important; }
    .article-wrap .article-content .article-left .article-left-image-wrap .article-left-image {
      width: 100%; }
      .article-wrap .article-content .article-left .article-left-image-wrap .article-left-image .image {
        height: 300px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 2em; }
  .article-wrap .article-content .article-right {
    width: 70%; }
    .article-wrap .article-content .article-right h2 {
      font-size: 1.5em;
      color: #385E72;
      text-transform: uppercase;
      font-weight: 600;
      margin: 0 auto 8px; }
    .article-wrap .article-content .article-right p {
      line-height: 1.4;
      color: #383838;
      margin: 0 auto 2em; }
      .article-wrap .article-content .article-right p strong {
        font-weight: 600;
        color: #385E72; }

@media (max-width: 800px) {
  .article-wrap .article-heading {
    margin-bottom: 3em; }
    .article-wrap .article-heading h1 {
      font-size: 2em; }
  .article-wrap .article-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .article-wrap .article-content .article-left {
      width: 100%;
      margin-bottom: 2em; }
      .article-wrap .article-content .article-left .article-left-image-wrap {
        display: flex;
        flex-direction: row;
        justify-content: space-between; }
        .article-wrap .article-content .article-left .article-left-image-wrap .article-left-image {
          width: 45%; }
          .article-wrap .article-content .article-left .article-left-image-wrap .article-left-image .image {
            height: 300px;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            margin-top: 2em; }
    .article-wrap .article-content .article-right {
      width: 100%; } }
@media (max-width: 475px) {
  .article-wrap .article-heading {
    margin-bottom: 3em; }
    .article-wrap .article-heading h1 {
      font-size: 2em; }
  .article-wrap .article-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .article-wrap .article-content .article-left {
      width: 100%;
      margin-bottom: 2em; }
      .article-wrap .article-content .article-left .article-left-image-wrap {
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        .article-wrap .article-content .article-left .article-left-image-wrap .article-left-image {
          width: 100%; }
          .article-wrap .article-content .article-left .article-left-image-wrap .article-left-image .image {
            height: 300px;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            margin-top: 2em; }
    .article-wrap .article-content .article-right {
      width: 100%; } }
.article-image-grid {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .article-image-grid .article-image {
    width: 16.666666666%; }
    .article-image-grid .article-image .image {
      height: 250px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }

@media (max-width: 900px) {
  .article-image-grid .article-image {
    width: 25%; }
    .article-image-grid .article-image .image {
      height: 250px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; } }
@media (max-width: 650px) {
  .article-image-grid .article-image {
    width: 33.33333333%; }
    .article-image-grid .article-image .image {
      height: 250px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; } }
@media (max-width: 450px) {
  .article-image-grid .article-image {
    width: 50%; }
    .article-image-grid .article-image .image {
      height: 250px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; } }
.reference-wrap .reference-heading h1 {
  font-size: 3em;
  color: #385E72;
  text-transform: uppercase;
  font-weight: 600;
  max-width: 800px;
  margin: 0 auto;
  text-align: center; }
@media (max-width: 800px) {
  .reference-wrap .reference-heading h1 {
    font-size: 2em; } }
.reference-wrap .reference-heading .reference-links {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 1em 0; }
  .reference-wrap .reference-heading .reference-links a {
    font-size: 1.4em;
    line-height: 2;
    color: #385E72; }
  .reference-wrap .reference-heading .reference-links a:hover {
    color: #274250; }
.reference-wrap .reference-content {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap; }
  .reference-wrap .reference-content .reference-cell {
    width: 47.5%;
    margin-top: 1em;
    border-radius: 5px;
    background-color: #ebeff2;
    padding: 15px;
    display: flex;
    flex-direction: column; }
    .reference-wrap .reference-content .reference-cell p {
      line-height: 1.4;
      color: #383838;
      font-size: 14px;
      flex: 1 1 auto; }
    .reference-wrap .reference-content .reference-cell .recenze-stars {
      margin: 0.75em 0; }
      .reference-wrap .reference-content .reference-cell .recenze-stars i {
        font-size: 14px;
        color: #385E72; }
    .reference-wrap .reference-content .reference-cell span {
      font-weight: 600;
      color: #385E72; }
  @media (max-width: 800px) {
    .reference-wrap .reference-content .reference-cell {
      width: 100%; } }

.kontakt-wrap .kontakt-heading h1 {
  font-size: 3em;
  color: #385E72;
  text-transform: uppercase;
  font-weight: 600;
  max-width: 800px;
  margin: 0 auto;
  text-align: center; }
@media (max-width: 800px) {
  .kontakt-wrap .kontakt-heading h1 {
    font-size: 2em; } }
.kontakt-wrap .kontakt-heading p {
  max-width: 800px;
  line-height: 1.4;
  color: #383838;
  margin: 0 auto 2em;
  text-align: center; }
.kontakt-wrap .kontakt-content {
  display: flex;
  flex-direction: row; }
  .kontakt-wrap .kontakt-content img {
    width: 100%;
    max-width: 300px;
    height: auto;
    margin-right: 2em; }
  .kontakt-wrap .kontakt-content ul li {
    line-height: 2;
    font-size: 1.5em; }
    .kontakt-wrap .kontakt-content ul li span {
      color: #385E72; }
    .kontakt-wrap .kontakt-content ul li a {
      color: #385E72; }
    .kontakt-wrap .kontakt-content ul li a:hover {
      color: #274250; }
@media (max-width: 800px) {
  .kontakt-wrap .kontakt-content {
    flex-direction: column; }
    .kontakt-wrap .kontakt-content img {
      margin: 0 auto; }
    .kontakt-wrap .kontakt-content ul {
      text-align: center;
      margin-top: 1em; } }

.poptavka-wrap .poptavka-heading h1 {
  font-size: 3em;
  color: #385E72;
  text-transform: uppercase;
  font-weight: 600;
  max-width: 800px;
  margin: 0 auto;
  text-align: center; }
@media (max-width: 800px) {
  .poptavka-wrap .poptavka-heading h1 {
    font-size: 2em; } }
.poptavka-wrap .poptavka-heading p {
  max-width: 800px;
  line-height: 1.4;
  color: #383838;
  margin: 0 auto 2em;
  text-align: center; }
.poptavka-wrap .poptavka-form {
  background-color: #ebeff2;
  padding: 15px;
  border-radius: 5px; }
  .poptavka-wrap .poptavka-form input[type=text], .poptavka-wrap .poptavka-form [type=email], .poptavka-wrap .poptavka-form [type=tel], .poptavka-wrap .poptavka-form [type=date], .poptavka-wrap .poptavka-form select, .poptavka-wrap .poptavka-form textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical; }
  .poptavka-wrap .poptavka-form .poptavka-form-vseobecne-podminky {
    margin-top: 1em; }
  .poptavka-wrap .poptavka-form input[type=submit] {
    background-color: #00bf63;
    color: #fff;
    padding: 16px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 1em; }
  .poptavka-wrap .poptavka-form input[type=submit]:hover {
    background-color: #008c49; }

.cenik-wrap .cenik-content {
  color: #383838; }
  .cenik-wrap .cenik-content h1 {
    font-size: 3em;
    color: #385E72;
    text-transform: uppercase;
    font-weight: 600;
    max-width: 800px;
    margin: 0 auto;
    text-align: center; }
  .cenik-wrap .cenik-content h3 {
    font-weight: 600;
    font-size: 1.6em;
    margin: 2em 0 1em;
    text-align: center; }
  .cenik-wrap .cenik-content p {
    text-align: center;
    line-height: 1.4;
    margin: 0.75em 0; }
  .cenik-wrap .cenik-content img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 800px;
    margin: 1em auto; }
  .cenik-wrap .cenik-content .cenik-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap; }
    .cenik-wrap .cenik-content .cenik-list .cenik-cell {
      width: 40%;
      margin-top: 3em;
      border-radius: 5px;
      background-color: #ebeff2;
      padding: 15px;
      display: flex;
      flex-direction: column; }
      .cenik-wrap .cenik-content .cenik-list .cenik-cell h3 {
        font-size: 1.8em;
        text-align: center;
        margin: 0.5em 0; }
      .cenik-wrap .cenik-content .cenik-list .cenik-cell ul {
        flex: 1 1 auto; }
        .cenik-wrap .cenik-content .cenik-list .cenik-cell ul li {
          text-align: center;
          line-height: 1.6; }
      .cenik-wrap .cenik-content .cenik-list .cenik-cell span {
        font-size: 1.4em;
        color: #385E72;
        text-align: center;
        margin-top: 1em;
        font-weight: 600; }
  @media (max-width: 900px) {
    .cenik-wrap .cenik-content .cenik-list {
      flex-direction: column; }
      .cenik-wrap .cenik-content .cenik-list .cenik-cell {
        width: 100%; } }
  .cenik-wrap .cenik-content .cenik-button-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .cenik-wrap .cenik-content .cenik-button-wrap .cenik-button {
      display: inline-block;
      text-align: center;
      text-decoration: none;
      color: #fff !important;
      background-color: #00bf63;
      border-radius: 5px;
      padding: 17.5px 30px;
      margin: 4em auto 1em; }
    .cenik-wrap .cenik-content .cenik-button-wrap .cenik-button:hover {
      background: #00592e !important; }

.dekuji-wrap .dekuji-content {
  text-align: center;
  width: 100%;
  background-color: #EDF5F7;
  padding: 3em 1em;
  border-radius: 5px;
  margin: 0 0 3em;
  letter-spacing: 1px;
  color: #383838; }
  .dekuji-wrap .dekuji-content h2 {
    font-size: 20px; }
  .dekuji-wrap .dekuji-content p {
    font-size: 16px;
    margin: 2em 0; }
  .dekuji-wrap .dekuji-content span {
    font-size: 20px; }

.vop-wrap .vop-content {
  color: #383838; }
  .vop-wrap .vop-content h1 {
    text-align: center;
    font-size: 2.4em;
    color: #385E72;
    font-weight: 600; }
  .vop-wrap .vop-content h2 {
    text-align: center;
    font-size: 1.75em;
    margin: 1em 0; }
  .vop-wrap .vop-content h3 {
    font-size: 1.5em; }
  .vop-wrap .vop-content p {
    line-height: 1.4;
    font-size: 14px;
    margin-bottom: 1.75em; }
    .vop-wrap .vop-content p strong {
      font-weight: 600; }
  .vop-wrap .vop-content ul {
    margin: 1em 0; }
    .vop-wrap .vop-content ul li {
      line-height: 1.4;
      font-size: 14px; }
      .vop-wrap .vop-content ul li strong {
        font-weight: 600; }

/*# sourceMappingURL=style.css.map */
