/* Globální styly */
html
{
  width: 100%;
  height: 100%;
}
body
{
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: 'Open Sans', monospace;
  font-size: 11pt;
  color: #3d3d3d;
  background-color: white;
}
body div#container
{
  position: relative;
  min-width: 320px;
  max-width: 1920px;
  min-height: 100%;
  margin: 0 auto;
  background-color: #3d3d3d;
}
body div#container > nav
{
  position: relative;
  padding: 20px 0;
  background-color: #f5f5f5;
}
body.desktop div#rightpanel
{
  position: absolute;
  right: 0;
  top: 0;
  width: 230px;
  text-align: center;
  box-sizing: border-box;
  transform: translateZ(0);
}
body.mobile div#rightpanel
{
  position: relative;
  background-color: white;
}
body.mobile div#rightpanel p
{
  margin: 0;
  padding: 0;
}
body.desktop div#rightpanel header
{
  background-color: white;
  padding: 10px 0;
}
body.mobile div#rightpanel header
{
  height: 80px;
  padding: 0;
}
body.mobile div#rightpanel header p.logo
{
  display: inline-block;
  padding: 25px 0 0 25px;
}
body.mobile div#rightpanel header p.logo img
{
  width: 55px;
}
body.desktop div#rightpanel header p.claim
{
  display: block;
  color: #232323;
}
body.desktop div#rightpanel header p.claim span
{
  display: block;
  color: #eb6608;
}
body.desktop div#rightpanel header p.claim:before
{
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  margin: 25px auto;
  background-color: #ebebeb;
}
body.mobile div#rightpanel header p.claim
{
  display: none;
}
body.desktop div#rightpanel header p.hledat
{
  padding: 25px 0 15px 0;
}
body.mobile div#rightpanel header p.hledat
{
  position: relative;
  left: 0;
  width: auto;
  margin: -38px 100px 0 100px;
  padding: 0;
  text-align: right;
}
body div#rightpanel header p.hledat input[type="text"]
{
  height: 40px;
  padding-left: 10px;
  padding-right: 30px;
  background-image: none;
  background-position: right 11px center;
  background-repeat: no-repeat;
  border: solid 2px #dedede;
  border-radius: 20px;
  box-sizing: border-box;
}
body div#rightpanel header p.hledat input[type="text"]:focus
{
  outline-width: 0;
}
body.desktop div#rightpanel header p.hledat input[type="text"]
{
  width: 170px;
}
body.mobile div#rightpanel header p.hledat input[type="text"]
{
  max-width: 200px;
  width: 100%;
}
body div#rightpanel header p.hledat.blur input[type="text"]
{
  width: 40px;
  padding-right: 0;
  background-image: url('obrazky/hledat.png');
}
body div#rightpanel header p.hledat input[type="submit"]
{
  display: inline;
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 10px 0 0 -30px;
  font-size: 0;
  background-color: transparent;
  background-image: url('obrazky/hledat-aktivni.png');
  background-position: center center;
  background-repeat: no-repeat;
  border-style: none;
  cursor: pointer;
}
body div#rightpanel header p.hledat.blur input[type="submit"]
{
  display: none;
}
body.desktop div#rightpanel nav div
{
  display: none;
}
body div#rightpanel nav div a
{
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 80px;
  font-size: 0;
  background-color: #3d3d3d;
  background-image: url('obrazky/menu-burger.png');
  background-position: center center;
  background-repeat: no-repeat;
}
body div#rightpanel nav div a:hover
{
  background-color: #454545;
}
body div#rightpanel nav div a.aktivni
{
  background-color: black;
}
body div#rightpanel nav ul
{
  padding: 0;
  margin: 0;
}
body.mobile div#rightpanel nav ul
{
  display: none;
}
body div#rightpanel nav ul li
{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
body div#rightpanel nav ul li a
{
  display: block;
  padding: 20px 0;
  font-size: 10pt;
  font-weight: bold;
  color: #f0f0f0;
  background-color: #3d3d3d;
  border-bottom: solid 1px #515151;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}
body div#rightpanel nav ul li a:hover
{
  background-color: #454545;
}
body div#rightpanel nav ul li.aktivni a
{
  background-color: black;
}
body.desktop div#rightpanel nav ul li.aktivni a:before
{
  content: '';
  position: absolute;
  display: block;
  width: 9px;
  height: 16px;
  margin-left: -9px;
  background-color: transparent;
  border-right: solid 12px black;
  border-top: solid 8px transparent;
  border-bottom: solid 8px transparent;
  box-sizing: border-box;
  z-index: 10000;
}
body.mobile div#rightpanel > footer
{
  display: none;
}
body.desktop div#rightpanel > footer
{
  margin-top: 40px;
  font-size: 10pt;
  color: #707070;
}
body.desktop div#rightpanel > footer p
{
  margin: 2px 0;
}
body.desktop div#rightpanel > footer p a
{
  color: #707070;
  text-decoration: none;
}
body.desktop div#rightpanel > footer p a:hover
{
  color: white;
}
body div#leftpanel
{
  position: relative;
  background-color: #f5f5f5;
}
body.desktop div#leftpanel
{
  margin-right: 230px;
}
body div#leftpanel > nav
{
  padding-bottom: 20px;
  border-top: solid 1px #dcdcdc;
}
body.desktop div#leftpanel > nav
{
  position: relative;
  margin: 0 60px;
  text-align: justify;
}
body.desktop div#leftpanel > nav:after
{
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
}
body.desktop div#leftpanel > nav > div
{
  display: inline-block;
  width: 200px;
  padding: 20px 0;
  text-align: left;
  vertical-align: top;
}
body.mobile div#leftpanel > nav > div
{
  display: block;
  text-align: center;
}
body.desktop div#leftpanel > nav > div p
{
  position: absolute;
  font-size: 16pt;
  font-weight: light;
}
body.mobile div#leftpanel > nav > div p
{
  padding-top: 20px;
}
body div#leftpanel > nav > div ul
{
  margin: 0;
}
body.desktop div#leftpanel > nav > div ul
{
  padding: 80px 0 20px 0;
}
body.mobile div#leftpanel > nav > div ul
{
  padding: 0;
}
body div#leftpanel > nav > div ul li
{
  margin: 0;
  padding: 1px 0;
  list-style-type: none;
}
body div#leftpanel > nav > div ul li a
{
  font-size: 9pt;
  font-weight: bold;
  color: #3d3d3d;
  text-decoration: none;
}
body div#leftpanel > nav > div ul li a:hover
{
  text-decoration: underline;
}
body.desktop div#leftpanel > footer
{
  display: none;
}
body.mobile div#leftpanel > footer
{
  padding: 20px 0;
  font-size: 10pt;
  color: #707070;
  background-color: #f5f5f5;
  border-top: solid 1px #dcdcdc;
  text-align: center;
}
body.mobile div#leftpanel > footer p
{
  margin: 2px 0;
}
body.mobile div#leftpanel > footer p a
{
  color: #707070;
  text-decoration: none;
}
body.mobile div#leftpanel > footer p a:hover
{
  color: black;
}
body.desktop article
{
  position: relative;
  display: block;
  padding: 0px;
  box-sizing: border-box;
}
body.desktop article > :first-child
{
  margin-top: 0;
}
body article h2
{
  font-size: 14pt;
  font-weight: bolder;
  text-transform: uppercase;
  text-align: left;
}
body article div.sloupce
{
  position: relative;
  overflow: hidden;
}
body.desktop article div.sloupce
{
  padding: 40px 60px;
}
body.mobile article div.sloupce
{
  padding: 20px;
}
body article div.sloupce > div
{
  position: relative;
  text-align: left;
  column-count: auto;
  column-gap: 40px;
}
body article div.sloupce > div > div
{
  display: inline-block;
  width: 100%;
  padding: 30px 0;
  margin-right: 40px;
  text-align: left;
  box-sizing: border-box;
  overflow: hidden;
}
body article div.sloupce > div > div a
{
  text-decoration: none;
}
body article div.sloupce > div > div a:hover
{
  text-decoration: underline;
}
body article p.chyba
{
  margin: 0;
  padding: 40px 20px;
  font-weight: center;
  color: #eb6608;
  text-align: center;
}
body article p.poznamka
{
  margin: 10px 0 40px 0;
  font-size: 10pt;
}
body article h1
{
  font-size: 22pt;
  font-weight: 800;
  text-transform: uppercase;
}
body article div.static
{
  overflow: hidden;
}
body article div.static > h1 span
{
  padding: 0 10px;
  text-transform: none;
}
body.desktop article div.static
{
  padding: 30px 80px;
}
body.mobile article div.static
{
  padding: 20px;
}
body article div.static h1
{
  color: #f97d0f;
}
body article div.static a, body article div.zalozky a
{
  color: #f97d0f;
  text-decoration: none;
}
body article div.static a:hover, body article div.zalozky a:hover
{
  text-decoration: underline;
}
body article div.static div.fb-share-button
{
  float: right;
  margin: 30px 0 0 20px;
}
body.desktop article div.podstranky > h2
{
  padding-bottom: 50px;
}
body.desktop article div.podstranky > ul
{
  margin: 0;
  padding: 0;
}
body.mobile article div.podstranky > ul
{
  display: none;
}
body.desktop article div.podstranky > ul li
{
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 13pt;
  font-weight: bold;
  background-color: #e9e9e9;
  list-style-type: none;
  vertical-align: bottom;
  box-sizing: border-box;
  overflow: hidden;
}
body.desktop article div.podstranky > ul li a
{
  display: block;
  padding: 30px 5px;
  color: #3d3d3d;
  border-right: solid 1px white;
  text-align: center;
}
body.desktop article div.podstranky > ul li:last-child a
{
  border-right-style: none
}
body.desktop article div.podstranky > ul li.aktivni
{
  padding-top: 20px;
  background-color: white;
}
body.desktop article div.podstranky > ul li.aktivni a
{
  color: #f97d0f;
}
body article div.podstranky > div
{
  position: relative;
  margin-bottom: 40px;
  background-color: white;
}
body.desktop article div.podstranky > div
{
  display: none;
  padding: 60px 40px;
}
body.desktop article div.podstranky > div.aktivni
{
  display: block;
}
body.mobile article div.podstranky > div
{
  display: block;
  padding: 20px;
}
body.desktop article div.podstranky > div h3
{
  display: none;
}
body.mobile article div.podstranky > div h3
{
  position: relative;
  margin: -20px -20px 0 -20px;
  padding: 20px;
}
body.mobile article div.podstranky > div h3:after
{
  content: '';
  position: absolute;
  display: inline-block;
  top: 0;
  width: 100%;
  height: 100%;
  margin-left: 20px;
  background-color: #f5f5f5;
}
body article p.tlacitko
{
  text-align: center;
}
body article p.tlacitko a
{
  display: inline-block;
  padding: 16px 30px 0 30px;
  height: 50px;
  font-size: 9pt;
  font-weight: bold;
  color: white!important;
  background-color: #f97d0f;
  border-radius: 25px;
  text-decoration: none;
  text-transform: uppercase;
  box-sizing: border-box;
}
body article p.tlacitko a:hover
{
  background-color: #eb6608;
  text-decoration: none;
}
body article p.stress
{
  font-size: 26pt;
  font-weight: lighter;
  text-align: center;
}
body article div.polovina
{
  background-image: url('obrazky/polovina.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
body article div.polovina > div
{
  max-width: 1000px;
  margin: 0 auto;
}
body article p.strankovani
{
  margin-top: 40px;
  padding-top: 40px;
  border-top: solid 1px #dcdcdc;
  text-align: center;
}
body article p.strankovani a
{
  display: inline-block;
  width: 34px;
  height: 34px;
  margin: 10px 4px;
  padding-top: 8px;
  font-size: 9pt;
  color: black;
  background-color: white;
  border-radius: 17px;
  box-sizing: border-box;
}
body article p.strankovani a:hover
{
  color: white;
  background-color: #eb6608;
  text-decoration: none;
}
body article p.strankovani a.aktivni
{
  font-weight: bold;
  color: white;
  background-color: #eb6608;
}
body article p.strankovani a.dalsi, body article p.strankovani a.predchozi
{
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #dbdbdb;
}
body article p.strankovani a.dalsi:hover, body article p.strankovani a.predchozi:hover
{
  background-color: #eb6608;
}
body article p.strankovani a.dalsi:after
{
  content: '>';
  padding-left: 10px;
}
body article p.strankovani a.predchozi:before
{
  content: '<';
  padding-right: 10px;
}
/* --- */





/* Online vysilani */
body article div.banner
{
  position: relative;
  color: white;
  overflow: hidden;
  text-align: center;
}
body article div.banner > img
{
  display: block;
  min-width: 100%;
}
body.desktop article div.banner > img
{
  width: 100%;
}
body.mobile article div.banner > img
{
  max-height: 400px;
}
body article div.banner > div:not(.tvvideo)
{
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 250px;
  padding: 40px 200px 40px 60px;
  background-image: url('obrazky/pruhy.png');
  background-position: left top;
  background-repeat: repeat-y;
  background-size: 100% 4px;
  box-sizing: border-box;
  text-align: left;
}
body.mobile article div.banner > div:not(.tvvideo)
{
  height: 100px;
  text-align: center;
}
body.mobile article div.banner > div:not(.tvvideo) > *
{
  display: none;
}
body.desktop article div.banner > div > p
{
  max-width: 550px;
}
body.desktop article div.banner > div > div.prehravat
{
  position: absolute;
  right: 0;
  top: 50%;
  margin-right: 20px;
  box-sizing: border-box;
}
body.mobile article div.banner > div > div.prehravat
{
  display: block;
  margin-right: -160px;
  text-align: center;
}
body article div.banner > div > div.prehravat a
{
  display: inline-block;
  height: 50px;
  margin-top: -15px;
  padding: 17px 58px 0 20px;
  font-size: 9pt;
  font-weight: bold;
  color: white;
  background-color: black;
  background-image: url('obrazky/prehrat.png');
  background-position: right center;
  background-repeat: no-repeat;
  border-radius: 25px;
  box-sizing: border-box;
  text-transform: uppercase;
  text-decoration: none;
}
body article div.banner > div > div.prehravat a:hover
{
  background-color: #221f1f;
  background-image: url('obrazky/prehrat-hover.png');
}
body article div.novavidea
{
  background-color: white;
}
body article div.novavidea > div
{
  text-align: justify;
  overflow: hidden;
}
body.desktop article div.novavidea > div
{
  height: 270px;
}
body.mobile article div.novavidea > div
{
  height: 540px;
}
body article div.novavidea > div > div
{
  width: 270px;
  margin-right: 20px;
  vertical-align: top;
}
body article div.novavidea > div > div a
{
  color: #ec761e;
}
body article div.novavidea > div > div img
{
  width: 270px;
}
body article div.novavidea > div > div h3
{
  margin: 0;
  color: #ec761e;
}
body article div.novavidea > div > div h4
{
  margin: 0;
  font-weight: normal;
  color: #3d3d3d;
}
body article div.novinky
{
  background-color: #f5f5f5;
}
body article div.novinky > div
{
  margin-top: 40px;
  column-width: 390px;
}
body article div.novinky > div > a
{
  display: block;
  max-width: 390px;
  padding-bottom: 40px;
  color: #3d3d3d;
  text-decoration: none;
}
body article div.novinky > div > a:hover
{
  color: black;
  text-decoration: underline;
}
body article div.novinky > div > a h3
{
  margin: 5px 0;
}
body article div.novinky > div > a h4
{
  margin: 0;
  font-size: 9pt;
  font-weight: normal;
}
/* --- */





/* Novinky */
body article div.archivnovinek > a
{
  position: relative;
  margin: 40px 0;
  display: block;
  color: black;
  border-bottom: solid 1px #dcdcdc;
}
body article div.archivnovinek > a:last-child
{
  border-bottom-style: none;
}
body article div.archivnovinek > a:after
{
  display: block;
  width: 0;
  height: 0;
  content: '';
  clear: left;
}
body article div.archivnovinek > a > p
{
  display: inline-block;
  margin: 0 0 -1px 0;
  padding: 0 50px 0 0;
  line-height: 0;
  background-color: #f5f5f5;
  vertical-align: bottom;
  float: left;
}
body article div.archivnovinek > a > div
{
  position: relative;
  padding: 40px 0;
}
body.mobile article div.archivnovinek > a > div
{
  display: inline-block;
}
body article div.archivnovinek > a > div p
{
  font-size: 9pt;
  color: #3d3d3d;
}
body article div.novinka > h1
{
  float: left;
}
body article div.novinka > p
{
  padding-top: 15px;
  margin-left: 30px;
  text-align: right;
}
body article div.novinka > p:after
{
  display: block;
  width: 0;
  height: 0;
  content: '';
  clear: left;
}
body article div.novinka > p a
{
  display: inline-block;
  padding: 16px 30px 0 50px;
  height: 50px;
  font-size: 9pt;
  font-weight: bold;
  color: white;
  background-color: #3d3d3d;
  background-image: url('obrazky/zpet.png');
  background-position: 20px center;
  background-repeat: no-repeat;
  border-radius: 25px;
  text-decoration: none;
  text-transform: uppercase;
  box-sizing: border-box;
}
body article div.novinka > p a:hover
{
  background-color: black;
}
body article div.novinka > div
{
  clear: left;
}
body article div.novinka > div.obrazek
{
  padding: 30px 0;
}
body article div.novinka > div.obrazek a
{
  display: block;
  height: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
body article div.novinka > div.obrazek a img
{
  display: none;
}
body article div.novinka > div.fotky
{
  padding: 30px 0;
}
body article div.novinka > div.fotky img
{
  margin: 0 30px 30px 0;
}
/* --- */





/* O televizi */
body article div.otelevizi
{
  position: relative;
  padding-top: 40px;
  background-image: url('obrazky/border.png');
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 50% 1px;
}
body.desktop article div.otelevizi
{
  padding-bottom: 40px;
  margin-bottom: 40px;
}
body.desktop article div.otelevizi.zahlavi
{
  max-width: 1300px;
}
body.desktop article div.otelevizi.zahlavi > div
{
  display: inline-block;
  width: 60%;
  padding: 40px 0;
}
body.desktop article div.otelevizi.zahlavi > p
{
  position: absolute;
  display: inline-block;
  right: 60px;
  top: 10px;
  width: 30%;
  height: 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
body article div.moderatori > div
{
  display: inline-block;
  width: 150px;
  margin: 0 50px 50px 0;
  color: #f97d0f;
  vertical-align: top;
}
body article div.moderatori > h2
{
  margin-bottom: 30px;
}
body article div.moderatori > div h3
{
  margin: 7px 0 0 0;
  font-size: 11pt;
}
body article div.moderatori > div ul
{
  margin: 0;
  padding: 7px 0 0 0;
}
body article div.moderatori > div ul li
{
  margin: 0;
  padding: 0;
  font-size: 10pt;
  list-style-type: none;
}
body article div.moderatori > div ul li a
{
  color: black;
}
/* --- */





/* Kontakty */
body article div.kontakty > div
{
  position: relative;
  display: inline-block;
  max-width: 500px;
}
body article div.kontakty > div p, body article div.kontakty > div h2, body article div.kontakty > div h4
{
  margin: 5px 0;
}
body article div.kontakty > div p strong
{
  position: absolute;
  left: 120px;
}
body article div.kontakty > div h4
{
  margin-left: 120px;
  font-size: 8pt;
  font-weight: normal;
}
body article div.kontakty > div .strong
{
  font-size: 16pt;
}
body article div.podstranky ul.lide
{
  margin: 20px 0;
  padding: 0;
}
body article div.podstranky ul.lide li
{
  display: inline-block;
  width: 280px;
  margin: 0 50px 50px 0;
  padding: 0;
  list-style-type: none;
  vertical-align: top;
}
body article div.podstranky ul.lide li h4, body article div.podstranky ul.lide li p
{
  margin: 2px 0;
}

/* --- */





/* Jak nás naladit */
body.desktop article div.podstranky.naladit > ul li a
{
  padding-top: 100px;
  background-position: center 30px;
  background-repeat: no-repeat;
}
body.desktop article div.podstranky.naladit > ul li.naladit11 a
{
  background-image: url('obrazky/naladit11.png');
}
body.desktop article div.podstranky.naladit > ul li.naladit11.aktivni a
{
  background-image: url('obrazky/naladit11-aktivni.png');
}
body.desktop article div.podstranky.naladit > ul li.naladit12 a
{
  background-image: url('obrazky/naladit12.png');
}
body.desktop article div.podstranky.naladit > ul li.naladit12.aktivni a
{
  background-image: url('obrazky/naladit12-aktivni.png');
}
body.desktop article div.podstranky.naladit > ul li.naladit13 a
{
  background-image: url('obrazky/naladit13.png');
}
body.desktop article div.podstranky.naladit > ul li.naladit13.aktivni a
{
  background-image: url('obrazky/naladit13-aktivni.png');
}
body.desktop article div.podstranky.naladit > ul li.naladit14 a
{
  background-image: url('obrazky/naladit14.png');
}
body.desktop article div.podstranky.naladit > ul li.naladit14.aktivni a
{
  background-image: url('obrazky/naladit14-aktivni.png');
}
body article div.podstranky.naladit table.kanaly
{
  width: 100%;
  border: solid 1px #dddddd;
  border-collapse: collapse;
}
body article div.podstranky.naladit table.kanaly th, body article div.podstranky.naladit table.kanaly td
{
  padding: 5px;
  border: solid 1px #dddddd;
  text-align: center;
}
/* --- */





/* Reklama */
body article div.polovina > div.cisla
{
  max-width: none;
}
body article div.polovina > div.cisla ul
{
  margin: 0;
  padding: 0;
  text-align: center;
}
body article div.polovina > div.cisla li
{
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
body article div.polovina > div.cisla li
{
  padding: 30px;
  font-size: 12pt;
  font-weight: bold;
  text-transform: uppercase;
}
body article div.polovina > div.cisla li strong
{
  display: block;
  font-size: 40pt;
  font-weight: lighter;
  color: #f97d0f;
}
body article div.reklama
{
  background-color: white;
  text-align: center;
}
body.desktop article div.reklama
{
  padding: 50px 80px;
}
body.mobile article div.reklama
{
  padding: 20px;
}
body article div.reklama > div
{
  display: inline-block;
  width: 200px;
  padding: 80px 20px 0 20px;
  font-size: 9pt;
  background-position: center top;
  background-repeat: no-repeat;
  text-align: center;
  vertical-align: top;
}
body article div.reklama > div h2
{
  font-size: 12pt;
  text-align: center;
}
body article div.reklama > div.reklama1
{
  background-image: url('obrazky/reklama1.png');
}
body article div.reklama > div.reklama2
{
  background-image: url('obrazky/reklama2.png');
}
body article div.reklama > div.reklama3
{
  background-image: url('obrazky/reklama3.png');
}
body article div.reklama > div.reklama4
{
  background-image: url('obrazky/reklama4.png');
}
/* --- */





/* Archiv */
body article div.archiv p.strankovani a:not(:hover):not(.aktivni):not(.predchozi):not(.dalsi)
{
  background-color: #f0f0f0;
}
body article div.archiv > h2
{
  margin: 20px 0 60px 0;
}
body article div.archiv > div
{
  text-align: justify;
}
body article div.archiv > div:after
{
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
}
body article div.archiv > div > a
{
  display: inline-block;
  width: 270px;
  margin: 0 50px 40px 0;
  text-align: left;
  vertical-align: top;
}
body article div.archiv > div > a img
{
  width: 270px;
}
body article div.archiv > div > a h3, body article div.archiv > div > a h4
{
  margin: 8px 0 0 0;
}
body article div.archiv > div > a.porad0
{
  color: #3d3d3d;
}
body article div.archiv > div > a p
{
  margin: 3px 0 0 0;
  color: #3d3d3d;
}
body article div.zalozky div.archiv > div > a p
{
  font-size: 10pt;
}
body article div.static div.porad
{
  padding: 30px 40px;
  color: white;
  background-position: top left, center center;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}
body article div.static div.porad h1, body article div.static div.porad h2 a
{
  color: white;
}
body article div.static div.porad div
{
  margin-bottom: 20px;
  padding-bottom: 60px;
  border-bottom: solid 1px #f59f63;
}
body article div.static div.porad > a
{
  display: inline-block;
  height: 50px;
  margin: 15px 0 30px 30px;
  padding: 17px 58px 0 20px;
  font-size: 9pt;
  font-weight: bold;
  color: white;
  background-color: black;
  background-image: url('obrazky/prehrat.png');
  background-position: right center;
  background-repeat: no-repeat;
  border-radius: 25px;
  box-sizing: border-box;
  text-transform: uppercase;
  text-decoration: none;
  float: right
}
body article div.static div.porad > a:hover
{
  background-color: #221f1f;
  background-image: url('obrazky/prehrat-hover.png');
}
body article div.zalozky > ul
{
  margin: 20px 0 0 0;
  border-bottom: solid 1px #d1d1d1;
}
body.desktop article div.zalozky > ul
{
  padding: 0 80px;
}
body.mobile article div.zalozky > ul
{
  padding: 0 20px;
}
body article div.zalozky > ul li
{
  display: inline-block;
  padding: 20px 30px;
  list-style-type: none;
  box-sizing: border-box;
  vertical-align: bottom;
}
body article div.zalozky > ul li.aktivni
{
  margin-bottom: -1px;
  background-color: white;
  border-top: solid 1px #d1d1d1;
  border-left: solid 1px #d1d1d1;
  border-right: solid 1px #d1d1d1;
}
body article div.zalozky > ul li a
{
  font-weight: bold;
  color: #3d3d3d;
  text-transform: uppercase;
}
body article div.zalozky > div
{
  display: none;
  background-color: white;
}
body article div.zalozky > div.aktivni
{
  display: block;
}
body.desktop article div.zalozky > div
{
  padding: 30px 80px;
}
body.mobile article div.zalozky > div
{
  padding: 20px;
}
body article div.zalozky > div.archiv
{
  padding-top: 60px;
}
body article div.zalozky > div h3
{
  display: none;
}
body article div.zalozky > div.info h4
{
  font-size: 14pt;
  font-weight: bold;
  text-transform: uppercase;
}
body article div.zalozky div.moderatori
{
  padding-top: 80px;
}
body article div.zalozky div.moderatori p
{
  margin: 7px 0 0 0;
  color: #3d3d3d;
}
body article div.static div.epizoda
{
  position: relative;
  margin-top: 30px;
}
body article div.static div.epizoda > img
{
  width: 100%
}
body article div.static div.epizoda > a
{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  background-image: url('obrazky/epizoda.png'), url('obrazky/oranz.png');
  background-position: center center, top left;
  background-repeat: no-repeat, repeat;
}
body article div.static div.epizoda > video
{
  width: 100%;
  display: none;
}

/* --- */





/* Výsledky hledání */
body article div.vysledekhledani
{
  margin-bottom: 40px;
}
body article div.vysledekhledani h2
{
  margin: 10px 0;
}
body article div.vysledekhledani h2 a
{
  color: #3d3d3d;
}
body article div.vysledekhledani p
{
  margin: 10px 0;
}
/* --- */



article.static, body.desktop article.static
{
  padding: 20px;
}
.tvvideo
{
  display: none;
}



body article div.zalozky a.pdf
{
  display: inline-block;
  padding: 3px 0 3px 30px;
  color: #e52602;
  background-image: url('/obrazky/pdf.png');
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
}

/* Pronájem studií */
.pronajem #lpreklama div.header {
  position: relative;
  width: 100%;
  min-height: 580px;
  padding-top: 58%;
  background-image: url('/obrazky/pronajem/header.webp')!important;
  background-size: cover;
  box-sizing: border-box;
  overflow: hidden;
}
.pronajem h1 {
  font-family: 'Montserrat', Tahoma;
  font-weight: bold;
}
.pronajem p {
   font-size: 1.2rem;
   font-family: 'Montserrat', Tahoma;
}
.pronajem ul {
    margin-top: 34px;
}
.pronajem li {
    font-size: 1.1rem;
    margin-bottom: 16px;
    font-weight: 500;
    color: #666565;
    font-family: 'Montserrat', Tahoma;
}
.row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.col-1 {
    width: 50%;
}
.col-2 {
  width: 50%;
}
.studiotv {
    padding: 50px 76px;
    background: white;
}
.studiopodcast {
    padding: 50px 76px;
}
.studio-img img {
    width: 90%;
    margin-top: 42px;
    padding: 0px 68px;
}
@media (max-width: 1200px) {
  .col-1 {
      width: 100%;
  }
  .col-2 {
      width: 100%;
  }
  .row {
      display: block;
  }
  .studio-img img {
      width: 100%;
      margin-top: 20px;
      padding: 0px;
  }
  .studiotv {
      padding: 50px 36px;
  }
  .studiopodcast {
      padding: 50px 36px;
  }
}
@media (min-width: 1500px) {
  .studio-img img {
    width: 54%;
}
}
/* --- */