/* 720px+*/
/* 960px+*/
h1 {
  padding: 1em 0 1em 0;
  font-size: 1.75em;
  font-weight: 500;
  line-height: 1.5em;
  text-align: center;
}

.photo {
  display: flex !important;
  align-items: center;
  justify-content: left;
  background-position: center;
}

.photo h1 {
  display: none;
  color: #FFFFFF;
  text-shadow: 0 0 0.1em rgba(0, 0, 0, 0.95);
  padding: 0 1em;
}

.ppage .photo h1 {
  display: block;
  font-weight: 700;
}

#article h1.no_image {
  display: block;
  margin-top: 0;
  padding: 0 0 0.5em 0;
  font-size: 1.75em;
  font-weight: 500;
  line-height: 1.5em;
  color: black;
}

#main_title .wbox {
  padding: 2em 1em;
  background-color: #FFFFFF;
}

.left {
  margin: 0 1em;
}

#bck p a.action_button {
  text-decoration: none;
}

#bck p a.action_button:hover {
  color: #ffffff;
  text-decoration: none;
}

.ppage #main_img .banner_wrap {
  min-height: 18em;
  padding-bottom: 0;
  position: relative;
}

#advisory_header {
  width: 100%;
}

#advisory_header .bg {
  width: 100%;
  height: 20em;
  background-image: url("/thm/def/img/advbg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}

#advisory_header .advisory_info {
  background-color: #FFFFFF;
  padding: 1em;
}

#advisory_header .advisory_info .web {
  padding: 0 0 1em 0;
}

#advisory_header .advisory_info .web .title {
  line-height: 1.5em;
  font-size: 0.875em;
  font-weight: 600;
  text-transform: uppercase;
  color: #D5141E;
  font-size: 2em;
  padding: 0.5em 0;
}

#advisory_header .advisory_info h3 {
  color: #212529;
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 500;
  padding-bottom: 0.75em;
}

#advisory_header .advisory_info ul li {
  background: url("/thm/def/img/svg/check_circle.svg") no-repeat 0 0;
  padding-left: 2em;
  margin-bottom: 1em;
}

/* numbering */
.pg_bl .pg_act {
  text-align: center;
}

.pg_bl .pg_act span, .pg_bl .pg_act a {
  display: inline-block;
  margin: 0 0.25em;
  line-height: 2em;
  width: 2em;
  border-radius: 50%;
  font-weight: bold;
  color: #D5141E;
  border: 1px solid transparent;
}

.pg_bl .pg_act span {
  background-color: #D5141E;
  color: #ffffff;
}

.pg_bl .pg_act span.pg_arrow {
  background-color: #ffffff;
  color: #000000;
}

.pg_bl .pg_act span.dots {
  background-color: #ffffff;
  color: #000000;
}

.pg_bl .pg_act a {
  text-decoration: none;
}

.pg_bl .pg_act a:hover {
  border: 1px solid #D5141E;
}

#article {
  width: 100%;
  border-bottom: 2em solid #fff;
  background-color: #FFFFFF;
}

#article h1 {
  padding: 0 0 0.5em 0;
}

#article .wrap {
  padding: 1em;
}

#article .perex {
  margin-bottom: 1.5em;
  text-align: justify;
}

#article .text_content {
  padding: 0;
  line-height: 1.5em;
  text-align: justify;
}

#article .text_content a {
  text-decoration: underline;
}

#article .text_content a:hover {
  color: #212529;
  text-decoration: underline;
}

#article .text_content img.pg_full {
  width: 100%;
  margin: 1.5em 0;
}

#article .text_content img.pg_half_l {
  width: 50%;
  float: left;
  margin: 0.5em 1em 1.5em 0;
}

#article .text_content img.pg_half_r {
  width: 50%;
  float: right;
  margin: 0.5em 0 1.5em 1em;
}

#article .text_content img.pg_third_l {
  width: 33%;
  float: left;
  margin: 0.5em 1em 1.5em 0;
}

#article .text_content img.pg_third_r {
  width: 33%;
  float: right;
  margin: 0.5em 0 1.5em 1em;
}

#article .text_content h2 {
  font-size: 1.5em;
  margin-bottom: 0.25em;
  font-weight: bold;
}

#article .text_content h3 {
  font-size: 1.2em;
  margin-bottom: 0.25em;
  font-weight: bold;
}

#article .text_content h4 {
  margin-bottom: 0.25em;
  font-weight: bold;
}

#article .text_content .attachments {
  margin: 1em 0 2em 0;
}

#article .text_content .attachments h5 {
  font-weight: bold;
}

#article .text_content .gallery {
  margin: 1em 0 2em 0;
}

#article .text_content p {
  margin-bottom: 1em;
}

#article .text_content li {
  margin-bottom: 0.5em;
  margin-left: 1.25em;
  list-style-position: outside;
  list-style-type: disc;
}

#article h2 {
  padding: 0 0 0.25em 0;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.3em;
}

#article h2 a {
  color: #212529;
  text-decoration: none;
}

#article h2 a:hover {
  text-decoration: underline;
}

#article .text_wrap {
  color: black;
  padding-bottom: 1.5em;
  font-weight: 500;
  margin-bottom: 0.5em;
  max-height: 4.5em;
  overflow: hidden;
  text-overflow: ellipsis;
}

#article .action_button {
  margin-bottom: 2em;
}

#article .bg {
  width: 100%;
  height: 15em;
  border-top-right-radius: 3em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}

#article .clear {
  clear: both;
  background-color: #FFFFFF;
  height: 2em;
}

#article .clear.end {
  height: 0;
}

#article .tags {
  margin-bottom: 0.5em;
}

#article .tags li {
  display: inline-block;
  margin: 0 0.25em 0.25em 0;
  line-height: 2em;
  font-size: 0.875em;
}

#article .tags li a {
  display: inline-block;
  text-transform: uppercase;
  padding: 0 1em;
  line-height: 2em;
  background-color: #0085E5;
  color: #FFFFFF;
  border-radius: 0.25em;
  text-decoration: none;
}

#articles {
  width: 100%;
  border-bottom: 2em solid #fff;
  background-color: #FFFFFF;
}

#articles .wrap {
  padding: 1em;
  background-color: #F6F6F6;
}

#articles h2 {
  padding: 0 0 0.25em 0;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.3em;
}

#articles h2 a {
  color: #212529;
  text-decoration: none;
}

#articles h2 a:hover {
  text-decoration: underline;
}

#articles .text_wrap {
  color: black;
  padding-bottom: 1.5em;
  font-weight: 500;
  margin-bottom: 0.5em;
  max-height: 4.5em;
  overflow: hidden;
  text-overflow: ellipsis;
}

#articles .action_button {
  margin-bottom: 2em;
}

#articles .bg {
  width: 100%;
  height: 15em;
  border-top-right-radius: 3em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}

#articles .clear {
  clear: both;
  background-color: #FFFFFF;
  height: 2em;
}

#articles .tags {
  margin-bottom: 0.5em;
}

#articles .tags li {
  display: inline-block;
  margin: 0 0.25em 0.25em 0;
  line-height: 2em;
  font-size: 0.75em;
}

#articles .tags li a {
  display: inline-block;
  text-transform: uppercase;
  padding: 0 1em;
  line-height: 2em;
  background-color: #0085E5;
  color: #FFFFFF;
  border-radius: 0.25em;
  text-decoration: none;
}

#questions h2 {
  margin: 0;
  padding: 0;
}

#questions h6 a {
  color: #D5141E;
}

#questions h6 a:hover {
  color: #000000;
}

#questions .question {
  margin: 1.5em 0;
  padding: 1em;
  border: 1px solid #CED4DA;
  border-radius: 0.25em;
}

#questions .question h3 {
  line-height: 1.5em;
  font-size: 1.125em;
  font-weight: 500;
  margin-bottom: 0.5em;
}

#questions .question h3 a {
  text-decoration: none;
  color: #212529;
}

#questions .question h3 a:hover {
  text-decoration: underline;
}

#questions .question ul {
  margin-bottom: 0.75em;
}

#questions .question li {
  display: inline-block;
  font-size: 0.6875em;
  text-transform: uppercase;
  white-space: nowrap;
  margin-right: 0.5em;
}

#questions .question li a {
  display: inline-block;
  color: #D5141E;
  font-weight: bold;
  border-radius: 0.25em;
  line-height: 1.5em;
  padding: 0 0.5em;
  border: 1px dotted #D5141E;
  text-decoration: none;
}

#questions .question li a:hover {
  background-color: #D5141E;
  color: #ffffff;
}

#questions .question li span {
  display: inline-block;
  color: #D5141E;
  font-weight: bold;
  border-radius: 0.25em;
  line-height: 1.5em;
  padding: 0 0.5em;
  border: 1px dotted #D5141E;
}

#questions .question li span.grey {
  color: #8F9193;
  border: 1px dotted #8F9193;
}

#questions .question .question_text {
  margin-bottom: 0.75em;
}

#questions .question .question_status {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 0.875em;
}

#questions .question .question_status .date {
  color: #8F9193;
}

#questions .question .question_status .status {
  color: #8F9193;
  font-style: italic;
}

#questions .question .question_status a {
  color: #D5141E;
  text-decoration: none;
}

#questions .question .question_status a:hover {
  text-decoration: underline;
}

/* Zobrazeni jedne otazky*/
.question_tags {
  text-align: center;
}

.question_tags ul {
  display: inline-block;
  margin-bottom: 0.75em;
}

.question_tags li {
  display: inline-block;
  font-size: 0.6875em;
  text-transform: uppercase;
  white-space: nowrap;
  margin: 0 0.5em;
}

.question_tags li a {
  display: inline-block;
  color: #D5141E;
  font-weight: bold;
  border-radius: 0.25em;
  line-height: 1.5em;
  padding: 0 0.5em;
  border: 1px dotted #D5141E;
  text-decoration: none;
}

.question_tags li a:hover {
  background-color: #D5141E;
  color: #ffffff;
}

.question_tags li span {
  display: inline-block;
  color: #D5141E;
  font-weight: bold;
  border-radius: 0.25em;
  line-height: 1.5em;
  padding: 0 0.5em;
  border: 1px dotted #D5141E;
}

.question_tags li span.grey {
  color: #8F9193;
  border: 1px dotted #8F9193;
}

.question_info {
  text-align: center;
  margin-bottom: 1em;
}

.question_info span {
  display: inline-block;
  font-size: 0.875em;
  font-weight: bold;
  margin: 0 1em;
}

.question_info span.questioner {
  color: #D5141E;
  text-transform: uppercase;
}

.question_info span.date {
  color: #8F9193;
}

#article .text_content.question {
  margin-bottom: 2em;
}

#article .text_content.answer {
  background-color: #F6F6F6;
  padding: 1em;
}

#article .text_content.answer .label {
  font-weight: bold;
  margin-bottom: 1em;
}

#article .text_content.answer .reply_info {
  font-size: 0.875em;
  font-weight: bold;
  margin-bottom: 1em;
  display: flex;
  flex-direction: row;
  align-items: center;
}

#article .text_content.answer .reply_info span {
  display: inline-block;
}

#article .text_content.answer .reply_info .who {
  color: #D5141E;
}

#article .text_content.answer .reply_info .date {
  color: #8F9193;
  padding-left: 1em;
  margin-left: 1em;
  border-left: 1px dotted #CED4DA;
}

#article .text_content.answer .reply_info span.img {
  width: 3em;
  height: 3em;
  border-radius: 50%;
  margin-right: 0.75em;
}

#article .text_content.answer .reply_info span.img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #CED4DA;
}

/* ask */
.ask label {
  font-weight: bold;
  display: block;
  line-height: 1.5em;
  margin-bottom: 0.25em;
}

.ask input, .ask select, .ask textarea {
  padding: 0.75em 1em;
  border: 1px solid #CED4DA;
  border-radius: 0.25em;
  width: 100%;
  margin-bottom: 0.125em;
}

.ask .exp {
  color: #8F9193;
  font-style: italic;
  margin-bottom: 1em;
}

.ask .btn {
  text-align: center;
}

.ask .err {
  color: #ff0000;
  font-style: italic;
  margin-bottom: 0.25em;
}

button.action_button {
  color: #D5141E;
  background-color: #ffffff;
  display: inline-block;
  padding: 0.8571em;
  font-size: 0.875em;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  min-width: 10em;
  margin: 0 1em;
}

button.action_button:hover {
  color: #ffffff;
  background-color: #D5141E;
  cursor: pointer;
}

.ask #frm p {
  font-style: italic;
  margin-bottom: 0.5em;
}

.ask .review {
  display: block;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.ask .review span {
  font-weight: normal;
  display: block;
}

.ask .rdo label {
  font-weight: normal;
  display: block;
}

.ask .rdo textarea {
  font-weight: bold;
}

/* FAQ */
#faq h1 {
  text-align: left;
  font-size: 2em;
  margin-bottom: 0.5em;
}

#faq h2 {
  margin: 0 0.25em 0.5em 0.25em;
  padding: 0;
}

#xfaq #faq-category {
  display: flex;
}

#faq #faq-category .category {
  display: block;
  text-decoration: none;
  width: 100%;
  border: 1px solid #CED4DA;
  margin-bottom: 1em;
  text-align: center;
  padding: 1.75em 1em 1.5em 1em;
}

#faq #faq-category .category:hover {
  background-color: rgba(213, 20, 30, 0.08);
  border: 1px solid #D5141E;
}

#faq #faq-category span {
  display: block;
  color: #D5141E;
  font-size: 2em;
  margin-bottom: 0.4em;
}

#faq #faq-category .category div {
  display: flex;
  align-items: center;
  height: 5em;
  vertical-align: middle;
}

#faq #faq-category h6 {
  color: #333;
  font-weight: 500;
  width: 100%;
}

#faq .faq-question {
  padding: 0 1em 1em 0;
  margin-bottom: 1em;
  border-bottom: 1px solid #CED4DA;
}

#faq .faq-question h6 {
  font-style: italic;
  margin-bottom: 0.5em;
  font-size: 1em;
  font-weight: bold;
}

#faq a {
  color: #D5141E;
}

#faq .go-back {
  margin: 4em 1em 4em 1em;
  font-style: italic;
}

/* search */
form.sbox {
  background-color: #F6F6F6;
  padding: 0.5em 1em 1em 1em;
  margin: 0.5em 0;
  position: relative;
}

form.sbox h6 {
  font-size: 0.675em;
  text-transform: uppercase;
}

form.sbox ul {
  margin-bottom: 0.5em;
}

form.sbox li {
  display: inline-block;
  font-size: 0.6875em;
  text-transform: uppercase;
  white-space: nowrap;
  margin-right: 0.5em;
}

form.sbox li span {
  display: inline-block;
  background-color: #ffffff;
  color: #aaaaaa;
  font-weight: bold;
  border-radius: 0.25em;
  line-height: 1.5em;
  padding: 0 0.5em;
  border: 1px dotted #8F9193;
}

form.sbox li span.active {
  color: #D5141E;
  border: 1px dotted #D5141E;
}

form.sbox li span:hover {
  border-color: #000000;
  cursor: pointer;
  box-shadow: inset 0 0 1px 0 rgba(0, 0, 0, 0.7);
}

form.sbox .sstr {
  font-size: 0.875em;
}

form.sbox .sstr label {
  display: none;
}

form.sbox .sstr input, form.sbox .sstr select, form.sbox .sstr button {
  display: block;
  width: 100%;
}

form.sbox .sstr input, form.sbox .sstr select {
  line-height: 1em;
  padding: 0.5em 1em;
  margin-bottom: 0.5em;
  border: 1px solid #CED4DA;
}

form.sbox .sstr option {
  line-height: 1em;
  padding: 0.5em 0;
}

form.sbox .sstr button {
  line-height: 2em;
  font-weight: 500;
}

form.sbox .sstr button {
  text-transform: uppercase;
  color: #D5141E;
  border: 1px solid #D5141E;
  background-color: #fcfcfc;
}

form.sbox .sstr button:hover {
  cursor: pointer;
  background-color: #D5141E;
  color: #ffffff;
}

form.sbox .form_error {
  font-style: italic;
  font-size: 0.875em;
  color: #f00;
}

form.sbox .ajax_working {
  display: none;
  width: 100%;
  height: 7em;
  padding: 1em 0;
  text-align: center;
  position: absolute;
  bottom: -7em;
}

form.sbox .ajax_working img {
  height: 100%;
}

#srs {
  min-height: 9em;
}

#srs h2 {
  text-align: left;
  font-size: 1.5em;
  margin-bottom: 1em;
  font-weight: normal;
}

@media screen and (min-width: 40em) {
  form.sbox .sstr {
    display: table;
    width: 100%;
  }
  form.sbox .sstr fieldset.out {
    display: table-cell;
  }
  form.sbox .sstr fieldset.in {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  form.sbox .sstr fieldset .wrap {
    display: table-cell;
  }
  form.sbox .sstr fieldset .wrap.srch {
    width: 100%;
  }
  form.sbox .sstr fieldset .wrap.w {
    padding: 0 0.5em;
  }
  form.sbox .sstr fieldset .wrap.w select {
    width: 14em;
  }
  form.sbox .sstr .btn {
    display: table-cell;
    width: 10em;
  }
  form.sbox .sstr .btn button {
    width: 10em;
  }
}
@media screen and (min-width: 50em) {
  form.sbox .sstr .btn button {
    width: 14em;
  }
}
@media screen and (min-width: 45em) {
  #advisory_header .wrap {
    position: relative;
    margin: 0 0;
    height: 30em;
  }
  #advisory_header .wrap .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 28em;
  }
  #advisory_header .wrap .advisory_info {
    position: absolute;
    top: 1.25em;
    left: 3em;
    padding: 2em;
    width: 26em;
    border-top-right-radius: 2em;
  }
  #advisory_header .wrap .advisory_info h3 {
    font-size: 2.25em;
  }
  #advisory_header .advisory_info .web {
    padding-bottom: 1em;
  }
  #advisory_header .advisory_info ul {
    margin-bottom: 2em;
  }
  #advisory_header .advisory_info .web .title {
    line-height: 2.2857em;
    font-size: 0.875em;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.875em;
  }
  .photo h1 {
    display: block;
    text-align: left;
    text-shadow: 0 0 0.1em rgb(0, 0, 0);
  }
  #article h1 {
    display: none;
  }
  #article h1.ttl_dwn {
    display: block;
    font-size: 1.25em;
    font-weight: bold;
    text-align: left;
    margin-bottom: 1em;
  }
  .ppage #main_img .banner_wrap {
    padding-bottom: 41.67%;
    position: relative;
  }
  #article.qart {
    padding-top: 0;
  }
  #faq #faq-category {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #faq #faq-category .category {
    width: 31.3%;
    margin: 1%;
  }
  form.asf {
    display: table;
    width: 100%;
  }
  form.asf .form_body {
    display: table-cell;
  }
  form.asf .form_body fieldset {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  form.asf .form_body fieldset .wrap {
    display: table-cell;
  }
  form.asf .form_body fieldset .wrap.srch {
    width: 100%;
  }
  form.asf .form_body fieldset .wrap.w {
    padding: 0 0.5em;
  }
  form.asf .form_body fieldset .wrap.w select {
    width: 14em;
  }
  form.asf .form_buttons {
    display: table-cell;
    width: 10em;
  }
}
@media screen and (min-width: 70em) {
  #advisory_header .wrap {
    position: relative;
    margin: 0;
    height: 30em;
  }
  #advisory_header .wrap .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 28em;
  }
  #advisory_header .wrap .advisory_info {
    position: absolute;
    top: 1.25em;
    left: 3em;
    padding: 2em;
    width: 26em;
    border-top-right-radius: 2em;
  }
  #advisory_header .wrap .advisory_info h3 {
    font-size: 2.25em;
  }
  #advisory_header .advisory_info .web {
    padding-bottom: 1em;
  }
  #advisory_header .advisory_info ul {
    margin-bottom: 2em;
    text-align: left;
  }
  h1 {
    padding: 0.75em 0 0.25em 0;
    font-size: 1.75em;
    font-weight: 500;
    line-height: 1.5em;
    font-size: 2.625em;
  }
  #main_title {
    text-align: center;
  }
  #article {
    background-color: #FFFFFF;
    padding: 1em 2em 0 2em;
  }
  #questions {
    background-color: #FFFFFF;
    padding: 1em 2em;
  }
  #faq {
    background-color: #FFFFFF;
    padding: 1em 2em;
  }
  #faq.sr {
    padding: 1em 0;
  }
  #article h2 {
    font-size: 1.25em;
  }
  #article .wrap {
    height: 13em;
    padding: 0 2em 1em 0;
    vertical-align: middle;
    display: flex;
    flex-direction: row;
  }
  #article .wrap .image .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top-right-radius: 2em;
  }
  #article .action_button {
    margin-bottom: 0;
  }
  #article .clear {
    clear: both;
    background-color: #FFFFFF;
    height: 2em;
  }
  #article .clear.end {
    height: 0;
  }
  #articles {
    background-color: #FFFFFF;
    padding: 1em 0;
  }
  #articles h2 {
    font-size: 1.25em;
  }
  #articles .wrap {
    height: 16em;
    padding: 2em;
    vertical-align: middle;
    display: flex;
    flex-direction: row;
  }
  #articles .wrap .info {
    width: 50%;
    padding: 0 2em 0 0;
  }
  #articles .wrap .image {
    width: 50%;
    height: 12em;
    position: relative;
  }
  #articles .wrap .image .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top-right-radius: 2em;
  }
  #articles .action_button {
    margin-bottom: 0;
  }
  #articles .clear {
    clear: both;
    background-color: #FFFFFF;
    height: 2em;
  }
}

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