/* cmsms stylesheet: ovp_main modified: pondělí 20. července 2026 18:47:21 */
body {
  background: #000;
  color: #eee;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  font-size: 17px;
/*  line-height: 130%; */
}
body.home {
background-color: #000;
/*  background: #000 url(https://ostravavplamenech.cz/uploads/images/bgr01.jpg) no-repeat center center fixed; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin: 0;
  padding: 0;
}
body.obsah {
/*  background: #000 url(https://ostravavplamenech.cz/uploads/images/ups/up1.jpg) center 50px no-repeat; */
  background: #000 url(https://ostravavplamenech.cz/uploads/images/back-metal1.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin: 0;
  padding: 0;
}
#obal {
  width: 100vw;
  margin: 0;
  padding: 0;
  border: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100vw;
    max-height: 340px;
}
#stranka {
  width: 99vw;
  max-width: 980px;
  margin: 0 auto;
  border: 0;
}
#header {
  background-color: #000;
  height: 80px;
  position: sticky;
  top: 0px;
  border-bottom: 1px solid #555;
}
#content {
  padding: 10px 5px 5px 5px;
}
#header #stranka {
  max-width: 1200px;
}
.top270 {
  margin-top: 270px;
}
.ups {
  width: 870px;
  height: 260px;
  z-index: 50;
  background: url(https://ostravavplamenech.cz/uploads/images/ups/up1.jpg) center top;
}
#prilepit {
  position: sticky;
  top: 58px;
  background: rgba(0,0,0,0.65);
}
.home-stred {
  margin: 0 auto;
}
h1, h2, h3 {
/*  font-family: 'Montserrat Alternates', sans-serif; */
  font-family: 'Catamaran', sans-serif;
  font-weight: inherit;
  margin: 10px 0px;
  line-height: 1.6em;
}
h1 a, h2 a, h3 a, h4 a {
  text-decoration: none;
}
h1 {
  color: #FCDB00;
  font-size: 36px;
}
h2 {
  color: #FCDB00;
  font-size: 28px;
}
h3 {
  color: #FCDB00;
  font-size: 20px;
}
h4 {
  color: #FCDB00;
  font-size: 16px;
}
a {
  color: #FCDB00;
/*  text-decoration: none; */
}
a:hover {
  color: #fff;
/*  text-decoration: line-through; */
}
.box.kapela a:hover {
  background-color: #000;
}
.box.kapela a:hover img {
  filter: opacity(0.7); 
  transform: scale(0.94);
  overflow: hidden;
  transition: all .3s ease;
}
#content a {
  display: inline;
}
#content a:hover {
/*  transform: scale(1, -1); */
/*    -moz-transform: scale(1, -1); */
/*    -webkit-transform: scale(1, -1); */
/*    -o-transform: scale(1, -1); */
/*    -ms-transform: scale(1, -1); */
  text-decoration: underline;
}
.button {
  border: 1px solid;
  border-radius: 9px;
  padding: 15px 20px;
  text-decoration: none;
  display: inline;
}
a.button:hover {
  background: #FCDB00;
  color: #000;
  transform: unset !important;
}
p {
  margin: 0px;
  padding: 10px 25px;
 /* text-indent: 15px; */
}
p.homep {
  text-align: center;
  margin: 0 -70px;
}
hr {
  border: 0;
  height: 1px;
  background: #333;
  background-image: linear-gradient(to right, #111, #666, #111);
}
table.odpocet {
  text-align: center;
  margin: 40px auto;
}
.bigcas {
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
  width: 60px;
  height: 70px;
  background: #fff;
  color: #000;
  font-weight: bold;
}
.mini {
  font-size: 15px;
  border-bottom: 1px solid #fff;
  padding: 4px 0;
}
.logo_m {
/*  float: left; */
  margin: 15px 0 0 0;
  position: absolute;
}
.jine {
  position: relative;
  left: calc(100% - 90px);
  margin-top: -65px;
  max-width: 120px;
  width: 90px;
}
.jine a {
  font-size: 11px;
/*  color: #aaa; */
  font-family: 'FacebookReader',sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  line-height: 20px;
}
.jine a:hover {
  color: #fff;
}
.btticket {
  background: url(https://ostravavplamenech.cz/uploads/images/bt_ticket.png) center top no-repeat;
  width-max: 300px;
  height: 70px;
  text-align: center;
  margin-top: 40px;
}
.btticket a {
  display: block;
  font-family: 'Oswald', sans-serif;
  color: red;
  font-size: 26px;
  text-decoration: none;
  padding-top: 5px;
}
.btticket a:hover {
  color: #000;
}
table.full {
  width: 100%;
  border-collapse: collapse;
}
table.full td {
  border-bottom: thin solid #666;
  padding: 7px;
  margin: 0;
}

/* - - - BOXY - - - */

.box {
  width: 31%;
/*  min-width: 280px; */
  margin: 1%;
  float: left;
}
.box2 {
  width: 47%;
/*  min-width: 280px; */
  margin: 1%;
  float: left;
}
.box img, .box2 img {
  max-width: 100%;
}
.box p, .box2 p {
  margin: 0;
}
.boxpartners {
  float: left;
  margin: 10px;
  padding: 5px;
  background: #121212;
}
.boxkapela img {
  max-width: 400px;
  width: 90%;
  display: block;
  margin: 15px auto;
}
.boxpartners a, .boxpartners a:hover, .boxkapela a, .boxkapela a:hover {
  text-decoration: none;
  border: none !important;
  background: none !important;
  padding: 0 !important;
}
.cela {
  max-width: 99.4%;
  width: 98%;
  margin: 0;
  padding: 0;
}
.pulka {
  width: 46%;
  max-width: 48%;
  margin: 0;
  padding: 0;
}
.tretina {
  max-width: 31%;
}
.ctvrtka {
  max-width: 23%;
  margin: 0;
  padding: 0;
}
.clr {
  clear: both;
}
.linka {
  border-bottom: 1px solid #333;
  margin-bottom: 23px;
}
.dole60 {
  margin-bottom: 60px !important;
}
.dole30 {
  margin-bottom: 30px !important;
}
.vpravo30 {
  margin-right:30px !important;
}
.kolem20 {
  margin: 20px !important;
}
.kolem10 {
  margin: 10px !important;
}

/*  menu */

#menu {
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-size: 17px;
  height: 80px;
/*  max-width: 920px; */
/*  margin-left: 30px; */
}
#menu ul {
  margin: 0 auto;
  display: table;
  padding-top: 22px;
}
#menu ul li {
  list-style: none;
  display: table-cell;
}
#menu a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 7px 14px;
}
#menu a:hover {
  background: #fff;
  color: #000;
}
nav a {
  text-transform: uppercase;
}
nav button {
  background: #222;
  border: 0;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  height: 80px;
  width: 70px;
  display: none;
}
nav button:hover, .menu button:focus {
  background: #222;
}
.zobrazit {
  transition: top 1.2s;
  z-index: 8000;
}
nav.mnu.zobrazit ul {
  display: block;
  background: #222;
  width: 100%;
  height: 100%;
}

/* --- FORMS --- */

.formbuilderform {
  margin: 0 auto !important;
}
textarea, input, fieldset {
  background: rgba(0,0,0,0.8);
  border: 1px #666 solid;
  color: #fff;
  padding: 7px;
}
#fbrp__45 { display: none; }
.fbsubmit {
  padding: 10px 20px;
  margin: 15px;
  border-radius: 10px;
  font-size: 16px;
  color: #000;
  font-weight: 800;
  background: #ff0;
  cursor: pointer;
}
.fbsubmit:hover {
  background: #000;
  color: #ff0;
}
::-webkit-scrollbar {
    width: 1em;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
::-webkit-scrollbar-thumb {
/*  background-color: darkgrey; */
  outline: 1px solid slategrey;
}
::-webkit-scrollbar {width: 5px;}

/* - - - - NEWS - - - - */

.NewsSummary {
/*  border-bottom: 1px solid #222; */
  margin: 20px 0;
  padding-bottom: 20px;
}
.NewsSummaryLink, #NewsPostDetailTitle {
  margin-top: 15px;
}
.NewsNumber a, .NewsSummaryLink a {
  color: #FCDB00;
  text-decoration: none;
}
.NewsNumber a:hover, .NewsSummaryLink a:hover {
  color: #fff;
  text-decoration: line-through;
}
.NewsSummaryMorelink a, #NewsPostDetailReturnLink a {
  margin-top: 15px;
  border: 1px solid #FCDB00;
  border-radius: 8px;
  display: inline-block;
  padding: 3px 10px;
  color: #FCDB00;
  text-decoration: none;
}
.NewsSummaryMorelink a:hover, #NewsPostDetailReturnLink a:hover {
  background: #FCDB00;
  color: #000;
}
.NewsNumber {
  text-align: center;
}

/* Cookie */

#cookie_consent {
 background: #000;
 position: fixed;
  bottom: 0;
  float: left;
  z-index: 10000000000000;
  width: 100%;
  padding: 30px 0;
  /*filter: alpha(opacity=70);
  opacity: 0.7;*/
}
#cookie_consent p {
 text-align: center;
  color: #fff;
 font-size: 14px;
  line-height: 20px;
  margin: 0;
  padding: 0 0 10px 0;
  /*filter: alpha(opacity=100);
  opacity: 1;*/
}
#cookie_consent a.accept_cookies {
 margin: 0 5px;
  padding: 5px;
  color: #000;
 font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  background: #6c0;
}
#cookie_consent a.more_info {
 margin: 0 5px;
  padding: 5px;
  color: #000;
 font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  background: #ccc;
}
.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}
.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
/*    filter: blur(1px); */
}
@media (min-aspect-ratio: 16/9) {
    .fullscreen-bg__video {
        height: 300%;
        top: -100%;
    }
}
@media (max-aspect-ratio: 16/9) {
    .fullscreen-bg__video {
        width: 300%;
        left: -100%;
    }
}
@media (max-width: 200px) {
    .fullscreen-bg {
        background: #000 center center / cover no-repeat;
    }

    .fullscreen-bg__video {
        display: none;
    }
}
.row-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap;
}
