/* ============================================================
   omega.css — kompletní styl webu OMEGA plus (téma pl_omega)
   Pořadí sekcí odpovídá původnímu webu (base → layout →
   classy → komponenty → barvy). Hledej podle /* ==== nazev ====
   ============================================================ */

/* ==== base/elements.css ==== */
/**
 * @file
 * Overall specifications for Bartik.
 */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

html {
  height: 100%;
}
body {
  min-height: 100%;
  line-height: 1.5;
  word-wrap: break-word;
  font-family: 'Montserrat', sans-serif;
  font-size: 87.5%;
}
a,
a.link {
  text-decoration: none;
}
a:hover,
a:active,
a:focus,
.link:hover,
.link:active,
.link:focus {

}
h1 a,
h2 a {
  border-bottom: none;
}

/**
 * Reusable heading classes are included to help modules change the styling of
 * headings on a page without affecting accessibility.
 */
h1,
.heading-a {
  margin: 0.5em 0 0.5em;
  font-weight: inherit;
  font-size: 1.357em;
  color: #000;
}
h2,
.heading-b {
  margin: 1em 0 0.5em;
  font-weight: inherit;
  font-size: 1.143em;
}
h3,
.heading-c {
  margin: 1em 0 0.5em;
  font-weight: inherit;
  font-size: 1.092em;
}
h4,
.heading-d {
  margin: 1em 0 0.5em;
  font-weight: inherit;
  font-size: 1.05em;
}
h5,
.heading-e {
  margin: 1em 0 0.5em;
  font-weight: inherit;
  font-size: 0.889em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
h6,
.heading-f {
  margin: 1em 0 0.5em;
  font-weight: inherit;
  font-size: 0.67em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
p {
  margin: 0 0 1.2em;
}
del {
  text-decoration: line-through;
}

blockquote {
  background: #f7f7f7;
  border-left: 1px solid #bbb; /* LTR */
  font-style: italic;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
}
[dir="rtl"] blockquote {
  border-left: none;
  border-right: 1px solid #bbb;
}
blockquote:before {
  color: #bbb;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em; /* LTR */
  vertical-align: -0.4em;
}
[dir="rtl"] blockquote:before {
  content: "\201D";
  margin-left: 0.2em;
  margin-right: 0;
}
blockquote:after {
  color: #bbb;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
}
[dir="rtl"] blockquote:after {
  content: "\201C";
}
blockquote > p:first-child {
  display: inline;
}
.feed-icon {
  display: block;
  margin: 25px 0 0 0;
}
img {
  max-width: 100%;
  height: auto;
}
ul,
ol {
  margin: 0;
  padding: 0 0 0.25em 1em; /* LTR */
}
[dir="rtl"] ul,
[dir="rtl"] ol {
  padding: 0 1em 0.25em 0;
}
ol ol,
ul ul {
  margin: 0;
  padding: 0 0 0.25em 1em; /* LTR */
}
[dir="rtl"] ol ol,
[dir="rtl"] ul ul {
  padding: 0 1em 0.25em 0;
}


/* ==== base/others.css ==== */
#header {
    height: 143px;
    /*margin-bottom: 7px;*/
    background: white;
    z-index: 100;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

.node__content a {
    color: #910B26;
    text-decoration: underline;
    font-weight: bold;
}

body.path-frontpage #header-wrapper {
    background: #EFEFEF;
}

#header-wrapper {
    /*-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);*/
    padding-bottom: 7px;
}

#emergency-contact {
    background: #910B26 url(../images/emergency_bg.jpg) repeat-x;
    border-bottom: 1px solid #D5ADB5;
    height: 43px;
}

#emergency-contact .section p {
    margin: 0px;
    line-height: 43px;
    color: white;
    font-size: 14px;
    position: relative;
}

#emergency-contact .section p span a {
    color: #ffed00;
}

#emergency-contact .section p span {
    color: #ffed00;
    padding-right: 24px;
}

#emergency-contact .section p span#external-links {
    padding-left: 0px;
}

#emergency-contact .section p span#external-links,
#emergency-contact .section p span#external-links a {
    color: white !important;
}

#emergency-contact .section p span#external-links a  {
    font-size: 15px;
    padding-top: 1px; 
    padding-bottom: 1px; 
}

#emergency-contact .section p span.phone {
    /*background: url(../images/icon_phone.svg) 2px center no-repeat;*/
}

#emergency-contact .section p span.mail {
    background: url(../images/mail_icon.png) 0px center no-repeat;
}

#emergency-contact span#external-links {
    float: right;
}

#emergency-contact a.portal-link {
    background: url(../images/icon_user.svg) 0px center no-repeat;
    padding-left: 34px;
    margin-right: 5px;
}

#emergency-contact a.webmail-link {
    background: url(../images/icon_mail.svg) 0px center no-repeat;
    padding-left: 34px;
    margin-left: 5px;
}

.region-header .block-menu,
.region-header #block-hlavninavigace {
    width: auto !important;
}

.region-header nav li,
.region-header #block-hlavninavigace li {
    display: inline-block;
    margin: 0px 0px;
    line-height: 45px;
}

.region-header nav li a,
.region-header #block-hlavninavigace li a,
.region-header #block-hlavninavigace li .nolink {
    font-size: 16px;
    color: #303030;
}

.region-header nav li a.is-active,
.region-header #block-hlavninavigace li a.is-active {
    font-weight: bold;
    color: #910B26;
}

#block-dostupnostinternetu {
    margin-bottom: 55px;
}

#block-contactblock h2,
#block-dostupnostinternetu h2,
#block-zavolejtemi h2 {
    font-weight: bold;
    color: #910b26;
    text-align: center;
    font-size: 26px;
}

#contact-message-zajem-o-sluzby-form .form-item,
#block-dostupnostinternetu .form-item {
    width: 50%;
    float: left;
}

#block-zavolejtemi .form-item {
    width: 33%;
    float: left;
}

#contact-message-zajem-o-sluzby-form .form-item input,
#block-dostupnostinternetu .form-item input,
#block-zavolejtemi .form-item input,
#block-zavolejtemi .form-item select {
    width: 95%;
    font-size: 20px;
    padding: 20px 35px;
    background-color: #F2F2F2;
    border: none;
    -webkit-border-radius: 18px;
    border-radius: 18px;
}

#block-dostupnostinternetu .form-item input {
    background-color: #FFFFFF;
    border: 1px solid #910b26;
}

#contact-message-zajem-o-sluzby-form .form-item label,
#contact-message-zajem-o-sluzby-form #edit-preview {
    display: none;
}

#contact-message-zajem-o-sluzby-form #edit-actions,
#block-dostupnostinternetu .form-actions,
#block-dostupnostinternetu .result-message,
#block-zavolejtemi .form-actions {
    text-align: center;
    clear: both;
}

#block-dostupnostinternetu .form-actions {
    padding-top: 0px;
}

#block-dostupnostinternetu .dostupnost-info {
    text-align: center;
    padding: 10px 0px;
    font-size: 16px;
}

#block-dostupnostinternetu .result-message {
    font-size: 16px;
    font-weight: bold;
}

#block-dostupnostinternetu .result-message a {
    border-bottom: none;
    color: #910b26;
}

#contact-message-zajem-o-sluzby-form #edit-submit,
#block-dostupnostinternetu input[type=submit],
#block-zavolejtemi input[type=submit] {
    margin: auto;
    color: white;
    font-size: 20px;
    background-image: none;
    background-color:#910B26;
    padding: 8px 60px;
    border: none;
    -webkit-border-radius: 18px;
    border-radius: 18px;
}

#block-dostupnostinternetu input[type=submit],
#block-zavolejtemi input[type=submit] {
    display: block;
    text-align: center;
}

#copyright {
    color: white;
    text-align: center;
    padding: 12px 0px;
}

#copyright p {
    margin-bottom: 10px;
}

#copyright a {
    color: white;
    border-bottom: none;
    padding: 0px 5px;
}

#block-views-block-aktuality-block-1 h2 {
    color: #910b26;
    font-size: 26px;
    text-align: center;
    font-weight: bold;
    margin: 26px 0px 35px 0px;
}

#block-views-block-aktuality-block-1 {
    overflow: auto;
    clear: both;
}

#block-views-block-aktuality-block-1 .view-content .views-row,
.view-display-id-page_1 .view-content .views-row {
    float: left;
    width: 30%;
}

.view-display-id-page_1 .view-content .views-row {
    margin-bottom: 20px;
}

.view-display-id-page_1 .view-content .views-row:nth-child(3n+4) {
    clear: both;
}

#block-views-block-aktuality-block-1 .view-content .views-row:nth-child(1),
#block-views-block-aktuality-block-1 .view-content .views-row:nth-child(2),
.view-display-id-page_1 .view-content .views-row:nth-child(1),
.view-display-id-page_1 .view-content .views-row:nth-child(2),
.view-display-id-page_1 .view-content .views-row:nth-child(3n+4),
.view-display-id-page_1 .view-content .views-row:nth-child(3n+5) {
    margin-right: 5%;
}

#block-views-block-aktuality-block-1 .views-row .views-field,
.view-display-id-page_1 .views-row .views-field  {
    padding: 6px 0px;
}

#block-views-block-aktuality-block-1 .views-row .views-field-created,
.view-display-id-page_1 .views-row .views-field-created {
    font-size: 14px;
    color: #909090; 
}

#block-views-block-aktuality-block-1 .views-row .views-field-title span,
.view-display-id-page_1 .views-row .views-field-title span {
    text-decoration: none;
    color: #95152f;
    font-size: 18px;
    border-bottom: none;
    font-weight: 500;
}

#block-views-block-aktuality-block-1 .views-row .views-field-created,
.view-display-id-page_1 .views-row .views-field-created {
    font-size: 16px;
    color: #6c6c6c;
}

#block-views-block-aktuality-block-1 .views-row .views-field-view-node a,
#block-views-block-aktuality-block-1 .views-row .views-field-body a,
.view-display-id-page_1 .views-row .views-field-view-node a,
.view-display-id-page_1 .views-row .views-field-body a  {
    text-decoration: none;
    color: #95152f;
    font-size: 14px;
    border-bottom: none;
    font-weight: 500;
}
/*
#block-views-block-aktuality-block-1 .views-row .views-field-body a,
.view-display-id-page_1 .views-row .views-field-body a {
    display: block;
    padding-top: 12px;
}*/

#block-footerodkazyabra .content p:nth-child(2) {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

#block-spodniodkazy {
    border-top: 1px solid #9D9D9D;
    padding-top: 30px;
    clear: both;
}

#block-spodniodkazy a {
    border: none;
}

#block-spodniodkazy p {
    margin: 3px 0px;
    font-size: 14px;
    color: white;
}

#block-spodniodkazy p:nth-child(2) {
    font-weight: bold;
}

#block-spodniodkazy p:nth-child(2),
#block-spodniodkazy p:nth-child(3) {
    max-width: 750px;
    float: left;
}

#block-spodniodkazy p:nth-child(1) {
    max-width: 370px;
    padding-right: 22px;
    float: right;
}

#views_slideshow_cycle_main_hp_slider-block_1 .views_slideshow_cycle_slide img {
    -webkit-border-radius: 10px;
    border-radius: 10px;    
    width: 100%;
}

.featured-top{
    margin:40px 0!important;
}

#block-hpsubmenu1,
#block-hpsubmenu2,
#block-hpsubmenu3 {
    width: 570px;
    padding-top: 200px;
    float: left;
    background-color: white;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
}

#block-hpsubmenu1 {
    background: white url(../images/submenu1_bg.webp) center top no-repeat;
    margin-right: 30px;
    background-size: contain;
}

#block-hpsubmenu2 {
    background:  white url(../images/submenu2_bg.webp) center top no-repeat;
    background-size: contain;
}

#block-hpsubmenu3 {
    background:  white url(../images/submenu3_bg.jpg) center top no-repeat;
    background-size: contain;
}

#block-hpsubmenu1 .content,
#block-hpsubmenu2 .content,
#block-hpsubmenu3 .content {
    margin: 0px;
}

#block-hpsubmenu1 .content ul,
#block-hpsubmenu2 .content ul,
#block-hpsubmenu3 .content ul {
    background:#FFF;
    margin: 0px;
    padding: 0px;
}

#block-hpsubmenu1 .content ul li,
#block-hpsubmenu2 .content ul li,
#block-hpsubmenu3 .content ul li {
    border-bottom: 2px solid #EEEEEE;
    padding: 0px;
}

#block-hpsubmenu1 .content ul li:last-child,
#block-hpsubmenu2 .content ul li:last-child,
#block-hpsubmenu3 .content ul li:last-child {
    border-bottom: none;
}

#block-hpsubmenu1 .content ul li a,
#block-hpsubmenu2 .content ul li a,
#block-hpsubmenu3 .content ul li a {
    padding: 0 40px 0 115px;
    border: none;
    font-size: 18px;
    font-weight: 600;
    color: #292929;
    height: 98px;
    line-height: 20px;
    position: relative;
    display:flex;
    align-items: center;
}

#block-hpsubmenu1 .content ul li:last-child a,
#block-hpsubmenu2 .content ul li:last-child a,
#block-hpsubmenu3 .content ul li:last-child a {
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

#block-hpsubmenu3 .content ul li a {
    padding-left: 150px;
}

.featured-top .block-menu .content ul li a:before {
    background: no-repeat center center transparent;
    content:'';
    display:block;
    height: 50px;
    left:30px;
    pointer-events: none;
    position: absolute;
    top:50%;
    transform:translateY(-50%);
    width: 50px;
}

#block-hpsubmenu3 .content ul li:nth-child(3) a {
    line-height: 30px;
    padding-top: 19px;
    padding-bottom: 19px;
    height: 60px;
}

#block-hpsubmenu1 .content ul li a:hover,
#block-hpsubmenu2 .content ul li a:hover,
#block-hpsubmenu3 .content ul li a:hover {
    color: #feed00;
    background-color: #910B26;
    text-shadow: none;
}
.featured-top .block-menu ul li a{
    background-color: transparent;
    background-position: center;
}

#block-hpsubmenu1 .content ul li:nth-child(1) a:before {
    background-image: url(../images/icon_internet.svg);
}

#block-hpsubmenu1 .content ul li:nth-child(2) a:before {
    background-image: url(../images/icon_balicky.svg);
}

#block-hpsubmenu1 .content ul li:nth-child(3) a:before {
    background-image: url(../images/icon_okruhy.svg);
}

#block-hpsubmenu1 .content ul li:nth-child(4) a:before {
    background-image: url(../images/icon_servis_internetu.svg);
}

#block-hpsubmenu2 .content ul li:nth-child(1) a:before {
    background-image: url(../images/icon_prodejna.svg);
}

#block-hpsubmenu2 .content ul li:nth-child(2) a:before {
    background-image: url(../images/icon_prodej_it.svg);
}

#block-hpsubmenu2 .content ul li:nth-child(3) a:before {
    background-image: url(../images/icon_copy.svg);
}

#block-hpsubmenu2 .content ul li:nth-child(4) a:before {
    background-image: url(../images/icon_servis_techniky.svg);
}


/*
#block-hpsubmenu1 .content ul li:nth-child(2) a {
    background: url(../images/icon_tv.svg) 31px center no-repeat;
    background-size: 54px 38px;
}

#block-hpsubmenu1 .content ul li:nth-child(2) a:hover {
    background: #910B26 url(../images/icon_tv_a.svg) 31px center no-repeat;
    background-size: 54px 38px;
}*/

/*#block-hpsubmenu1 .content ul li:nth-child(3) a {
    background: url(../images/icon_balicky.svg) 30px center no-repeat, url(../images/akce.png) right center no-repeat;
    background-size: 56px 40px, 140px 73px;
}

#block-hpsubmenu1 .content ul li:nth-child(3) a:hover {
    background-color: #910B26;
    background-image: url(../images/icon_balicky_a.svg), url(../images/akce.png);
    background-position: 30px center, right center;
    background-repeat: no-repeat, no-repeat;
}*/




#block-hpsubmenu3 .content ul li:nth-child(1) a {
    background: url(../images/icon_abra.svg) 26px center no-repeat;
    background-size: 120px 40px;
}

#block-hpsubmenu3 .content ul li:nth-child(1) a:hover {
    background: #910B26 url(../images/icon_abra_a.svg) 26px center no-repeat;
    background-size: 92px 22px;
    background-size: 120px 40px;
}

#block-hpsubmenu3 .content ul li:nth-child(2) a {
    background: url(../images/icon_eet.svg) 48px center no-repeat;
    background-size: 40px 45px;
}

#block-hpsubmenu3 .content ul li:nth-child(2) a:hover {
    background: #910B26 url(../images/icon_eet_a.svg) 48px center no-repeat;
    background-size: 40px 45px;
}

#block-hpsubmenu3 .content ul li:nth-child(3) a {
    background: url(../images/icon_salto.png) 29px center no-repeat;
    background-size: 86px 41px;
}

#block-hpsubmenu3 .content ul li:nth-child(3) a:hover {
    background: #910B26 url(../images/icon_salto_a.png) 29px center no-repeat;
    background-size: 86px 41px;
}
.featured-top .block-menu ul li a:hover{
    background-color: #910B26;
}

.featured-top .block-menu ul li a:hover:before {
    filter: invert(75%) sepia(86%) saturate(536%) hue-rotate(358deg) brightness(107%) contrast(107%);
}

#block-views-block-hp-slider-block-1 {
    margin-bottom: 10px;
}

#block-views-block-hp-slider-block-1 .views-field-field-akcni-nabidka-slider a {
    border-bottom: none;
}

#block-views-block-hp-google-map-block-1 .content {
    margin: 0px;
}

.map-region .layout-container {
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: inset 0px 10px 0px rgba(0,0,0,0.35);
    box-shadow: inset 0px 10px 0px rgba(0,0,0,0.35);
}

/* internet, balicky, tv */
article[data-history-node-id="22"] .field--name-body table,
article[data-history-node-id="7"] .field--name-body table,
article[data-history-node-id="24"] .field--name-body table,
article[data-history-node-id="23"] .field--name-body table {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);    
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #626262;
    font-size: 16px;
    float: left;
    margin-right: 15px;
    width: 365px;
}

article[data-history-node-id="22"] .field--name-body table {
    height: 555px;
}
/*
article[data-history-node-id="22"] .field--name-body table:nth-child(2) {
    position: relative;
    top: 53px;
}

article[data-history-node-id="22"] .field--name-body table:nth-child(3) {
    position: relative;
    top: 56px;
}

@-moz-document url-prefix() {
    article[data-history-node-id="22"] .field--name-body table:nth-child(3) {
        top: 69px;
    }
  }*/

article[data-history-node-id="22"] .field--name-body table:nth-child(3),
article[data-history-node-id="7"] .field--name-body table:nth-child(3),
article[data-history-node-id="24"] .field--name-body table:nth-child(3),
article[data-history-node-id="23"] .field--name-body table:nth-child(3) {
    margin-right: 0px;
}

article[data-history-node-id="22"] .field--name-body table tr,
article[data-history-node-id="7"] .field--name-body table tr,
article[data-history-node-id="24"] .field--name-body table tr,
article[data-history-node-id="23"] .field--name-body table tr {
    background: none;
    border: none;
}

article[data-history-node-id="22"] .field--name-body table tr:nth-child(3),
article[data-history-node-id="22"] .field--name-body table tr:nth-child(5),
article[data-history-node-id="22"] .field--name-body table tr:nth-child(7),
article[data-history-node-id="22"] .field--name-body table tr:nth-child(9) td,
article[data-history-node-id="7"] .field--name-body table tr:nth-child(3),
article[data-history-node-id="7"] .field--name-body table tr:nth-child(5),
article[data-history-node-id="24"] .field--name-body table tr:nth-child(3) td,
article[data-history-node-id="24"] .field--name-body table tr:nth-child(5) td,
article[data-history-node-id="24"] .field--name-body table tr:nth-child(7) td,
article[data-history-node-id="24"] .field--name-body table tr:nth-child(9) td,
article[data-history-node-id="23"] .field--name-body table tr:nth-child(3) td,
article[data-history-node-id="23"] .field--name-body table tr:nth-child(5) td,
article[data-history-node-id="23"] .field--name-body table tr:nth-child(7) td,
article[data-history-node-id="23"] .field--name-body table tr:nth-child(9) td,
article[data-history-node-id="23"] .field--name-body table tr:nth-child(11) td {
    background: #F8F8F8;
    border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
}

article[data-history-node-id="22"] .field--name-body table tr:last-child td,
article[data-history-node-id="23"] .field--name-body table tr:last-child td,
article[data-history-node-id="24"] .field--name-body table tr:last-child td {
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;    
    border-bottom: none !important;
}
/*
article[data-history-node-id="24"] .field--name-body table:nth-child(2) tr:nth-child(2) {
    background: #FFF59B;
    color: #910B26;
    font-size: 18px;
}*/

article[data-history-node-id="22"] .field--name-body table:nth-child(3) tr:nth-child(2) {
    background: #F8F8F8;
}

article[data-history-node-id="22"] .field--name-body table:nth-child(3) tr:nth-child(3) {
    border-top: none;
    border-bottom: none;
    background: none;
}

article[data-history-node-id="22"] .field--name-body table:nth-child(3) tr:nth-child(3) td {
    background: #F8F8F8;
}

article[data-history-node-id="22"] .field--name-body table tr:nth-child(1) td,
article[data-history-node-id="7"] .field--name-body table tr:nth-child(1) td,
article[data-history-node-id="24"] .field--name-body table tr:nth-child(1) td,
article[data-history-node-id="23"] .field--name-body table tr:nth-child(1) td {
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    color: white;
    line-height: 20px;
    padding: 32px 0px 24px 0px;
    height: 61px;
}

article[data-history-node-id="22"] .field--name-body table td .internet-cena,
article[data-history-node-id="7"] .field--name-body table td .internet-cena,
article[data-history-node-id="24"] .field--name-body table td .internet-cena,
article[data-history-node-id="23"] .field--name-body table td .internet-cena {
    font-size: 33px;
    font-weight: bold;
    vertical-align: middle;
}

article[data-history-node-id="22"] .field--name-body table tr:nth-child(1) td p,
article[data-history-node-id="7"] .field--name-body table tr:nth-child(1) td p,
article[data-history-node-id="24"] .field--name-body table tr:nth-child(1) td p,
article[data-history-node-id="23"] .field--name-body table tr:nth-child(1) td p {
    margin: 0px 0px 0px 0px;
}

article[data-history-node-id="22"] .field--name-body table tr:nth-child(1) td h3,
article[data-history-node-id="7"] .field--name-body table tr:nth-child(1) td h3,
article[data-history-node-id="24"] .field--name-body table tr:nth-child(1) td h3,
article[data-history-node-id="23"] .field--name-body table tr:nth-child(1) td h3 {
    font-weight: bold;
    font-size: 33px;
    line-height: 33px;
    margin: 0px 0px 12px 0px;
}
/*
article[data-history-node-id="24"] .field--name-body table tr:nth-child(1) td {
    background: #910B26;
}*/

article[data-history-node-id="22"] .field--name-body table:nth-child(1) tr:nth-child(1) td,
article[data-history-node-id="23"] .field--name-body table:nth-child(1) tr:nth-child(1) td,
article[data-history-node-id="7"] .field--name-body table tr:nth-child(1) td,
article[data-history-node-id="24"] .field--name-body table:nth-child(1) tr:nth-child(1) td {
    background: #00933E;
}

article[data-history-node-id="22"] .field--name-body table:nth-child(2) tr:nth-child(1) td,
article[data-history-node-id="23"] .field--name-body table:nth-child(2) tr:nth-child(1) td,
article[data-history-node-id="24"] .field--name-body table:nth-child(2) tr:nth-child(1) td  {
    background: #DD2C40;
}

article[data-history-node-id="22"] .field--name-body table:nth-child(3) tr:nth-child(1) td {
    background: #EC7C03;
    font-size: 16px;
}

article[data-history-node-id="23"] .field--name-body table:nth-child(3) tr:nth-child(1) td,
article[data-history-node-id="24"] .field--name-body table:nth-child(3) tr:nth-child(1) td {
    background: #EC7C03;
}

article[data-history-node-id="23"] .field--name-body table:nth-child(3) tr:nth-child(2) td {
    color: #EC7C03;
}

article[data-history-node-id="22"] .field--name-body table:nth-child(1) tr:nth-child(2) td,
article[data-history-node-id="23"] .field--name-body table:nth-child(1) tr:nth-child(2) td,
article[data-history-node-id="7"] .field--name-body table tr:nth-child(2) td,
article[data-history-node-id="7"] .field--name-body table tr:nth-child(3) td {
    color: #00933E;
}

article[data-history-node-id="22"] .field--name-body table:nth-child(2) tr:nth-child(2) td,
article[data-history-node-id="23"] .field--name-body table:nth-child(2) tr:nth-child(2) td {
    color: #DD2C40;
}

article[data-history-node-id="22"] .field--name-body table td,
article[data-history-node-id="7"] .field--name-body table td,
article[data-history-node-id="24"] .field--name-body table td,
article[data-history-node-id="23"] .field--name-body table td {
    border: none;
    vertical-align: middle;
    padding: 15px 10px;
}

article[data-history-node-id="22"] .field--name-body table tr:last-child td {
    vertical-align: bottom;
}

article[data-history-node-id="23"] .field--name-body table td a,
article[data-history-node-id="24"] .field--name-body table td a  {
    border-bottom: none;
}

article[data-history-node-id="23"] .field--name-body table:nth-child(1) td a,
article[data-history-node-id="24"] .field--name-body table:nth-child(1) td a {
    color: #00933E;
}

article[data-history-node-id="23"] .field--name-body table:nth-child(2) td a,
article[data-history-node-id="24"] .field--name-body table:nth-child(2) td a  {
    color: #DD2C40;
}

article[data-history-node-id="23"] .field--name-body table:nth-child(3) td a,
article[data-history-node-id="24"] .field--name-body table:nth-child(3) td a  {
    color: #EC7C03;
}
/*
article[data-history-node-id="24"] .field--name-body table td a {
    color: #910B26;
}*/

article[data-history-node-id="22"] .field--name-body table tr:last-child td a,
article[data-history-node-id="23"] .field--name-body table tr:last-child td a,
article[data-history-node-id="24"] .field--name-body table tr:last-child td a  {
    font-size: 18px;
    text-decoration: none;
    color: white;
    display: inline-block;
    padding: 10px 50px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
}

article[data-history-node-id="22"] .field--name-body table:nth-child(1) tr:last-child td a,
article[data-history-node-id="23"] .field--name-body table:nth-child(1) tr:last-child td a,
article[data-history-node-id="24"] .field--name-body table:nth-child(1) tr:last-child td a {
    background: #00933E;
}

article[data-history-node-id="22"] .field--name-body table:nth-child(2) tr:last-child td a,
article[data-history-node-id="23"] .field--name-body table:nth-child(2) tr:last-child td a,
article[data-history-node-id="24"] .field--name-body table:nth-child(2) tr:last-child td a {
    background: #DD2C40;
}

article[data-history-node-id="22"] .field--name-body table:nth-child(3) tr:last-child td a,
article[data-history-node-id="23"] .field--name-body table:nth-child(3) tr:last-child td a,
article[data-history-node-id="24"] .field--name-body table:nth-child(3) tr:last-child td a {
    background: #EC7C03;
}
/*
article[data-history-node-id="24"] .field--name-body table tr:last-child td a {
    background: #910B26;
}*/

.cleaner {
    clear:both;
    padding: 0px;
    margin: 0px;
}

.field--name-body p.internet-kontakt {
    clear: both;
    margin: 30px 0px;
    padding: 15px 0px;
    background-color: #FFED2C;
    font-size: 20px;
    font-weight: 500;
    color: #910b26;
    text-align: center;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);   
}

.field--name-body p.internet-kontakt strong {
    white-space: nowrap;
}

.field--name-body p.internet-kontakt span.internet-kontakt-tel,
.field--name-body p.internet-kontakt span.internet-kontakt-tel {
    font-weight: bold;
}

.field--name-body p.internet-kontakt span.internet-kontakt-mail a,
.field--name-body p.internet-kontakt span.internet-kontakt-mail a {
    font-weight: bold;
    color: #910b26;
    text-decoration: underline;
    border-bottom: none;
}

.field--name-body p.internet-kontakt span.internet-kontakt-tel {
    padding-left: 48px;
    background: url(../images/icon_tel_dark.png) 20px center no-repeat;
}

.field--name-body p.internet-kontakt span.internet-kontakt-mail {
    padding-left: 48px;
    background: url(../images/icon_mail_dark.png) 14px center no-repeat;
}

/* end */

/* servis a dotazy */

article[data-history-node-id="3"] .field--name-body > p {
    background-color: #F8F8F8;
    font-size: 14px;
    padding: 15px 18px;
    clear: both;
}

article[data-history-node-id="3"] .field--name-body > p:empty {
    background-color: white;
}

article[data-history-node-id="3"] .field--name-body > h3 {
    margin-bottom: 1em;
    clear: both;
}

article[data-history-node-id="3"] .field--name-body table tr,
article[data-history-node-id="3"] .field--name-body table td {
    background: none !important;
    border: none !important;
}

article[data-history-node-id="3"] .field--name-body table {
    background: #FFF6D5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: black;
    width: 550px;
    height: 250px;
    float: left;
    overflow: hidden;
}

article[data-history-node-id="3"] .field--name-body table p {
    margin: 0px;
}

article[data-history-node-id="3"] .field--name-body table:nth-child(1) {
    margin-right: 30px;
}

article[data-history-node-id="3"] .field--name-body table:nth-child(2) {
    margin-bottom: 35px;
}


article[data-history-node-id="3"] .field--name-body table:nth-child(1) tr:nth-child(1) td {
    font-size: 18px;
    font-weight: bold;
    color: #910b26;
    text-align: center;
    padding: 25px 10px 15px 10px;
}

article[data-history-node-id="3"] .field--name-body table:nth-child(1) tr:nth-child(2) td {
    font-size: 16px;
    text-align: center;
}

article[data-history-node-id="3"] .field--name-body table:nth-child(1) tr:nth-child(2) td p {
    font-weight: bold;
    width: 250px;
    margin: 0px auto;
    text-align: left;
    padding: 10px 0px 10px 100px;
    background: url(../images/servis_tel.png) 2px center no-repeat !important;
}

article[data-history-node-id="3"] .field--name-body table:nth-child(1) tr:nth-child(3) td {
    text-align: center;
}

article[data-history-node-id="3"] .field--name-body table:nth-child(2) tr:nth-child(1) td {
    text-align: center;
    vertical-align: bottom;
    font-weight: bold;
    padding: 16px 25px;
    background: url(../images/info.png) center 25px no-repeat !important;
}

article[data-history-node-id="3"] .field--name-body table:nth-child(2) tr:nth-child(1) td p:first-child {
    margin-bottom: 20px;
}

/* end */

/* kontakty */

article[data-history-node-id="32"] .field--name-body table {
    width: 100%;
}

article[data-history-node-id="32"] .field--name-body table tr,
article[data-history-node-id="32"] .field--name-body table td {
    background: none !important;
    border: none !important;
}

article[data-history-node-id="32"] .field--name-body > h3 {
    font-weight: bold;
    margin: 1.5em 0px !important;
}

article[data-history-node-id="32"] .field--name-body table td {
    text-align: center;
    color: black;
}

article[data-history-node-id="32"] .field--name-body table td p {
    padding: 0px;
    margin: 0px;
}

article[data-history-node-id="32"] .field--name-body table:nth-of-type(1) tr:nth-child(1) td:nth-child(3) {
    width: 50%;
    background: url(../images/sidlo_bg.png) right top no-repeat !important;
    background-size: 95% !important;
}

article[data-history-node-id="32"] .field--name-body table:nth-of-type(3) tr:nth-child(1) td:nth-child(3) {
    width: 50%;
    background: url(../images/prodejna_bg.png) right top no-repeat !important;
    background-size: 95% !important;
}

article[data-history-node-id="32"] .field--name-body table:nth-of-type(1) tr:nth-child(1) td:nth-child(1),
article[data-history-node-id="32"] .field--name-body table:nth-of-type(1) tr:nth-child(1) td:nth-child(2),
article[data-history-node-id="32"] .field--name-body table:nth-of-type(1) tr:nth-child(2) td:nth-child(1),
article[data-history-node-id="32"] .field--name-body table:nth-of-type(3) tr:nth-child(1) td:nth-child(1),
article[data-history-node-id="32"] .field--name-body table:nth-of-type(3) tr:nth-child(1) td:nth-child(2),
article[data-history-node-id="32"] .field--name-body table:nth-of-type(3) tr:nth-child(2) td:nth-child(1)  {
    background: #F8F8F8 !important;
    vertical-align: top;
}

article[data-history-node-id="32"] .field--name-body table:nth-of-type(1) tr:nth-child(1) td:nth-child(1),
article[data-history-node-id="32"] .field--name-body table:nth-of-type(3) tr:nth-child(1) td:nth-child(1) {
    padding-top: 110px;
    background: #F8F8F8 url(../images/icon_adresa.png) center 32px no-repeat !important;
    padding-bottom: 20px;
}

article[data-history-node-id="32"] .field--name-body table:nth-of-type(1) tr:nth-child(1) td:nth-child(2) {
    padding-top: 110px;
    background: #F8F8F8 url(../images/icon_fakturace.png) center 32px no-repeat !important;
    padding-bottom: 20px;
}

article[data-history-node-id="32"] .field--name-body table:nth-of-type(3) tr:nth-child(1) td:nth-child(2) {
    padding-top: 110px;
    background: #F8F8F8 url(../images/icon_time.png) center 32px no-repeat !important;
    padding-bottom: 20px;
}

article[data-history-node-id="32"] .field--name-body table:nth-of-type(3) tr:nth-child(2) td:nth-child(1) {
    /*text-align: left;
    background: #F8F8F8 url(../images/icon_gps.png) 150px 10px no-repeat !important;
    vertical-align: middle;*/
    padding: 20px 10px 40px 10px;
}    

article[data-history-node-id="32"] .field--name-body table:nth-of-type(1) tr:nth-child(2) td:nth-child(1) {
    /*text-align: left;
    background: #F8F8F8 url(../images/icon_gps.png) 10px 10px no-repeat !important;
    vertical-align: top;*/
    padding: 20px 20px 40px 20px;
}

article[data-history-node-id="32"] .field--name-body table:nth-of-type(1) tr:nth-child(2) td:nth-child(2) {
  background-color: #F8F8F8 !important;
  padding: 20px 20px 40px 20px;
}

article[data-history-node-id="32"] .field--name-body table:nth-of-type(1),
article[data-history-node-id="32"] .field--name-body table:nth-of-type(3) {
    margin-bottom: 50px;
}

article[data-history-node-id="32"] .field--name-body table:nth-of-type(2),
article[data-history-node-id="32"] .field--name-body table:nth-of-type(4) {
    table-layout: fixed;
    border-bottom: 2px solid #E4E4E4;
}

article[data-history-node-id="32"] .field--name-body table:nth-of-type(5) {
    table-layout: fixed;
}

article[data-history-node-id="32"] .field--name-body table:nth-of-type(2) tr:nth-child(2) td {
    font-size: 0.9em;
    color: #7e7e7e;
    padding: 30px 10px;
}

article[data-history-node-id="32"] .field--name-body table:nth-of-type(2) tr:nth-child(1) td {
    padding: 135px 10px 10px 10px;
}

article[data-history-node-id="32"] .field--name-body table:nth-of-type(4) tr:nth-child(1) td,
article[data-history-node-id="32"] .field--name-body table:nth-of-type(5) tr:nth-child(1) td {
    padding: 135px 10px 30px 10px;
}

article[data-history-node-id="32"] .field--name-body table:nth-of-type(2) tr:nth-child(1) td a,
article[data-history-node-id="32"] .field--name-body table:nth-of-type(4) tr:nth-child(1) td a,
article[data-history-node-id="32"] .field--name-body table:nth-of-type(5) tr:nth-child(1) td a  {
    border-bottom: none;
    color: #910b26;
    font-weight: bold;
    font-size: 1.5em;
}

article[data-history-node-id="32"] .field--name-body table:nth-of-type(2) tr:nth-child(1) td:nth-child(1),
article[data-history-node-id="32"] .field--name-body table:nth-of-type(4) tr:nth-child(1) td:nth-child(1),
article[data-history-node-id="32"] .field--name-body table:nth-of-type(5) tr:nth-child(1) td:nth-child(1) {
    background: url(../images/tel_bg.png) center 0px no-repeat !important;
}

article[data-history-node-id="32"] .field--name-body table:nth-of-type(2) tr:nth-child(1) td:nth-child(2) {
    background: url(../images/tel2_bg.png) center 0px no-repeat !important;
}

article[data-history-node-id="32"] .field--name-body table:nth-of-type(4) tr:nth-child(1) td:nth-child(2) {
    background: url(../images/icon_eshop.png) center 0px no-repeat !important;
}

article[data-history-node-id="32"] .field--name-body table:nth-of-type(5) tr:nth-child(1) td:nth-child(2) {
    background: url(../images/icon_web.png) center 0px no-repeat !important;
}

article[data-history-node-id="32"] .field--name-body table:nth-of-type(2) tr:nth-child(1) td:nth-child(3),
article[data-history-node-id="32"] .field--name-body table:nth-of-type(4) tr:nth-child(1) td:nth-child(3),
article[data-history-node-id="32"] .field--name-body table:nth-of-type(5) tr:nth-child(1) td:nth-child(3) {
    background: url(../images/mail_bg.png) center 0px no-repeat !important;
}

/* end */

/* o nas */

article[data-history-node-id="5"] .field--name-body img {
    margin: 0px 0px 25px 0px;
}

article[data-history-node-id="5"] .field--name-body .list-wrapper {
    width: 50%;
    float: left;
}

article[data-history-node-id="5"] .field--name-body .list-wrapper h3 {
    font-weight: bold;
    font-size: 1.2em;
    margin: 0px 0px 15px 0px;
}

article[data-history-node-id="5"] .field--name-body .list-wrapper ul {
    margin: 0px;
    padding: 0px;
}

article[data-history-node-id="5"] .field--name-body .list-wrapper ul li {
    list-style: none;
    background: url(../images/li_bg.png) 2px center no-repeat;
    padding: 2px 15px 2px 21px;
}

article[data-history-node-id="5"] .field--name-body .list-wrapper ul li a {
    color: black;
    border-bottom: none;
    text-decoration: underline;

}

/* end */

/* dekujeme */

article[data-history-node-id="40"] .field--name-body {
    text-align: center;
}

article[data-history-node-id="40"] .field--name-body h3 {
    font-weight: bold;
    font-size: 1.5em;
    margin: 0px;
    padding: 130px 10px 0px 10px;
    color: #910b26;
    background: url(../images/tick.png) center top no-repeat;
}

article[data-history-node-id="40"] .field--name-body p {
   margin: 10px 0px 30px 0px; 
}

article[data-history-node-id="40"] .field--name-body a {
    color: white;
    font-size: 20px;
    background-color:#910B26;
    padding: 8px 20px;
    border: none;
    -webkit-border-radius: 18px;
    border-radius: 18px;    
    margin-top: 30px;
}

/* end */

/* kopirovani */

article[data-history-node-id="21"] .field--name-body h3 {
    font-weight: bold;
    margin: 1.5em 0px !important;
}

article[data-history-node-id="21"] .field--name-body table tr th {
    background: rgba(145, 11, 38, 1) !important;
    color: white;
    padding: 8px 11px;
}

article[data-history-node-id="21"] .field--name-body table tr th:first-child {
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;   
}

article[data-history-node-id="21"] .field--name-body table tr th:last-child {
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;   
}


article[data-history-node-id="21"] .field--name-body table tr td {
    color: black;
    padding: 10px 20px;
}

article[data-history-node-id="21"] .field--name-body table tbody tr:nth-child(odd) {
    background: #F8F8F8;
}

article[data-history-node-id="21"] .field--name-body table tbody tr:nth-child(even) {
    background: #EFEFEF;
}

/* end */

/* servis */

article[data-history-node-id="20"] .field--name-body p:first-of-type {
    -webkit-border-radius: 10px;
    border-radius: 10px; 
    font-size: 0.9em;    
    padding: 20px 10px 20px 90px;
    line-height: 2em;
    color: black;
    background: #FFF6D5 url(../images/icon_info.png) 27px center no-repeat;
}

article[data-history-node-id="20"] .field--name-body p:first-of-type span {
    font-weight: bold;
    font-size: 1.3em;
    color: #910b26;
}

article[data-history-node-id="20"] .field--name-body h3 {
    font-weight: bold;
    font-size: 1.2em;
    margin: 0px 0px 15px 0px;
}

article[data-history-node-id="20"] .field--name-body ul {
    margin: 0px 0px 15px 0px;
    padding: 0px;
    background: url(../images/prodejna_bg.png) right center no-repeat !important;
    background-size: contain !important;
}

article[data-history-node-id="20"] .field--name-body ul li {
    list-style: none;
    background: url(../images/li_bg.png) 2px center no-repeat;
    padding: 4px 15px 4px 21px;
    color: black;
}

/* end */

/* prodej */
.provozni-blok,
article[data-history-node-id="19"] .field--name-body p:first-of-type {
    -webkit-border-radius: 10px;
    border-radius: 10px; 
    font-size: 0.9em;    
    padding: 20px 10px 20px 90px;
    line-height: 2em;
    color: black;
    background: #FFF6D5 url(../images/icon_info.png) 27px center no-repeat;
}
.provozni-blok{
    font-size: 16px;
    color: #303030;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.provozni-blok h3{
    margin-top:0;
    color:#8E0A26;
    font-size:18px;
    font-weight: 600;
    margin-bottom:10px;
}

article[data-history-node-id="19"] .field--name-body h3 {
    margin-bottom: 1em;
}

article[data-history-node-id="19"] .field--name-body p {
    background-color: #F8F8F8;
    font-size: 14px;
    padding: 15px 18px;
    clear: both;
}

article[data-history-node-id="19"] .field--name-body p a {
    border-bottom: none;
}

article[data-history-node-id="19"] .field--name-body p:last-child {
    background: none !important;
    text-align: center;
    margin-top: 35px;
}

article[data-history-node-id="19"] .field--name-body p:last-of-type a {
    color: white;
    background: #910B26 url(../images/icon_cart.png) 64px center no-repeat;
    padding: 17px 60px 17px 115px;
    font-size: 1.1em;
    border: none;
    -webkit-border-radius: 18px;
    border-radius: 18px;    
    margin-top: 30px;
    text-decoration: none;    
}

/* end */

/* Pobocka Chrudim */
#block-pl-omega-content .field--name-body h2{
    color:#8E0A26;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    margin:30px 0;
    width: 100%;
}
.pobocka{
    display:flex;
    gap:50px;
    flex-wrap: nowrap;
    margin-bottom: 30px;
}

.pobocka > div{
    width:33.3%;
}

.pobocka > div h3{
    font-weight: 600;
    margin-top:0;
    margin-bottom:30px;
}
.pobocka .map{
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.pobocka .address-row{
    border-bottom:1px solid #EEE;
    padding:10px;
}
.pobocka .address-row:first-of-type{
    border-top:1px solid #EEE;
}
.pobocka .otv-row{
    border-bottom:1px solid #EEE;
    display:flex;
    gap:30px;
    padding:10px;
}
.pobocka .otv-row:first-of-type{
    border-top:1px solid #EEE;
}
.pobocka .otv-row .day{
    width:70px;
}
/* end */


/* tematicke balicky */
/*
article[data-history-node-id="86"] .field--name-body table tr th {
    background: rgba(145, 11, 38, 1) !important;
    color: white;
    padding: 8px 11px;
}

article[data-history-node-id="86"] .field--name-body table tr th:first-child {
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;   
}

article[data-history-node-id="86"] .field--name-body table tr th:last-child {
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;   
}


article[data-history-node-id="86"] .field--name-body table tr td {
    color: black;
    padding: 10px 20px;
}

article[data-history-node-id="86"] .field--name-body table tr td:last-child {
    width: 25%;
}

article[data-history-node-id="86"] .field--name-body table tbody tr:nth-child(odd) {
    background: #F8F8F8;
}

article[data-history-node-id="86"] .field--name-body table tbody tr:nth-child(even) {
    background: #EFEFEF;
}
*/
/* end */

/* tematicke balicky v2 */
article[data-history-node-id="86"] .field--name-body table:nth-of-type(1),
article[data-history-node-id="86"] .field--name-body table:nth-of-type(2),
article[data-history-node-id="86"] .field--name-body table:nth-of-type(3)
 {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #626262;
    font-size: 16px;
    float: left;
    margin-right: 10px;
    width: 370px;
    margin-top: 0px;
    margin-bottom: 24px;
}

article[data-history-node-id="86"] .field--name-body table:nth-of-type(3) {
    margin-right: 0px;
}

article[data-history-node-id="86"] .field--name-body table:nth-of-type(1) tr,
article[data-history-node-id="86"] .field--name-body table:nth-of-type(2) tr,
article[data-history-node-id="86"] .field--name-body table:nth-of-type(3) tr {
    background: none;
    border: none;
}

article[data-history-node-id="86"] .field--name-body table:nth-of-type(1) td,
article[data-history-node-id="86"] .field--name-body table:nth-of-type(2) td,
article[data-history-node-id="86"] .field--name-body table:nth-of-type(3) td {
    border: none;
}

article[data-history-node-id="86"] .field--name-body table:nth-of-type(1) tr:nth-child(1) td,
article[data-history-node-id="86"] .field--name-body table:nth-of-type(2) tr:nth-child(1) td,
article[data-history-node-id="86"] .field--name-body table:nth-of-type(3) tr:nth-child(1) td {
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    color: white;
    line-height: 20px;
    padding: 27px 0px 27px 0px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

article[data-history-node-id="86"] .field--name-body table:nth-of-type(1) tr:nth-child(2) td,
article[data-history-node-id="86"] .field--name-body table:nth-of-type(2) tr:nth-child(2) td,
article[data-history-node-id="86"] .field--name-body table:nth-of-type(3) tr:nth-child(2) td {
    text-align: center;
    vertical-align: middle;
    padding: 18px 10px;
}

article[data-history-node-id="86"] .field--name-body table:nth-of-type(1) tr:nth-child(2) td {
    color: #00933E;
}

article[data-history-node-id="86"] .field--name-body table:nth-of-type(2) tr:nth-child(2) td {
    color: #DD2C40;
}

article[data-history-node-id="86"] .field--name-body table:nth-of-type(3) tr:nth-child(2) td {
    color: #EC7C03;
}

article[data-history-node-id="86"] .field--name-body table:nth-of-type(1) td .tv-cena,
article[data-history-node-id="86"] .field--name-body table:nth-of-type(2) td .tv-cena,
article[data-history-node-id="86"] .field--name-body table:nth-of-type(3) td .tv-cena {
    font-size: 26px;
    font-weight: bold;
    vertical-align: middle;
}

article[data-history-node-id="86"] .field--name-body table:nth-of-type(1) tr:nth-child(3) td,
article[data-history-node-id="86"] .field--name-body table:nth-of-type(2) tr:nth-child(3) td,
article[data-history-node-id="86"] .field--name-body table:nth-of-type(3) tr:nth-child(3) td {
    text-align: center;
    vertical-align: middle;
    font-size: 0.9em;
    padding: 20px 10px 10px 10px;
}

article[data-history-node-id="86"] .field--name-body table:nth-of-type(1) tr:nth-child(4) td,
article[data-history-node-id="86"] .field--name-body table:nth-of-type(2) tr:nth-child(4) td,
article[data-history-node-id="86"] .field--name-body table:nth-of-type(3) tr:nth-child(4) td {
    text-align: center;
    vertical-align: middle;
    font-size: 0.9em;
    padding: 10px 10px 20px 10px;
    background: #F8F8F8;
}

article[data-history-node-id="86"] .field--name-body table:nth-of-type(1) tr:nth-child(1) td {
    background: #00933E;
}

article[data-history-node-id="86"] .field--name-body table:nth-of-type(2) tr:nth-child(1) td {
    background: #DD2C40;
}

article[data-history-node-id="86"] .field--name-body table:nth-of-type(3) tr:nth-child(1) td {
    background: #EC7C03;
}

article[data-history-node-id="86"] .field--name-body table:nth-of-type(1) tr:last-child td,
article[data-history-node-id="86"] .field--name-body table:nth-of-type(2) tr:last-child td,
article[data-history-node-id="86"] .field--name-body table:nth-of-type(3) tr:last-child td {
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;    
    border-bottom: none !important;
}

article[data-history-node-id="86"] .field--name-body table:nth-of-type(n+4) {
    margin-bottom: 20px;
}

article[data-history-node-id="86"] .field--name-body table:nth-of-type(n+4) tr {
    border-bottom: 2px solid white;
}

article[data-history-node-id="86"] .field--name-body table:nth-of-type(n+4) td {
    background: #F8F8F8;
}

article[data-history-node-id="86"] .field--name-body table:nth-of-type(n+4) tr:last-child td {
    background: #EFEFEF;
    text-align: center;
    font-weight: bold;
}

article[data-history-node-id="86"] .field--name-body > p {
    clear: both;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size: 0.9em;
    padding: 15px 10px;
    line-height: 2em;
    color: black;
    background: #FFF6D5;
    text-align: center;
    margin: 24px 0px;
}


article[data-history-node-id="86"] .field--name-body table tr th {
    background: rgba(145, 11, 38, 1) !important;
    color: white;
    padding: 8px 11px;
}

article[data-history-node-id="86"] .field--name-body table tr th:first-child {
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;   
}

article[data-history-node-id="86"] .field--name-body table tr th:last-child {
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;   
}


article[data-history-node-id="86"] .field--name-body table tr td {
    color: black;
    padding: 10px 20px;
}

article[data-history-node-id="86"] .field--name-body table tr td:last-child {
    width: 25%;
}

article[data-history-node-id="86"] .field--name-body table tbody tr:nth-child(odd) {
    background: #F8F8F8;
}

article[data-history-node-id="86"] .field--name-body table tbody tr:nth-child(even) {
    background: #EFEFEF;
}

/* end */

/* soutez */

article[data-history-node-id="41"] .field--name-body h3 {
    margin-bottom: 1em;
}

article[data-history-node-id="41"] .field--name-body p {
    background-color: #F8F8F8;
    font-size: 14px;
    padding: 15px 18px;
    clear: both;
}

article[data-history-node-id="41"] .field--name-body p:nth-of-type(1) {
    background-color: white;
}

article[data-history-node-id="41"] .field--name-body p a {
    color: black;
    border-bottom: none;
    text-decoration: underline;
}

article[data-history-node-id="41"] .field--name-body p:nth-of-type(8) {
    background: none !important;
    text-align: center;
    margin-top: 35px;
}

article[data-history-node-id="41"] .field--name-body p:nth-of-type(8) a {
    color: white;
    background: #910B26;
    padding: 17px 50px 17px 50px;
    font-size: 1.1em;
    border: none;
    -webkit-border-radius: 18px;
    border-radius: 18px;    
    margin-top: 30px;
    text-decoration: none;    
}

article[data-history-node-id="41"] .field--name-body h4 {
    text-align: center;
    margin: 25px 0px;
}

article[data-history-node-id="41"] .field--name-body ul.jmena {
    padding: 0px;
}

article[data-history-node-id="41"] .field--name-body ul.jmena li {
    list-style: none;
    padding: none;
    width: 24%;
    display: inline-block;
    font-size: 0.8em;
}

article[data-history-node-id="41"] .field--name-body p.vyherci {
    padding: 0px;
    background: none;
}

article[data-history-node-id="41"] .field--name-body p.vyherci a,
article[data-history-node-id="41"] .field--name-body p.vyherci > img {
    float: left;
    width: 24%;
    margin-right: 1%;
}

/* end */

/* doporuc */

article[data-history-node-id="25"] .field--name-body h2 {
    font-weight: bold;
    font-size: 1.5em;
    color: #910b26;
    margin-bottom: 25px;
}

article[data-history-node-id="25"] .field--name-body img {
    margin: 0px 0px 20px 25px;
}

article[data-history-node-id="25"] .field--name-body ul {
    margin: 0px 0px 35px 0px;
    padding: 0px;
}

article[data-history-node-id="25"] .field--name-body ul li {
    list-style: none;
    background: url(../images/li_bg.png) 2px center no-repeat;
    padding: 10px 15px 10px 21px;
    color: black;
    text-decoration: underline;
}

article[data-history-node-id="25"] .field--name-body h3 {
    margin-bottom: 1em;
}

article[data-history-node-id="25"] .field--name-body p:last-child,
article[data-history-node-id="25"] .field--name-body p:nth-last-child(2) {
    background: none !important;
    text-align: center;
    margin-top: 35px;
}

article[data-history-node-id="25"] .field--name-body p:last-of-type a,
article[data-history-node-id="25"] .field--name-body p:nth-last-of-type(2) a {
    color: white;
    background: #910B26;
    padding: 17px 50px 17px 50px;
    font-size: 1.1em;
    border: none;
    -webkit-border-radius: 18px;
    border-radius: 18px;    
    margin-top: 30px;
    text-decoration: none;    
}

/* end */

/* not found */

article[data-history-node-id="88"] .field--name-body {
    text-align: center;
    padding-right: 50%;
    padding-bottom: 120px;
}

article[data-history-node-id="88"] .field--name-body h2 {
    font-weight: bold;
    font-size: 1.5em;
    color: #910b26;
    margin-bottom: 15px;
    margin-top: 90px;
}

article[data-history-node-id="88"] .field--name-body p {
    color: black;
    margin: 20px 0px;
}

article[data-history-node-id="88"] .field--name-body p:last-of-type {
    margin-top: 45px;
}

article[data-history-node-id="88"] .field--name-body p:last-of-type a {
    color: white;
    background: #910B26;
    padding: 15px 35px;
    font-size: 16px;
    border: none;
    -webkit-border-radius: 18px;
    border-radius: 18px;    
    text-decoration: none;    
}

body.page-404 #main-wrapper,
body.page-node-88 #main-wrapper {
    background: white url(../images/404bg.png) 95% top no-repeat;
}

/* end */

/* undercontent - tarif metro */
/*.content-under {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);   
}

.region-content-under {
    position: relative;
    min-height: 550px;
}

.region-content-under .block {
    position: absolute;
    top: 0px;
    min-height: 550px;
    width: 100%;
}

.region-content-under .block h2 {
    display: inline-block;
    cursor: pointer;
    font-size: 22px;
    color: #910b26;
    text-align: center;
    font-weight: bold;
    line-height: 70px;
    padding: 0px 0px;
    width: 370px;
    margin: 0px;
    position: relative;
    top: -70px;
    background: white;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);   
    -webkit-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
}

.region-content-under .block:nth-child(2) h2 {
    position: relative;
    left: 33%;   
}

.region-content-under .block:nth-child(3) h2 {
    position: relative;
    left: 66%;
}

.region-content-under .block .content {
    background: white;
    margin-top: -70px;
    padding-top: 40px;
    z-index: 10;
}

.region-content-under .block .content {
    display: none;
}

.region-content-under .block:first-child .content {
    display: block;
}*/


.content-under {
    padding-top: 35px;
    background-color: #FFF6D5;
}

#map {
    height: 440px;
    width: 100%;
}

.map-region .block .content {
    padding: 0px;
    margin: 0px;
}

.gm-style-iw-t * {
    background: #910b26;
}

.gm-style .gm-style-iw-c {
    background: #910b26;
    color: white;
    padding: 35px;
    padding-right: 35px !important;
    padding-bottom: 35px !important;
}

.gm-style .gm-style-iw-c div {
    background: #910b26;
}

.gm-style .gm-style-iw-t::after {
    background: #910b26;
}

.gm-style .gm-style-iw-d {
    overflow: hidden !important;
}

.marker-content {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
}

/* cookies banner */

.decline-button {
    cursor: pointer;
    border: none;
    background: none;
    margin-top: 1em;
    padding: 0 8px;
    vertical-align: middle;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: normal;
}

.decline-button:hover {
    background: none;
}

.agree-button {
    cursor: pointer;
    margin-right: 5px;
    margin-top: 1em;
    vertical-align: middle;
    overflow: visible;
    width: auto;
    -moz-box-shadow: inset 0 1px 0 0 #ffffff;
    -webkit-box-shadow: inset 0 1px 0 0 #ffffff;
    box-shadow: inset 0 1px 0 0 #ffffff;
    background-color: #ededed;
    background-image: -moz-linear-gradient(top,#ededed 5%,#dfdfdf 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(5%,#ededed),color-stop(100%,#dfdfdf));
    background-image: -webkit-linear-gradient(top,#ededed 5%,#dfdfdf 100%);
    background-image: -o-linear-gradient(top,#ededed 5%,#dfdfdf 100%);
    background-image: -ms-linear-gradient(top,#ededed 5%,#dfdfdf 100%);
    background-image: linear-gradient(to bottom,#ededed 5%,#dfdfdf 100%);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    color: #000;
    font-family: Arial,sans-serif;
    font-weight: bold;
    padding: 4px 8px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #ffffff;
}

/* covid banner */


#covid-info,
#kill-vir-info {
    padding: 15px 30px;
    margin-top: 10px;
    margin-bottom: 15px;
   -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    font-size: 1.1em;
}

#covid-info {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e6000a+0,910029+100 */
    background: #e6000a; /* Old browsers */
    background: -moz-linear-gradient(left,  #e6000a 0%, #910029 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #e6000a 0%,#910029 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #e6000a 0%,#910029 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6000a', endColorstr='#910029',GradientType=1 ); /* IE6-9 */  
}

#kill-vir-info {
    background: #FFED00;
}

#covid-info p,
#kill-vir-info p {
    text-align: left;
    margin: 15px 0px;
    color: white;
}

#covid-info p a {
    color: #ffed00;
}

#kill-vir-info p,
#kill-vir-info p a {
    color: #910B26;
}

#kill-vir-info p a {
    font-weight: bold;
    text-decoration:underline;
}

/* custom banner */

#custom-banner {
    margin-top: 10px;
    margin-bottom: 15px;
}

/* ==== base/responsive.css ==== */
@media all and (max-width: 1240px) {
    #emergency-contact .section {
        padding-left: 5px;
    }

    article[data-history-node-id="3"] .field--name-body table:nth-of-type(1) {
        width: 48%;
        float: left;
        margin-right: 0px;
    }

    article[data-history-node-id="3"] .field--name-body table:nth-of-type(2) {
        width: 48%;
        float: right;
    }

    article[data-history-node-id="3"] .field--name-body table:nth-of-type(2) td {
        font-size: 12px;
    }

    #covid-info,
    #kill-vir-info {
        padding: 5px 15px;
        font-size: 0.9em;
    }

    #covid-info p,
    #kill-vir-info p {
        margin: 10px 0px;
    }
}

@media all and (max-width: 1217px) {
    .featured-top .region{
        align-items: center;
        display: flex;
        flex-direction: column;
        gap:30px;
    }
    #block-hpsubmenu1,
    #block-hpsubmenu2,
    #block-hpsubmenu3 {
        width: 50%;
        background-position-x: center;
    }

    #block-hpsubmenu1,
    #block-hpsubmenu2 {
        margin-right: 15px;
    }

    .field--name-body {
        padding: 0px 10px;
    }

    .region-breadcrumb {
        padding-left: 10px !important;
    }

    #block-dostupnostinternetu,
    #block-zavolejtemi {
        padding: 0px 10px;
    }

    article[data-history-node-id="86"] .field--name-body table:nth-of-type(1),
    article[data-history-node-id="86"] .field--name-body table:nth-of-type(2),
    article[data-history-node-id="86"] .field--name-body table:nth-of-type(3) {
        width: 32.6%;
        margin-right: 1%;
    }

    article[data-history-node-id="86"] .field--name-body table:nth-of-type(3) {
        margin-right: 0px;
    }
}

@media all and (max-width: 1120px) {
    #header {
        height: auto;
    }

    #header .region-header {
        padding-bottom: 0px;
        padding-top: 5px;
    }

    #block-hpsubmenu1 .content ul li a,
    #block-hpsubmenu2 .content ul li a,
    #block-hpsubmenu3 .content ul li a {
        font-size: 14px;
        height: 80px;
        line-height: 18px;
        background-position-x: 25px !important;
        padding-left: 100px !important;
    }

    #block-hpsubmenu3 .content ul li a {
        padding-left: 125px !important;
    }

    #block-hpsubmenu3 .content ul li:nth-child(3) a {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        line-height: 80px !important;
        height: 80px !important;
        white-space: nowrap;
    }

    article[data-history-node-id="22"] .field--name-body table,
    article[data-history-node-id="24"] .field--name-body table,
    article[data-history-node-id="23"] .field--name-body table {
        width: 32%;
        margin-right: 1%;
    }
}

@media all and (max-width: 1070px) {

    #emergency-contact .section p span {
        font-size: 14px;
        padding-right: 15px;
        padding-left: 28px;
    }

    #emergency-contact .section p span#external-links a  {
        font-size: 13px;
        padding-top: 2px; 
        padding-bottom: 2px; 

    }

    #emergency-contact .section p span#external-links {
        padding-left: 0px;
        padding-right: 5px;
    }
    
}

@media all and (max-width: 1024px) {
    #block-footerodkazyabra img {
        width: 100%;
    }

    #block-spodniodkazy p:nth-child(1) {
        max-width: 300px;
    }

    #block-spodniodkazy p:nth-child(1) img {
        width: 100%;
    }

    #block-spodniodkazy p:nth-child(2),
    #block-spodniodkazy p:nth-child(3) {
        max-width: 600px;
    }

    article[data-history-node-id="22"] .field--name-body table tr:nth-child(1) td {
        height: 98px;
    }

    article[data-history-node-id="22"] .field--name-body table:nth-of-type(1) tr:nth-child(3) td,
    article[data-history-node-id="22"] .field--name-body table:nth-of-type(1) tr:nth-child(7) td,
    article[data-history-node-id="22"] .field--name-body table:nth-of-type(2) tr:nth-child(7) td {
        font-size: 0.8em;
    }

    article[data-history-node-id="3"] .field--name-body table:nth-child(2) tr:nth-child(1) td {
        font-size: 0.92em;
    }

    article[data-history-node-id="41"] .field--name-body ul.jmena li {
        list-style: none;
        padding: none;
        width: 30%;
        display: inline-block;
        font-size: 0.8em;
    }
/*
    #block-hpsubmenu1,
    #block-hpsubmenu2,
    #block-hpsubmenu3 {
        padding-top: 158px;
    }*/
}

@media all and (max-width: 870px) {
    #block-hpsubmenu1 .content ul li a,
    #block-hpsubmenu2 .content ul li a,
    #block-hpsubmenu3 .content ul li a {
        background-image: none !important;
        font-size: 14px;
    }

    .view-display-id-page_1 .view-content .views-row {
        float: none;
        width: 90%;
        min-height: auto;
        padding: 0px 10px;
    }

    article[data-history-node-id="22"] .field--name-body table,
    article[data-history-node-id="24"] .field--name-body table,
    article[data-history-node-id="23"] .field--name-body table {
        top: 0px !important;
    }

    article[data-history-node-id="22"] .field--name-body table tr:nth-child(1) td {
        height: 61px;
    }

    article[data-history-node-id="3"] .field--name-body table:nth-child(2) tr:nth-child(1) td {
        background-image: none !important;
        vertical-align: top;

    }

    article[data-history-node-id="41"] .field--name-body ul.jmena li {
        list-style: none;
        padding: none;
        width: 45%;
        display: inline-block;
        font-size: 0.8em;
    }
}

@media all and (max-width: 800px) {
    #emergency-contact {
        background: #910B26;
        height: auto;
    }

    #emergency-contact .section p {
        margin: 0px;
        line-height: 20px;
        color: white;
        font-size: 10px;
    }

    #emergency-contact .section p span {
        font-size: 12px;
        padding: 0px 10px;
    
    }

    #emergency-contact .section p span.phone {
        background: none;
    }
    
    #emergency-contact .section p span.mail {
        background: none;
    }

    #block-views-block-aktuality-block-1 .view-content .views-row {
        float: none;
        width: 80%;
        margin-left: 15px;
        margin-bottom: 15px;
    }

    article[data-history-node-id="32"] .field--name-body table:nth-of-type(1) tr:nth-child(1) td:nth-child(3),
    article[data-history-node-id="32"] .field--name-body table:nth-of-type(3) tr:nth-child(1) td:nth-child(3) {
        background: none !important;
        width: 0px;
        display: none;
    }

    article[data-history-node-id="32"] .field--name-body table:nth-of-type(2) tr:nth-child(1) td a,
    article[data-history-node-id="32"] .field--name-body table:nth-of-type(4) tr:nth-child(1) td a,
    article[data-history-node-id="32"] .field--name-body table:nth-of-type(5) tr:nth-child(1) td a {
        font-size: 1em;
    }

    article[data-history-node-id="3"] .field--name-body table {
        width: 100% !important;
        height: auto !important;
        float: none !important;
    }

    .field--name-body p.internet-kontakt {
        margin-bottom: 0px;
    }

    .layout-main {
        margin-bottom: 20px !important;
    }

    article[data-history-node-id="22"] .field--name-body table tr:nth-child(1) td {
        height: 98px;
    }

    article[data-history-node-id="22"] .field--name-body table td .internet-cena {
        font-size: 25px;
    }

    article[data-history-node-id="22"] .field--name-body table {
        height: 686px;
    }

    article[data-history-node-id="41"] .field--name-body p.vyherci a,
    article[data-history-node-id="41"] .field--name-body p.vyherci > img {
        float: left;
        width: 49%;
        margin-right: 1%;
    }

}

@media all and (max-width: 785px) {
    #block-hpsubmenu1,
    #block-hpsubmenu2,
    #block-hpsubmenu3 {
        width: 100%;
    }

    #block-hpsubmenu1,
    #block-hpsubmenu2 {
        margin-right: 0px;
    }

    #block-hpsubmenu1 .content ul li a,
    #block-hpsubmenu2 .content ul li a,
    #block-hpsubmenu3 .content ul li a {
        font-size: 14px;
    }

    #block-zavolejtemi .form-item {
        width: 50%;
    }

    article[data-history-node-id="20"] .field--name-body ul {
        background: none !important;
    }

    #block-spodniodkazy p:nth-child(1) {
        padding-right: 0px;
        text-align: center;
        width: 100%;
    }

    article[data-history-node-id="88"] .field--name-body {
        padding-bottom: 0px;
    }

    article[data-history-node-id="88"] .field--name-body h2 {
        margin-top: 50px;
    }

    body.page-404 #main-wrapper,
    body.page-node-88 #main-wrapper {
        background-size: 45%;
    }

    article[data-history-node-id="41"] .field--name-body ul.jmena li {
        list-style: none;
        padding: none;
        width: 100%;
        display: inline-block;
        font-size: 0.9em;
    }
    .pobocka{
        flex-direction: column;
    }
    .pobocka > div{
        width:100%;
    }
    .pobocka .address{
        order:1;
    }
    .pobocka .hours{
        order:2;
    }
    .pobocka .map{
        order:3;
    }

}

@media all and (max-width: 590px) {
    .site-footer .region-footer .block {
        width: 50% !important;
    }

    .site-footer .region-footer .block:nth-child(3) {
        width: 100% !important;
        float: none;
        clear: both;
    }

    .site-footer .region-footer .block:nth-child(3) .content img {
        width: 100% !important;
    }

    .site-footer .region-footer .block:nth-child(3) .content p:first-child {
        text-align: center;
    }

    #block-spodniodkazy p:nth-child(1) {
        padding-right: 0px;
        text-align: center;
        width: 100%;
    }

    #block-spodniodkazy p:nth-child(1) img {
        width: 100% !important;
    }

    #block-dostupnostinternetu .form-item,
    #block-zavolejtemi .form-item {
        float: none;
        width: 100%;
    }

    article[data-history-node-id="22"] .field--name-body table,
    article[data-history-node-id="24"] .field--name-body table,
    article[data-history-node-id="23"] .field--name-body table {
        width: 100%;
    }

    article[data-history-node-id="3"] .field--name-body table {
        width: 100%;
        height: auto;
    }

    article[data-history-node-id="3"] .field--name-body table:nth-child(1) tr:nth-child(2) td p {
        width: 100%;
    }

    article[data-history-node-id="3"] .field--name-body table:nth-child(2) tr:nth-child(1) td {
        background: none !important;
    }

    article[data-history-node-id="5"] .field--name-body .list-wrapper {
        float: none;
        width: 100%;
    }

    article[data-history-node-id="5"] .field--name-body .list-wrapper:nth-of-type(2) {
        margin-top: 15px;
    }

    article[data-history-node-id="88"] .field--name-body {
        padding-right: 0px;
        
    }

    article[data-history-node-id="88"] .field--name-body h2 {
        margin-top: 30px;
    }

    body.page-404 #main-wrapper,
    body.page-node-88 #main-wrapper {
        background: white;
    }

    article[data-history-node-id="86"] .field--name-body table:nth-of-type(1),
    article[data-history-node-id="86"] .field--name-body table:nth-of-type(2),
    article[data-history-node-id="86"] .field--name-body table:nth-of-type(3) {
        width: 100%;
        float: none;
        margin-right: 0px;
    }

    article[data-history-node-id="41"] .field--name-body p.vyherci a,
    article[data-history-node-id="41"] .field--name-body p.vyherci > img {
        float: none;
        width: 100%;
        margin-right: none;
        text-align: center;
    }
}

@media all and (max-width: 510px) {
    #emergency-contact .section p span {
        font-size: 10px;
        padding: 0px !important;
    
    }

    #emergency-contact .section p {
        font-size: 8px;
    }

    #block-hpsubmenu1,
    #block-hpsubmenu2,
    #block-hpsubmenu3 {
        width: 100%;
        float:none;
        margin-bottom: 10px;
    }

    #contact-message-zajem-o-sluzby-form #edit-submit,
    #block-dostupnostinternetu input[type=submit],
    #block-zavolejtemi input[type=submit] {
        padding: 8px 25px;
    }

    article[data-history-node-id="19"] .field--name-body p:last-of-type a {
        background: #910B26 url(../images/icon_cart.png) 15px center no-repeat;
        padding: 17px 25px 17px 60px;
    }

    article[data-history-node-id="32"] .field--name-body table:nth-of-type(1) td,
    article[data-history-node-id="32"] .field--name-body table:nth-of-type(3) td {
        font-size: 0.8em;
    }

    article[data-history-node-id="32"] .field--name-body table:nth-of-type(1) tr:nth-child(2) td:nth-child(1),
    article[data-history-node-id="32"] .field--name-body table:nth-of-type(3) tr:nth-child(2) td:nth-child(1) {
        padding-left: 100px;
        background: #F8F8F8 url(../images/icon_gps.png) 20px 10px no-repeat !important;
    }
    
    article[data-history-node-id="32"] .field--name-body table:nth-of-type(2) tr:nth-child(1) td,
    article[data-history-node-id="32"] .field--name-body table:nth-of-type(4) tr:nth-child(1) td,
    article[data-history-node-id="32"] .field--name-body table:nth-of-type(5) tr:nth-child(1) td {
        display: block;
        padding-bottom: 25px;
    }

    article[data-history-node-id="32"] .field--name-body table:nth-of-type(2) tr:nth-child(2) {
        display: none;
    }

    article[data-history-node-id="40"] .field--name-body a {
        font-size: 1em;
    }

    article[data-history-node-id="41"] .field--name-body p:last-of-type a {
        padding: 17px 20px 17px 20px;
    }

    #block-pl-omega-branding {
        float: left;
        width: 50%;
        position: absolute;
        padding-left: 15px;
        padding-top: 5px;
        
    }

    #block-hlavninavigace {
        float: right;
        text-align: right;
        padding-top: 6px !important;
        background: white;
    }

    #block-hlavninavigace #superfish-main-accordion {
        padding-top: 15px;
        background: white;
    }

    #block-hlavninavigace #superfish-main-accordion li a,
    #block-hlavninavigace #superfish-main-accordion li span {
        line-height: 30px;
    }

    #block-hlavninavigace #superfish-main-accordion li ul li a {
        line-height: 25px;
        padding-left: 40px;
    }

    #superfish-main-toggle {
        width: 30px;
        height: 30px;
        display: inline-block;
        margin-right: 10px;
        background: url(../images/menu-icon.svg) 0px 0px no-repeat;
        background-size: 30px 30px;
    }

    #superfish-main-toggle.sf-expanded {
        background: url(../images/close.svg) 0px 0px no-repeat;
        background-size: 30px 30px;
        -webkit-transition: background-image 0.2s ease-in-out;
        transition: background-image 0.2s ease-in-out;
    }

    #superfish-main-toggle span {
        display: none;
    }

    #emergency-contact .section p span#external-links {
        display: none;
    }

    article[data-history-node-id="3"] .field--name-body table:nth-child(1) tr:nth-child(2) td p {
        padding-left: 0px;
        text-align: center;
        background: none !important;
    }

    #block-spodniodkazy p:nth-child(1) {
        max-width: 100%;
        margin-bottom: 15px;
    }

    .field--name-body p.internet-kontakt {
        font-size: 16px;
    }

    .field--name-body p.internet-kontakt span.internet-kontakt-mail {
        padding-left: 0px;
        background: none !important;
    }

    #block-hpsubmenu1 .content ul li a {

    }

    .featured-top .block-menu ul li a{
        background-size:30px;
    }

    #block-hpsubmenu1, #block-hpsubmenu2, #block-hpsubmenu3 {
        padding-top: 175px;
    }

    #main-wrapper {
        padding: 10px 10px !important;
    }

    article[data-history-node-id="86"] .field--name-body table tr td:last-child {
        width: auto;
    }

    article[data-history-node-id="86"] .field--name-body table tr td {
        padding: 8px;
    }

    article[data-history-node-id="19"] .field--name-body p:first-of-type,
    article[data-history-node-id="20"] .field--name-body p:first-of-type {
        padding: 15px;
        background-image: none;
    }

    article[data-history-node-id="21"] .field--name-body table tr td {
        padding: 5px;
        font-size: 12px;
    }
}

@media all and (max-width: 320px) {
    #emergency-contact .section p span {
        font-size: 8px;
    }

    #block-hpsubmenu1, #block-hpsubmenu2, #block-hpsubmenu3 {
        padding-top: 150px;
    }

    article[data-history-node-id="41"] .field--name-body p:last-of-type a {
        padding: 10px 15px;
    }
}

/* ==== layout.css ==== */
/**
 * @file
 * Bartik layout styling.
 */

/**
 * Container
 */
.layout-container {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.map-region .layout-container {
  width: 100% !important;
}

@media all and (min-width: 851px) {
  .layout-container {
    max-width: 1180px;
  }

  .map-region .layout-container {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/**
 * Main
 */
.layout-main-wrapper {
  min-height: 300px;
}
.layout-main {
  margin-top: 20px;
  margin-bottom: 40px;
}


/* ==== classy/action-links.css ==== */
/**
 * @file
 * Styles for link buttons and action links.
 */

.action-links {
  margin: 1em 0;
  padding: 0;
  list-style: none;
}
[dir="rtl"] .action-links {
  /* This is required to win over specificity of [dir="rtl"] ul */
  margin-right: 0;
}
.action-links li {
  display: inline-block;
  margin: 0 0.3em;
}
.action-links li:first-child {
  margin-left: 0; /* LTR */
}
[dir="rtl"] .action-links li:first-child {
  margin-right: 0;
  margin-left: 0.3em;
}
.button-action {
  display: inline-block;
  padding: 0.2em 0.5em 0.3em;
  text-decoration: none;
  line-height: 160%;
}
.button-action:before {
  margin-left: -0.1em; /* LTR */
  padding-right: 0.2em; /* LTR */
  content: "+";
  font-weight: 900;
}
[dir="rtl"] .button-action:before {
  margin-right: -0.1em;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0.2em;
}


/* ==== classy/breadcrumb.css ==== */
/**
 * @file
 * Styles for breadcrumbs.
 */

.breadcrumb {
  padding-bottom: 0.5em;
}
.breadcrumb ol {
  margin: 0;
  padding: 0;
}
[dir="rtl"] .breadcrumb ol {
  /* This is required to win over specificity of [dir="rtl"] ol */
  margin-right: 0;
}
.breadcrumb li {
  display: inline;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* IE8 does not support :not() and :last-child. */
.breadcrumb li:before {
  content: " \BB ";
}
.breadcrumb li:first-child:before {
  content: none;
}


/* ==== classy/button.css ==== */
/**
 * @file
 * Visual styles for buttons.
 */

.button,
.image-button {
  margin-right: 1em;
  margin-left: 1em;
}
.button:first-child,
.image-button:first-child {
  margin-right: 0;
  margin-left: 0;
}


/* ==== classy/container-inline.css ==== */
/**
 * @file
 * Inline items.
 */

.container-inline label:after,
.container-inline .label:after {
  content: ":";
}
.form-type-radios .container-inline label:after,
.form-type-checkboxes .container-inline label:after {
  content: "";
}
.form-type-radios .container-inline .form-type-radio,
.form-type-checkboxes .container-inline .form-type-checkbox {
  margin: 0 1em;
}
.container-inline .form-actions,
.container-inline.form-actions {
  margin-top: 0;
  margin-bottom: 0;
}


/* ==== classy/details.css ==== */
/**
 * @file
 * Collapsible details.
 *
 * @see collapse.js
 * @see http://nicolasgallagher.com/css-background-image-hacks/
 */

details {
  margin-top: 1em;
  margin-bottom: 1em;
  border: 1px solid #ccc;
}
details > .details-wrapper {
  padding: 0.5em 1.5em;
}
/* @todo Regression: The summary of uncollapsible details are no longer
     vertically aligned with the .details-wrapper in browsers without native
     details support. */
summary {
  padding: 0.2em 0.5em;
  cursor: pointer;
}


/* ==== classy/exposed-filters.css ==== */
/**
 * @file
 * Visual styles for exposed filters.
 */

.exposed-filters .filters {
  float: left; /* LTR */
  margin-right: 1em; /* LTR */
}
[dir="rtl"] .exposed-filters .filters {
  float: right;
  margin-right: 0;
  margin-left: 1em;
}
.exposed-filters .form-item {
  margin: 0 0 0.1em 0;
  padding: 0;
}
.exposed-filters .form-item label {
  float: left; /* LTR */
  width: 10em;
  font-weight: normal;
}
[dir="rtl"] .exposed-filters .form-item label {
  float: right;
}
.exposed-filters .form-select {
  width: 14em;
}
/* Current filters */
.exposed-filters .current-filters {
  margin-bottom: 1em;
}
.exposed-filters .current-filters .placeholder {
  font-weight: bold;
  font-style: normal;
}
.exposed-filters .additional-filters {
  float: left; /* LTR */
  margin-right: 1em; /* LTR */
}
[dir="rtl"] .exposed-filters .additional-filters {
  float: right;
  margin-right: 0;
  margin-left: 1em;
}


/* ==== classy/field.css ==== */
/**
 * @file
 * Visual styles for fields.
 */

.field__label {
  font-weight: bold;
}
.field--label-inline .field__label,
.field--label-inline .field__items {
  float: left; /* LTR */
}
.field--label-inline .field__label,
.field--label-inline > .field__item,
.field--label-inline .field__items {
  padding-right: 0.5em;
}
[dir="rtl"] .field--label-inline .field__label,
[dir="rtl"] .field--label-inline .field__items {
  padding-right: 0;
  padding-left: 0.5em;
}
.field--label-inline .field__label::after {
  content: ":";
}


/* ==== classy/form.css ==== */
/**
 * @file
 * Visual styles for form components.
 */

form .field-multiple-table {
  margin: 0;
}
form .field-multiple-table .field-multiple-drag {
  width: 30px;
  padding-right: 0; /* LTR */
}
[dir="rtl"] form .field-multiple-table .field-multiple-drag {
  padding-left: 0;
}
form .field-multiple-table .field-multiple-drag .tabledrag-handle {
  padding-right: 0.5em; /* LTR */
}
[dir="rtl"] form .field-multiple-table .field-multiple-drag .tabledrag-handle {
  padding-right: 0;
  padding-left: 0.5em;
}
form .field-add-more-submit {
  margin: 0.5em 0 0;
}

/**
 * Markup generated by Form API.
 */
.form-item,
.form-actions {
  margin-top: 1em;
  margin-bottom: 1em;
}
tr.odd .form-item,
tr.even .form-item {
  margin-top: 0;
  margin-bottom: 0;
}
.form-composite > .fieldset-wrapper > .description,
.form-item .description {
  font-size: 0.85em;
}
label.option {
  display: inline;
  font-weight: normal;
}
.form-composite > legend,
.label {
  display: inline;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: bold;
}
.form-checkboxes .form-item,
.form-radios .form-item {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2.4em; /* LTR */
}
[dir="rtl"] .form-type-radio .description,
[dir="rtl"] .form-type-checkbox .description {
  margin-right: 2.4em;
  margin-left: 0;
}
.marker {
  color: #e00;
}
.form-required:after {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0.3em;
  content: "";
  vertical-align: super;
  /* Use a background image to prevent screen readers from announcing the text. */
  background-image: url(../images/required.svg);
  background-repeat: no-repeat;
  background-size: 6px 6px;
}
abbr.tabledrag-changed,
abbr.ajax-changed {
  border-bottom: none;
}
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 2px solid red;
}

/* Inline error messages. */
.form-item--error-message:before {
  display: inline-block;
  width: 14px;
  height: 14px;
  content: "";
  vertical-align: sub;
  background: url(../images/error.svg) no-repeat;
  background-size: contain;
}


/* ==== classy/icons.css ==== */
/**
 * @file
 * Visual styles for icons.
 */

.icon-help {
  padding: 1px 0 1px 20px; /* LTR */
  background: url(../images/help.png) 0 50% no-repeat; /* LTR */
}
[dir="rtl"] .icon-help {
  padding: 1px 20px 1px 0;
  background-position: 100% 50%;
}
.feed-icon {
  display: block;
  overflow: hidden;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  background: url(../images/feed.svg) no-repeat;
}


/* ==== classy/inline-form.css ==== */
/**
 * @file
 * Visual styles for inline forms.
 */

.form--inline .form-item {
  float: left; /* LTR */
  margin-right: 0.5em; /* LTR */
}
[dir="rtl"] .form--inline .form-item {
  float: right;
  margin-right: 0;
  margin-left: 0.5em;
}
/* This is required to win over specificity of [dir="rtl"] .form--inline .form-item */
[dir="rtl"] .views-filterable-options-controls .form-item {
  margin-right: 2%;
}
.form--inline .form-item-separator {
  margin-top: 2.3em;
  margin-right: 1em; /* LTR */
  margin-left: 0.5em; /* LTR */
}
[dir="rtl"] .form--inline .form-item-separator {
  margin-right: 0.5em;
  margin-left: 1em;
}
.form--inline .form-actions {
  clear: left; /* LTR */
}
[dir="rtl"] .form--inline .form-actions {
  clear: right;
}


/* ==== classy/item-list.css ==== */
/**
 * @file
 * Visual styles for item list.
 */

.item-list .title {
  font-weight: bold;
}
.item-list ul {
  margin: 0 0 0.75em 0;
  padding: 0;
}
.item-list li {
  margin: 0 0 0.25em 1.5em; /* LTR */
  padding: 0;
}
[dir="rtl"] .item-list li {
  margin: 0 1.5em 0.25em 0;
}

/**
 * Comma separated lists.
 */
.item-list--comma-list {
  display: inline;
}
.item-list--comma-list .item-list__comma-list,
.item-list__comma-list li,
[dir="rtl"] .item-list--comma-list .item-list__comma-list,
[dir="rtl"] .item-list__comma-list li {
  margin: 0;
}


/* ==== classy/link.css ==== */
/**
 * @file
 * Style another element as a link.
 */

button.link {
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  background: transparent;
  font-size: 1em;
}
label button.link {
  font-weight: bold;
}


/* ==== classy/links.css ==== */
/**
 * @file
 * Visual styles for links.
 */

ul.inline,
ul.links.inline {
  display: inline;
  padding-left: 0; /* LTR */
}
[dir="rtl"] ul.inline,
[dir="rtl"] ul.links.inline {
  padding-right: 0;
  padding-left: 15px;
}
ul.inline li {
  display: inline;
  padding: 0 0.5em;
  list-style-type: none;
}
ul.links a.is-active {
  color: #000;
}


/* ==== classy/menu.css ==== */
/**
 * @file
 * Visual styles for menu.
 */

ul.menu {
  margin-left: 1em; /* LTR */
  padding: 0;
  list-style: none outside;
  text-align: left; /* LTR */
}
[dir="rtl"] ul.menu {
  margin-right: 1em;
  margin-left: 0;
  text-align: right;
}
.menu-item--expanded {
  list-style-type: circle;
  list-style-image: url(../images/menu-expanded.png);
}
.menu-item--collapsed {
  list-style-type: disc;
  list-style-image: url(../images/menu-collapsed.png); /* LTR */
}
[dir="rtl"] .menu-item--collapsed {
  list-style-image: url(../images/menu-collapsed-rtl.png);
}
.menu-item {
  margin: 0;
  padding-top: 0.2em;
}
ul.menu a.is-active {
  color: #000;
}


/* ==== classy/more-link.css ==== */
/**
 * @file
 * Markup generated by #type 'more_link'.
 */

.more-link {
  display: block;
  text-align: right; /* LTR */
}
[dir="rtl"] .more-link {
  text-align: left;
}


/* ==== classy/pager.css ==== */
/**
 * @file
 * Visual styles for pager.
 */

.pager__items {
  clear: both;
  text-align: center;
}
.pager__item {
  display: inline;
  padding: 0.5em;
}
.pager__item.is-active {
  font-weight: bold;
}


/* ==== classy/tabledrag.css ==== */
/**
 * @file
 * Visual styles for table drag.
 */

tr.drag {
  background-color: #fffff0;
}
tr.drag-previous {
  background-color: #ffd;
}
body div.tabledrag-changed-warning {
  margin-bottom: 0.5em;
}


/* ==== classy/tableselect.css ==== */
/**
 * @file
 * Table select behavior.
 *
 * @see tableselect.js
 */

tr.selected td {
  background: #ffc;
}
td.checkbox,
th.checkbox {
  text-align: center;
}
[dir="rtl"] td.checkbox,
[dir="rtl"] th.checkbox {
  /* This is required to win over specificity of [dir="rtl"] td */
  text-align: center;
}


/* ==== classy/tablesort.css ==== */
/**
 * @file
 * Table sort indicator.
 */

th.is-active img {
  display: inline;
}
td.is-active {
  background-color: #ddd;
}


/* ==== classy/tabs.css ==== */
/**
 * @file
 * Visual styles for tabs.
 */

div.tabs {
  margin: 1em 0;
}
ul.tabs {
  margin: 0 0 0.5em;
  padding: 0;
  list-style: none;
}
.tabs > li {
  display: inline-block;
  margin-right: 0.3em; /* LTR */
}
[dir="rtl"] .tabs > li {
  margin-right: 0;
  margin-left: 0.3em;
}
.tabs a {
  display: block;
  padding: 0.2em 1em;
  text-decoration: none;
}
.tabs a.is-active {
  background-color: #eee;
}
.tabs a:focus,
.tabs a:hover {
  background-color: #f5f5f5;
}


/* ==== classy/textarea.css ==== */
/**
 * @file
 * Visual styles for a resizable textarea.
 */

.form-textarea-wrapper textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
}


/* ==== classy/ui-dialog.css ==== */
/**
 * @file
 * Styles for Classy's modal windows.
 */

.ui-dialog--narrow {
  max-width: 500px;
}

@media screen and (max-width: 600px) {
  .ui-dialog--narrow {
    min-width: 95%;
    max-width: 95%;
  }
}


/* ==== classy/node.css ==== */
/**
 * @file
 * Visual styles for nodes.
 */

.node--unpublished {
  background-color: #fff4f4;
}


/* ==== classy/progress.css ==== */
/**
 * @file
 * Visual styles for progress bar.
 *
 * @see progress.js
 */

.progress__track {
  border-color: #b3b3b3;
  border-radius: 10em;
  background-color: #f2f1eb;
  background-image: -webkit-linear-gradient(#e7e7df, #f0f0f0);
  background-image: linear-gradient(#e7e7df, #f0f0f0);
  box-shadow: inset 0 1px 3px hsla(0, 0%, 0%, 0.16);
}
.progress__bar {
  height: 16px;
  margin-top: -1px;
  margin-left: -1px; /* LTR */
  padding: 0 1px;
  -webkit-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out;
  -webkit-animation: animate-stripes 3s linear infinite;
  -moz-animation: animate-stripes 3s linear infinite;
  border: 1px #07629a solid;
  border-radius: 10em;
  background: #057ec9;
  background-image:
    -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)),
    -webkit-linear-gradient(left top, #0094f0 0%, #0094f0 25%, #007ecc 25%, #007ecc 50%, #0094f0 50%, #0094f0 75%, #0094f0 100%);
  background-image:
    linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)),
    linear-gradient(to right bottom, #0094f0 0%, #0094f0 25%, #007ecc 25%, #007ecc 50%, #0094f0 50%, #0094f0 75%, #0094f0 100%);
  background-size: 40px 40px;
}
[dir="rtl"] .progress__bar {
  margin-right: -1px;
  margin-left: 0;
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}

@media screen and (prefers-reduced-motion: reduce) {
  .progress__bar {
    -webkit-transition: none;
    transition: none;
    -webkit-animation: none;
    -moz-animation: none;
  }
}

/**
 * Progress bar animations.
 */
@-webkit-keyframes animate-stripes {
  0% { background-position: 0 0, 0 0; }
  100% { background-position: 0 0, -80px 0; }
}

@-ms-keyframes animate-stripes {
  0% { background-position: 0 0, 0 0; }
  100% { background-position: 0 0, -80px 0; }
}

@keyframes animate-stripes {
  0% { background-position: 0 0, 0 0; }
  100% { background-position: 0 0, -80px 0; }
}


/* ==== components/block.css ==== */
/**
 * @file
 * Visual styles for Bartik's blocks.
 */

/* Block has its own content wrapper. */
.block .content {
  margin-top: 10px;
}


/* ==== components/book.css ==== */
/**
 * @file
 * Bartik specific styling for the Book module.
 */

.book-navigation .menu {
  border-top: 1px solid #d6d6d6;
}
.book-navigation .book-pager {
  border-bottom: 1px solid #d6d6d6;
  border-top: 1px solid #d6d6d6;
  margin: 0;
}


/* ==== components/breadcrumb.css ==== */
/**
 * @file
 * Styles for Bartik's breadcrumbs.
 */

.breadcrumb {
  font-size: 14px;
}
.region-breadcrumb {
  padding: 0 0px 0.25em;
}

.breadcrumb li a {
  color: #626262;
  border-bottom: none;
}

/* ==== components/captions.css ==== */
/* -------------- Captions -------------- */
.caption {
  margin-bottom: 1.2em;
}
.caption > * {
  background: #f3f3f3;
  padding: 0.5ex;
  border: 1px solid #ccc;
}
.caption > figcaption {
  border: 1px solid #ccc;
  border-top: none;
  padding-top: 0.5ex;
  font-size: small;
  text-align: center;
}

/* Override Bartik's default blockquote and pre styles when captioned. */
.caption-pre > pre,
.caption-blockquote > blockquote {
  margin: 0;
}
.caption-blockquote > figcaption::before {
  content: "— ";
}
.caption-blockquote > figcaption {
  text-align: left; /* LTR */
}
[dir="rtl"] .caption-blockquote > figcaption {
  text-align: right;
}


/* ==== components/comments.css ==== */
/**
 * @file
 * Visual styles for comments in Bartik.
 */

/* This is required to win over specificity of #content h2 */
#content .comment-wrapper h2 {
  margin-bottom: 1em;
}
#content .comment-wrapper h2.comment-form__title {
  margin-bottom: 1em;
}
.field-node--comment {
  font-size: 0.934em;
}
.comment {
  margin-bottom: 19px;
  vertical-align: top;
  display: table;
}
[dir="rtl"] .comment {
  direction: rtl;
}

.comment__meta {
  padding: 0 30px 0 0; /* LTR */
  font-size: 1.071em;
}
[dir="rtl"] .comment__meta {
  padding: 0 0 0 30px;
}
.comment__attribution img {
  border: 1px solid #d3d7d9;
}
/* This is required to win over specificity of .field--type-image img */
.comment .field--name-user-picture img {
  margin: 0;
}
.comment__author .username {
  white-space: nowrap;
}
.comment__author {
  margin: 4px 0;
  line-height: 1.2;
}
.comment__time {
  margin-bottom: 4px;
  color: #68696b;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.733em;
  line-height: 1.2;
}
.comment__permalink {
  font-size: 0.733em;
  line-height: 1.2;
}
.comment__content {
  position: relative;
  display: table-cell;
  padding: 10px 25px 10px 25px;
  vertical-align: top;
  width: 100%;
  border: 1px solid #d3d7d9;
  font-size: 0.929em;
  line-height: 1.6;
  word-break: break-all;
}

.comment__content:before {
  content: '';
  position: absolute;
  right: 100%; /* LTR */
  top: 20px;
  border-top: 20px solid transparent;
  border-right: 20px solid #d3d7d9; /* LTR */
  border-bottom: 20px solid transparent;
}
[dir="rtl"] .comment__content:before {
  right: auto;
  left: 100%;
  border-right: none;
  border-left: 20px solid #d3d7d9;
}
.comment__content:after {
  content: '';
  position: absolute;
  right: 100%; /* LTR */
  top: 20px;
  border-top: 20px solid transparent;
  border-right: 20px solid #fff; /* LTR */
  border-bottom: 20px solid transparent;
  margin-right: -1px; /* LTR */
}
[dir="rtl"] .comment__content:after {
  right: auto;
  left: 100%;
  border-right: none;
  border-left: 20px solid #fff;
  margin-right: 0;
  margin-left: -1px;
}
.comment__content h3 {
  margin-top: 0.94em;
  margin-bottom: 0.45em;
  font-size: 1.171em;
}
.indented {
  margin-left: 40px; /* LTR */
}
[dir="rtl"] .indented {
  margin-right: 40px;
  margin-left: 0;
}
.comment .links {
  padding: 0 0 0.25em 0;
}
.comment .links li {
  padding: 0 0.5em 0 0; /* LTR */
  font-size: 1.08em;
}
[dir="rtl"] .comment .links li {
  padding: 0 0 0 0.5em;
}
.comment--unpublished {
  margin-right: 5px; /* LTR */
  padding: 5px 2px 5px 5px; /* LTR */
  background: #fff4f4;
}
[dir="rtl"] .comment--unpublished {
  margin-left: 5px;
  margin-right: 0;
  padding: 5px 5px 5px 2px;
}

/**
 * @todo: unpublished nodes have class .node--unpublished.
 * change this to .comment--unpublished.
 */
.unpublished .comment-text .comment-arrow {
  border-left: 1px solid #fff4f4;
  border-right: 1px solid #fff4f4;
}
.unpublished {
  padding: 20px 15px 0;
}
.comment-footer {
  display: table-row;
}
.comment--unpublished .comment__text:after,
.node--unpublished .comment__text:after {
  border-right-color: #fff4f4; /* LTR */
}
[dir="rtl"] .comment--unpublished .comment__content:after,
[dir="rtl"] .node--unpublished .comment__content:after {
  border-left-color: #fff4f4;
}


/* ==== components/contextual.css ==== */
/**
 * @file
 * Contextual links styles for Bartik.
 */

.contextual-links a {
  border-bottom: none;
  text-shadow: 0 0 0;
}


/* ==== components/demo-block.css ==== */
/**
 * @file
 * Visual styles for Bartik's block demonstration.
 */

.demo-block {
  background: #ff6;
  border: 1px dotted #9f9e00;
  color: #000;
  font: 90% "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  margin: 5px;
  padding: 5px;
  text-align: center;
  text-shadow: none;
}
.featured-top .demo-block {
  font-size: 0.55em;
}


/* ==== components/dropbutton.component.css ==== */
/**
 * @file
 * Visual styles for Bartik's dropbutton component.
 */

.js .dropbutton-widget {
  border: 1px solid;
  border-color: #e4e4e4 #d2d2d2 #b4b4b4 #d2d2d2;
  background-color: #fff;
  background-image: -webkit-linear-gradient(top, #f3f3f3, #e8e8e8);
  background-image: linear-gradient(to bottom, #f3f3f3, #e8e8e8);
  color: #3a3a3a;
  cursor: pointer;
  text-align: center;
  margin: 0.125em 0;
  border-radius: 1em;
  overflow: hidden;
}
.js .dropbutton-widget:hover {
  border-color: #e4e4e4 #d2d2d2 #b4b4b4 #d2d2d2;
}
.js .dropbutton-widget .button {
  border: none;
  margin: 0;
  padding: 0.32em 1em;
  background: transparent none;
}
.js .dropbutton-multiple .dropbutton-widget,
.js[dir="rtl"] .dropbutton-multiple .dropbutton-widget {
  padding: 0;
}
.js .dropbutton-multiple .dropbutton-widget .dropbutton {
  padding-right: 2em; /* LTR */
  position: relative;
}
.js[dir="rtl"] .dropbutton-multiple .dropbutton-widget .dropbutton {
  padding-right: 0;
  padding-left: 2em;
}
.js .dropbutton-multiple .dropbutton-widget .dropbutton-action a {
  margin-right: 0; /* LTR */
}
[dir="rtl"].js .dropbutton-multiple .dropbutton-widget .dropbutton-action a {
  margin-left: 0;
}
.js .dropbutton .secondary-action {
  border-top-color: #ccc;
}
.js .dropbutton-toggle button {
  background-color: #e8e8e8;
  background-image: -webkit-linear-gradient(top, #e8e8e8, #d2d2d2);
  background-image: linear-gradient(to bottom, #e8e8e8, #d2d2d2);
}
.js .dropbutton-toggle .dropbutton-arrow:hover {
  background: #ccc;
}
.js .dropbutton a {
  color: #3a3a3a;
  border-bottom: 0 none;
}
.js .dropbutton .dropbutton-action:hover,
.js .dropbutton a:hover {
  background: #dedede;
  border-bottom: 0 none;
}


/* ==== components/featured-top.css ==== */
/**
 * @file
 * Visual styles for Bartik's featured top.
 */

.featured-top {
  text-align: center;
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1.4;
  padding: 0px 10px 15px 10px;
  margin: 0;
  background:#EFEFEF;
  margin-top: 30px;
  margin-bottom: 30px;
  /*background: rgb(240,240,240);
  background: -moz-linear-gradient(180deg, rgba(240,240,240,1) 0%, rgba(226,226,226,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(240,240,240,1) 0%, rgba(226,226,226,1) 100%);
  background: linear-gradient(180deg, rgba(240,240,240,1) 0%, rgba(226,226,226,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f0f0f0",endColorstr="#e2e2e2",GradientType=1);*/
}
.featured-top h2 {
  font-size: 1.2em;
  line-height: 1;
}
.featured-top p {
  margin: 0;
  padding: 0;
}


/* ==== components/feed-icon.css ==== */
/**
 * @file
 * Feed icon styles for Bartik.
 */

.feed-icon {
  border-bottom: 1px solid transparent;
  display: inline-block;
  padding-bottom: 2px;
}

.feed-icon:focus,
.feed-icon:hover {
  border-color: #018fe2;
}


/* ==== components/field.css ==== */
/**
 * @file
 * Visual styles for Bartik's field components.
 */

.field--type-entity-reference {
  margin: 0 0 1.2em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.field--type-entity-reference .field__label {
  font-weight: normal;
  margin: 0;
  padding-right: 5px; /* LTR */
}
[dir="rtl"] .field--type-entity-reference .field__label {
  padding-left: 5px;
  padding-right: 0;
}
.field--type-entity-reference .field__label,
.field--type-entity-reference ul.links {
  font-size: 0.8em;
}
.node--view-mode-teaser .field--type-entity-reference .field__label,
.node--view-mode-teaser .field--type-entity-reference ul.links {
  font-size: 0.821em;
}
.field--type-entity-reference ul.links {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* This is required to win over specificity of [dir="rtl"] .region-content ul */
[dir="rtl"] .field--type-entity-reference ul.links {
  padding: 0;
}
.field--type-entity-reference ul.links li {
  float: left; /* LTR */
  padding: 0 1em 0 0; /* LTR */
  white-space: nowrap;
}
[dir="rtl"] .field--type-entity-reference ul.links li {
  padding: 0 0 0 1em;
  float: right;
}

@media all and (min-width: 560px) {
  .node .field--type-image {
    float: left; /* LTR */
    margin: 0 1em 0 0; /* LTR */
  }
  [dir="rtl"] .node .field--type-image {
    float: right;
    margin: 0 0 0 1em;
  }
  .node .field--type-image + .field--type-image {
    clear: both;
  }
}
.field--type-image img,
.field--name-user-picture img {
  margin: 0 0 1em;
}
.field--type-image a {
  border-bottom: none;
}
.field--name-field-tags {
  margin: 0 0 1.2em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.field--name-field-tags .field__label {
  font-weight: normal;
  margin: 0;
  padding-right: 5px; /* LTR */
}
[dir="rtl"] .field--name-field-tags .field__label {
  padding-left: 5px;
  padding-right: 0;
}
.field--name-field-tags .field__label,
.field--name-field-tags ul.links {
  font-size: 0.8em;
}
.node--view-mode-teaser .field--name-field-tags .field__label,
.node--view-mode-teaser .field--name-field-tags ul.links {
  font-size: 0.821em;
}
.field--name-field-tags ul.links {
  padding: 0;
  margin: 0;
}
.field--name-field-tags ul.links li {
  float: left; /* LTR */
  padding: 0 1em 0 0; /* LTR */
  white-space: nowrap;
}
[dir="rtl"] .field--name-field-tags ul.links li {
  padding: 0 0 0 1em;
  float: right;
}


/* ==== components/form.css ==== */
/**
 * @file
 * Visual styles for Bartik's forms.
 */

/* Password field. */
.password-field {
  margin: 0;
}

/* Form elements. */
form {
  margin: 0;
  padding: 0;
}
fieldset {
  margin: 1em 0;
  min-width: 0;
}
/**
 * We've temporarily added this Firefox specific rule here to fix fieldset
 * widths.
 * @todo remove once this Mozilla bug is fixed.
 * See https://bugzilla.mozilla.org/show_bug.cgi?id=504622
 */
@media (min--moz-device-pixel-ratio: 0) {
  fieldset {
    display: table-cell;
  }
}
details,
fieldset,
.filter-wrapper {
  border-radius: 4px;
}
.filter-wrapper {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.filter-help a {
  font-size: 0.857em;
}
.filter-wrapper .form-item label {
  margin-right: 10px; /* LTR */
}
[dir="rtl"] .filter-wrapper .form-item label {
  margin-left: 10px;
  margin-right: 0;
}
summary {
  background: #dbdbdb;
  color: #3b3b3b;
  text-shadow: 0 1px 0 #fff;
}
details summary a {
  color: #3b3b3b;
}
details summary a:hover,
details summary a:active,
details summary a:focus {
  color: #000;
}
details .details-description {
  font-style: italic;
}
label {
  display: table;
  font-weight: bold;
}
label[for] {
  cursor: pointer;
}
input,
textarea,
select {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}
input {
  margin: 2px 0;
  padding: 4px;
  /* Keep form elements from overflowing their containers. */
  max-width: 100%;
  box-sizing: border-box;
}
input,
textarea {
  font-size: 0.929em;
}

/**
 * Make the font slightly bigger in mobile
 * @todo: check the correct font-size
 */
@media screen and (max-width: 60em) { /* 920px */
  input,
  textarea {
    font-size: 16px;
  }
}
textarea {
  line-height: 1.5;
}
textarea.form-textarea {
  padding: 4px;
}
input.form-text,
input.form-tel,
input.form-email,
input.form-url,
input.form-search,
input.form-file,
input.form-number,
input.form-color,
textarea.form-textarea {
  border: 1px solid #ccc;
  color: #3b3b3b;
}
input.form-submit:hover,
input.form-submit:focus {
  background: #dedede;
}
.password-suggestions ul li {
  margin-left: 1.2em; /* LTR */
}
[dir="rtl"] .password-suggestions ul li {
  margin-right: 1.2em;
  margin-left: 0;
}
.form-item label,
.form-wrapper .label {
  font-size: 0.929em;
}
.form-wrapper .field-multiple-table .label {
  font-size: inherit;
}
.form-type-radio label,
.form-type-checkbox label {
  margin-left: 4px; /* LTR */
}
[dir="rtl"] .form-type-radio label,
[dir="rtl"] .form-type-checkbox label {
  margin-right: 4px;
  margin-left: 0;
}
.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2px; /* LTR */
}
[dir="rtl"] .form-type-radio .description,
[dir="rtl"] .form-type-checkbox .description {
  margin-right: 2px;
  margin-left: 0;
}
.form-actions {
  padding-top: 10px;
}

/* Node Form */
#edit-body {
  margin-bottom: 2em;
}
.node-form label,
.node-form .description,
.node-form .form-wrapper .label {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.node-form .form-wrapper .field-multiple-table .label {
  font-family: inherit;
}
.node-form .form-wrapper {
  margin-bottom: 2em;
}
.node-form .entity-content-form-footer,
.node-form .field--name-status {
  margin-bottom: 0;
}
.node-form .form-actions {
  padding-top: 0;
  margin-top: 0;
}

/* Contact Form */
.contact-form #edit-name {
  width: 75%;
  border-radius: 4px;
}
.contact-form #edit-mail {
  width: 75%;
  border-radius: 4px;
}
.contact-form #edit-subject {
  width: 75%;
  border-radius: 4px;
}
.contact-form #edit-message {
  width: 76.3%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* Disabled form elements */
.form-disabled input,
.form-disabled select,
.form-disabled textarea {
  background: #ededed;
  border-color: #bbb;
  color: #717171;
}
.form-disabled label {
  color: #717171;
}

/* Comment form */
.comment-form label {
  float: left; /* LTR */
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.929em;
  width: 120px;
}
[dir="rtl"] .comment-form label {
  float: right;
}
.comment-form input,
.comment-form .form-select {
  margin: 0;
  border-radius: 4px;
}
.comment-form .form-type-textarea label {
  float: none;
}
.comment-form .form-item,
.comment-form .form-radios,
.comment-form .form-type-checkbox,
.comment-form .form-select {
  margin-bottom: 10px;
  overflow: hidden;
}
.comment-form .form-type-checkbox,
.comment-form .form-radios {
  margin-left: 120px; /* LTR */
}
[dir="rtl"] .comment-form .form-type-checkbox,
[dir="rtl"] .comment-form .form-radios,
[dir="rtl"] .comment-form .form-item .description {
  margin-left: 0;
  margin-right: 120px;
}
.comment-form .form-type-checkbox label,
.comment-form .form-radios label {
  float: none;
  margin-top: 0;
}
.comment-form input.form-file {
  width: auto;
}
.layout-no-sidebars .comment-form .form-text {
  width: 800px;
}
.layout-one-sidebar .comment-form .form-text {
  width: 500px;
}
.layout-two-sidebars .comment-form .form-text {
  width: 320px;
}
.comment-form .form-item .description {
  font-size: 0.786em;
  line-height: 1.2;
  margin-left: 120px; /* LTR */
}
.comment-form .form-textarea {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.comment-form details.filter-wrapper .details-wrapper,
.comment-form .text-format-wrapper .form-item {
  margin-top: 0;
  margin-bottom: 0;
}
.filter-wrapper label {
  width: auto;
  float: none;
}
.filter-wrapper .form-select {
  min-width: 120px;
}
.comment-form details.filter-wrapper .tips {
  font-size: 0.786em;
}
#comment-body-add-more-wrapper .form-type-textarea label {
  margin-bottom: 0.4em;
}
#edit-actions input {
  margin-right: 0.6em; /* LTR */
}
[dir="rtl"] #edit-actions input {
  margin-left: 0.6em;
  margin-right: 0;
}

/* Form error styles. */
.form-item textarea.error + .cke {
  border: 2px solid red;
}

/* Form error message styles. */
.form-item--error-message {
  color: #e32700;
}

/**
 * Improve form element usability on narrow devices.
 */
@media all and (max-width: 600px) {
  .form-actions .button {
    float: none;
    margin: 10px 0 0;
    padding-bottom: 6px;
    width: 100%;
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }

  .js .dropbutton .dropbutton-action > input,
  .js .dropbutton .dropbutton-action > a,
  .js .dropbutton .dropbutton-action > button {
    text-align: center;
    padding-left: 3em;
  }
}


/* ==== components/forum.css ==== */
/**
 * @file
 * Visual styles for forums in Bartik.
 */

.forum__name {
  font-size: 1.083em;
}
.forum__description {
  font-size: 1em;
}


/* ==== components/header.css ==== */
/* ------------------ Header ------------------ */
.header .section {
  position: relative;
}
.region-header {
  padding: 20px 0px 10px 0px;
}
.region-header .site-branding {
  margin-top: 0.429em;
}

@media all and (min-width: 461px) {
  .region-header .block {
    float: right; /* LTR */
    margin-top: 0.357em;
  }
  [dir="rtl"] .region-header .block {
    float: left;
  }
  .region-header .site-branding {
    float: left; /* LTR */
    /* margin-bottom: 1.857em; */
  }
  [dir="rtl"] .region-header .site-branding {
    float: right;
  }
}

@media screen and (max-width: 460px) {
  .region-header {
    padding-bottom: 0.357em;
  }
}
/* Region header blocks. */
.region-header .block:not(.site-branding) {
  font-size: 0.857em;
  margin: 0 0 1em;
  clear: right;
}

@media all and (min-width: 901px) {
  .region-header .block:not(.site-branding) {
    /*margin: 1.167em 0 1em;*/
  }
}
.region-header .block > h2 {
  /* @extend .visually-hidden */
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
}
.header .block .content {
  margin: 0;
  padding: 0;
}
.region-header .block ul {
  padding: 0;
}
.region-header .block li {
  list-style: none;
  list-style-image: none;
  padding: 0;
}
.region-header .branding {
  font-size: 1em;
}
.region-header .form-text {
  background: #fefefe;
  background: rgba(255, 255, 255, 0.7);
  border-color: #ccc;
  border-color: rgba(255, 255, 255, 0.3);
  margin-right: 2px; /* LTR */
  width: 120px;
}
[dir="rtl"] .region-header .form-text {
  margin-left: 2px;
  margin-right: 0;
}
.region-header .form-text:hover,
.region-header .form-text:focus,
.region-header .form-text:active {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
}
.region-header .form-required:after {
  background-image: url(../images/required.svg);
}

/* User Login block in the header region. */
.region-header #block-user-login {
  width: auto;
}
.region-header #block-user-login .content {
  margin-top: 2px;
}
.region-header #block-user-login .form-item {
  float: left; /* LTR */
  margin: 0;
  padding: 0;
}
.region-header #block-user-login div.item-list,
.region-header #block-user-login div.description {
  font-size: 0.916em;
  margin: 0;
}
.region-header #block-user-login div.item-list {
  clear: both;
}
.region-header #block-user-login div.description {
  display: inline;
}
.region-header #block-user-login .item-list ul {
  padding: 0;
  line-height: 1;
}
.region-header #block-user-login .item-list li {
  list-style: none;
  float: left; /* LTR */
  padding: 3px 0 1px;
}
.region-header #block-user-login .item-list li:last-child {
  padding-left: 0.5em; /* LTR */
}
[dir="rtl"] .region-header #block-user-login .item-list li:last-child {
  padding-left: 0;
  padding-right: 0.5em;
}
.region-header #block-user-login .form-actions {
  margin: 4px 0 0;
  padding: 0;
  clear: both;
}
.region-header #block-user-login input.form-submit {
  border: 1px solid;
  border-color: #ccc;
  border-color: rgba(255, 255, 255, 0.5);
  background: #eee;
  background: rgba(255, 255, 255, 0.7);
  margin: 4px 0;
  padding: 3px 8px;
}
.region-header #block-user-login input.form-submit:hover,
.region-header #block-user-login input.form-submit:focus {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
}
/* Search block in header region. */
.region-header #block-search-form {
  width: 208px;
}
.region-header #block-search-form .form-text {
  width: 154px;
}
.region-header .search-block-form {
  float: right; /* LTR */
}
[dir="rtl"] .region-header .search-block-form {
  float: left;
}

/* Language switcher block in header region. */
.region-header .block-locale ul li {
  display: inline;
  padding: 0 0.5em;
}
[role*=banner] a {
  border-bottom: none;
}

[dir="rtl"] .branding,
[dir="rtl"] .site-logo,
[dir="rtl"] .site-branding-text,
[dir="rtl"] .region-header #block-user-login .form-item,
[dir="rtl"] .region-header #block-user-login .item-list li {
  float: right;
}


/* ==== components/help.css ==== */
/**
 * @file
 * Styles for the help block.
 */

.block-help {
  border: 1px solid #d3d7d9;
  padding: 0 1.5em;
  margin-bottom: 30px;
}


/* ==== components/highlighted.css ==== */
/**
 * @file
 * Styles for Bartik's highlighted component.
 */

.has-featured-top .region-highlighted {
  background: #f0f0f0;
  background: rgba(30, 50, 10, 0.08);
}
.region-highlighted {
  margin: 0 15px;
}


/* ==== components/item-list.css ==== */
/**
 * @file
 * Visual styles for Bartik's item list.
 */

.item-list ul {
  list-style: none;
  margin: 0 0 0.25em 0;
  padding: 0; /* LTR */
}
[dir="rtl"] .item-list ul {
  padding: 0;
}
.item-list ul li {
  /* This is needed to reset styles in item-list.theme.css */
  margin: 0;
  padding: 0.2em 0.5em 0 0; /* LTR */
}
[dir="rtl"] .item-list ul li {
  /* This is needed to reset [dir="rtl"] styles in item-list.theme.css */
  margin: 0;
  padding: 0.2em 0 0 0.5em;
}
.item-list .item-list__comma-list,
.item-list .item-list__comma-list li,
[dir="rtl"] .item-list .item-list__comma-list,
[dir="rtl"] .item-list .item-list__comma-list li {
  padding: 0;
}


/* ==== components/list-group.css ==== */
/**
 * @file
 * List group.
 * A list of links, grouped together.
 */

.list-group__link {
  border-top: 1px solid #ccc;
  padding: 7px 0 0;
}
.list-group__description {
  margin: 0 0 10px;
}


/* ==== components/list.css ==== */
/**
 * @file
 * Visual styles for Bartik's lists.
 */

ul.links {
  color: #68696b;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.821em;
  padding: 0;
  margin: 0;
  list-style: none;
}


/* ==== components/main-content.css ==== */
/**
 * @file
 * Visual styles for Bartik's main-content component.
 */

.main-content .section {
  padding: 0px;
}
.main-content h2 {
  margin-bottom: 2px;
  font-size: 33px;
  line-height: 1.4;
}

@media all and (min-width: 851px) {
  .main-content {
    float: left; /* LTR */
    position: relative;
  }
  [dir="rtl"] .main-content {
    float: right;
  }
  .layout-two-sidebars .main-content {
    margin-left: 25%;
    margin-right: 25%;
    width: 50%;
  }
  .layout-one-sidebar .main-content {
    width: 75%;
  }
  .layout-no-sidebars .main-content {
    width: 100%;
  }
  .layout-sidebar-first .main-content {
    margin-left: 25%; /* LTR */
    margin-right: 0; /* LTR */
  }
  [dir="rtl"] .layout-sidebar-first .main-content {
    margin-left: 0;
    margin-right: 25%;
  }
  .layout-sidebar-second .main-content {
    margin-right: 25%; /* LTR */
    margin-left: 0; /* LTR */
  }
  [dir="rtl"] .layout-sidebar-second .main-content {
    margin-right: 0;
    margin-left: 25%;
  }
}



/* ==== components/menu.css ==== */
/**
 * @file
 * Styles for menus in Bartik.
 */

/* This is needed to override ul.menu styles in menu.theme.css */
ul.menu {
  margin: 0;
  padding: 0 0 0.25em 1em;
}

/* This is needed to override [dir="rtl"] ul.menu styles in menu.theme.css */
[dir="rtl"] ul.menu {
  margin: 0;
}

/* Region header block menus. */
.region-header .block-menu,
.region-header #block-hlavninavigace {
  border: 1px solid;
  border-color: #eee;
  border-color: rgba(255, 255, 255, 0.2);
  padding: 0;
  width: 208px;
}
.region-header .block-menu li a,
.region-header #block-hlavninavigace li a,
.region-header #block-hlavninavigace li .nolink {
  display: block;
  /*border-bottom: 1px solid;
  border-bottom-color: #eee;
  border-bottom-color: rgba(255, 255, 255, 0.2);*/
  padding: 3px 14px;
  cursor: pointer;
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
   border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
}
.region-header .block-menu li a:hover,
.region-header .block-menu li a:focus,
.region-header .block-menu li a:active,
.region-header #block-hlavninavigace li a:hover,
.region-header #block-hlavninavigace li a:focus,
.region-header #block-hlavninavigace li a:active {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.15);
}
.region-header .block-menu li:last-child a,
.region-header #block-hlavninavigace  li:last-child a  {
  border-bottom: 0;
}

#superfish-main > li.menuparent.sfHover > a,
#superfish-main > li.menuparent.sfHover > span  {
  /*border-bottom: 2px solid #910B26 !important;*/
  color: #feed00 !important;
  background-color: #910B26;
}

#superfish-main ul {
  background:white;
  border:0px;
  display:none;
  padding: 10px 0;
  margin-top: 15px;
  /*top:100px !important;*/
  left: 0px;
  width:213px !important;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
  
}

#superfish-main ul li a,
#superfish-main ul li .nolink {
  text-align:left;
  font-size:14px !important;
  padding: 7px 20px !important;
  line-height: 16px !important;
}

#superfish-main ul li a:hover {
  color: #910B26;
}

#superfish-main-toggle {
  color: #910B26;
  padding-left: 10px;
  font-size: 16px;
  
}
/*
#superfish-main-toggle span {
  text-indent: 9999px;
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #cdcdcd;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}*/

.fixed-menu {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

/* ==== components/messages.css ==== */
/**
 * @file
 * Styles for Bartik's messages.
 */

.messages__wrapper {
  padding: 20px 0 5px 8px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 8px 0;
}
[dir="rtl"] .messages__wrapper {
  padding: 20px 8px 5px 0;
}


/* ==== components/node.css ==== */
/**
 * @file
 * Visual styles for Bartik's node component.
 */

.node__content {
  font-size: 16px;
  margin-top: 10px;
}

/* View mode teaser styles. */
.node--view-mode-teaser {
  border-bottom: 1px solid #d3d7d9;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.node--view-mode-teaser h2 {
  margin-top: 0;
  padding-top: 0.5em;
}
.node--view-mode-teaser h2 a {
  color: #181818;
}
.node--view-mode-teaser.node--sticky {
  background: #f9f9f9;
  background: rgba(0, 0, 0, 0.024);
  border: 1px solid #d3d7d9;
  padding: 0 15px 15px;
}
.node--view-mode-teaser .node__content {
  clear: none;
  font-size: 1em;
  line-height: 1.6;
}

/* Node metadata styles. */
.node__meta {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.857em;
  color: #68696b;
  margin-bottom: -5px;
}
.node__meta .field--name-user-picture img {
  float: left; /* LTR */
  margin: 1px 20px 0 0; /* LTR */
}
[dir="rtl"] .node__meta .field--name-user-picture img {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}

/* Node links styles. */
.node__links {
  text-align: right; /* LTR */
  font-size: 0.93em;
}
[dir="rtl"] .node__links {
  text-align: left;
}

/* Unpublished node styles. */
.node--unpublished {
  padding: 20px 15px 0;
}
.node--unpublished .comment-text .comment-arrow {
  border-left: 1px solid #fff4f4;
  border-right: 1px solid #fff4f4;
}


/* ==== components/node-preview.css ==== */
.node-preview-container {
  background: #d1e8f5;
  background-image: -webkit-linear-gradient(top, #d1e8f5, #d3e8f4);
  background-image: linear-gradient(to bottom, #d1e8f5, #d3e8f4);
  font-family: Arial, sans-serif;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3333);
  position: fixed;
  z-index: 499;
  width: 100%;
  padding: 5px 10px;
}
.node-preview-backlink {
  background: url(../images/chevron-left.svg) left no-repeat, -webkit-linear-gradient(top, #419ff1, #1076d5);
  background: url(../images/chevron-left.svg) left no-repeat, linear-gradient(to bottom, #419ff1, #1076d5); /* LTR */
  border: 1px solid #0048c8;
  border-radius: 0.4em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  color: #fff;
  font-size: 0.9em;
  line-height: normal;
  margin: 5px 10px 5px 0; /* LTR */
  padding: 4px 1em 4px 0.6em; /* LTR */
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  display: inline-block;
}
[dir="rtl"] .node-preview-backlink {
  background: url(../images/chevron-right.svg) right no-repeat, -webkit-linear-gradient(top, #419ff1, #1076d5);
  background: url(../images/chevron-right.svg) right no-repeat, linear-gradient(to bottom, #419ff1, #1076d5);
  margin: 5px 0 5px 10px;
  padding: 4px 0.6em 4px 1em;
  float: right;
}
.node-preview-backlink:focus,
.node-preview-backlink:hover {
  background: url(../images/chevron-left.svg) left no-repeat, -webkit-linear-gradient(top, #59abf3, #2a90ef);
  background: url(../images/chevron-left.svg) left no-repeat, linear-gradient(to bottom, #59abf3, #2a90ef); /* LTR */
  border: 1px solid #0048c8;
  text-decoration: none;
  color: #fff;
}
[dir="rtl"] .node-preview-backlink:focus,
[dir="rtl"] .node-preview-backlink:hover {
  background: url(../images/chevron-right.svg) right no-repeat, -webkit-linear-gradient(top, #59abf3, #2a90ef);
  background: url(../images/chevron-right.svg) right no-repeat, linear-gradient(to bottom, #59abf3, #2a90ef);
}
.node-preview-backlink:active {
  background: url(../images/chevron-left.svg) left no-repeat, -webkit-linear-gradient(top, #0e69be, #2a93ef);
  background: url(../images/chevron-left.svg) left no-repeat, linear-gradient(to bottom, #0e69be, #2a93ef); /* LTR */
  border: 1px solid #0048c8;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
}
[dir="rtl"] .node-preview-backlink:active {
  background: url(../images/chevron-right.svg) right no-repeat, -webkit-linear-gradient(top, #0e69be, #2a93ef);
  background: url(../images/chevron-right.svg) right no-repeat, linear-gradient(to bottom, #0e69be, #2a93ef);
}
.node-preview-backlink::before {
  content: '';
  width: 10px;
  display: inline-block;
}
[dir="rtl"] .node-preview-backlink::after {
  content: '';
  width: 10px;
  display: inline-block;
}
.node-preview-container .form-item-view-mode {
  display: inline-block;
  margin: 5px 0;
}
[dir="rtl"] .node-preview-container .form-item-view-mode {
  margin-right: 0;
}


/* ==== components/page-title.css ==== */
/**
 * @file
 * Visual styles for Bartik's page-title component.
 */

.page-title {
  font-size: 2em;
  line-height: 1em;
  text-align: center;
}


/* ==== components/pager.css ==== */
/**
 * @file
 * Styles for Bartik's pagination.
 */

/* Using .pager selector on the first one to override .region-content ul. */
.pager .pager__items {
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pager__item {
  font-size: 0.929em;
  padding: 10px 15px;
}
.pager__item a {
  display: inline-block;
}
.pager__item.is-active a {
  color: #3b3b3b;
  border-bottom: 0;
}
.pager__item--first,
.pager__item--previous {
  padding: 10px 10px 10px 0; /* LTR */
}
[dir="rtl"] .pager__item--first,
[dir="rtl"] .pager__item--previous {
  padding-left: 10px;
  padding-right: 0;
}
.pager__item--ellipsis {
  padding: 10px 0;
}
.pager__item--last,
.pager__item--next {
  padding: 10px 0 10px 10px; /* LTR */
}
[dir="rtl"] .pager__item--last,
[dir="rtl"] .pager__item--next {
  padding-left: 0;
  padding-right: 10px;
}


/* ==== components/panel.css ==== */
/**
 * @file
 * Panel styling. Panels are used to visually group items together.
 */

.panel {
  background: #fbfbfb;
  border: 1px solid #ccc;
  margin: 10px 0;
  padding: 0 5px 5px;
}
.panel__title {
  margin: 16px 7px;
}
.panel__content {
  padding: 0 4px 2px 8px; /* LTR */
}
[dir="rtl"] .panel__content {
  padding-right: 8px;
  padding-left: 4px;
}


/* ==== components/primary-menu.css ==== */
/* --------------- Primary Menu ------------ */

.region-primary-menu {
  clear: both;
}
.region-primary-menu .menu {
  font-size: 0.929em;
  margin: 0 5px;
  padding: 0;
  text-align: left; /* LTR */
}
[dir="rtl"] .region-primary-menu .menu {
  text-align: right;
  margin-left: 5px; /* This is required to win over specificity of [dir="rtl"] ul.menu */
  margin-right: 5px; /* This is required to win over specificity of [dir="rtl"] ul.menu */
}
.region-primary-menu .menu-item {
  float: none;
  list-style: none;
  margin: 0;
  padding: 0;
  height: auto;
  width: 100%;
}
.region-primary-menu .menu a {
  color: #333;
  background: #ccc;
  background: rgba(255, 255, 255, 0.7);
  float: none;
  display: block;
  text-decoration: none;
  text-shadow: 0 1px #eee;
  border-radius: 8px;
  margin: 4px 0;
  padding: 0.9em 0 0.9em 10px; /* LTR */
}
[dir="rtl"] .region-primary-menu .menu a {
  padding: 0.9em 10px 0.9em 0;
}
.region-primary-menu .menu a:hover,
.region-primary-menu .menu a:focus {
  background: #f6f6f2;
  background: rgba(255, 255, 255, 0.95);
}
.region-primary-menu .menu a:active {
  background: #b3b3b3;
  background: rgba(255, 255, 255, 1);
}
.region-primary-menu .menu-item a.is-active {
  border-bottom: none;
}

/* ---------- Primary Menu Toggle ----------- */
/* Hide the toggle by default. */
.menu-toggle,
.menu-toggle-target {
  display: none;
}
/* Unhide it for the primary menu. */
.region-primary-menu .menu-toggle-target {
  display: inherit;
  position: fixed;
  top: 0;
}
.region-primary-menu .menu-toggle {
  display: none;
}
body:not(:target) .region-primary-menu .menu-toggle {
  color: #333;
  background: #ccc;
  background: rgba(255, 255, 255, 0.7);
  float: none;
  font-size: 0.929em;
  display: block;
  text-decoration: none;
  text-shadow: 0 1px #eee;
  padding: 0.9em 10px 0.9em 10px;
  z-index: 1000;
}
body:not(:target) .region-primary-menu .menu-toggle:after {
  content: "";
  background: url(../images/hamburger.svg) no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  display: inline-block;
  position: absolute;
  right: 10px; /* LTR */
}
[dir="rtl"] body:not(:target) .region-primary-menu .menu-toggle:after {
  right: initial;
  left: 10px;
}
body:not(:target) .region-primary-menu .menu-toggle-target-show:target ~ .menu-toggle,
body:not(:target) .region-primary-menu .menu-toggle--hide {
  display: none;
}
body:not(:target) .region-primary-menu .menu-toggle-target-show:target ~ .menu-toggle--hide {
  display: block;
}

body:not(:target) .region-primary-menu .menu-item {
  height: 0;
  overflow: hidden;
}
body:not(:target) .region-primary-menu .menu-toggle-target-show:target ~ .menu .menu-item {
  height: auto;
  overflow: visible;
}

/**
 * Media queries for primary menu.
 */
@media all and (min-width: 461px) and (max-width: 900px) {
  .region-primary-menu .menu {
    margin: 0 5px;
    padding: 0;
    text-align: center;
  }
  /* This is required to win over specificity of the global [dir="rtl"] .region-primary-menu .menu */
  [dir="rtl"] .region-primary-menu .menu {
    text-align: center;
  }
  .region-primary-menu .menu-item,
  body:not(:target) .region-primary-menu .menu-item {
    float: left; /* LTR */
    margin-right: 5px; /* LTR */
    padding: 0;
    display: inline-block;
    width: 32.75%;
    height: auto;
    overflow: visible;
  }
  [dir="rtl"] .region-primary-menu .menu-item,
  [dir="rtl"] body:not(:target) .region-primary-menu .menu-item {
    float: right;
    margin-left: 5px;
    margin-right: 0;
  }
  .region-primary-menu .menu-item:nth-child(3n) {
    margin-right: -5px; /* LTR */
  }
  [dir="rtl"] .region-primary-menu .menu-item:nth-child(3n) {
    margin-left: -5px;
    margin-right: 0;
  }
  .region-primary-menu .menu a {
    float: none;
    display: block;
    border-radius: 8px;
    margin-bottom: 5px;
    padding: 0.9em 5px;
  }
  /* This is required to win over specificity of the global [dir="rtl"] .region-primary-menu .menu a */
  [dir="rtl"] .region-primary-menu .menu a {
    padding: 0.9em 5px;
  }
  body:not(:target) .region-primary-menu .menu-toggle {
    display: none;
  }
}

@media all and (min-width: 901px) {
  .region-primary-menu .block-menu .menu {
    font-size: 0.929em;
    margin: 0;
    padding: 0 15px;
  }
  .region-primary-menu .menu-item,
  body:not(:target) .region-primary-menu .menu-item {
    float: left; /* LTR */
    list-style: none;
    padding: 0 1px;
    margin: 0 1px;
    width: auto;
    height: auto;
    overflow: visible;
  }
  [dir="rtl"] .region-primary-menu .menu-item,
  [dir="rtl"] body:not(:target) .region-primary-menu .menu-item {
    float: right;
  }
  .region-primary-menu .menu a {
    float: left; /* LTR */
    padding: 0.7em 0.8em;
    margin-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  [dir="rtl"] .region-primary-menu .menu a {
    float: right;
    padding: 0.7em 0.8em;
  }
  .featured .region-primary-menu .menu-item a:active,
  .featured .region-primary-menu .menu-item a.is-active {
    background: #f0f0f0;
    background: rgba(240, 240, 240, 1);
  }
  body:not(:target) .region-primary-menu .menu-toggle {
    display: none;
  }
}

/**
 * Ensures that the open mobile menu hides when the screen dimensions become
 * 461px or wider.
 */
@media all and (min-width: 461px) {
  body:not(:target) .region-primary-menu .menu-toggle-target-show:target ~ .menu-toggle--hide {
    display: none;
  }
}


/* ==== components/search-form.css ==== */
/**
 * @file
 * The visual styles for Bartik's search form(s).
 */

.search-form {
  font-size: 0.875rem;
}
.search-form .form-search {
  float: left; /* LTR */
  margin-right: 5px; /* LTR */
  padding: 4px;
}
[dir="rtl"] .search-form .form-search {
  float: right;
  margin-left: 5px;
  margin-right: 0;
}
.button.search-form__submit,
.search-form__submit {
  background: #f0f0f0 url(../images/loupe.svg) no-repeat center;
  cursor: pointer;
  height: 26px;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  padding: 0;
  text-indent: -9999px;
  direction: ltr;
  width: 34px;
}
.button.search-form__submit:hover,
.search-form__submit:hover,
.button.search-form__submit:focus,
.search-form__submit:focus {
  background: #dedede url(../images/loupe.svg) no-repeat center;
}
.search-form .form-item-keys label {
  display: block;
}


/* ==== components/search-results.css ==== */
/**
 * @file
 * Visual styles for Bartik's search results.
 */

.search-results {
  padding: 0;
  list-style-position: inside;
}
.search-results li {
  border-bottom: 1px solid #d3d7d9;
  padding-bottom: 0.4285em;
  margin-bottom: 0.5em;
}
.search-results li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 1em;
}
.search-result__title {
  font-weight: bold;
}
.search-result__snippet-info {
  padding-left: 0; /* LTR */
}
[dir="rtl"] .search-result__snippet-info {
  padding-right: 0;
}


/* ==== components/secondary-menu.css ==== */
/* --------------- Secondary Menu ------------ */

.region-secondary-menu .menu {
  text-align: right; /* LTR */
  font-size: 0.929em;
  margin: 0 10px;
  padding: 0;
}
[dir="rtl"] .region-secondary-menu .menu {
  text-align: left;
  margin-right: 10px; /* required to win over specificity of [dir="rtl"] ul.menu */
  margin-left: 10px;
}
.region-secondary-menu .menu-item {
  margin: 0;
  padding: 0;
  display: inline;
}
.region-secondary-menu .menu a {
  display: inline-block;
  padding: 0.8em;
}
.region-secondary-menu .menu a:hover,
.region-secondary-menu .menu a:focus {
  text-decoration: underline;
}


/* ==== components/shortcut.css ==== */
/**
 * @file
 * Visual styles for the Shortcut action link in Bartik.
 */

.shortcut-wrapper {
  margin: 2.2em 0 1.1em 0; /* Same as usual .page-title margin. */
}
.shortcut-wrapper .page-title {
  float: left; /* LTR */
  margin: 0;
}
[dir="rtl"] .shortcut-wrapper .page-title {
  float: right;
}
.shortcut-action {
  border-bottom: none;
  margin-left: 0.5em; /* LTR */
  padding-top: 0.35em;
}
[dir="rtl"] .shortcut-action {
  margin-left: 0;
  margin-right: 0.5em;
}
.shortcut-action:hover,
.shortcut-action:active,
.shortcut-action:focus {
  border-bottom: none;
}


/* ==== components/skip-link.css ==== */
/**
 * @file
 * Styles for the skip link.
 */

.skip-link {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 50;
  background: #444;
  background: rgba(0, 0, 0, 0.6);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.94em;
  line-height: 1.7em;
  padding: 1px 10px 2px;
  border-radius: 0 0 10px 10px;
  border-bottom-width: 0;
  outline: 0;
}
.skip-link.visually-hidden.focusable:focus {
  position: absolute !important;
  color: #fff;
}


/* ==== components/sidebar.css ==== */
/* ------------------ Sidebar ----------------- */

@media all and (min-width: 560px) {
  .sidebar {
    float: left; /* LTR */
    position: relative;
    width: 50%;
  }
  [dir="rtl"] .sidebar {
    float: right;
  }
  .layout-one-sidebar .sidebar {
    width: 100%;
  }
}

@media all and (min-width: 851px) {
  .layout-one-sidebar .sidebar {
    width: 25%;
  }
  #sidebar-first {
    width: 25%;
    margin-left: -100%; /* LTR */
  }
  [dir="rtl"] #sidebar-first {
    margin-right: -100%;
    margin-left: 0;
  }
  #sidebar-second {
    width: 25%;
    margin-left: -25%; /* LTR */
    clear: none;
  }
  [dir="rtl"] #sidebar-second {
    margin-right: -25%;
    margin-left: 0;
  }
}

.sidebar .section {
  padding: 10px 15px 0;
}
.sidebar .block {
  border-style: solid;
  border-width: 1px;
  padding: 15px 20px;
  margin: 0 0 20px;
}
.sidebar h2 {
  margin: 0 0 0.5em;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 5px;
  text-shadow: 0 1px 0 #fff;
  font-size: 1.071em;
  line-height: 1.2;
}
.sidebar .block .content {
  font-size: 0.914em;
  line-height: 1.4;
}
.sidebar tbody {
  border: none;
}
.sidebar tr.even,
.sidebar tr.odd {
  background: none;
  border-bottom: 1px solid #d6d6d6;
}


/* ==== components/site-branding.css ==== */
/**
 * @file
 * Visual styles for the site branding block in Bartik.
 */

.site-branding__logo {
  display: inline-block;
  margin-right: 1em; /* LTR */
  margin-bottom: 0.286em;
  border-bottom: 0;
}
[dir="rtl"] .site-branding__logo {
  margin-right: 0;
  margin-left: 1em;
}
.site-branding__text {
  display: inline-block;
  vertical-align: top;
}

@media all and (min-width: 461px) {
  .site-branding__text {
    margin-bottom: 1.857em;
  }
}

@media all and (min-width: 901px) {
  .site-branding__text {
    padding: 1.286em 0 0;
  }
}
.site-branding__name {
  font-size: 1.6em;
  color: #686868;
  line-height: 1;
}

@media all and (min-width: 901px) {
  .site-branding__name {
    font-size: 1.821em;
  }
}
.site-branding__slogan {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.929em;
  margin-top: 7px;
  word-spacing: 0.1em;
  font-style: italic;
}


/* ==== components/site-footer.css ==== */
/**
 * @file
 * Footer Styling.
 */

.site-footer {
  padding: 30px 0px;
}
.site-footer .layout-container {
  padding: 0 15px;
}

.site-footer .region-footer .block {
  border: none;
  margin: 0px;
  padding: 0px;
  float: left;
}

.site-footer .region-footer .block:nth-child(1),
.site-footer .region-footer .block:nth-child(2) {
  width: 40%;
}

.site-footer .region-footer .block:nth-child(3) {
  width: 20%;
}

.site-footer .region-footer .block:nth-child(3) .content p img {
  max-width: 100% !important;
}

.site-footer .region-footer .block .content h4,
.site-footer .region-footer .block .content p:first-child {
  font-size: 14px;
  font-weight: bold;
  margin: 0px 0px 15px 0px;
  color: white;
}

.site-footer .region-footer .block:nth-child(1) .content,
.site-footer .region-footer .block:nth-child(2) .content {
  padding-right: 30px;
}

.site-footer .region-footer .block .content li,
.site-footer .region-footer .block .content li a {
  color: white;
  font-size: 14px;
}

.site-footer .region-footer .block .content li {
  padding: 6px 0px;
}

@media all and (min-width: 560px) {
  .site-footer .region-footer .block {

  }
}

@media all and (min-width: 560px) and (max-width: 850px) {
  .site-footer .region {
    box-sizing: border-box;
  }
  .region-footer-third {
    clear: both;
  }
  .site-footer .region-footer .block {

  }
}

@media all and (min-width: 851px) {

}
.site-footer h2 {
  color: #c0c0c0;
}
.site-footer blockquote {
  color: #555;
}
.site-footer .content {
  color: #c0c0c0;
  font-size: 0.857em;
}
.site-footer .menu-item {
  padding: 0;
}
.site-footer .content ol:not(.menu),
.site-footer .content ul:not(.menu) {
  padding-left: 1.4em; /* LTR */
}
[dir="rtl"] .site-footer .content ol:not(.menu),
[dir="rtl"] .site-footer .content ul:not(.menu) {
  padding-right: 1.4em;
  padding-left: 0;
}
.site-footer .content a,
.site-footer .content a.is-active {
  color: #fcfcfc;
  color: rgba(255, 255, 255, 0.8);
}
.site-footer .content a:hover,
.site-footer .content a:focus {
  color: #fefefe;
  color: rgba(255, 255, 255, 0.95);
}
.site-footer .block {
  margin: 20px 0;
  border: 1px solid #444;
  border-color: rgba(255, 255, 255, 0.1);
  padding: 10px;
}
.site-footer table {
  font-size: 1em;
}
.site-footer tr td,
.site-footer tr th {
  border-color: #555;
  border-color: rgba(255, 255, 255, 0.18);
}
.site-footer tr.odd {
  background-color: transparent;
}
.site-footer tr.even {
  background-color: #2c2c2c;
  background-color: rgba(0, 0, 0, 0.15);
}

/* Footer Top Styling. */
.site-footer__top h2 {
  border-bottom: 1px solid #555;
  border-color: rgba(255, 255, 255, 0.15);
  font-size: 1em;
  margin-bottom: 0;
  padding-bottom: 3px;
  text-transform: uppercase;
}
.site-footer__top .content {
  margin-top: 0;
}
.site-footer__top p {
  margin-top: 1em;
}
.site-footer__top .content .menu {
  padding-left: 0; /* LTR */
}
[dir="rtl"] .site-footer__top .content .menu {
  padding-right: 0;
}
.site-footer__top .content li a {
  display: block;
  border: none;
}
.site-footer__top .block-menu,
.site-footer__bottom .block {
  margin: 0;
  padding: 0;
  border: none;
}

/* Footer Bottom Styling. */
.site-footer__bottom .block {
  margin: 0.5em 0;
}
.site-footer__bottom .content {
  padding: 0.5em 0;
  margin-top: 0;
}
.site-footer__bottom .block h2 {
  margin: 0;
}
.site-footer__bottom {
  
}
.site-footer__bottom .region {
  margin-top: 20px;
}
.site-footer__bottom .block {
  clear: both;
}


/* ==== components/table.css ==== */
/**
 * @file
 * Styles for Bartik's tables.
 */

table {
  border: 0;
  border-spacing: 0;
  font-size: 0.857em;
  margin: 10px 0;
  width: 100%;
}
table table {
  font-size: 1em;
}
tr {
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
  background: #efefef;
  background: rgba(0, 0, 0, 0.063);
}
thead > tr {
  border-bottom: 1px solid #000;
}
tr.odd {
  background: #e4e4e4;
  background: rgba(0, 0, 0, 0.105);
}
table tr th {
  background: #757575;
  background: rgba(0, 0, 0, 0.51);
  border-bottom-style: none;
}
table tr th,
table tr th a,
table tr th a:hover,
table tr th a:focus {
  color: #fff;
  font-weight: bold;
}
table tbody tr th {
  vertical-align: top;
}
tr td,
tr th {
  padding: 4px 9px;
  border: 1px solid #fff;
  text-align: left; /* LTR */
}
.tabledrag-handle:hover,
.tabledrag-handle {
  border: none;
}
[dir="rtl"] tr td,
[dir="rtl"] tr th {
  text-align: right;
}

/**
 * Responsive tables.
 */
@media screen and (max-width: 37.5em) { /* 600px */
  th.priority-low,
  td.priority-low,
  th.priority-medium,
  td.priority-medium {
    display: none;
  }
}

@media screen and (max-width: 60em) { /* 920px */
  th.priority-low,
  td.priority-low {
    display: none;
  }
}


/* ==== components/tablesort-indicator.css ==== */
/**
 * @file
 * Tablesort indicator styles.
 */

.tablesort {
  width: 14px;
  height: 14px;
  vertical-align: top;
  margin: 1px 0 0 5px;
}
.tablesort--asc {
  background-image: url(../images/twistie-down.svg);
}
.tablesort--desc {
  background-image: url(../images/twistie-up.svg);
}


/* ==== components/tabs.css ==== */
/* --------------- System Tabs  --------------- */

div.tabs {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
}
.tabs ul.primary {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.tabs ul.primary li a {
  color: #000;
  background-color: #ededed;
  border-color: #bbb;
  border-style: solid solid none solid;
  border-width: 1px;
  height: 1.8em;
  line-height: 1.9;
  display: block;
  font-size: 0.929em;
  padding: 0 10px 3px;
  text-shadow: 0 1px 0 #fff;
}
.tabs ul.primary li.is-active a {
  background-color: #fff;
  border: 1px solid #bbb;
}

@media screen and (max-width: 37.5em) { /* 600px */
  .tabs ul.primary {
    border-bottom: 1px solid #bbb;
  }
  .tabs ul.primary li {
    display: block;
    margin: 0;
  }
  .tabs ul.primary li a {
    padding: 5px 10px;
  }
  .tabs ul.primary li.is-active a {
    border-bottom: none;
  }
}

@media screen and (min-width: 37.5em) { /* 600px */
  .tabs ul.primary {
    border-collapse: collapse;
    height: auto;
    line-height: normal;
    padding: 0 3px;
    margin: 0;
    overflow: hidden;
    border: none;
    background: transparent url(../images/tabs-border.png) repeat-x left bottom;
    white-space: nowrap;
  }
  .tabs ul.primary li {
    display: block;
    float: left; /* LTR */
    vertical-align: bottom;
    margin: 0 5px 0 0; /* LTR */
  }
  [dir="rtl"] .tabs ul.primary li {
    margin: 0 0 0 5px;
    float: right;
  }
  .tabs ul.primary li a {
    float: left; /* not LTR */
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
  .tabs ul.primary li.is-active a {
    border-bottom: 1px solid #fff;
  }
}
.tabs ul.secondary {
  border-bottom: none;
  margin: 5px;
  padding: 0.5em 0;
  overflow: hidden;
}
.tabs ul.secondary li {
  border-right: 1px solid #ccc; /* LTR */
  display: block;
  float: left; /* LTR */
  margin: 0;
  padding: 0 1em;
}
[dir="rtl"] .tabs ul.secondary li {
  border-left: 1px solid #ccc;
  border-right: none;
  float: right;
}
.tabs ul.secondary li:last-child {
  border-right: none; /* LTR */
}
[dir="rtl"] .tabs ul.secondary li:last-child {
  border-left: none;
}
.tabs ul.secondary li:first-child {
  padding-left: 0; /* LTR */
}
[dir="rtl"] .tabs ul.secondary li:first-child {
  padding-right: 0;
}
.tabs ul.secondary li a {
  display: inline;
  padding: 0.25em 0.5em;
  text-decoration: none;
}
.tabs ul.secondary li a.is-active {
  background: #f2f2f2;
  border-bottom: none;
  border-radius: 5px;
}


/* ==== components/text-formatted.css ==== */
/**
 * @file
 *
 * Visual styles for Bartik's text-formatted component.
 */

.text-formatted ul,
.text-formatted ol {
  margin: 1em 0;
  padding: 0 0 0.25em 15px; /* LTR */
}
[dir="rtl"] .text-formatted ul,
[dir="rtl"] .text-formatted ol {
  padding: 0 15px 0.25em 0;
}


/* ==== components/toolbar.css ==== */
/**
 * @file
 * Toolbar module overrides for Bartik.
 */

.toolbar a {
  border-bottom: none;
}


/* ==== components/featured-bottom.css ==== */
/**
* @file
* Visual styles for Bartik's featured bottom component.
*/

.featured-bottom {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,fffdf0+100 */
  background: white;
  /*background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,253,240,1) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,253,240,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,253,240,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fffdf0',GradientType=0 );*/
  padding-top: 35px;
}
.featured-bottom .region {
  padding: 0 10px;
}

@media all and (min-width: 560px) {
  .featured-bottom .region {
    padding: 20px 15px 30px;
  }
  [dir="rtl"] .featured-bottom .region {
    float: right;
  }
}

@media all and (min-width: 851px) {
  .featured-bottom .region {
    padding: 0 20px;
  }
}
.featured-bottom h2 {
  color: #000;
  font-size: 1.4em;
  margin-bottom: 0.6em;
  text-shadow: 0 1px 0 #fff;
  text-align: center;
  line-height: 1em;
}
.featured-bottom .block {
  padding-bottom: 0px;
  border-bottom: 1px solid #dfdfdf;
  line-height: 1.3em;
  margin-bottom: 55px;
}
.featured-bottom .block:last-child {
  border-bottom: none;
}
.featured-bottom ul,
.featured-bottom ol {
  padding-left: 0;
}
.featured-bottom ul li,
.featured-bottom ol li {
  list-style: none;
}
.featured-bottom input:not(.form-submit) {
  width: 185px;
}
.region-featured-bottom-third .feed-icon {
  float: right;
}
.region-featured-bottom-second .block-system-powered-by-block {
  text-align: center;
}


/* ==== components/password-suggestions.css ==== */
/**
 * @file
 * Styles for password suggestions in Bartik.
 */

.password-suggestions {
  border: 0;
}


/* ==== components/ui.widget.css ==== */
/**
 * @file
 * Visual styles for Bartik's ui-widget component.
 */

#page .ui-widget {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}


/* ==== components/vertical-tabs.component.css ==== */
/**
 * @file
 * Vertical tabs component.
 */

/* Vertical Tabs Reset */
.vertical-tabs__menu {
  margin: -1px 0 -1px -15em; /* LTR */
  padding: 0;
}
[dir="rtl"] .vertical-tabs__menu {
  margin-left: 0;
  margin-right: -15em;
  /* This is required to win specificity over [dir="rtl"] .region-content ul */
  padding: 0;
}


/* ==== components/views.css ==== */
/**
 * @file
 * Styling for Views in Bartik.
 */

/* Tab styles */
.views-displays .tabs .open > a {
  border-radius: 7px 7px 0 0;
}
.views-displays .tabs .open > a:hover,
.views-displays .tabs .open > a:focus {
  color: #0071b3;
}
.views-displays .secondary .form-submit {
  font-size: 0.846em;
}

/* Tabs action list styles */
.views-displays .tabs .action-list {
  padding: 0;
}

/* Contextual filter options styles */
.views-filterable-options .filterable-option:nth-of-type(even) .form-type-checkbox {
  background-color: #f9f9f9;
}

/* Views action dropbutton styles */
.views-ui-display-tab-actions .dropbutton .form-submit {
  color: #0071b3;
}
.views-ui-display-tab-actions .dropbutton .form-submit:hover,
.views-ui-display-tab-actions .dropbutton .form-submit:focus {
  color: #018fe2;
}


/* ==== components/buttons.css ==== */
/**
 * @file
 * Styles for Bartik's buttons.
 */

.button {
  background-color: #fff;
  background-image: -webkit-linear-gradient(top, #f3f3f3, #e8e8e8);
  background-image: linear-gradient(to bottom, #f3f3f3, #e8e8e8);
  border: 1px solid #e4e4e4;
  border-bottom-color: #b4b4b4;
  border-left-color: #d2d2d2;
  border-right-color: #d2d2d2;
  color: #3a3a3a;
  cursor: pointer;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  font-size: 0.929em;
  font-weight: normal;
  text-align: center;
  padding: 0.25em 1.063em;
  border-radius: 1em;
  display: inline-block;
  line-height: normal;
}
.button:hover,
.button:active,
.button:focus {
  background: #dedede;
  color: #5a5a5a;
  text-decoration: none;
}
.button.is-disabled:hover,
.button.is-disabled:active,
.button.is-disabled:focus,
.button.is-disabled {
  background: #ededed;
  border-color: #bbb;
  color: #717171;
  cursor: default;
}


/* ==== components/image-button.css ==== */
/**
 * @file
 * Styles for Bartik's image buttons.
 */

.image-button.is-disabled:hover,
.image-button.is-disabled:active,
.image-button.is-disabled:focus,
.image-button.is-disabled {
  background: transparent;
  opacity: 0.5;
  cursor: default;
}


/* ==== components/ui-dialog.css ==== */
/**
 * @file
 * Styles for Bartik's modal windows
 */

.ui-widget-overlay {
  background: #000;
  opacity: 0.7;
}
.ui-dialog {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 0;
}
.ui-dialog input,
.ui-dialog select,
.ui-dialog textarea {
  font-size: 0.9em;
}
.ui-dialog .button {
  background-color: #fff;
  background-image: -webkit-linear-gradient(top, #f3f3f3, #e8e8e8);
  background-image: linear-gradient(to bottom, #f3f3f3, #e8e8e8);
  border: 1px solid #e4e4e4;
  border-bottom-color: #b4b4b4;
  border-left-color: #d2d2d2;
  border-right-color: #d2d2d2;
  color: #3a3a3a;
  cursor: pointer;
  font-size: 0.929em;
  font-weight: normal;
  text-align: center;
  padding: 0.25em 1.063em;
  border-radius: 1em;
}


/* ==== colors.css ==== */
:root {
  --cmp-btn-color: #910b26;
}

/* ---------- Color Module Styles ----------- */

body {
  color: #3b3b3b;
  background: #292929;
}
#page,

.region-primary-menu .menu-item a.is-active,
.region-primary-menu .menu-item--active-trail a {
  background: #EFEFEF;
}

#main-wrapper {
  background: white;
  padding: 10px 25px;
  margin-top: 10px;
}

body.page-node-22 #main-wrapper,
body.page-node-23 #main-wrapper,
body.page-node-24 #main-wrapper {
  background:#EFEFEF;
}
/*
body.page-node-39 #page,
body.page-node-39 #main-wrapper {
  background: #FFF6D5;
}*/

/*
body.path-node #page {
  background: rgb(240,240,240);
  background: -moz-linear-gradient(180deg, rgba(240,240,240,1) 0%, rgba(226,226,226,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(240,240,240,1) 0%, rgba(226,226,226,1) 100%);
  background: linear-gradient(180deg, rgba(240,240,240,1) 0%, rgba(226,226,226,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f0f0f0",endColorstr="#e2e2e2",GradientType=1);
}*/

.tabs ul.primary li a.is-active {
  background-color: #fff;
}
.tabs ul.primary li.is-active a {
  background-color: #fff;
  border-bottom-color: #fff;
}
a,
.link {
  color: black;
}
a:hover,
a:focus,
.link:hover,
.link:focus {

}
a:active,
.link:active {

}
.sidebar .block {
  background-color: #f6f6f2;
  border-color: #f9f9f9;
}
.site-footer {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#626262+0,3c3c3c+100 */
  background: rgb(98,98,98); /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(98,98,98,1) 0%, rgba(60,60,60,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(98,98,98,1) 0%,rgba(60,60,60,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(98,98,98,1) 0%,rgba(60,60,60,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#626262', endColorstr='#3c3c3c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/* ---------- Color Form ----------- */

[dir="rtl"] .color-form .color-palette {
  margin-left: 0;
  margin-right: 20px;
}
[dir="rtl"] .color-form .form-item label {
  float: right;
}
[dir="rtl"] .color-form .color-palette .lock {
  right: -20px;
  left: 0;
}

/* ==== omega_custom: omega_tv.css (TV balíčky /balicky) ==== */
#block-pl-omega-content h2 {
  font-weight: bold;
  font-size: 30px;
  color: #910B26;
  text-align: center;
  margin: 20px 0px 25px 0px;
}

#block-pl-omega-content h3 {
  font-weight: bold;
  text-align: center;
  color: #910B26;
  font-size: 22px;
  margin-bottom: 20px;
}

#block-pl-omega-content .service-row,
#block-pl-omega-content .package-row  {
  padding: 0px;
  margin: 0px 25px 20px 25px;
  background: #F8F8F8;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  clear: both;
  overflow: hidden;
}

#block-pl-omega-content .service-row {
  margin-bottom: 8px;
}

#block-pl-omega-content .service-row > div,
#block-pl-omega-content .package-row > div {
  float: left;
}

.package-title {
  width: 270px;
  text-align: center;
  line-height: 78px;
  font-weight: bold;
  font-size: 26px;
  color: white;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.package-row-start .package-title,
.package-row-tvstart .package-title {
  background: #00933e;
}

.package-row-package-basicpremium .package-title {
  background: #dd2c40;
}

.package-row-package-maxcz .package-title {
  background: #ec7c03;
}

.package-row-package-maxipremium .package-title {
  background: #ec7c03;
  font-size: 18px;
}

.package-price {
  width: 300px;
  text-align: center;
  padding-top: 16px;
}

.package-row-tvstart .package-price {
  padding-top: 26px;
}

.package-price {
  font-weight: normal;
  line-height: 20px;
  color: #6f6f6f;
}

.package-price span.bold {
  font-weight: bold;
}

.package-price span.big {
  font-size: 26px;
  font-weight: bold;
}

.package-row-start .package-price span.big,
.package-row-start .package-price span.bold,
.package-row-tvstart .package-price span.big,
.package-row-tvstart .package-price span.bold {
  color: #00933e;
}

.package-row-package-basicpremium .package-price span.big,
.package-row-package-basicpremium .package-price span.bold {
  color: #dd2c40;
}

.package-row-package-maxcz .package-price span.big,
.package-row-package-maxcz .package-price span.bold {
  color: #ec7c03;
}

.package-row-package-maxipremium .package-price span.big,
.package-row-package-maxipremium .package-price span.bold {
  color: #ec7c03;
}

.package-info {
  text-align: center;
}

.package-description {
  width: 420px;
  text-align: center;
  padding-top: 20px;
  font-size: 16px;
}

.package-row-tvstart .package-description {
  padding-top: 25px;
  color: #6f6f6f;
}

.package-info {
  line-height: 75px;
}

.package-info img {
  vertical-align: middle;
}

.service-row {
  height: 45px;
}

.service-title {
  padding-left: 30px;
  font-weight: bold;
  font-size: 18px;
  line-height: 45px;
  width: 300px;
}

.service-1-price,
.service-2-price {
  width: 620px;
  text-align: right;
  font-size: 16px;
  padding-right: 40px;
  line-height: 45px;
}

.service-description {
  width: 320px;
  padding-left: 80px;
  font-size: 16px;
  line-height: 45px;
}

.service-2-price {
  width: 220px;
}

.service-info {
  line-height: 45px;
}

.service-info img {
  vertical-align: middle;
}

.service-1-price strong,
.service-2-price strong {
  font-size: 20px;
}

#block-pl-omega-content .content .balicky-info {
  background-color: #FFF6D5;
  padding: 28px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin: 0px 25px 20px 25px;
}

#block-pl-omega-content .content > p,
#block-pl-omega-content .content .balicky-info p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px;
}

#block-pl-omega-content .content > p.right {
  text-align: right;
}

#block-pl-omega-content .content > p.table-suffix {
  margin-bottom: 20px;
}

#block-pl-omega-content .content > p a,
#block-pl-omega-content .content .balicky-info p a {
  color: #910B26;
  text-decoration: underline;
  font-weight: bold;
}

#block-pl-omega-content a.zavolejte-mi {
  display: block !important;
  text-decoration: none;
  color: white;
  display: inline-block;
  padding: 10px 50px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #910B26;
  width: 100px;
  text-align: center;
  margin: 30px auto 50px auto;
}

#block-pl-omega-content .info-div {
  border: 1px solid #910B26;
  position: absolute;
  width: 800px;
  left: 50%;
  transform: translate(-50%, 0);
  background: white;
  display: none;
}

#block-pl-omega-content .info-div .info-title {
  color: white;
  background: #910B26;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 1.2em;
}

#block-pl-omega-content .info-div .info-close {
  cursor: pointer;
  display: inline-block;
  color: white;
  padding: 5px 10px 5px 10px;
  font-weight: bold;
  font-size: 1.2em;  
  position: absolute;
  top: 0px;
  right: 0px;
}

#block-pl-omega-content .info-div .info-content {
  padding: 20px;
}

@media all and (max-width: 1145px) {
  #block-pl-omega-content .service-row,
  #block-pl-omega-content .package-row,
  #block-pl-omega-content .content .balicky-info {
    margin-right: 0px;
    margin-left: 0px;
  }

  #block-pl-omega-content .service-row,
  #block-pl-omega-content .package-row {
    width: 100%;
  }

  .package-price {
    width: 250px;
  }

  .package-description {
    width: 380px;
  }

  .service-title {
    width: 30%;
  }

  .service-1-price {
    width: 50%;
  }

}

@media all and (max-width: 1000px) {
  #block-pl-omega-content .service-row,
  #block-pl-omega-content .package-row,
  #block-pl-omega-content .content .balicky-info {
    margin-right: 0px;
    margin-left: 0px;
  }

  #block-pl-omega-content .service-row,
  #block-pl-omega-content .package-row {
    width: 100%;
  }

  .package-price {
    width: 30%;
  }

  .package-description {
    width: 30%;
  }

}

@media all and (max-width: 840px) {
  #block-pl-omega-content .info-div {
    width: 95%;
  }

  .package-title {
    width: 200px;
  }

  .package-description {
    padding-top: 8px;
  }

  .service-title {
    width: 200px;
  }
}

@media all and (max-width: 670px) {
  .package-title {
    font-size: 18px;
    width: 160px;
  }

  .package-description {
    font-size: 14px;
  }

  .package-price {
    font-size: 14px;
  }

  .package-price span.big {
    font-size: 18px;
  }

}

@media all and (max-width: 560px) {
  .package-title {
    font-size: 20px;
    width: 100%;
    float: none;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    line-height: 40px;
  }

  .package-price {
    font-size: 14px;
    width: 40%;
  }

  .package-description {
    font-size: 14px;
    width: 40%;
  }

  .package-info {
    width: 20%;
  }

  #block-pl-omega-content .service-row {
    overflow: auto;
  }

  .service-row {
    height: auto;
    clear: both;
    overflow: auto;
  }

  .service-title {
    font-size: 16px;
    padding-left: 0px;
    width: 100%;
    float: none;
    text-align: center;
  }

  .service-description {
    padding-left: 10px;
    width: 40%;
    font-size: 14px;
    line-height: 25px;
  }

  .service-2-price {
    width: 30%;
    font-size: 14px;
  }

  .service-1-price,
  .service-2-price {
    line-height: 25px;
  }

  .service-1-price strong,
  .service-2-price strong {
    font-size: 18px;
  }

  .service-info img {
    width: 30px;
    vertical-align: top;
  }
}

/* ==== omega-autocomplete (našeptávač formuláře dostupnosti) ==== */
.omega-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 100;
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
  max-height: 240px;
  overflow-y: auto;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
  text-align: left;
}
.omega-autocomplete__item {
  padding: 6px 12px;
  cursor: pointer;
  font-size: 14px;
  color: #333;
}
.omega-autocomplete__item:hover,
.omega-autocomplete__item.is-active {
  background: #eee;
}
