/*!
 *
 *	Project:	MUDr.
 *	Author:		Petr Urbanek - www.r4ms3s.cz
 *	Twitter:	@r4ms3scz
 *
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
}
html,
body {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  -ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
.c:after {
  content: "";
  display: table;
  clear: both;
}
p {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  text-rendering: optimizelegibility;
}
ul,
ol {
  padding: 0;
  margin: 0;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: none;
}
ol {
  list-style: none;
}
dl {
  margin-bottom: 0;
}
hr {
  margin: 0;
  border: 0;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
abbr {
  font-size: 90%;
  text-transform: uppercase;
  border-bottom: 1px dotted #ddd;
  cursor: help;
}
small {
  font-size: 100%;
}
cite {
  font-style: normal;
}
/* ---------
HTML
--------- */
html {
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
html,
body {
  width: 100%;
  height: auto;
}
/* ---------
BODY
--------- */
body {
  margin: 0;
  line-height: 1;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  font-family: 'PT Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #0c0625;
  background: #fff;
  letter-spacing: 0.04em;
}
/* ---------
LINKS
--------- */
a {
  color: #2173b8;
  text-decoration: underline;
  text-decoration-skip: ink;
}
a:hover {
  text-decoration: none;
}
/* ---------
UI
--------- */
.vacation-info {
  margin: 20px 0;
  padding: 16px 18px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #fcecd9;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4em;
}
.text-center {
  text-align: center;
}
/* ---------
BTNs
--------- */
.btn {
  display: inline-block;
  height: 46px;
  padding: 0 24px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 46px;
  font-weight: 700;
  color: #068c98;
  background: #fff;
  text-decoration: none;
  letter-spacing: 0.4px;
  vertical-align: top;
  box-shadow: 0px 8px 24px rgba(61, 63, 86, 0.2);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn:hover {
  color: #fff;
  background: #07a996;
}
.btn-second {
  color: #2173b8;
  background: #fff;
  box-shadow: 0px 8px 24px rgba(61, 63, 86, 0.2);
}
.btn-second:hover {
  color: #fff;
  background: #2173b8;
}
.btn-new {
  position: relative;
  display: inline-block;
  margin: 0 0 20px 0;
  padding: 0 24px 0 64px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 48px;
  font-weight: 700;
  color: #fff;
  background: #07a996;
  text-decoration: none;
  letter-spacing: 0.4px;
  vertical-align: top;
  box-shadow: 0px 8px 24px rgba(61, 63, 86, 0.2);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-new i {
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  background: url(../img/ico-arrow.svg) center center no-repeat;
  background-size: 100% auto;
}
.btn-new:hover {
  color: #fff;
  background: #1d1f32;
}
.btn-green {
  position: relative;
  display: inline-block;
  margin: 0 0 20px 0;
  padding: 0 24px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 48px;
  font-weight: 700;
  color: #fff;
  background: #07a996;
  text-decoration: none;
  letter-spacing: 0.4px;
  vertical-align: top;
  box-shadow: 0px 8px 24px rgba(61, 63, 86, 0.2);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-green i {
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  background: url(../img/ico-arrow.svg) center center no-repeat;
  background-size: 100% auto;
}
.btn-green:hover {
  color: #fff;
  background: #1d1f32;
}
/* ---------
COLOR VARIANT
--------- */
.web-blue .article-home {
  background: #2173b8;
}
.web-blue .btn-second {
  color: #2173b8;
}
.web-blue .btn-second:hover {
  color: #fff;
  background: #2173b8;
}
.web-blue .p-contact a {
  color: #2173b8;
}
.web-blue .article-sluzby li:before {
  background: #2173b8;
}
.web-green .article-home {
  background: #164e63;
}
.web-green .btn-second {
  color: #164e63;
}
.web-green .btn-second:hover {
  color: #fff;
  background: #164e63;
}
.web-green .p-contact a {
  color: #164e63;
}
.web-green .article-sluzby li:before {
  background: #164e63;
}
.web-cyan .article-home {
  background: #068c98;
}
.web-cyan .btn-second {
  color: #068c98;
}
.web-cyan .btn-second:hover {
  color: #fff;
  background: #068c98;
}
.web-cyan .p-contact a {
  color: #068c98;
}
.web-cyan .article-sluzby li:before {
  background: #068c98;
}
.web-red .article-home {
  background: #7f1d1d;
}
.web-red .btn-second {
  color: #7f1d1d;
}
.web-red .btn-second:hover {
  color: #fff;
  background: #7f1d1d;
}
.web-red .p-contact a {
  color: #7f1d1d;
}
.web-red .article-sluzby li:before {
  background: #7f1d1d;
}
.web-purple .article-home {
  background: #701a75;
}
.web-purple .btn-second {
  color: #701a75;
}
.web-purple .btn-second:hover {
  color: #fff;
  background: #701a75;
}
.web-purple .p-contact a {
  color: #701a75;
}
.web-purple .article-sluzby li:before {
  background: #701a75;
}
.web-pink .article-home {
  background: #f1b9d6;
}
.web-pink .btn-second {
  color: #f1b9d6;
}
.web-pink .btn-second:hover {
  color: #fff;
  background: #f1b9d6;
}
.web-pink .p-contact a {
  color: #f1b9d6;
}
.web-pink .article-sluzby li:before {
  background: #f1b9d6;
}
/* ---------
LAYOUT
--------- */
.page {
  position: relative;
  width: 100%;
}
.in {
  position: relative;
  margin: 0 auto 0;
  padding-left: 50px;
  padding-right: 50px;
  width: 100%;
  max-width: 1100px;
}
.in:after {
  content: "";
  display: table;
  clear: both;
}
/* ---------
HEADER
--------- */
header {
  padding: 30px 0;
  background: #068c98;
}
header h1 {
  float: left;
}
header h1 a {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 44px;
  color: #fff;
  text-decoration: none;
}
header h1 a strong {
  display: inline-block;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 44px;
  font-weight: 700;
  vertical-align: top;
}
header .btn {
  position: relative;
  margin-top: -6px;
  float: right;
}
/* ---------
FOOTER
--------- */
footer {
  padding: 20px 0;
  background: #f8f7fc;
  text-align: center;
}
footer p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4em;
}
/* ---------
SECTION
--------- */
section {
  width: 100%;
}
/* ---------
ARTICLE
--------- */
article {
  padding: 50px 0;
}
article h2 {
  margin: 0 0 10px 0;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
}
article .h2-margin {
  margin-top: 50px;
}
article h3 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2em;
  font-weight: 600;
}
article .h3-margin {
  margin-top: 20px;
}
article p {
  margin: 0 0 25px 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4em;
}
article .p-contact {
  position: relative;
  margin: 0 0 12px 0;
  padding-left: 160px;
}
article .p-contact span {
  position: absolute;
  left: 0;
  top: 0;
}
article .p-center {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
article .p-info {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4em;
  opacity: 0.8;
}
article .p-info-center {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4em;
  font-weight: 700;
  text-align: center;
}
table {
  margin: 0 0 20px 0;
  border-top: 4px solid #f8f7fc;
  border-bottom: 4px solid #f8f7fc;
  width: 100%;
  text-align: center;
}
table tr {
  vertical-align: middle;
}
table tr:nth-child(even) {
  background: #f8f7fc;
}
table td,
table th {
  padding: 10px 14px;
  font-family: 'PT Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4em;
  font-weight: 400;
  vertical-align: middle;
  text-align: left;
}
table td small,
table th small {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4em;
  font-weight: normal;
}
table th {
  font-weight: 700;
}
/* ---------
ARTICLE - HOME (dark)
--------- */
.article-home {
  padding: 80px 0 80px 0;
}
.article-home .item-desc {
  float: left;
  max-width: 50%;
}
.article-home .item-desc h1 {
  margin: 0 0 24px 0;
  font-size: 44px;
  font-size: 4.4rem;
  line-height: 1.2em;
  font-weight: 700;
  color: #fff;
}
.article-home .item-desc p {
  margin: 0 0 60px 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4em;
  color: #fff;
}
.article-home .item-desc p a {
  color: inherit;
}
.article-home .item-desc .p-info {
  margin: 18px 0 0 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4em;
  opacity: 0.6;
}
.article-home .item-img {
  position: absolute;
  right: 25px;
  bottom: -120px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  width: 45%;
  height: auto;
  overflow: hidden;
  box-shadow: 5px 5px 10px #777777;
}
.article-home .item-img img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
  overflow: hidden;
}
/* ---------
ARTICLE - ORDINACNI HODINY
--------- */
.article-ordinacnihodiny {
  padding-top: 100px;
}
.open-list {
  margin: 0 0px;
  padding: 20px 0;
}
.open-list ul {
  display: flex;
  width: 100%;
}
.open-list ul:after {
  content: "";
  display: table;
  clear: both;
}
.open-list li {
  float: left;
  padding: 20px 20px 26px 20px;
  width: 20%;
  text-align: center;
}
.open-list li:nth-child(1),
.open-list li:nth-child(3),
.open-list li:nth-child(5),
.open-list li:nth-child(7) {
  background: #f8f7fc;
}
.open-list h3 {
  margin: 0 0 10px 0;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2em;
  font-weight: 700;
  color: #8e8f98;
}
.open-list .hour-block {
  margin: 0 0 16px 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4em;
}
.open-list .hour-block:last-child {
  margin: 0;
}
.open-list .hour-block strong {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4em;
}
.open-list .hour-block small {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4em;
  font-weight: normal;
}
.open-list .hour-block span {
  display: block;
  color: red;
}
/* ---------
ARTICLE - AKTUALITY
--------- */
.article-aktuality {
  width: 100%;
}
.article-aktuality .modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.4);
}
.article-aktuality .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  max-height: 80%;
  padding: 20px;
  background-color: #ffffff;
  color: #161d1b;
  border-radius: 12px;
  box-shadow: none;
  overflow-y: auto;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.article-aktuality .modal-content h1 {
  margin: 0 0 0.5em 0;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 700;
  color: #000;
}
.article-aktuality .modal-content p {
  white-space: pre-wrap;
}
.article-aktuality .close {
  position: absolute;
  top: 0;
  left: 100%;
  transform: translateX(-100%);
  color: #aaa;
  padding: 1em;
  background-color: transparent;
  border-radius: 50%;
}
.article-aktuality .close .btn-close {
  width: 4em;
  padding: 0 8px;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1;
}
.article-aktuality .close:hover,
.article-aktuality .close:focus {
  background-color: #ccc;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.article-aktuality ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1em;
}
.article-aktuality ul .hide {
  display: none;
}
.article-aktuality li {
  width: calc(50% - 1em);
  background-color: #f8f7fc;
  padding: 32px;
  cursor: pointer;
  border: 1px solid transparent;
}
.article-aktuality li:hover {
  border: 1px solid #164e63;
}
.article-aktuality li h3 {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
  color: #000;
}
.article-aktuality li .date {
  margin: 0 0 10px 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  color: gray;
}
.article-aktuality li .collapsed {
  max-height: calc(1.6 * 4em);
  overflow: hidden;
}
.article-aktuality li button {
  margin: 10px 0 0 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  background: transparent;
  font-weight: bold;
  color: #078d98;
}
/* ---------
ARTICLE - SLUZBY
--------- */
.article-sluzby ul {
  margin: 20px auto 0;
  max-width: 70%;
}
.article-sluzby li {
  position: relative;
  margin: 0 0 14px 0;
  padding: 0 0 0 24px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4em;
}
.article-sluzby li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #2173b8;
  opacity: 0.4;
}
/* ---------
ARTICLE - KONTAKT
--------- */
.article-kontakt h3 {
  margin: 0 0 16px 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2em;
  font-weight: 700;
  color: #000;
}
.article-kontakt table {
  border: none;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4em;
}
.article-kontakt table tr:nth-child(even) {
  background: transparent;
}
.article-kontakt .p-info {
  margin: 0 0 34px 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4em;
}
.detail-contact {
  display: none;
}
.detail-contact.show {
  display: block;
}
.contact-list {
  padding: 20px 0 0 0;
  width: 100%;
}
.contact-list:after {
  content: "";
  display: table;
  clear: both;
}
.contact-list .item-desc {
  float: left;
  width: 46%;
}
.contact-list .item-map {
  float: right;
  width: 50%;
}
.contact-list .item-map iframe {
  height: 400px;
  margin: 0 0 16px 0;
}
/* ---------
ARTICLE - POJISTOVNY
--------- */
.article-pojistovny {
  padding-bottom: 20px;
}
.article-pojistovny h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2em;
}
.article-pojistovny ul {
  padding: 20px 0 0 0;
  max-width: 100%;
  text-align: center;
  opacity: 0.4;
}
.article-pojistovny li {
  display: inline-block;
  margin: 0 30px 40px;
  padding: 0;
  line-height: 42px;
  vertical-align: top;
  text-align: center;
}
.article-pojistovny li:before {
  display: none;
}
.article-pojistovny li img {
  display: inline-block;
  width: auto;
  height: 42px;
  vertical-align: middle;
}
.article-pojistovny .item-big img {
  width: auto;
  height: 34px;
}
/* ---------
MEDIA QUERIES
--------- */
@media screen and (max-width: 1060px) {
  /* ---------
  BTNs
  --------- */
  .btn {
    height: 42px;
    padding: 0 20px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 42px;
  }
  .btn-new {
    padding: 0 20px 0 58px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 42px;
  }
  /* ---------
  LAYOUT
  --------- */
  .in {
    padding-left: 30px;
    padding-right: 30px;
  }
  /* ---------
  ARTICLE
  --------- */
  article {
    padding: 30px 0;
  }
  article h2 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.2em;
  }
  /* ---------
  ARTICLE - HOME (dark)
  --------- */
  .article-home {
    padding: 40px 0 40px 0;
  }
  .article-home .item-desc h1 {
    margin: 0 0 20px 0;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.2em;
  }
  .article-home .item-desc p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4em;
  }
  .article-home .item-img {
    right: 30px;
    bottom: -90px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    width: 40%;
    height: auto;
  }
  /* ---------
  ARTICLE - ORDINACNI HODINY
  --------- */
  .article-ordinacnihodiny {
    padding-top: 80px;
  }
}
@media screen and (max-width: 920px) {
  /* ---------
  UI
  --------- */
  .vacation-info {
    margin: 14px 0;
    padding: 8px 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .vacation-info p {
    margin: 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4em;
  }
  .vacation-info p br {
    display: none;
  }
  /* ---------
  BTNs
  --------- */
  .btn {
    height: 36px;
    padding: 0 20px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 36px;
  }
  .btn-new {
    padding: 0 20px 0 44px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 36px;
  }
  .btn-new i {
    left: 10px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
  }
  /* ---------
  HEADER
  --------- */
  header {
    padding: 20px 0;
  }
  header h1 a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 36px;
  }
  header h1 a strong {
    font-size: 20px;
    font-size: 2rem;
    line-height: 36px;
  }
  header .btn {
    margin-top: 0;
  }
  /* ---------
  ARTICLE
  --------- */
  article h2 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.2em;
  }
  article p {
    margin: 0 0 20px 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4em;
  }
  article .p-contact {
    margin: 0 0 12px 0;
    padding-left: 70px;
  }
  article .p-center_ {
    max-width: 80%;
  }
  article .p-info,
  article .p-info-center {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.4em;
  }
  table td,
  table th {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4em;
  }
  /* ---------
  ARTICLE - HOME (dark)
  --------- */
  .article-home {
    padding: 20px 0 40px 0;
  }
  .article-home .item-desc {
    max-width: 340px;
  }
  .article-home .item-desc h1 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.2em;
  }
  .article-home .item-desc p {
    margin-bottom: 30px;
  }
  .article-home .item-desc p br {
    display: none;
  }
  .article-home .item-desc .p-info {
    margin-top: 10px;
  }
  .article-home .item-img {
    top: 0px;
    bottom: auto;
    width: 34%;
    height: auto;
  }
  /* ---------
  ARTICLE - ORDINACNI HODINY
  --------- */
  .article-ordinacnihodiny {
    padding-top: 60px;
  }
  .open-list {
    margin: 0 -30px;
    padding: 10px 0;
  }
  .open-list li {
    float: left;
    padding: 16px 12px 22px 12px;
  }
  .open-list h3 {
    margin: 0 0 8px 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2em;
  }
  .open-list p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.4em;
  }
  .open-list p strong {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4em;
  }
  /* ---------
  ARTICLE - POJISTOVNY
  --------- */
  .article-pojistovny h2 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2em;
  }
  .article-pojistovny li {
    margin: 0 20px 30px;
    padding: 0;
    line-height: 38px;
  }
  .article-pojistovny li img {
    width: auto;
    height: 38px;
  }
  .article-pojistovny .item-big img {
    width: auto;
    height: 30px;
  }
}
@media screen and (max-width: 750px) {
  /* ---------
  BTNs
  --------- */
  .btn {
    padding: 10px 18px;
    height: auto;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3em;
  }
  .btn-new {
    padding: 10px 18px 10px 46px;
    height: auto;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3em;
  }
}
@media screen and (max-width: 680px) {
  /* ---------
  LAYOUT
  --------- */
  .in {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* ---------
  ARTICLE
  --------- */
  article p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5em;
  }
  article .p-center {
    max-width: 90%;
  }
  article .p-info-center {
    max-width: 90%;
  }
  /* ---------
  ARTICLE - HOME (dark)
  --------- */
  .article-home .item-desc h1 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.2em;
  }
  .article-home .item-desc p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5em;
  }
  .article-home .item-img {
    right: 20px;
  }
  /* ---------
  ARTICLE - ORDINACNI HODINY
  --------- */
  .article-ordinacnihodiny {
    padding-top: 40px;
  }
  /* ---------
  ARTICLE - SLUZBY
  --------- */
  .article-sluzby ul {
    margin-top: 10px;
    max-width: 90%;
  }
  /* ---------
  ARTICLE - KONTAKT
  --------- */
  .contact-list .item-map iframe {
    height: 320px;
  }
  /* ---------
  ARTICLE - POJISTOVNY
  --------- */
  .article-pojistovny ul {
    padding-top: 10px;
  }
  .article-pojistovny li {
    margin: 0 14px 20px;
    padding: 0;
    line-height: 32px;
  }
  .article-pojistovny li img {
    width: auto;
    height: 32px;
  }
  .article-pojistovny .item-big img {
    width: auto;
    height: 24px;
  }
}
@media screen and (max-width: 650px) {
  /* ---------
  ARTICLE - ORDINACNI HODINY
  --------- */
  .open-list {
    padding-bottom: 0;
  }
  .open-list ul {
    text-align: center;
  }
  .open-list li {
    display: inline-block;
    float: none;
    margin: 0 0 20px 0;
    width: 29%;
    text-align: center;
    vertical-align: top;
  }
  .open-list h3 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2em;
  }
  .open-list p {
    margin: 0 0 10px 0;
  }
  .open-list p:last-child {
    margin: 0;
  }
  .open-list p strong {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4em;
  }
  /* ---------
  ARTICLE - SLUZBY
  --------- */
  .article-sluzby ul {
    margin: 20px auto 0;
    max-width: 400px;
  }
  .article-sluzby li {
    padding: 0 0 0 16px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4em;
  }
  .article-sluzby li:before {
    left: 0;
    top: 5px;
    width: 6px;
    height: 6px;
  }
}
@media screen and (max-width: 550px) {
  /* ---------
  HEADER
  --------- */
  header {
    padding: 10px 0 10px 0;
    background: #0C0625;
    text-align: center;
  }
  header h1 {
    display: block;
    margin: 0 0 10px 0;
    float: none;
  }
  header h1 a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }
  header h1 a strong {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2em;
  }
  header .btn {
    float: none;
  }
  /* ---------
  ARTICLE
  --------- */
  article h2 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.2em;
  }
  /* ---------
  ARTICLE - HOME (dark)
  --------- */
  .article-home {
    padding: 20px 0 40px 0;
    text-align: center;
  }
  .article-home .item-desc {
    float: none;
    margin: 0 auto 0;
    max-width: 360px;
  }
  .article-home .item-desc h1 {
    margin-bottom: 10px;
  }
  .article-home .item-img {
    position: relative;
    right: 0;
    top: 0;
    width: 260px;
    height: auto;
    max-width: 100%;
    margin: 30px auto 0;
  }
  /* ---------
  ARTICLE - KONTAKT
  --------- */
  .contact-list {
    text-align: center;
  }
  .contact-list .item-desc {
    float: none;
    margin: 0 auto 30px;
    width: 300px;
    text-align: left;
  }
  .contact-list .item-map {
    float: none;
    width: 100%;
  }
  .contact-list .item-map iframe {
    height: 240px;
  }
}
@media screen and (max-width: 480px) {
  /* ---------
  ARTICLE
  --------- */
  table {
    margin-bottom: 10px;
  }
  table td,
  table th {
    padding: 8px 10px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.4em;
  }
  table th span {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.4em;
  }
  /* ---------
  ARTICLE - ORDINACNI HODINY
  --------- */
  .open-list {
    margin: 0 0 20px 0;
  }
  .open-list li {
    float: none;
    margin: 0;
    width: 100%;
    display: block;
  }
}
/*
  https://cssgradient.io/
*/
/*
  http://apps.eky.hk/css-triangle-generator/
*/
/*
  -webkit-transform:translate3d(0,0,0);
*/
/*
  -webkit-backface-visibility: hidden;
*/
/*
  -webkit-transform: rotate(45deg) scale(2);
*/
/*
  select{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    outline:none;
    cursor:pointer;
  }
*/
/*
  pointer-events:none;
*/
/*
  word-wrap: break-word!important;
  word-break: break-word!important;
*/
/*
  .transition(all .2s ease-in-out);
*/
/*
  http://cubic-bezier.com/
*/
/*
  -webkit-animation: pulse 4s infinite ease-in-out;
  -webkit-animation-delay: .5s;

  @-webkit-keyframes pulse {
    0% {
      -webkit-transform: translate3d(0,0,0);
    }
    40% {
      -webkit-transform: translate3d(0,30px,0);
    }
    100% {
      -webkit-transform: translate3d(0,0,0);
    }
  }
*/
/*
  -webkit-animation: eye .6s ease-in-out;
  -webkit-animation-delay: .5s;
  -webkit-animation-fill-mode:forwards;
  -webkit-animation-iteration-count: 1;

  @-webkit-keyframes eye {
    0% {
      height:7px;
    }
    30% {
      height:4px;
    }
    60% {
      height:7px;
    }
    100% {
      height:0;
    }
  }
*/
/*
  display:block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
*/
/*
  overflow:hidden;
  overflow-x:hidden;
  overflow-y:auto;
  -webkit-overflow-scrolling: touch;
*/
/*
  overflow:hidden;
  overflow-x:auto;
  overflow-y:hidden;
  -webkit-overflow-scrolling: touch;
*/
/*
  @media screen and (max-width: 1024px) , screen and (max-height: 768px)
*/
/*
  @media screen and (max-width: 1024px) and (max-height: 768px)
*/
/*
  $('*').each(function() {
      if ($(this).width() > 320) {
          console.log($(this).html(), $(this).attr('class'));
      }
  });


  [].forEach.call(document.querySelectorAll("*"),function(a){a.style.outline="1px solid #"+(~~(Math.random()*(1<<24))).toString(16)})
*/
.display-none {
  display: none;
}
