@charset "UTF-8";
/*! ---------------------------------------------------------

 Theme Name:   Art Econ Testy
 Theme URI:    https://www.maragraf.cz
 Description:  WP Child Theme
 Author:       Petr Marášek
 Author URI:   https://www.maragraf.cz
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ---------- */
/* Main child style
 * -------------------------------------------- */
.md-list__unstyled ul {
  list-style: none;
  padding-left: 0;
}
.md-list__unstyled ul li {
  position: relative;
}

.md-list__spaced ul li, .md-list__spaced ol li {
  margin-bottom: 1em;
}
.md-list__spaced.condensed ul li, .md-list__spaced.condensed ol li {
  margin-bottom: 0.8em;
  line-height: 1.4;
}

.md-list__condensed ul li, .md-list__condensed ol li {
  margin-bottom: 0.8em;
  line-height: 1.4;
}

.md-list__check ul {
  list-style: none;
  padding-left: 0;
}
.md-list__check ul li {
  position: relative;
  padding-left: 1.6em;
}
.md-list__check ul li::before {
  position: absolute;
  content: "✔";
  left: 0;
  font-weight: 400;
  top: 0.12em;
}

.md-list__tick ul {
  list-style: none;
  padding-left: 0;
}
.md-list__tick ul li {
  position: relative;
  padding-left: 1.5em;
}
.md-list__tick ul li::before {
  position: absolute;
  content: "#";
  left: 0;
  font-weight: 800;
}

.md-list__dotts ul {
  list-style: none;
  padding-left: 0;
}
.md-list__dotts ul li {
  position: relative;
  padding-left: 1.5em;
}
.md-list__dotts ul li::before {
  position: absolute;
  content: ".";
  left: 0;
  line-height: 0.5rem;
  font-weight: 800;
  font-size: 200%;
}

.md-list__dashed ul {
  list-style: none;
  padding-left: 0;
}
.md-list__dashed ul li {
  position: relative;
  padding-left: 1.6em;
}
.md-list__dashed ul li::before {
  position: absolute;
  content: "—";
  left: 0;
  font-weight: 600;
}

.md-list__triangle ul {
  list-style: none;
  padding-left: 0;
}
.md-list__triangle ul li {
  position: relative;
  padding-left: 1.4em;
}
.md-list__triangle ul li::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 0.38em solid transparent;
  border-bottom: 0.38em solid transparent;
  border-left: 0.38em solid #137d79;
  position: absolute;
  top: 0.325em;
  left: 0;
}
.md-list__triangle.list-pv ul li::before {
  border-left-color: #137d79;
}
.md-list__triangle.list-pa ul li::before {
  border-left-color: #a83d72;
}
.md-list__triangle.list-pag ul li::before {
  border-left-color: #a83d72;
}

.md-list__square ul {
  list-style: none;
  padding-left: 0;
}
.md-list__square ul li {
  position: relative;
  padding-left: 1.4em;
}
.md-list__square ul li::before {
  content: "";
  display: inline-block;
  width: 0.52em;
  height: 0.5em;
  background-color: #137d79;
  position: absolute;
  top: 0.62em;
  left: 0;
}

.md-list__number ol {
  list-style: none;
  counter-reset: item;
}
.md-list__number ol li {
  counter-increment: item;
  padding-left: 1.75em;
}
.md-list__number ol li:before {
  content: counter(item) ".";
  margin-left: -1.75em;
  display: inline-block;
  width: 1.75em;
  font-weight: 600;
}

.md-list__group ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.md-list__group ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.list-primary ul li::before {
  color: #137d79;
}

.list-secondary ul li::before {
  color: #a83d72;
}

.md-list__inline ul,
ul.md-list__inline {
  list-style: none;
  padding-left: 0;
}
.md-list__inline ul li,
ul.md-list__inline li {
  position: relative;
  display: inline-block;
}

table.table-simple {
  font-size: 14px;
  border: none !important;
}
table.table-simple tr td,
table.table-simple table tr td {
  padding: 0;
  border: none;
  border-bottom: 1px solid #eee;
  padding: 5px 0;
}

.md_table_harmonogram table.table-simple .column-1 {
  font-weight: 700;
}
@media (min-width: 981px) {
  .md_table_harmonogram table.table-simple .column-1 {
    width: 50%;
  }
}

/* Main custom modules
 * -------------------------------------------- */
/* Goo to top button
 * -------------------------------------------- */
.et_pb_scroll_top.et-pb-icon {
  background-color: #137d79;
  bottom: 125px;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  font-size: 34px;
  padding: 0.75rem;
  color: #fff;
}

/* Video Divi Popup
 * -------------------------------------------- */
/* Popup Close Icon Tweak */
.mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-fade.mfp-ready {
  top: 0px !important;
  position: fixed !important;
}

.mfp-iframe-holder .mfp-content {
  max-width: 70%;
}

.mfp-iframe-scaler button.mfp-close {
  top: -50px;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close,
.mfp-wrap .mfp-close:active {
  top: -50px !important;
}

.video_popup_lightbox .mfp-iframe-holder .mfp-close {
  top: -50px;
}

.video_popup {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.video_popup:not(.no_icon):hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.video_popup a:before {
  content: "E";
  cursor: pointer;
  font-family: "ETmodules";
  color: #fff;
  position: absolute;
  z-index: 20;
  text-transform: uppercase;
  text-align: center;
  border: 5px solid transparent;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: rgba(168, 61, 114, 0.82);
  -webkit-box-shadow: 0 10px 20px rgba(18, 19, 24, 0.45);
          box-shadow: 0 10px 20px rgba(18, 19, 24, 0.45);
  top: calc(50% - 40px);
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
  font-size: 40px;
  line-height: 40px;
  padding: 15px;
}
.video_popup:hover a:before {
  border-color: rgba(255, 255, 255, 0.75);
}
.video_popup .et_pb_image_wrap {
  display: block;
  position: relative;
}
.video_popup .et_pb_image_wrap:before {
  content: "";
  display: block;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), color-stop(25%, rgba(0, 0, 0, 0.12)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.12) 25%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.2) 100%);
}
.video_popup .et_pb_image_wrap:hover:before {
  opacity: 0;
}
@media (min-width: 981px) {
  .video_popup a:before {
    top: calc(50% - 55px);
    left: calc(50% - 35px);
    padding: 30px;
  }
  .video_popup img {
    max-width: none;
    width: 100%;
  }
}

@media all and (max-width: 980px) {
  .Xvideo_popup a:before {
    top: calc(50% - 32.5px);
    left: calc(50% - 33px);
    padding: 33px 17px;
    font-size: 10px;
  }
  .Xvideo_popup a:after {
    top: calc(50% - 32.5px);
    left: calc(50% - 33px);
    padding: 33px 17px;
    font-size: 32px;
  }
  .Xvideo_popup a:hover a:before {
    opacity: 0;
    padding: 40px 22px;
    left: calc(50% - 43px);
    top: calc(50% - 42.5px);
  }
  .Xvideo_popup a:hover a:after {
    opacity: 1;
    padding: 40px 22px;
    left: calc(50% - 43px);
    top: calc(50% - 42.5px);
    font-size: 42px;
  }
}
.et_pb_column_1_3 .video_popup a:before {
  width: 30px;
  height: 30px;
  font-size: 30px;
  line-height: 30px;
  top: calc(70% - 20px);
  left: calc(80% - 10px);
  padding: 10px;
}

/* Reverse column order on mobile devices
 * -------------------------------------------- */
@media (max-width: 980.99px) {
  .row_reverse_column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .row_reverse_column .et_pb_column {
    margin-bottom: 0;
  }
  .row_reverse_column .et_pb_column.et-last-child {
    margin-bottom: 30px;
  }
}
@media (max-width: 980.99px) {
  .columns-reverse-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .columns-reverse-mobile .et_pb_column.et-last-child {
    margin-bottom: 30px;
  }
}
.row-vertical-align {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dp-vertical-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* Custom site theme style
 * -------------------------------------------- */
/* Type theme style
 * -------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  color: #000;
  font-size: 1.8rem;
  font-size: calc(1.4rem + 0.1 * (100vw - 48rem) / 165.77);
  font-size: clamp(1.4rem, 0.11vw + 1.348rem, 1.5rem);
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: unset;
}
@media (min-width: 981px) {
  body {
    line-height: 1.5em;
  }
}

a {
  color: #a83d72;
}

.et_pb_text a {
  font-weight: 700;
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding-bottom: 2rem;
  color: #000;
  font-weight: 800;
  letter-spacing: -0.025em;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  padding-bottom: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  display: block;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
  line-height: 1.3;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
  line-height: 1.3;
}

h1 {
  font-size: 2.565rem;
  font-size: calc(2.84rem + 2.16 * (100vw - 48rem) / 165.77);
  font-size: clamp(2.84rem, 2.35vw + 1.713rem, 5.01rem);
}

h2 {
  font-size: 2.28rem;
  font-size: calc(2.13rem + 1.27 * (100vw - 48rem) / 165.77);
  font-size: clamp(2.13rem, 1.38vw + 1.469rem, 3.4rem);
}

h3 {
  font-size: 2.025rem;
  font-size: calc(1.6rem + 0.69 * (100vw - 48rem) / 165.77);
  font-size: clamp(1.6rem, 0.75vw + 1.24rem, 2.29rem);
}

h4 {
  font-size: 1.8rem;
  font-size: calc(1.2rem + 0.4 * (100vw - 48rem) / 165.77);
  font-size: clamp(1.2rem, 0.43vw + 0.991rem, 1.6rem);
}

h5 {
  font-size: 1.42rem;
  font-size: calc(0.74rem + 0.25 * (100vw - 48rem) / 165.77);
  font-size: max(1.8rem, 0.27vw + 0.613rem, 0.99rem);
}

h6 {
  font-size: 1.26rem;
  font-size: calc(0.46rem + 0.25 * (100vw - 48rem) / 165.77);
  font-size: max(1.3rem, 0.27vw + 0.326rem, 0.71rem);
}

.et_pb_column_1_3 .font-size-init h1,
.et_pb_column_1_4 .font-size-init h1,
.et_pb_column_1_5 .font-size-init h1,
.et_pb_column_1_6 .font-size-init h1,
.et_pb_column_2_5 .font-size-init h1 {
  font-size: 2.565rem;
  font-size: calc(2.84rem + 2.16 * (100vw - 48rem) / 165.77);
  font-size: clamp(2.84rem, 2.35vw + 1.713rem, 5.01rem);
}
.et_pb_column_1_3 .font-size-init h2,
.et_pb_column_1_4 .font-size-init h2,
.et_pb_column_1_5 .font-size-init h2,
.et_pb_column_1_6 .font-size-init h2,
.et_pb_column_2_5 .font-size-init h2 {
  font-size: 2.28rem;
  font-size: calc(2.13rem + 1.27 * (100vw - 48rem) / 165.77);
  font-size: clamp(2.13rem, 1.38vw + 1.469rem, 3.4rem);
}
.et_pb_column_1_3 .font-size-init h3,
.et_pb_column_1_4 .font-size-init h3,
.et_pb_column_1_5 .font-size-init h3,
.et_pb_column_1_6 .font-size-init h3,
.et_pb_column_2_5 .font-size-init h3 {
  font-size: 2.025rem;
  font-size: calc(1.6rem + 0.69 * (100vw - 48rem) / 165.77);
  font-size: clamp(1.6rem, 0.75vw + 1.24rem, 2.29rem);
}
.et_pb_column_1_3 .font-size-init h4,
.et_pb_column_1_4 .font-size-init h4,
.et_pb_column_1_5 .font-size-init h4,
.et_pb_column_1_6 .font-size-init h4,
.et_pb_column_2_5 .font-size-init h4 {
  font-size: 1.8rem;
  font-size: calc(1.2rem + 0.4 * (100vw - 48rem) / 165.77);
  font-size: clamp(1.2rem, 0.43vw + 0.991rem, 1.6rem);
}
.et_pb_column_1_3 .font-size-init h5,
.et_pb_column_1_4 .font-size-init h5,
.et_pb_column_1_5 .font-size-init h5,
.et_pb_column_1_6 .font-size-init h5,
.et_pb_column_2_5 .font-size-init h5 {
  font-size: 1.42rem;
  font-size: calc(0.74rem + 0.25 * (100vw - 48rem) / 165.77);
  font-size: max(1.8rem, 0.27vw + 0.613rem, 0.99rem);
}
.et_pb_column_1_3 .font-size-init h6,
.et_pb_column_1_4 .font-size-init h6,
.et_pb_column_1_5 .font-size-init h6,
.et_pb_column_1_6 .font-size-init h6,
.et_pb_column_2_5 .font-size-init h6 {
  font-size: 1.26rem;
  font-size: calc(0.46rem + 0.25 * (100vw - 48rem) / 165.77);
  font-size: max(1.3rem, 0.27vw + 0.326rem, 0.71rem);
}

.font-size-init h1,
.font-size-init .et_pb_title_container h1,
.font-size-init.et_pb_portfolio_grid .et_pb_portfolio_item h1 {
  font-size: 2.565rem;
  font-size: calc(2.84rem + 2.16 * (100vw - 48rem) / 165.77);
  font-size: clamp(2.84rem, 2.35vw + 1.713rem, 5.01rem);
}
.font-size-init h2,
.font-size-init .et_pb_title_container h2,
.font-size-init.et_pb_portfolio_grid .et_pb_portfolio_item h2 {
  font-size: 2.28rem;
  font-size: calc(2.13rem + 1.27 * (100vw - 48rem) / 165.77);
  font-size: clamp(2.13rem, 1.38vw + 1.469rem, 3.4rem);
}
.font-size-init h3,
.font-size-init .et_pb_title_container h3,
.font-size-init.et_pb_portfolio_grid .et_pb_portfolio_item h3 {
  font-size: 2.025rem;
  font-size: calc(1.6rem + 0.69 * (100vw - 48rem) / 165.77);
  font-size: clamp(1.6rem, 0.75vw + 1.24rem, 2.29rem);
}
.font-size-init h4,
.font-size-init .et_pb_title_container h4,
.font-size-init.et_pb_portfolio_grid .et_pb_portfolio_item h4 {
  font-size: 1.8rem;
  font-size: calc(1.2rem + 0.4 * (100vw - 48rem) / 165.77);
  font-size: clamp(1.2rem, 0.43vw + 0.991rem, 1.6rem);
}

.xet_pb_portfolio_grid .et_pb_portfolio_item .entry-title {
  font-size: 1.42rem;
  font-size: calc(0.74rem + 0.25 * (100vw - 48rem) / 165.77);
  font-size: max(1.8rem, 0.27vw + 0.613rem, 0.99rem);
}
@media (min-width: 981px) {
  .xet_pb_portfolio_grid .et_pb_portfolio_item .entry-title {
    font-size: 1.8rem;
    font-size: calc(1.2rem + 0.4 * (100vw - 48rem) / 165.77);
    font-size: clamp(1.2rem, 0.43vw + 0.991rem, 1.6rem);
  }
}

.display-1 {
  font-size: 2.01rem;
  font-size: calc(2.01rem + 1.51 * (100vw - 48rem) / 165.77);
  font-size: clamp(2.01rem, 1.64vw + 1.225rem, 3.52rem);
  font-weight: 800;
  line-height: 1.3;
}

.display-2 {
  font-size: 2.51rem;
  font-size: calc(2.68rem + 1.65 * (100vw - 48rem) / 165.77);
  font-size: clamp(2.68rem, 1.8vw + 1.817rem, 4.33rem);
  font-weight: 800;
  line-height: 1.3;
}

.display-3 {
  font-size: 3.01rem;
  font-size: calc(3.35rem + 1.79 * (100vw - 48rem) / 165.77);
  font-size: clamp(3.35rem, 1.95vw + 2.41rem, 5.14rem);
  font-weight: 800;
  line-height: 1.3;
}

small,
.small-text {
  font-size: 0.825em;
  line-height: 1.4em;
}

.lead-text {
  font-size: 1.125em;
  line-height: 1.5em;
}
@media (min-width: 981px) {
  .lead-text {
    font-size: 1.25em;
  }
}

.text_secondary {
  color: #a83d72;
}

.access-praha a {
  color: #a83d72;
}
.access-praha .ball-scale-ripple-multiple > div {
  border-color: #a83d72 !important;
}
.access-praha .brand-text {
  color: #a83d72;
}
.access-praha .brand-text h1,
.access-praha .brand-text h2,
.access-praha .brand-text h3,
.access-praha .brand-text h4,
.access-praha .brand-text h5,
.access-praha .brand-text h6 {
  color: #a83d72;
}
.access-praha .brand-bg {
  background-color: #a83d72;
}
.access-praha .brand-bg .section-heading h2 {
  color: #fff;
}
.access-praha .brand-bg .section-heading h2:after {
  color: #70294c;
}
.access-praha .brand-bg .section-heading h2 em {
  color: #70294c;
}
.access-praha .brand-bg .et_pb_button.btn_simple:before {
  background-color: #7b2d54;
}

.access-gym-praha a {
  color: #4572aa;
}
.access-gym-praha .ball-scale-ripple-multiple > div {
  border-color: #274366 !important;
}
.access-gym-praha h1,
.access-gym-praha h2,
.access-gym-praha h3,
.access-gym-praha h4,
.access-gym-praha h5,
.access-gym-praha h6 {
  color: #274366;
}
.access-gym-praha .brand-text {
  color: #274366;
}
.access-gym-praha .brand-text h1,
.access-gym-praha .brand-text h2,
.access-gym-praha .brand-text h3,
.access-gym-praha .brand-text h4,
.access-gym-praha .brand-text h5,
.access-gym-praha .brand-text h6 {
  color: #274366;
}
.access-gym-praha .brand-bg {
  background-color: #274366;
}
.access-gym-praha .brand-bg .section-heading h2 {
  color: #fff;
}
.access-gym-praha .brand-bg .section-heading h2:after {
  color: #121f2f;
}
.access-gym-praha .brand-bg .section-heading h2 em {
  color: #121f2f;
}
.access-gym-praha .brand-bg .et_pb_button.btn_simple:before {
  background-color: #16263a;
}

.access-prostejov a {
  color: #137d79;
}
.access-prostejov .ball-scale-ripple-multiple > div {
  border-color: #137d79 !important;
}
.access-prostejov .brand-text {
  color: #137d79;
}
.access-prostejov .brand-text h1,
.access-prostejov .brand-text h2,
.access-prostejov .brand-text h3,
.access-prostejov .brand-text h4,
.access-prostejov .brand-text h5,
.access-prostejov .brand-text h6 {
  color: #137d79;
}
.access-prostejov .brand-bg {
  background-color: #137d79;
}
.access-prostejov .brand-bg .section-heading h2 {
  color: #fff;
}
.access-prostejov .brand-bg .section-heading h2:after {
  color: #0b4846;
}
.access-prostejov .brand-bg .section-heading h2 em {
  color: #0b4846;
}
.access-prostejov .brand-bg .et_pb_button.btn_simple:before {
  background-color: #0b4846;
}

.access-praha h1 a,
.access-praha h2 a,
.access-praha h3 a,
.access-praha h4 a,
.access-praha h5 a,
.access-praha h6 a,
.access-prostejov h1 a,
.access-prostejov h2 a,
.access-prostejov h3 a,
.access-prostejov h4 a,
.access-prostejov h5 a,
.access-prostejov h6 a {
  color: inherit;
}

/* Layout theme style
 * -------------------------------------------- */
.container {
  width: 88%;
  max-width: 1480px;
}
@media (min-width: 981px) {
  .container {
    width: 90%;
  }
}

div.et_pb_section {
  padding: 7.5rem 0;
  padding: calc(3.58rem + 4.53 * (100vw - 48rem) / 165.77) 0;
  padding: clamp(3.58rem, 4.92vw + 1.214rem, 8.1rem) 0;
}

@media (max-width: 980.99px) {
  .et_pb_column {
    margin-bottom: 2.4rem;
    margin-bottom: calc(2.2rem + 0.5 * (100vw - 48rem) / 165.77);
    margin-bottom: clamp(2.2rem, 0.54vw + 1.939rem, 2.7rem);
  }
}
@media (max-width: 479.99px) {
  .et_pb_row .et_pb_column.et_pb_column_1_4,
  .et_pb_row .et_pb_column.et_pb_column_1_5,
  .et_pb_row .et_pb_column.et_pb_column_1_6 {
    margin-bottom: 2.133rem;
    margin-bottom: calc(1.47rem + 0.33 * (100vw - 48rem) / 165.77);
    margin-bottom: clamp(1.47rem, 0.36vw + 1.293rem, 1.8rem);
  }
}
.et_pb_row,
.et-db #et-boc .et-l .et_pb_row {
  width: 88%;
  max-width: 1480px;
}
@media (min-width: 981px) {
  .et_pb_row,
  .et-db #et-boc .et-l .et_pb_row {
    width: 90%;
  }
}
.et_pb_row.et_pb_row_fullwidth,
.et-db #et-boc .et-l .et_pb_row.et_pb_row_fullwidth {
  width: 100%;
  max-width: 2560px;
}

div.et_pb_row {
  padding: 2.4rem 0;
  padding: calc(2.2rem + 0.5 * (100vw - 48rem) / 165.77) 0;
  padding: clamp(2.2rem, 0.54vw + 1.939rem, 2.7rem) 0;
}

@media (min-width: 981px) {
  div.row-triple-col .et_pb_column_3_5 {
    width: 45.7333% !important;
  }
  div.row-triple-col .et_pb_column_1_5.et-last-child {
    width: 28.6667% !important;
  }
}

/* Theme navigation
 * -------------------------------------------- */
#et-boc #header-main .et-menu li {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
#et-boc #header-main .et-menu a,
#et-boc #header-main .et-menu a:hover,
#et-boc #header-main .et-menu a::before {
  -webkit-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}
#et-boc #header-main .et-menu .popup-trigger a {
  cursor: default;
  cursor: context-menu;
}
@media (min-width: 981px) {
  #et-boc #header-main .top-menu__main,
  #et-boc #header-main .top-menu__secondary {
    padding-left: 10rem;
    padding-right: 1rem;
  }
}
#et-boc #header-main .top-menu__main .et_pb_menu__logo {
  padding: 8px;
  width: 4rem !important;
  background-color: #fff;
}
@media (min-width: 981px) {
  #et-boc #header-main .top-menu__main .et_pb_menu__logo-wrap {
    margin-left: -10rem;
  }
  #et-boc #header-main .top-menu__main .et_pb_menu__logo {
    padding: 1rem;
    margin-top: -4rem;
    margin-right: 2rem;
    width: 8rem !important;
  }
}
@media (max-width: 980.99px) {
  #et-boc #header-main .top-menu__secondary {
    position: absolute;
    left: 5.3rem;
    top: 14px;
  }
  #et-boc #header-main .top-menu__secondary .et_pb_menu__logo {
    max-width: 70% !important;
  }
}
#et-boc #header-main .top-menu__main .et-menu li a,
#et-boc #header-main .top-menu__secondary .et-menu li a {
  padding: 0 !important;
  text-transform: uppercase;
}
#et-boc #header-main .top-menu__main .et-menu > li {
  font-size: 14px;
}
#et-boc #header-main .top-menu__main .et-menu > li a {
  font-weight: 700;
  line-height: 4rem;
}
#et-boc #header-main .top-menu__main .et-menu li.current-menu-item a::before,
#et-boc #header-main .top-menu__main .et-menu li.current_page_item a::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 34px !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-shadow: 0 0 transparent;
  width: 3px;
  height: 3px;
  border-radius: 100px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.single-post_obory #et-boc #header-main .top-menu__main li.menu-item-2037 a::before,
.single-post_obory #et-boc #header-main .top-menu__main li.menu-item-2040 a::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 34px !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-shadow: 0 0 transparent;
  width: 3px;
  height: 3px;
  border-radius: 100px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#et-boc #header-main .top-menu__secondary {
  margin-bottom: 0 !important;
}
#et-boc #header-main .top-menu__secondary .et-menu li a {
  font-size: 13px;
  font-weight: 600;
  line-height: 4rem;
}
#et-boc #header-main .top-menu__secondary .et-menu li + li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  width: 0;
  height: 14px;
  margin-top: -7px;
  border-left: 1px solid;
}
@media (max-width: 980.99px) {
  #et-boc #header-main .top-menu__secondary .et_mobile_nav_menu {
    display: none !important;
  }
}
#et-boc #header-main.section-header__aepa .top-menu__main.et_pb_menu .et_pb_menu__menu, #et-boc #header-main.section-header__aepa .top-menu__main.et_pb_menu .et_pb_menu__menu > nav, #et-boc #header-main.section-header__aepa .top-menu__main.et_pb_menu .et_pb_menu__menu > nav > ul, #et-boc #header-main.section-header__aepv .top-menu__main.et_pb_menu .et_pb_menu__menu, #et-boc #header-main.section-header__aepv .top-menu__main.et_pb_menu .et_pb_menu__menu > nav, #et-boc #header-main.section-header__aepv .top-menu__main.et_pb_menu .et_pb_menu__menu > nav > ul {
  width: 100%;
}
#et-boc #header-main.section-header__aepa .top-menu__main .et-menu, #et-boc #header-main.section-header__aepv .top-menu__main .et-menu {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
#et-boc #header-main.section-header__aepa .top-menu__main .et-menu .cta-360-menu-item, #et-boc #header-main.section-header__aepv .top-menu__main .et-menu .cta-360-menu-item {
  padding-right: 0;
  margin-right: -10px;
  margin-left: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#et-boc #header-main.section-header__aepa .top-menu__main .et-menu .cta-360-menu-item > a, #et-boc #header-main.section-header__aepv .top-menu__main .et-menu .cta-360-menu-item > a {
  padding-left: 60px !important;
  text-transform: none;
}
#et-boc #header-main.section-header__aepa .top-menu__main .et-menu .cta-360-menu-item > a::before, #et-boc #header-main.section-header__aepv .top-menu__main .et-menu .cta-360-menu-item > a::before {
  left: 10px;
}
#et-boc #header-main.section-header__aepa .top-menu__main .et-menu .cta-360-menu-item > a::before, #et-boc #header-main.section-header__aepv .top-menu__main .et-menu .cta-360-menu-item > a::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -21px;
  left: 10px;
  width: 40px;
  height: 40px;
  background-size: cover;
}
#et-boc #header-main.section-header__aepa .top-menu__main .et-menu .cta-360-menu-item.cta-button > a, #et-boc #header-main.section-header__aepv .top-menu__main .et-menu .cta-360-menu-item.cta-button > a {
  background-color: #137d79;
  border-color: #137d79;
  color: #ffffff !important;
  padding-top: 12px !important;
  padding-right: 20px;
  padding-bottom: 12px !important;
  font-weight: 600;
  border-width: 1px;
  border-style: solid !important;
  border-radius: 4px;
}

.sekundarni-menu-item__pavos {
  display: none !important;
}

.sekundarni-menu-item__pvvos-old {
  display: none !important;
}

.mobile_nav .sekundarni-menu-item__pavos {
  display: none !important;
}
.mobile_nav .sekundarni-menu-item__pvvos-old {
  display: none !important;
}

#et-boc #header-main .top-menu__main,
#et-boc #header-main .top-menu__secondary {
  background-color: transparent !important;
}
#et-boc #header-main .top-menu__main .et-menu li a,
#et-boc #header-main .top-menu__secondary .et-menu li a {
  color: #2c2c35;
}
#et-boc #header-main .top-menu__main .et-menu li + li a::before,
#et-boc #header-main .top-menu__secondary .et-menu li + li a::before {
  border-left-color: #2c2c35;
}
#et-boc #header-main .top-menu__main .et-menu li .current-menu-item a,
#et-boc #header-main .top-menu__main .et-menu li.current_page_item a,
#et-boc #header-main .top-menu__main .et-menu li.current-page-ancestor a,
#et-boc #header-main .top-menu__secondary .et-menu li .current-menu-item a,
#et-boc #header-main .top-menu__secondary .et-menu li.current_page_item a,
#et-boc #header-main .top-menu__secondary .et-menu li.current-page-ancestor a {
  color: #137d79 !important;
}
#et-boc #header-main .top-menu__main .et-menu li.current-menu-item a::before,
#et-boc #header-main .top-menu__main .et-menu li.current_page_item a::before {
  background-color: #137d79 !important;
  -webkit-box-shadow: 10px 0 #137d79, -10px 0 #137d79 !important;
          box-shadow: 10px 0 #137d79, -10px 0 #137d79 !important;
}
#et-boc #header-main.section-header__ae {
  background-color: #fff;
}
#et-boc #header-main.section-header__aepa {
  background-color: #fff;
}
#et-boc #header-main.section-header__aepa .et_pb_menu {
  background-color: transparent !important;
}
#et-boc #header-main.section-header__aepa .top-menu__secondary .et-menu li.current_page_item a,
#et-boc #header-main.section-header__aepa .top-menu__secondary .et-menu li.current-page-ancestor a {
  color: #a83d72 !important;
}
.access-vos-praha #et-boc #header-main.section-header__aepa .top-menu__secondary .et-menu li.menu-item-2098 a {
  color: #a83d72 !important;
}
#et-boc #header-main.section-header__aepa .top-menu__main .et-menu li a:hover {
  color: #a83d72 !important;
}
#et-boc #header-main.section-header__aepa .top-menu__main .et-menu li.current-menu-item a,
#et-boc #header-main.section-header__aepa .top-menu__main .et-menu li.current_page_item a,
#et-boc #header-main.section-header__aepa .top-menu__main .et-menu li.current-page-ancestor a {
  color: #a83d72 !important;
}
#et-boc #header-main.section-header__aepa .top-menu__main .et-menu li.current-menu-item a::before,
#et-boc #header-main.section-header__aepa .top-menu__main .et-menu li.current_page_item a::before,
#et-boc #header-main.section-header__aepa .top-menu__main .et-menu li.current-page-ancestor a::before {
  background-color: #a83d72 !important;
  -webkit-box-shadow: 10px 0 #a83d72, -10px 0 #a83d72 !important;
          box-shadow: 10px 0 #a83d72, -10px 0 #a83d72 !important;
}
#et-boc #header-main.section-header__aepa .top-menu__main .et-menu .cta-360-menu-item.cta-button > a {
  background-color: #a83d72;
  border-color: #a83d72;
}
.single-post_obory #et-boc #header-main.section-header__aepa li.menu-item-2040 a {
  color: #a83d72 !important;
}
.single-post_obory #et-boc #header-main.section-header__aepa li.menu-item-2040 a::before {
  background-color: #a83d72 !important;
  -webkit-box-shadow: 10px 0 #a83d72, -10px 0 #a83d72 !important;
          box-shadow: 10px 0 #a83d72, -10px 0 #a83d72 !important;
}
#et-boc #header-main.section-header__aepv {
  background-color: #fff;
}
#et-boc #header-main.section-header__aepv .et_pb_menu {
  background-color: transparent !important;
}
#et-boc #header-main.section-header__aepv .top-menu__secondary .et-menu li.current_page_item a,
#et-boc #header-main.section-header__aepv .top-menu__secondary .et-menu li.current-page-ancestor a {
  color: #137d79 !important;
}
.access-vos-prostejov #et-boc #header-main.section-header__aepv .top-menu__secondary .et-menu li.menu-item-2097 a {
  color: #137d79 !important;
}
#et-boc #header-main.section-header__aepv .top-menu__main .et-menu li a:hover {
  color: #137d79 !important;
}
#et-boc #header-main.section-header__aepv .top-menu__main .et-menu li.current-menu-item a,
#et-boc #header-main.section-header__aepv .top-menu__main .et-menu li.current_page_item a,
#et-boc #header-main.section-header__aepv .top-menu__main .et-menu li.current-page-ancestor a {
  color: #137d79 !important;
}
#et-boc #header-main.section-header__aepv .top-menu__main .et-menu li.current-menu-item a::before,
#et-boc #header-main.section-header__aepv .top-menu__main .et-menu li.current_page_item a::before,
#et-boc #header-main.section-header__aepv .top-menu__main .et-menu li.current-page-ancestor a::before {
  background-color: #137d79 !important;
  -webkit-box-shadow: 10px 0 #137d79, -10px 0 #137d79 !important;
          box-shadow: 10px 0 #137d79, -10px 0 #137d79 !important;
}
#et-boc #header-main.section-header__aepv .top-menu__main .et-menu .cta-360-menu-item.cta-button > a {
  background-color: #137d79;
  border-color: #137d79;
}
.single-post_obory #et-boc #header-main.section-header__aepv li.menu-item-2037 a {
  color: #137d79 !important;
}
.single-post_obory #et-boc #header-main.section-header__aepv li.menu-item-2037 a::before {
  background-color: #137d79 !important;
  -webkit-box-shadow: 10px 0 #137d79, -10px 0 #137d79 !important;
          box-shadow: 10px 0 #137d79, -10px 0 #137d79 !important;
}
#et-boc #header-main.section-header__aepagym {
  background-color: #fff;
}
#et-boc #header-main.section-header__aepagym .et_pb_menu {
  background-color: transparent !important;
}
#et-boc #header-main.section-header__aepagym .top-menu__secondary .et-menu li a {
  color: #4572aa !important;
}
#et-boc #header-main.section-header__aepagym .top-menu__secondary .et-menu li.current_page_item a,
#et-boc #header-main.section-header__aepagym .top-menu__secondary .et-menu li.current-page-ancestor a {
  color: #274366 !important;
}
#et-boc #header-main.section-header__aepagym .top-menu__main .et_pb_menu__logo {
  background-color: #274366;
}
#et-boc #header-main.section-header__aepagym .top-menu__main .et-menu li a {
  color: #274366 !important;
}
#et-boc #header-main.section-header__aepagym .top-menu__main .et-menu li a:hover {
  color: #d9c216 !important;
}
#et-boc #header-main.section-header__aepagym .top-menu__main .et-menu li.current-menu-item a,
#et-boc #header-main.section-header__aepagym .top-menu__main .et-menu li.current_page_item a,
#et-boc #header-main.section-header__aepagym .top-menu__main .et-menu li.current-page-ancestor a {
  color: #4572aa !important;
}
#et-boc #header-main.section-header__aepagym .top-menu__main .et-menu li.current-menu-item a::before,
#et-boc #header-main.section-header__aepagym .top-menu__main .et-menu li.current_page_item a::before,
#et-boc #header-main.section-header__aepagym .top-menu__main .et-menu li.current-page-ancestor a::before {
  background-color: #4572aa !important;
  -webkit-box-shadow: 10px 0 #4572aa, -10px 0 #4572aa !important;
          box-shadow: 10px 0 #4572aa, -10px 0 #4572aa !important;
}
#et-boc #header-main.section-header__aepagym .top-menu__main .et-menu li.current-menu-item a:hover,
#et-boc #header-main.section-header__aepagym .top-menu__main .et-menu li.current_page_item a:hover,
#et-boc #header-main.section-header__aepagym .top-menu__main .et-menu li.current-page-ancestor a:hover {
  color: #d9c216 !important;
}
#et-boc #header-main.section-header__aepagym .top-menu__main .et-menu .cta-360-menu-item.cta-button > a {
  background-color: #a83d72;
  border-color: #a83d72;
}
.single-post_obory #et-boc #header-main.section-header__aepagym li.menu-item-2040 a {
  color: #a83d72 !important;
}
.single-post_obory #et-boc #header-main.section-header__aepagym li.menu-item-2040 a::before {
  background-color: #a83d72 !important;
  -webkit-box-shadow: 10px 0 #a83d72, -10px 0 #a83d72 !important;
          box-shadow: 10px 0 #a83d72, -10px 0 #a83d72 !important;
}

#et-boc #header-main .top-menu__main .et-menu-nav ul.et-menu > .menu-item[data-trigger-mouseenter^=divi-area-] a:hover {
  cursor: context-menu;
}
.access-praha .section-header__aepa .menu-item-280 a {
  color: #a83d72 !important;
}
.access-praha.single-post_obory .menu-item-322 a {
  color: #a83d72 !important;
}
.access-praha.single-post_obory .menu-item-322 a::before {
  position: absolute;
  content: "";
  left: 14px;
  top: 34px !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-shadow: 0 0 transparent;
  width: 3px;
  height: 3px;
  border-radius: 100px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #a83d72 !important;
  -webkit-box-shadow: 10px 0 #a83d72, -10px 0 #a83d72 !important;
          box-shadow: 10px 0 #a83d72, -10px 0 #a83d72 !important;
}

.access-prostejov .section-header__aepv .menu-item-281 a {
  color: #137d79 !important;
}
.access-prostejov.single-post_obory .menu-item-324 a {
  color: #137d79 !important;
}
.access-prostejov.single-post_obory .menu-item-324 a::before {
  position: absolute;
  content: "";
  left: 14px;
  top: 34px !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-shadow: 0 0 transparent;
  width: 3px;
  height: 3px;
  border-radius: 100px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #137d79 !important;
  -webkit-box-shadow: 10px 0 #137d79, -10px 0 #137d79 !important;
          box-shadow: 10px 0 #137d79, -10px 0 #137d79 !important;
}

#et-boc #header-main .et_mobile_nav_menu {
  margin: 12px 12px 12px 6px;
}
#et-boc #header-main .et_mobile_menu {
  border-top-color: #a83d72;
}
#et-boc #header-main.section-header__ae .mobile_nav .mobile_menu_bar:before {
  color: #137d79;
}
#et-boc #header-main.section-header__aepa .mobile_nav .mobile_menu_bar:before {
  color: #a83d72;
}
#et-boc #header-main.section-header__aepv .mobile_nav .mobile_menu_bar:before {
  color: #137d79;
}

/* Header theme style
 * -------------------------------------------- */
header {
  position: relative;
  z-index: 9999;
}

header.et-fb-tabs-outer {
  z-index: auto;
}

#et-boc #header-main {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#et-boc #header-main.et_pb_sticky {
  -webkit-box-shadow: 0 1px 20px rgba(39, 43, 50, 0.3);
          box-shadow: 0 1px 20px rgba(39, 43, 50, 0.3);
}
#et-boc #header-main .row-header {
  padding: 0 !important;
  width: 100%;
  max-width: 1920px;
}
@media (max-width: 980.99px) {
  #et-boc #header-main .et_pb_column {
    margin-bottom: 0;
  }
}
@media (min-width: 981px) {
  #et-boc #header-main {
    padding: 1rem 2rem 1rem 1rem !important;
  }
}
@media (min-width: 1350px) {
  #et-boc #header-main.et_pb_section {
    padding: 0;
  }
}

/* Footer theme style
 * -------------------------------------------- */
footer div#footer-top.section-footer {
  padding: 50px 0 34px !important;
  background-color: #333a44 !important;
  font-size: 86%;
}
footer div#footer-top.section-footer.section-footer--aepag {
  background-color: #1a2c44 !important;
}
footer div#footer-top h4 {
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 1.8rem;
  font-size: calc(1.2rem + 0.4 * (100vw - 48rem) / 165.77);
  font-size: clamp(1.2rem, 0.43vw + 0.991rem, 1.6rem);
}
footer div#footer-top .et_pb_bg_layout_light,
footer div#footer-top .et_pb_text_inner,
footer div#footer-top .et_pb_widget li {
  color: rgba(255, 255, 255, 0.75);
}
footer div#footer-top .et_pb_bg_layout_light a,
footer div#footer-top .et_pb_text_inner a,
footer div#footer-top .et_pb_widget li a {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: underline;
  font-weight: 400;
}
footer div#footer-top .et_pb_bg_layout_light a:hover,
footer div#footer-top .et_pb_text_inner a:hover,
footer div#footer-top .et_pb_widget li a:hover {
  color: rgb(255, 255, 255);
}
footer div#footer-top .et_pb_widget {
  margin-bottom: 5.5%;
}

footer div#footer-bottom {
  padding: 0 !important;
  font-size: 86%;
}
footer div#footer-bottom.section-footer {
  background-color: #2c323a !important;
}
footer div#footer-bottom.section-footer.section-footer--aepag {
  background-color: #0b2648 !important;
}
footer div#footer-bottom .row-footer {
  padding: 15px 0;
}
footer div#footer-bottom .et_pb_bg_layout_light {
  color: rgba(255, 255, 255, 0.25);
}

/* Sidebar theme style
 * -------------------------------------------- */
.md-sidebar.et_pb_bg_layout_light .et_pb_widget li a {
  color: #000;
}
.md-sidebar .et_pb_widget.widget_nav_menu {
  margin-bottom: 24px !important;
}
.md-sidebar .menu {
  font-size: 14px;
}
.md-sidebar .catlist-menu li {
  padding-bottom: 0.75em;
  margin-bottom: 0.75em;
  line-height: 1.3;
}
.md-sidebar .menu-item.current_page_item a {
  color: #222;
}
.md-sidebar ul {
  list-style: none !important;
  padding: 0 !important;
  line-height: inherit !important;
}

.md-sidebar-menu .md-sidebar.et_pb_widget_area.et_pb_widget_area_left {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 0;
}
.md-sidebar-menu .md-sidebar.et_pb_widget_area.et_pb_widget_area_right {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 0;
}
.md-sidebar-menu li {
  position: relative;
  padding-left: 1.2em;
}
.md-sidebar-menu li::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 0.35em solid transparent;
  border-bottom: 0.35em solid transparent;
  border-left: 0.35em solid;
  position: absolute;
  top: 0.4em;
  left: 0;
  opacity: 0.4;
}
.md-sidebar-menu a,
.md-sidebar-menu .et_pb_widget li a {
  color: #000;
  text-decoration: none;
}

.access-praha .md-sidebar .catlist-menu li a:hover {
  color: #a83d72 !important;
}
.access-praha .md-sidebar .menu-item a:hover {
  color: #a83d72;
}
.access-praha .md-sidebar .menu-item.current_page_item a {
  color: #a83d72;
}

.access-prostejov .md-sidebar .catlist-menu li a:hover {
  color: #137d79 !important;
}
.access-prostejov .md-sidebar .menu-item a:hover {
  color: #137d79;
}
.access-prostejov .md-sidebar .menu-item.current_page_item a {
  color: #137d79;
}

.access-vos-prostejov .md-sidebar .catlist-menu li a:hover {
  color: #137d79 !important;
}
.access-vos-prostejov .md-sidebar .menu-item a:hover {
  color: #137d79;
}
.access-vos-prostejov .md-sidebar .menu-item.current_page_item a {
  color: #137d79;
}

/* MM Menu style
 * -------------------------------------------- */
#et-boc .area-outer-wrap[data-da-size=full_screen],
#et-boc .area-outer-wrap[data-da-size=full_width] {
  max-width: 100%;
  min-width: 100%;
  width: 100%;
}
@media (max-width: 980.99px) {
  #et-boc .area-outer-wrap[data-da-size=full_screen],
  #et-boc .area-outer-wrap[data-da-size=full_width] {
    top: 0 !important;
    position: fixed !important;
  }
  #et-boc .area-outer-wrap[data-da-size=full_screen] .da-close-wrap,
  #et-boc .area-outer-wrap[data-da-size=full_width] .da-close-wrap {
    width: 45px !important;
    height: 45px !important;
    top: -10px;
    right: 0;
    left: auto;
    -webkit-transform: none;
    transform: none;
    z-index: 100;
  }
}
@media (min-width: 981px) {
  #et-boc .area-outer-wrap[data-da-size=full_screen] .da-close-wrap,
  #et-boc .area-outer-wrap[data-da-size=full_width] .da-close-wrap {
    display: none !important;
  }
}

.section_mm_menu {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
  background-color: #f8f8f8;
}
.section_mm_menu .et_pb_module.md-tipcard {
  margin-bottom: 15px !important;
}
@media (min-width: 480px) {
  .section_mm_menu {
    padding-top: 6rem !important;
    padding-bottom: 4rem !important;
  }
}
@media (min-width: 981px) {
  .section_mm_menu {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
}

.section_mm_menu {
  font-size: 14px;
  line-height: 1.4;
}
.section_mm_menu .row_mm_menu {
  padding-top: 15px !important;
  padding-bottom: 0 !important;
}
.section_mm_menu .row_mm_menu + .row_mm_menu {
  padding-top: 0 !important;
}
.section_mm_menu .et_pb_widget_area_left {
  border-right: 0;
  padding-right: 0;
}
.section_mm_menu .et_pb_module,
.section_mm_menu .et_pb_widget {
  margin-bottom: 6px !important;
}
.section_mm_menu .widget_nav_menu {
  width: 100% !important;
}
.section_mm_menu .widgettitle {
  position: relative;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
}
.section_mm_menu .menu .menu-item {
  margin-bottom: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
}
.section_mm_menu .menu .menu-item a {
  display: block;
  padding: 8px 0;
  color: #137d79;
  font-size: 14px;
  position: relative;
  padding-left: 1.2em;
  -webkit-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.section_mm_menu .menu .menu-item a::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 0.35em solid transparent;
  border-bottom: 0.35em solid transparent;
  border-left: 0.35em solid;
  position: absolute;
  top: 0.9em;
  left: 0;
}
.section_mm_menu .menu .menu-item a:hover {
  padding-left: 2em;
}
@media (min-width: 981px) {
  .section_mm_menu .et_pb_module,
  .section_mm_menu .et_pb_widget {
    margin-bottom: 24px !important;
  }
  .section_mm_menu .menu-list-columns ul {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    -webkit-column-gap: 6%;
       -moz-column-gap: 6%;
            column-gap: 6%;
  }
  .section_mm_menu .menu-list-columns-3 ul {
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
    -webkit-column-gap: 3.5%;
       -moz-column-gap: 3.5%;
            column-gap: 3.5%;
  }
}

.access-praha .section_mm_menu .menu .menu-item a {
  color: #a83d72;
}
.access-prostejov .section_mm_menu .menu .menu-item a {
  color: #137d79;
}
/* GM Menu style
 * -------------------------------------------- */
@media (min-width: 1024px) {
  .gm-navbar.gm-navbar-sticky-toggle .gm-wrapper {
    -webkit-box-shadow: 0 1px 20px rgba(39, 43, 50, 0.3);
            box-shadow: 0 1px 20px rgba(39, 43, 50, 0.3);
  }
  .gm-navbar:not(.gm-navbar-sticky-toggle) .gm-inner-bg {
    position: relative;
  }
  .gm-navbar:not(.gm-navbar-sticky-toggle) .gm-inner-bg:before {
    content: "";
    position: absolute;
    top: -29px;
    left: 112px;
    width: 300px;
    height: 28px;
    background-repeat: no-repeat;
  }
  .gm-navbar:not(.gm-navbar-sticky-toggle).gm-navbar--ae .gm-inner-bg:before {
    background-image: url("https://www.artecon.cz/wp-content/uploads/2021/09/logo_artecon_text_black.svg");
  }
  .gm-navbar:not(.gm-navbar-sticky-toggle).gm-navbar--aepa .gm-inner-bg:before {
    background-image: url("https://www.artecon.cz/wp-content/uploads/2021/09/logo_artecon_text_pa.svg");
  }
  .gm-navbar:not(.gm-navbar-sticky-toggle).gm-navbar--aepv .gm-inner-bg:before {
    background-image: url("https://www.artecon.cz/wp-content/uploads/2021/09/logo_artecon_text_pv.svg");
  }
  .gm-navbar:not(.gm-navbar-sticky-toggle) .gm-logo__img-alt {
    position: relative;
    top: -24px;
    z-index: 20;
  }
  .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav > .menu-item > .gm-anchor {
    margin-right: 12px;
    margin-left: 12px;
    font-weight: 700;
  }
  .gm-navbar .gm-toolbar {
    z-index: 5;
  }
  .gm-toolbar-nav-container .gm-toolbar-nav a {
    padding: 0 11px;
  }
  .gm-toolbar-nav-container .gm-toolbar-nav li + li a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 14px;
    margin-top: -7px;
    border-left: 1px solid;
  }
  .gm-toolbar-nav-container .gm-toolbar-nav .gm-anchor {
    text-transform: uppercase;
    font-weight: 600;
  }
}
.access-praha .section_mm_menu .menu .menu-item a {
  color: #a83d72;
}
.access-prostejov .section_mm_menu .menu .menu-item a {
  color: #137d79;
}
/* Theme custom plugins
 * -------------------------------------------- */
/* WP File Download plugin style
 * -------------------------------------------- */
div#et-boc .wpfd-content {
  background-color: transparent;
  padding: 0;
}
div#et-boc .wpfd-content-table tr,
div#et-boc .wpfd-content-table td,
div#et-boc .wpfd-content-table th {
  font-size: 14px;
}
div#et-boc .wpfd-content-table {
  padding-bottom: 3rem;
}
div#et-boc .wpfd-content-table thead {
  display: none !important;
}
div#et-boc .wpfd-content-table .wpfd-table-bordered tr.file:hover {
  background-color: #f9f9f9;
}
div#et-boc .wpfd-content-table .wpfd-table td {
  padding: 5px 0;
  line-height: 24px;
  text-align: left;
  vertical-align: middle;
  border-top: none;
}
div#et-boc .wpfd-content-table .wpfd-table td.file_title {
  padding-left: 34px;
}
div#et-boc .wpfd-content-table span.ext[class*=wpfd-icon-set-] {
  margin-right: 10px;
  margin-bottom: 0;
  margin-left: -34px;
  width: 24px;
  height: 24px;
  background-size: contain !important;
}
div#et-boc .wpfd-content-table .file_size {
  padding-right: 1em !important;
  text-align: right !important;
  width: 100px;
}
div#et-boc .wpfd-content-table a.wpfd_downloadlink {
  color: #000;
  font-weight: 500;
  text-decoration: underline !important;
  text-transform: none;
  line-height: 1em;
  display: inline-block;
}
div#et-boc .wpfd-content-table .wpfd-table.mediaTable .col-download {
  text-align: right;
  max-width: 172px !important;
  width: 172px !important;
  min-width: 172px;
  padding: 5px 0;
}
div#et-boc .wpfd-content-table .wpfd-table.mediaTable .col-download .openlink,
div#et-boc .wpfd-content-table .wpfd-table.mediaTable .col-download .downloadlink {
  margin: auto 0;
  padding: 5px 15px !important;
  font-size: 12px;
  font-weight: 600;
  width: auto !important;
  height: auto;
  line-height: 20px;
  border-radius: 2px !important;
  text-decoration: none !important;
  text-transform: none;
  vertical-align: middle;
}
div#et-boc .wpfd-content-table .wpfd-table.mediaTable .col-download .openlink:hover,
div#et-boc .wpfd-content-table .wpfd-table.mediaTable .col-download .downloadlink:hover {
  color: #fff !important;
  background-color: #000 !important;
  border-color: #000 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
div#et-boc .wpfd-content-table .wpfd-table.mediaTable .col-download .openlink {
  margin-left: 5px;
  color: #000;
  background-color: #d3d3d3;
  border-color: #d3d3d3;
}
div#et-boc .wpfd-content-table .wpfd-table.mediaTable .col-download .downloadlink {
  color: #000 !important;
  background-color: #eee !important;
  border-color: #eee !important;
}
div#et-boc .wpfd-content-table .wpfd-table.mediaTable .col-download i.wpfd-download,
div#et-boc .wpfd-content-table .wpfd-table.mediaTable .col-download i.wpfd-preview {
  display: none;
}
@media (max-width: 479.99px) {
  div#et-boc .wpfd-content-table .wpfd-table td.file_title {
    display: block;
    width: 100%;
  }
  div#et-boc .wpfd-content-table .wpfd-table.mediaTable .col-download {
    display: none !important;
  }
}

.wp-block-wpfd-wpfd-file {
  padding-bottom: 3rem;
}
.wp-block-wpfd-wpfd-file + .wp-block-wpfd-wpfd-file {
  padding-bottom: 0;
}

div.wpfd-single-file {
  background: transparent;
  padding: 5px 0 5px 3px;
}
div.wpfd-single-file:hover {
  background-color: #f9f9f9;
}
div.wpfd-single-file .wpfd-single-file--icon {
  -ms-flex-preferred-size: 24px;
      flex-basis: 24px;
}
div.wpfd-single-file .wpfd-single-file--icon .wpfd-icon-placeholder {
  margin: 3px 0px 0px 0px;
  width: 24px;
  height: 24px;
  background-size: contain !important;
}
div.wpfd-single-file .wpfd-single-file--details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  -ms-flex-preferred-size: calc(100% - 24px - 0px - 172px);
      flex-basis: calc(100% - 24px - 0px - 172px);
}
div.wpfd-single-file .wpfd-file-content--title {
  color: #000;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  padding-top: 3px;
}
div.wpfd-single-file .wpfd-file-content--title a {
  font-weight: 500;
  text-decoration: underline !important;
}
div.wpfd-single-file .wpfd-file-content--meta {
  display: none;
}
div.wpfd-single-file .wpfd-single-file--buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -ms-flex-preferred-size: 172px;
      flex-basis: 172px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
div.wpfd-single-file a.wpfd-single-file-button {
  float: none;
  display: inline-block;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  font-weight: 600;
  margin: auto 0 !important;
  padding: 5px 15px !important;
  width: auto !important;
  border-radius: 2px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  line-height: 20px;
  text-transform: none;
}
div.wpfd-single-file a.wpfd-single-file-button svg {
  display: none !important;
}
div.wpfd-single-file a.wpfd-single-file-button.wpfd-button-preview {
  margin-left: 5px !important;
  color: #000;
  background-color: #d3d3d3;
  border-color: #d3d3d3;
}
div.wpfd-single-file a.wpfd-single-file-button.wpfd-button-preview:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
  -webkit-box-shadow: none;
          box-shadow: none;
}
div.wpfd-single-file a.wpfd-single-file-button.wpfd-button-download {
  color: #000;
  background-color: #eee;
  border-color: #eee;
}
div.wpfd-single-file a.wpfd-single-file-button.wpfd-button-download:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 479.99px) {
  div.wpfd-single-file .wpfd-single-file--details {
    display: block;
    -ms-flex-preferred-size: calc(100% - 24px);
        flex-basis: calc(100% - 24px);
    width: 100%;
  }
  div.wpfd-single-file .wpfd-single-file--buttons {
    padding-top: 5px;
    display: block;
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    text-align: right;
  }
}

/* CF7 style
 * -------------------------------------------- */
.grecaptcha-badge {
  visibility: collapse !important;
}

.wpcf7-text,
.wpcf7-textarea,
.wpcf7-captchar,
.wpcf7-select {
  padding: 1.2rem 1.2rem !important;
  font-weight: 600;
  line-height: 1em !important;
  width: 100% !important;
  border: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px !important;
  background-color: rgba(140, 150, 167, 0.3) !important;
}

.wpcf7-textarea {
  line-height: 1.4em !important;
}

.wpcf7-form {
  font-weight: 500;
}
.wpcf7-form .wpcf7-not-valid-tip {
  padding-left: 1.2rem;
  font-size: 12px;
  font-weight: 600;
}

.wpcf7-submit {
  position: relative;
  padding: 0.75em 2.5em;
  border: 2px solid;
  border-radius: 30px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1em !important;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
  color: #137d79;
  border-color: inherid;
  background-color: transparent;
}
.wpcf7-submit:hover {
  color: #137d79;
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.05);
}

.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}

.access-praha .wpcf7-submit {
  color: #fff;
  border-color: #a83d72;
  background-color: #a83d72;
}
.access-praha .wpcf7-submit:hover {
  color: #a83d72;
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.05);
}

.access-prostejov .wpcf7-submit {
  color: #fff;
  border-color: #137d79;
  background-color: #137d79;
}
.access-prostejov .wpcf7-submit:hover {
  color: #137d79;
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.05);
}

.et_pb_bg_layout_dark .wpcf7-text,
.et_pb_bg_layout_dark .wpcf7-textarea,
.et_pb_bg_layout_dark .wpcf7-captchar,
.et_pb_bg_layout_dark .wpcf7-select {
  color: #fff !important;
}
.et_pb_bg_layout_dark .wpcf7-text::-webkit-input-placeholder, .et_pb_bg_layout_dark .wpcf7-textarea::-webkit-input-placeholder, .et_pb_bg_layout_dark .wpcf7-captchar::-webkit-input-placeholder, .et_pb_bg_layout_dark .wpcf7-select::-webkit-input-placeholder {
  font-style: italic;
  color: rgba(255, 255, 255, 0.6);
}
.et_pb_bg_layout_dark .wpcf7-text::-moz-placeholder, .et_pb_bg_layout_dark .wpcf7-textarea::-moz-placeholder, .et_pb_bg_layout_dark .wpcf7-captchar::-moz-placeholder, .et_pb_bg_layout_dark .wpcf7-select::-moz-placeholder {
  font-style: italic;
  color: rgba(255, 255, 255, 0.6);
}
.et_pb_bg_layout_dark .wpcf7-text:-ms-input-placeholder, .et_pb_bg_layout_dark .wpcf7-textarea:-ms-input-placeholder, .et_pb_bg_layout_dark .wpcf7-captchar:-ms-input-placeholder, .et_pb_bg_layout_dark .wpcf7-select:-ms-input-placeholder {
  font-style: italic;
  color: rgba(255, 255, 255, 0.6);
}
.et_pb_bg_layout_dark .wpcf7-text::-ms-input-placeholder, .et_pb_bg_layout_dark .wpcf7-textarea::-ms-input-placeholder, .et_pb_bg_layout_dark .wpcf7-captchar::-ms-input-placeholder, .et_pb_bg_layout_dark .wpcf7-select::-ms-input-placeholder {
  font-style: italic;
  color: rgba(255, 255, 255, 0.6);
}
.et_pb_bg_layout_dark .wpcf7-text::placeholder,
.et_pb_bg_layout_dark .wpcf7-textarea::placeholder,
.et_pb_bg_layout_dark .wpcf7-captchar::placeholder,
.et_pb_bg_layout_dark .wpcf7-select::placeholder {
  font-style: italic;
  color: rgba(255, 255, 255, 0.6);
}
.et_pb_bg_layout_dark .wpcf7-acceptance a {
  color: #fff;
}
.et_pb_bg_layout_dark .wpcf7-not-valid-tip {
  color: #ff9a9a;
}
.et_pb_bg_layout_dark .wpcf7-submit {
  color: #fff;
  border-color: inherid;
  background-color: transparent;
}
.et_pb_bg_layout_dark .wpcf7-submit:hover {
  color: #fff;
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.05);
}

/* The container must be positioned relative: */
.custom-select {
  position: relative;
  display: block;
}
.custom-select select {
  display: none;
  /*hide original SELECT element: */
}

.select-selected {
  background-color: DodgerBlue;
  /* Style the arrow inside the select element: */
  /* Point the arrow upwards when the select box is open (active): */
}
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,
.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: DodgerBlue;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.md_cf7info-invert .wpcf7-form .wpcf7-not-valid-tip {
  color: #db1f5f;
  background-color: #ffb2b2;
}
.md_cf7info-invert .wpcf7-form .wpcf7-not-valid-tip {
  color: #db1f5f;
  background-color: #ffb2b2;
}
.md_cf7info-invert .wpcf7 form .wpcf7-response-output {
  color: #d9c216;
  border-color: #d9c216;
}
.md_cf7info-invert .wpcf7 form.failed .wpcf7-response-output,
.md_cf7info-invert .wpcf7 form.aborted .wpcf7-response-output {
  color: #db1f5f;
  border-color: #ffb2b2;
  background-color: #ffb2b2;
}

.swal2-modal .swal2-title {
  color: #000000;
}

/* Theme custom modules
 * -------------------------------------------- */
/* Breadcrumbs style
 * -------------------------------------------- */
#et-boc .section-breadcrumbs {
  padding: 0 !important;
  background-color: #eff2f5;
}

.row-breadcrumbs {
  padding: 1.2rem 0 1.2rem !important;
}

.md-site-breadcrumbs {
  font-size: 12px;
  font-weight: 500;
}
.md-site-breadcrumbs ul {
  line-height: 1.5em;
}
.md-site-breadcrumbs ul .dipi-breadcrumb-item {
  margin-bottom: 0;
}
.md-site-breadcrumbs ul .dipi-breadcrumb-separator {
  margin-bottom: 0;
}
.md-site-breadcrumbs ul .dipi-breadcrumb-separator .dipi-separator-symbol {
  font-size: 1em;
  color: rgba(255, 255, 255, 0.6);
}

.access-praha .md-site-breadcrumbs a {
  color: #fff;
}

.access-prostejov .md-site-breadcrumbs a,
.access-vos-prostejov .md-site-breadcrumbs a {
  color: #fff;
}

/* Bloggrid style
 * -------------------------------------------- */
.row_tipcard_center .md_tipcard {
  text-align: center;
}

.md-tipcard .dailyquotes-tile__title {
  font-size: 15px;
  font-weight: 700;
}
.md-tipcard .dailyquotes-tile__title:xafter {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 5rem;
  height: 0;
  border-bottom: 1rem solid;
  opacity: 0.2;
}
.md-tipcard-up {
  overflow: hidden;
  padding: 1.4rem;
  background-color: #fff;
  max-width: 700px;
}
.md-tipcard-up:before {
  content: "";
  display: block;
  position: absolute;
  top: -50%;
  left: 15%;
  width: 35rem;
  padding-top: 35rem;
  background-color: #e4e4eb;
  border-radius: 100%;
  opacity: 0.2;
}
.md-tipcard-up.pa-tip-pr:before {
  background-color: #a83d72;
}
.md-tipcard-up.pa-tip-dod:before {
  background-color: #137d79;
}
.md-tipcard-up.pv-tip-pr:before {
  background-color: #a83d72;
}
.md-tipcard-up.pv-tip-dod:before {
  background-color: #137d79;
}
.md-tipcard-up .et_pb_blurb_content {
  margin-left: 0;
  line-height: 1.4;
}
.md-tipcard-up .et_pb_main_blurb_image .et_pb_image_wrap {
  width: 12rem;
  height: 12rem;
  border: 0.65rem solid #fff;
}
.md-tipcard-up .et_pb_main_blurb_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.md-tipcard-up .et_pb_blurb_container {
  padding-left: 0;
  vertical-align: middle;
}
.md-tipcard-up .dailyquotes-tile {
  padding-left: 1.5rem;
}
.md-tipcard-up .dailyquotes-tile__title {
  position: relative;
  padding-bottom: 1.2rem;
  margin-bottom: 1rem;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.1;
}
.md-tipcard-up .dailyquotes-tile__title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 7rem;
  height: 0;
  border-bottom: 2px solid;
  opacity: 1;
}
@media (max-width: 479.99px) {
  .md-tipcard-up .et_pb_main_blurb_image .et_pb_image_wrap {
    width: 8rem;
    height: 8rem;
    border-width: 0.45rem;
  }
  .md-tipcard-up .et_pb_main_blurb_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .md-tipcard-up .dailyquotes-tile__content {
    font-size: 13px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) {
  .md-tipcard-up {
    padding: 2.4rem;
  }
  .md-tipcard-up .dailyquotes-tile__title {
    font-size: 18px;
  }
}

.tipcard-circle .md-tipcard-up .et_pb_main_blurb_image .et_pb_image_wrap {
  overflow: hidden;
  border-radius: 100%;
}

.tipcard-shadow .md-tipcard,
.tipcard-shadow .md-tipcard-up {
  -webkit-box-shadow: rgba(18, 19, 24, 0.25) -15px 40px 50px;
          box-shadow: rgba(18, 19, 24, 0.25) -15px 40px 50px;
}

/* Theme custom components
 * -------------------------------------------- */
/* All pages share style
 * -------------------------------------------- */
a[href^=tel]:link, a[href^=tel]:visited, a[href^=tel]:hover {
  text-decoration: none;
  color: #000;
  pointer-events: none;
  cursor: default;
}
@media (max-width: 980.99px) {
  a[href^=tel]:link, a[href^=tel]:visited, a[href^=tel]:hover {
    text-decoration: underline;
    color: #000;
    pointer-events: auto;
    cursor: pointer;
  }
}

.et_pb_portfolio_item .post-meta .ppp-blog-post-categories a {
  color: #666 !important;
  text-decoration: none;
  cursor: default;
  font-weight: 500;
  pointer-events: none !important;
  -ms-touch-action: none !important;
      touch-action: none !important;
}
.et_pb_portfolio_item .post-meta .ppp-blog-post-categories a:link, .et_pb_portfolio_item .post-meta .ppp-blog-post-categories a:visited, .et_pb_portfolio_item .post-meta .ppp-blog-post-categories a:hover {
  text-decoration: none;
  color: #666;
  pointer-events: none;
  -ms-touch-action: none !important;
      touch-action: none !important;
  cursor: default;
}

ul.list-inline-link {
  list-style: none;
  padding-left: 0;
}
ul.list-inline-link li {
  position: relative;
  display: inline-block;
  padding-left: 0.6em;
}
ul.list-inline-link li::after {
  content: ",";
}
ul.list-inline-link li:first-child {
  padding-left: 0;
}
p + ul.list-inline-link {
  margin-top: -1em;
}

.hidden-if__access-arteacon,
.hidden-if__access-praha,
.hidden-if__access-prostejov,
.hidden-if__access-vos-prostejov {
  display: none !important;
}

.access-arteacon .hidden-for__arteacon,
.access-praha .hidden-for__praha,
.access-prostejov .hidden-for__prostejov,
.access-vos-prostejov .hidden-for__prostejov-vos {
  display: none !important;
}

.md_fake-lightbox {
  display: none !important;
}

.et_pb_image_wrap {
  pointer-events: none;
}

.block-bg:before,
.block-bg:after {
  content: "";
  display: block;
  position: absolute;
}

.block-bg-left:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}

.block-bg-right:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}

.bg-dots-light, .after-bg-dots-light::after, .before-bg-dots-light::before {
  background-image: radial-gradient(rgba(44, 50, 58, 0.08) 2.2px, transparent 0), radial-gradient(rgba(44, 50, 58, 0.08) 2.2px, transparent 0);
  background-position: 9.5px 9.5px, 38px 38px;
  background-size: 19px 19px;
  background-repeat: repeat;
}

.bg-dots-dark, .after-bg-dots-dark::after, .before-bg-dots-dark::before {
  background-image: radial-gradient(rgba(44, 50, 58, 0.13) 2.2px, transparent 0), radial-gradient(rgba(44, 50, 58, 0.13) 2.2px, transparent 0);
  background-position: 9.5px 9.5px, 38px 38px;
  background-size: 19px 19px;
  background-repeat: repeat;
}

.before-bg-dots-light::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}

.before-bg-dots-dark::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}

.after-bg-dots-light::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}

.after-bg-dots-dark::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}

.md-ae-title-course h2,
.md-ae-title-course h3 {
  font-weight: 700;
}
.md-ae-title-course h2 span,
.md-ae-title-course h3 span {
  display: block;
  font-size: 280%;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.section-separated:before {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  position: absolute;
  top: 0;
  background-color: #c21b17;
}
@media (min-width: 981px) {
  .section-separated:before {
    width: 96px;
  }
}

.section-heading {
  font-size: 1.25em;
  line-height: 1.3;
  margin-top: -1rem;
}
.section-heading h2 {
  font-size: 2.84rem;
  font-size: calc(2.84rem + 2.16 * (100vw - 48rem) / 165.77);
  font-size: clamp(2.84rem, 2.35vw + 1.16rem, 4.75rem);
}
.section-heading h2:after {
  content: ".";
  color: #c3568c;
}
.section-heading h2 > em,
.section-heading h2 > span {
  color: #a83d72;
  font-style: normal;
}
.section-heading h4 {
  padding-bottom: 5px;
}
.section-heading.dott h2:after {
  content: ".";
}
.section-heading.question h2:after {
  content: "?";
}
.section-heading.exclamation h2:after {
  content: "!";
}
.section-heading.unstyled h2:after {
  display: none;
}
@media (min-width: 981px) {
  .section-heading {
    padding-bottom: 30px;
  }
}

.section-heading.font-size-init h2 {
  font-size: 2.565rem;
  font-size: calc(2.84rem + 2.16 * (100vw - 48rem) / 165.77);
  font-size: clamp(2.84rem, 2.35vw + 1.713rem, 5.01rem);
}

.access-praha .section-heading h2:after {
  color: #a83d72;
}
.access-praha .section-heading h2 > em,
.access-praha .section-heading h2 > span {
  color: #a83d72;
}

.access-prostejov .section-heading h2:after {
  color: #137d79;
}
.access-prostejov .section-heading h2 > em,
.access-prostejov .section-heading h2 > span {
  color: #137d79;
}

.access-gym-praha .section-heading h2:after {
  color: #274366;
}
.access-gym-praha .section-heading h2 > em,
.access-gym-praha .section-heading h2 > span {
  color: #a83d72;
}

.md-image--fit-cover.et_pb_image {
  height: 100%;
}
.md-image--fit-cover.et_pb_image .et_pb_image_wrap {
  height: 100%;
}
.md-image--fit-cover.et_pb_image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.md-shadow-5 {
  -webkit-box-shadow: -15px 40px 50px rgba(18, 19, 24, 0.25);
          box-shadow: -15px 40px 50px rgba(18, 19, 24, 0.25);
}

.md-shadow-5r {
  -webkit-box-shadow: 15px 40px 50px rgba(18, 19, 24, 0.25);
          box-shadow: 15px 40px 50px rgba(18, 19, 24, 0.25);
}

.md_why_study_artecon .et_pb_blurb_content,
.md_why_study_artecon .et_pb_blurb_container {
  text-align: center !important;
}
.md_why_study_artecon .et_pb_image_wrap {
  width: 40%;
}

.et_pb_section.section-shared--successful-graduates {
  background-color: #edf1f7 !important;
}
.et_pb_section.section-shared--successful-graduates .section-heading {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
}
@media (min-width: 981px) {
  .et_pb_section.section-shared--successful-graduates .et_pb_module_inner .et_pb_grid_item {
    width: 23.251% !important;
    margin-right: 2.333% !important;
  }
  .et_pb_section.section-shared--successful-graduates .et_pb_module_inner .et_pb_grid_item:nth-child(4n) {
    margin-right: 0 !important;
  }
}

.area-outer-wrap a.da-close {
  font-size: 60px;
  font-weight: 400;
  height: 30px;
  line-height: 30px;
  opacity: 0.6;
  right: 10px;
  top: 10px;
  width: 30px;
}
.area-outer-wrap a.da-close:hover {
  -webkit-transform: none;
          transform: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.area-outer-wrap[data-da-color=light] a.da-close,
.et_divi_builder #et-boc .area-outer-wrap[data-da-color=light] a.da-close {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000;
}
.area-outer-wrap[data-da-color=light] a.da-close:hover,
.et_divi_builder #et-boc .area-outer-wrap[data-da-color=light] a.da-close:hover {
  background: transparent;
  color: #000;
}

.md-modal-form .wpcf7-text,
.md-modal-form .wpcf7-textarea,
.md-modal-form .wpcf7-captchar,
.md-modal-form .wpcf7-select {
  background-color: rgba(206, 214, 229, 0.3) !important;
}
.md-modal-form .wpcf7-submit {
  border: 2px solid;
  color: #a83d72;
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.05);
}
.md-modal-form .wpcf7-submit:hover {
  color: #a83d72;
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.05);
}

/* All Hero style
 * -------------------------------------------- */
.section-hero.et_pb_section {
  background-color: #424b5a !important;
}
.section-hero.et_pb_section .hero-title h1,
.section-hero.et_pb_section .et_pb_title_container h1 {
  display: inline;
  color: #000;
  font-size: 2.565rem;
  font-size: calc(2.84rem + 2.16 * (100vw - 48rem) / 165.77);
  font-size: clamp(2.84rem, 2.35vw + 1.713rem, 5.01rem);
  line-height: 1.2;
}
.section-hero.et_pb_section .hero-title h1:after,
.section-hero.et_pb_section .et_pb_title_container h1:after {
  content: ".";
  padding-left: 3px;
  color: #000;
}
.section-hero.et_pb_section .hero-title h1 em,
.section-hero.et_pb_section .hero-title h1 span,
.section-hero.et_pb_section .et_pb_title_container h1 em,
.section-hero.et_pb_section .et_pb_title_container h1 span {
  color: #000;
  font-style: normal;
}
.section-hero.et_pb_section .hero-title h1 small,
.section-hero.et_pb_section .et_pb_title_container h1 small {
  font-size: 2.28rem;
  font-size: calc(2.13rem + 1.27 * (100vw - 48rem) / 165.77);
  font-size: clamp(2.13rem, 1.38vw + 1.469rem, 3.4rem);
}
.section-hero.et_pb_section .hero-title + .hero-text,
.section-hero.et_pb_section .et_pb_title_container + .hero-text {
  margin-top: -1.25%;
}
.section-hero.et_pb_section .hero-title.unstyled h1:after,
.section-hero.et_pb_section .et_pb_title_container.unstyled h1:after {
  display: none;
}
.section-hero.et_pb_section .hero-text {
  color: rgba(255, 255, 255, 0.84);
  font-size: 2.025rem;
  font-size: calc(1.6rem + 0.69 * (100vw - 48rem) / 165.77);
  font-size: clamp(1.6rem, 0.75vw + 1.24rem, 2.29rem);
  font-weight: 400;
  line-height: 1.4;
}
.section-hero.et_pb_section .hero-text.small {
  font-size: 1.8rem;
  font-size: calc(1.4rem + 0.1 * (100vw - 48rem) / 165.77);
  font-size: clamp(1.4rem, 0.11vw + 1.348rem, 1.5rem);
  margin-top: -1.75%;
  line-height: 1.6;
}
.section-hero.et_pb_section.section-hero--breadcrumbs {
  padding-top: 1.5rem;
}
.section-hero.et_pb_section.section-hero--breadcrumbs .row-hero {
  padding-bottom: 0;
}
.section-hero.et_pb_section.section-hero--breadcrumbs-small {
  padding: 3.84rem 0;
  padding: calc(1.22rem + 1.18 * (100vw - 48rem) / 165.77) 0;
  padding: clamp(1.22rem, 1.28vw + 0.608rem, 2.4rem) 0;
}
.section-hero.et_pb_section.section-hero--breadcrumbs-small .row-hero {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.section-hero.et_pb_section.style-dark .hero-title h1,
.section-hero.et_pb_section.style-dark .et_pb_title_container h1 {
  color: #fff;
}
.section-hero.et_pb_section.style-dark .hero-title h1:after,
.section-hero.et_pb_section.style-dark .et_pb_title_container h1:after {
  color: #000;
}
.section-hero.et_pb_section.style-dark .hero-title h1 em,
.section-hero.et_pb_section.style-dark .hero-title h1 span,
.section-hero.et_pb_section.style-dark .et_pb_title_container h1 em,
.section-hero.et_pb_section.style-dark .et_pb_title_container h1 span {
  color: #000;
}
.section-hero.et_pb_section.style-dark .hero-text {
  color: rgba(255, 255, 255, 0.84);
}

.section-hero.et_pb_section.bg-gray h1,
.access-arteacon .section-hero.et_pb_section h1 {
  color: #fff;
}
.section-hero.et_pb_section.bg-gray h1:after,
.access-arteacon .section-hero.et_pb_section h1:after {
  color: #d9c216;
}
.section-hero.et_pb_section.bg-gray h1 em,
.access-arteacon .section-hero.et_pb_section h1 em {
  color: #d9c216;
}
.section-hero.et_pb_section.bg-gray .hero-text,
.access-arteacon .section-hero.et_pb_section .hero-text {
  color: rgba(255, 255, 255, 0.84);
}
.section-hero.et_pb_section.bg-gray .md-site-breadcrumbs a,
.access-arteacon .section-hero.et_pb_section .md-site-breadcrumbs a {
  color: #fff;
}
.section-hero.et_pb_section.bg-gray .md-site-breadcrumbs .dipi-breadcrumb-current,
.access-arteacon .section-hero.et_pb_section .md-site-breadcrumbs .dipi-breadcrumb-current {
  color: #a83d72;
}

.access-praha .section-hero.et_pb_section {
  background-color: #a83d72 !important;
}
.access-praha .section-hero.et_pb_section h1 {
  color: #fff;
}
.access-praha .section-hero.et_pb_section h1:after {
  color: #70294c;
}
.access-praha .section-hero.et_pb_section h1 em {
  color: #70294c;
}
.access-praha .section-hero.et_pb_section .hero-text {
  color: rgba(255, 255, 255, 0.84);
}
.access-praha .section-hero.et_pb_section .row-hero-slogan h1 em {
  color: #fff;
}

.access-prostejov .section-hero.et_pb_section {
  background-color: #137d79 !important;
}
.access-prostejov .section-hero.et_pb_section h1 {
  color: #fff;
}
.access-prostejov .section-hero.et_pb_section h1:after {
  color: #0b4846;
}
.access-prostejov .section-hero.et_pb_section h1 em {
  color: #0b4846;
}
.access-prostejov .section-hero.et_pb_section .hero-text {
  color: rgba(255, 255, 255, 0.84);
}
.access-prostejov .section-hero.et_pb_section .row-hero-slogan h1 em {
  color: #fff;
}

.access-vos-prostejov .section-hero.et_pb_section {
  background-color: #137d79 !important;
}
.access-vos-prostejov .section-hero.et_pb_section h1 {
  color: #fff;
}
.access-vos-prostejov .section-hero.et_pb_section h1:after {
  color: #0b4846;
}
.access-vos-prostejov .section-hero.et_pb_section h1 em {
  color: #0b4846;
}
.access-vos-prostejov .section-hero.et_pb_section .hero-text {
  color: rgba(255, 255, 255, 0.84);
}
.access-vos-prostejov .section-hero.et_pb_section .row-hero-slogan h1 em {
  color: #fff;
}

.access-gym-praha .section-hero.et_pb_section {
  background-color: #dee7f1 !important;
}
.access-gym-praha .section-hero.et_pb_section h1 {
  color: #274366;
}
.access-gym-praha .section-hero.et_pb_section h1:after {
  color: #274366;
}
.access-gym-praha .section-hero.et_pb_section h1 em {
  color: #a83d72;
}
.access-gym-praha .section-hero.et_pb_section .hero-text {
  color: #274366;
  font-weight: 500;
  font-size: clamp(1.6rem, 0.75vw + 1.24rem, 2.6rem);
}
.section-hero.section-hero__single {
  padding: 3.84rem 0;
  padding: calc(1.22rem + 1.18 * (100vw - 48rem) / 165.77) 0;
  padding: clamp(1.22rem, 1.28vw + 0.608rem, 2.4rem) 0;
}
/* All pages share style for content
 * -------------------------------------------- */
.et_pb_post_content p:not(.has-background):last-of-type:first-child {
  padding-bottom: 1em;
}
.et_pb_post_content p + h2,
.et_pb_post_content p + h3,
.et_pb_post_content p + h4,
.et_pb_post_content p + h5 {
  padding-top: 32px;
}
.et_pb_post_content ul + h2,
.et_pb_post_content ul + h3,
.et_pb_post_content ul + h4,
.et_pb_post_content ul + h5 {
  padding-top: 20px;
}
.et_pb_post_content .wp-block-columns + h2,
.et_pb_post_content .wp-block-columns + h3,
.et_pb_post_content .wp-block-columns + h4,
.et_pb_post_content .wp-block-columns + h5 {
  padding-top: 16px;
}

/* Pages Exams
 * -------------------------------------------- */
.sec-home,
.sec-end {
  min-height: 100vh !important;
}
.sec-home .row-home .et_pb_column_1_2,
.sec-end .row-home .et_pb_column_1_2 {
  padding: 60px 60px 80px;
  background-color: rgba(255, 255, 255, 0.8156862745);
  -webkit-box-shadow: -15px 40px 50px rgba(18, 19, 24, 0.25);
          box-shadow: -15px 40px 50px rgba(18, 19, 24, 0.25);
}
.sec-home .et_pb_button,
.sec-end .et_pb_button {
  color: #fff;
  border-color: #a83d72;
  background-color: #a83d72;
  min-width: 320px;
  border-radius: 4px;
  text-transform: none;
}
.sec-home .et_pb_button:hover,
.sec-end .et_pb_button:hover {
  color: #a83d72 !important;
  border-color: #a83d72 !important;
}

.sec-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec-test-container {
  min-height: 120vh;
}
.sec-test-container .et-l.et-l--post .et_pb_section_0 {
  padding: 0;
}

.row-test-container {
  padding: 0 !important;
}

.md-test-container div.ays-quiz-container[id^=ays-quiz-container-] {
  width: 100%;
  min-width: 280px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  background: white;
  border: 0 none;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-top: 60px !important;
  padding-bottom: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.md-test-container div.ays-quiz-container[id^=ays-quiz-container-] .ays-start-page {
  text-align: left !important;
}
.md-test-container div.ays-quiz-container[id^=ays-quiz-container-] .ays-start-page .ays-fs-title {
  text-align: left !important;
  line-height: 1.2;
}
.md-test-container div.ays-quiz-container[id^=ays-quiz-container-]:-webkit-full-screen {
  overflow-x: hidden !important;
  padding: 120px 10% 0 !important;
}
.md-test-container div.ays-quiz-container[id^=ays-quiz-container-]:-ms-fullscreen {
  overflow-x: hidden !important;
  padding: 120px 10% 0 !important;
}
.md-test-container div.ays-quiz-container[id^=ays-quiz-container-]:fullscreen {
  overflow-x: hidden !important;
  padding: 120px 10% 0 !important;
}
.md-test-container div.ays-quiz-container[id^=ays-quiz-container-]:-webkit-full-screen .ays-live-bar-wrap {
  top: 80px;
  width: auto;
  left: 0;
  right: 0;
  padding-left: calc(10% + 30px);
  padding-right: calc(10% + 30px);
}
.md-test-container div.ays-quiz-container[id^=ays-quiz-container-]:-ms-fullscreen .ays-live-bar-wrap {
  top: 80px;
  width: auto;
  left: 0;
  right: 0;
  padding-left: calc(10% + 30px);
  padding-right: calc(10% + 30px);
}
.md-test-container div.ays-quiz-container[id^=ays-quiz-container-]:fullscreen .ays-live-bar-wrap {
  top: 80px;
  width: auto;
  left: 0;
  right: 0;
  padding-left: calc(10% + 30px);
  padding-right: calc(10% + 30px);
}
.md-test-container div.ays-quiz-container[id^=ays-quiz-container-]:-webkit-full-screen .ays_buttons_div {
  width: 80%;
}
.md-test-container div.ays-quiz-container[id^=ays-quiz-container-]:-ms-fullscreen .ays_buttons_div {
  width: 80%;
}
.md-test-container div.ays-quiz-container[id^=ays-quiz-container-]:fullscreen .ays_buttons_div {
  width: 80%;
}
.md-test-container .ays-live-bar-wrap,
.md-test-container .ays-quiz-some-items-icons-wrap,
.md-test-container .ays_quiz_timer_container {
  padding-left: 30px;
  padding-right: 30px;
}
.md-test-container .ays-live-bar-wrap {
  top: 20px;
}
.md-test-container .ays_quiz_timer_container .ays-quiz-timer {
  text-align: left !important;
  font-size: 2.2rem;
  font-weight: 700;
}
.md-test-container .ays_quiz_timer_container .ays-quiz-timer:before {
  margin-right: 1rem;
  font-size: 1.6rem;
}
.md-test-container .ays_quiz_timer_container .ays-quiz-timer.ays-quiz-message-before-timer p {
  padding-bottom: 0;
  font-size: 2rem !important;
  line-height: 1.4;
  font-weight: 500;
}
.md-test-container .ays_quiz_timer_container hr {
  margin-top: 5px !important;
  border-width: 0 0 1px 0;
  border-bottom-color: #dedede;
}
.md-test-container [id^=ays_finish_quiz_] div.step div.ays-abs-fs {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}
.md-test-container .ays-quiz-container.exams-test p {
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.md-test-container .ays-quiz-container.exams-test [id^=ays_finish_quiz_] div.step {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.md-test-container .ays-quiz-container.exams-test .step {
  top: auto;
}
.md-test-container .ays-quiz-container.exams-test .step.active-step {
  position: relative;
}
.md-test-container .ays-quiz-container.exams-test .step [id^=ays_finish_quiz_] div.step div.ays-abs-fs {
  width: 100%;
}
.md-test-container .ays-quiz-container.exams-test .step .ays-field {
  border-radius: 3px;
}
.md-test-container .ays-quiz-container.exams-test .step .ays-field.ays-text-field {
  border-color: transparent !important;
  padding: 0;
}
.md-test-container .ays-quiz-container.exams-test .step .ays-field.ays-text-field textarea.ays-text-input {
  margin: 0;
  text-indent: initial;
}
.md-test-container .ays-quiz-container.exams-test .step .ays_quiz_question p {
  font-size: 2rem !important;
  line-height: 1.4 !important;
  font-weight: 700;
}
.md-test-container .ays-quiz-container.exams-test .step .ays_quiz_question p:XXXfirst-letter {
  font-weight: 700;
  font-size: 120%;
  color: #a83d72;
}
.md-test-container .ays-quiz-container.exams-test .step .ays-image-question-img {
  text-align: left !important;
}
.md-test-container .ays-quiz-container.exams-test .step .ays-image-question-img img {
  width: auto !important;
  max-width: 640px !important;
  height: auto !important;
  -o-object-fit: initial !important;
     object-fit: initial !important;
  -o-object-position: top left !important;
     object-position: top left !important;
}
.md-test-container .ays-quiz-container.exams-test .step .ays-quiz-answers.ays_list_view_container {
  max-width: 980px;
}
.md-test-container .ays-quiz-container.exams-test .step[data-question-id="47"] .ays-quiz-answers.ays_list_view_container {
  max-width: unset;
  text-align: left;
}
.md-test-container .ays-quiz-container.exams-test .step[data-question-id="47"] .ays-field.ays_list_view_item {
  display: inline-block;
}
.md-test-container .ays-quiz-container.exams-test .ays-start-page {
  padding-top: 120px;
}
.md-test-container .ays-quiz-container.exams-test .ays-start-page.information_form {
  padding-top: 0;
}
.md-test-container .ays-quiz-container.exams-test .ays-start-page.information_form .ays-form-title {
  line-height: 1.4 !important;
}
.md-test-container .ays-field.ays_list_view_item input ~ label[for^=ays-answer-] {
  padding: 11px 10px !important;
  padding-left: 45px !important;
  position: relative;
  line-height: 1.3em;
  /*&:first-letter {
      font-weight: 700;
      font-size  : 120%;
      color      : $brand-pa;
  }*/
}
.md-test-container .ays-field.ays_list_view_item input ~ label:before {
  position: absolute !important;
  left: 10px;
  top: 12px;
  content: "";
  display: inline-block;
  background: #ddd;
  background-clip: content-box;
  width: 20px;
  height: 20px;
  border: 3px solid #ccc;
  padding: 3px 3px 3px 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  vertical-align: middle;
  margin-right: 10px;
  position: unset;
}
.md-test-container .ays-field.ays_list_view_item label.ays_answer_image.ays_answer_image {
  padding-left: 11px !important;
  width: 200px;
}
.md-test-container .ays-field.ays_list_view_item .ays_answer_select_image,
.md-test-container .ays-field.ays_list_view_item .ays-answer-image {
  width: 10em !important;
  height: auto !important;
  min-width: 100px;
  max-width: 100%;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center left !important;
     object-position: center left !important;
}
.md-test-container .ays_buttons_div {
  margin-top: 50px;
  padding-top: 15px;
  border-top: 1px solid #ececec;
}
.md-test-container #ays-quiz-container-3 .ays-live-bar-fill {
  color: #000000;
  border-bottom: 2px solid #a83d72;
  text-shadow: 0px 0px 5px #fff;
}
.md-test-container #ays-quiz-container-3 .ays-live-bar-fill span {
  font-size: 12px;
  font-weight: 600;
}
.md-test-container #ays-quiz-container-3 .ays-live-bar-fill span > xspan {
  border-left: 2px solid #a83d72;
  padding-left: 1px;
}
.md-test-container #ays-quiz-container-3 .ays-live-bar-fill > xspan {
  border-right: 2px solid #a83d72;
  padding-right: 1px;
}
.md-test-container #ays-quiz-container-3.ays-quiz-container.ays_quiz_classic_light .ays-questions-container .ays-field:hover label[for^=ays-answer-],
.md-test-container #ays-quiz-container-3 .ays-field:hover {
  border-color: #f2f2f2;
  background: #f2f2f2;
  color: #000;
}
.md-test-container #ays-quiz-container-3 .ays-field.checked_answer_div {
  border-color: #a83d72;
}
.md-test-container #ays-quiz-container-3 .ays-field.checked_answer_div input:checked ~ label {
  color: #fff;
  background-color: #a83d72;
}
.md-test-container #ays-quiz-container-3 .ays-field.checked_answer_div input:checked ~ label:first-letter {
  color: #fff;
}
.md-test-container #ays-quiz-container-3 .ays_previous.action-button {
  color: #a83d72 !important;
  background-color: #fff !important;
  border: 2px solid #a83d72 !important;
}
.md-test-container .ays-quiz-question-category-box em {
  font-size: 14px !important;
}
.md-test-container .ays-quiz-question-category-box strong {
  font-size: 13px !important;
  text-transform: uppercase;
  font-weight: 600 !important;
}

#et-boc #header-main {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#et-boc #header-main.et_pb_sticky {
  -webkit-box-shadow: 0 1px 20px rgba(39, 43, 50, 0.3);
          box-shadow: 0 1px 20px rgba(39, 43, 50, 0.3);
}
#et-boc #header-main .row-header {
  padding: 0 !important;
  width: 100%;
  max-width: 1920px;
}
@media (max-width: 980.99px) {
  #et-boc #header-main .et_pb_column {
    margin-bottom: 0;
  }
}
@media (min-width: 981px) {
  #et-boc #header-main {
    padding: 1rem 2rem 1rem 1rem !important;
  }
}
@media (min-width: 1350px) {
  #et-boc #header-main.et_pb_section {
    padding: 0;
  }
}

footer div#footer-top.section-footer {
  padding: 50px 0 34px !important;
  background-color: #333a44 !important;
  font-size: 86%;
}
footer div#footer-top.section-footer.section-footer--exams {
  background-color: #1a2c44 !important;
}

/* Button theme style
 * -------------------------------------------- */
.et_pb_button {
  font-size: 1.6rem;
  padding: 0.5em 1.5em;
  text-transform: uppercase;
  font-weight: 600;
  border-width: 2px;
  border-radius: 0.25rem;
}
.et_pb_button:after, .et_pb_button:before {
  margin-top: -0.075em;
}

.et_pb_button:hover,
.et_pb_module .et_pb_button:hover {
  padding: 0.5em 2.5em 0.5em 1.5em;
}

.et_pb_button {
  color: #137d79;
  border-color: inherid;
  background-color: transparent;
}
.et_pb_button:hover,
.et_pb_module .et_pb_button:hover {
  color: #137d79;
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.05);
}

.et_pb_button.btn_simple {
  border-color: transparent;
  padding-left: 45px;
  border-radius: 40px;
  color: #000;
}
.et_pb_button.btn_simple:before {
  display: block;
  opacity: 1;
  width: 34px;
  height: 34px;
  font-size: 1em;
  border-radius: 30px;
  margin-left: 0;
  margin-top: -0.125em;
  content: "";
  background-color: #137d79;
  margin-left: -45px;
}
.et_pb_button.btn_simple:after {
  opacity: 1;
  margin-left: 0;
  margin-top: -0.125em;
}
.et_pb_button.btn_simple:hover {
  color: #137d79;
  padding: 0.5em 2.5em 0.5em 1.5em;
}
.et_pb_button.btn_simple:hover:before {
  opacity: 0;
}
@media (max-width: 980.99px) {
  .et_pb_button.btn_simple {
    padding: 1em 2.5em 1em 3.5em;
    font-size: 1.2rem;
    line-height: 1.2 !important;
    text-align: left;
    vertical-align: middle;
  }
  .et_pb_button.btn_simple:before {
    top: 50%;
    width: 2em;
    height: 2em;
    margin-left: 0;
    margin-top: -1em;
    background-color: #137d79;
    margin-left: -2.75em;
  }
  .et_pb_button.btn_simple:after {
    right: 0;
    top: 50%;
    margin-top: -0.5em;
  }
}

.col-btn-group .et_pb_button_module_wrapper {
  margin-bottom: 1rem !important;
}

.access-praha .et_pb_button.btn_simple:before {
  background-color: #a83d72;
}
.access-praha .et_pb_button.btn_simple:hover {
  color: #a83d72;
}
.access-praha .section-hero .et_pb_button.btn_simple:before {
  background-color: #7b2d54;
}

.access-gym-praha .et_pb_button.btn_simple:before {
  background-color: #a83d72;
}
.access-gym-praha .et_pb_button.btn_simple:hover {
  color: #274366;
}
.access-gym-praha .section-hero .et_pb_button.btn_simple:before {
  background-color: #16263a;
}

.access-prostejov .et_pb_button.btn_simple:before {
  background-color: #137d79;
}
.access-prostejov .et_pb_button.btn_simple:hover {
  color: #137d79;
}
.access-prostejov .section-hero .et_pb_button.btn_simple:before {
  background-color: #0b4846;
}

@media (max-width: 479.99px) {
  .btn-xs-responsive .et_pb_button_module_wrapper {
    background-color: rgba(0, 0, 0, 0.05);
    height: 45px;
    border-radius: 40px;
    line-height: 45px;
  }
  .btn-xs-responsive .et_pb_button_module_wrapper .et_pb_button.btn_simple {
    padding: 0.5em 2.5em 0.5em 3.5em;
    width: 100%;
    background-color: transparent;
  }
}
@media (max-width: 767.99px) {
  .btn-sm-responsive .et_pb_button_module_wrapper {
    background-color: rgba(0, 0, 0, 0.05);
    height: 45px;
    border-radius: 40px;
    line-height: 45px;
  }
  .btn-sm-responsive .et_pb_button_module_wrapper .et_pb_button.btn_simple {
    padding: 0.5em 2.5em 0.5em 3.5em;
    width: 100%;
    background-color: transparent;
  }
}
/* Images style
 * -------------------------------------------- */
.md_imgr .et_pb_image_wrap {
  overflow: hidden;
}

.imgr_60102020 .et_pb_image_wrap {
  border-radius: 60px 10px 20px 20px;
}

.imgr_10602020 .et_pb_image_wrap {
  border-radius: 10px 60px 20px 20px;
}

.imgr_10206020 .et_pb_image_wrap {
  border-radius: 10px 20px 60px 20px;
}

.imgr_10202060 .et_pb_image_wrap {
  border-radius: 10px 20px 20px 60px;
}

/* Card style
 * -------------------------------------------- */
.card {
  border-radius: 40px 8px 20px 8px;
  position: relative;
  display: block;
  -webkit-box-shadow: 0 0 1.5625rem 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 1.5625rem 0 rgba(0, 0, 0, 0.16);
  height: 100%;
  overflow: hidden;
  text-decoration: none;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.5s;
  transition: -webkit-transform 0.3s, -webkit-box-shadow 0.5s;
  transition: transform 0.3s, box-shadow 0.5s;
  transition: transform 0.3s, box-shadow 0.5s, -webkit-transform 0.3s, -webkit-box-shadow 0.5s;
}

.card-50-50 img {
  border-radius: 40px 24px 40px 24px;
}

/* URL for source file theme
 * -------------------------------------------- */
.cta-360-menu-item a::before {
  background-image: url("https://www.artecon.cz/wp-content/uploads/2021/09/ico-360-black.svg");
}

.cta-360-menu-item.cta-button a::before {
  background-image: url("https://www.artecon.cz/wp-content/uploads/2021/09/ico-360-white.svg") !important;
}

.section-header__aepa .cta-360-menu-item a:hover::before {
  background-image: url("https://www.artecon.cz/wp-content/uploads/2021/09/ico-360-pa.svg");
}

.section-header__aepv .cta-360-menu-item a:hover::before {
  background-image: url("https://www.artecon.cz/wp-content/uploads/2021/09/ico-360-pv.svg");
}

.section-interested--why-study .md-blurb-whystudy {
  background-image: url("https://www.artecon.cz/wp-content/uploads/2022/08/bg_dots_003-50D.png");
}

.section-home-main--interested .study-pa {
  background-image: url("https://www.artecon.cz/wp-content/uploads/2022/10/ae_sign-purple.png");
}
.section-home-main--interested .study-pavos {
  background-image: url("https://www.artecon.cz/wp-content/uploads/2022/10/ae_sign-black50.png");
}
.section-home-main--interested .study-pv {
  background-image: url("https://www.artecon.cz/wp-content/uploads/2022/10/ae_sign-black10.png");
}
.section-home-main--interested .study-pvvos {
  background-image: url("https://www.artecon.cz/wp-content/uploads/2022/10/ae_sign-yellow.png");
}

/* Utilities
 * -------------------------------------------- */
.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.hidden {
  display: none !important;
}

@media (min-width: 981px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 980.99px) {
  .hidden-lg-down {
    display: none !important;
  }
}