/*! Filmowe Zwierciadla online v1.1.0 */
/* root */
:root { --border-color: #F7C5B4; --brand-pink: #F7C5B4; --brand-red: #DA251D; --brand-black: #1F1A17; }

/* reboot */
body { background: #fff; color: #333333; font-family: "Nunito", "Helvetica Neue", Arial, "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-size: 1.125rem; line-height: 1.5rem; height: 100%; margin: 0; padding: 0; }

a { color: #DA251D; text-decoration: none; }

a:hover, a:active { text-decoration: none; }

blockquote { background-color: #f5f5f5; margin: 0 0 20px 0; padding: 20px; }

blockquote p { margin: 0 0 20px 0; }

dl { margin: 0; padding: 1rem 0 20px 0; }

dt { font-weight: bold; float: left; width: 110px; font-size: 0.9em; margin: 1rem 0 0 0; padding: 0; color: #999; text-transform: uppercase; }

dd { margin: 1rem 0 0 110px; padding: 0; }

iframe { border: none; overflow: hidden; }

img { border: 0 none; }

/* grid */
.container { border-radius: 0; padding-left: 24px; padding-right: 24px; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs, .col-xs-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto { padding-left: 24px; padding-right: 24px; }

.col-one-background { background: #fff; }

.col-one-text { background: #fff; margin: 0 auto; max-width: 800px; padding: 30px; width: 100%; }

.col-padding { padding: 50px 0; }

.row { margin-left: -24px; margin-right: -24px; }

/* type */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { color: #333333; font-family: "Nunito", "Helvetica Neue", Arial, "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-weight: 700; margin: 0; padding: 0; }

h1, .h1 { font-size: 2.25rem; line-height: 1.25; margin-bottom: 0.5rem; }

h2, .h2 { font-size: 1.96875rem; line-height: 1.25; margin-bottom: 0.5rem; }

h3, .h3 { font-size: 1.6875rem; line-height: 1.25; margin-bottom: 0.5rem; }

h4, .h4 { font-size: 1.5rem; line-height: 1.5; }

h5, .h5 { font-size: 1.5rem; line-height: 1.5; }

h6, .h6 { font-size: 1.125rem; line-height: 1.5; }

h1:last-child, .h1:last-child, h2:last-child, .h2:last-child, h3:last-child, .h3:last-child, h4:last-child, .h4:last-child, h5:last-child, .h5:last-child, h6:last-child, .h6:last-child { margin-bottom: 0; }

h2 a, h2 a:link, h2 a:visited { text-decoration: none; }

h1 + h2, .h1 + .h2 { margin-top: 1rem; }

h2 + h3, .h2 + .h3 { margin-top: 1rem; }

p:last-child { margin-bottom: 0; }

.text-primary { color: #DA251D !important; }

.text-secondary { color: #F7C5B4 !important; }

/* buttons */
.btn { font-size: 1.125rem; text-decoration: none; }

.btn-lg { font-size: 1.5rem; }

.btn-primary { background: #DA251D; border-color: #DA251D; color: #fff; }

.btn-secondary { background: #F7C5B4; border-color: #999; color: #333333; }

/* forms */
.form-control { border-radius: 0; }

.form-control-autowidth { width: auto; }

.form-group { margin-bottom: 1.5rem; }

.help-text { font-weight: normal; color: #666; }

/* navbar */
.navbar { background: #fff; border-bottom: 1px solid #DA251D; padding: 0; text-transform: capitalize; }

.navbar-toggler { border: 1px solid #F7C5B4; color: #333; padding: 10px 15px; }

.navbar .navbar-nav .nav-link { font-size: 1.1rem; display: block; text-decoration: none !important; padding: 10px 2rem; color: #333; }

.navbar .navbar-nav .nav-link:hover { color: #333333; background-color: #F7C5B4; text-decoration: underline; }

.navbar .navbar-nav .nav-link.active { color: #333333; border-bottom: 4px solid #DA251D; padding-bottom: 6px; }

.navbar-toggle { margin: 5px 0; }

.navbar-collapse { padding: 0; }

/* counter */
.counter { background: #fff; border: 1px solid #1F1A17; border-radius: 4px; color: #333333 !important; display: inline-block; font-weight: bold; margin-bottom: 1rem; min-width: 5.5rem; text-align: center; text-decoration: none; text-transform: uppercase; }

.counter-unit { border-top: 1px solid #1F1A17; display: block; font-size: 1rem; padding: 0.5rem; }

.counter-value { display: block; font-size: 3rem; line-height: 1; padding: 0.5rem 1rem; }

/* footer */
.footer { background: #1F1A17; color: #ffffff; padding: 3rem 0; margin: 0; }

.footer a { text-decoration: none; color: #fff; }

.footer a:hover { text-decoration: underline; color: #fff; }

.footer b { color: #F7C5B4; display: block; font-size: 1.5rem; font-weight: bold; margin-bottom: 1rem; text-transform: uppercase; }

.footer li { list-style-type: none; margin: 0; padding: 2px 0; }

.footer ul { margin: 0 0 20px 0; padding: 0; }

html { height: 100vh; overflow: hidden; }

body { font-size: 18px; height: 100vh; overflow: hidden; }

dl { margin: 0; padding: 1rem 0 20px 0; }

dt { font-weight: bold; float: left; width: 120px; font-size: 0.9em; margin: 1rem 0 0 0; padding: 0; color: #999; text-transform: uppercase; }

dd { margin: 1rem 0 0 120px; padding: 0; }

.announcement { background: #fff; width: 100%; height: 100vh; overflow: auto; text-align: center; }

.announcement .brand { display: block; text-align: center; }

.announcement-container { max-width: 600px; margin: 0 auto; padding: 3rem; }

.brand { display: flex; flex-direction: row; justify-content: space-between; padding: 8px; }

.brand a { color: #333; display: flex; flex-direction: row; text-decoration: none; }

.brand img { width: 80px; height: 80px; }

.brand-name { align-self: center; display: block; font-size: 36px; font-weight: bold; line-height: 1; margin: 0 0 0 8px; padding: 0; text-align: left; }

.brand-name-prefix { display: block; font-size: 1rem; font-weight: normal; margin-bottom: 0.25rem; }

.container-app { display: flex; flex-direction: row; height: 100vh; overflow: hidden; }

.container-list { background: #fff; border-right: 1px solid var(--border-color); border-left: 1px solid var(--border-color); flex-direction: column; flex-shrink: 0; height: 100vh; right: 0; overflow: auto; position: absolute; top: 0; width: 100%; z-index: 20; }

.container-list h2 { border-bottom: 1px solid #F7C5B4; font-size: 18px; font-weight: normal; margin: 0; padding: 0 8px 8px 8px; text-align: center; text-transform: uppercase; }

.container-list-film { flex-grow: 1; overflow-x: hidden; overflow-y: auto; }

.conatainer-content { display: flex; flex-direction: column; flex-grow: 1; flex-shrink: 1; height: 100vh; overflow: auto; }

.conatainer-content .brand-name { font-size: 18px; }

.container-film h2 { font-size: 2rem; font-weight: 500; }

.container-film-details { padding: 1.5rem; }

.container-player { background: #000; color: #fff; }

.footer { background: #fff; border-top: 1px solid #F7C5B4; }

.footer a { color: #333333; }

.footer a:hover { color: #DA251D; }

.footer b { color: #DA251D; }

#listFilms { display: block; margin: 0; padding: 0; }

#listFilms li { align-items: center; border-style: solid; border-width: 0 0 1px 0; border-color: #F7C5B4; display: flex; flex-direction: row; list-style-type: none; margin: 0; padding: 0; transition: all .2s ease-in-out; }

#listFilms li:hover { background: var(--brand-pink); cursor: pointer; transform: scale(1.1); z-index: 2000; }

#listFilms li.active { background: #fafafa; border-color: var(--brand-red); border-width: 1px 0; }

#listFilms li .lp { align-self: stretch; font-size: 16px; padding: 24px 8px 8px 8px; text-align: right; width: 40px; }

#listFilms li.active .lp { background-color: var(--brand-red); color: #fff; }

#listFilms li img { height: 80px; width: 80px; transition: all .2s ease-in-out; }

#listFilms li .desc { flex-grow: 1; flex-shrink: 1; padding: 8px; text-align: left; width: 48px; }

#listFilms li .desc .title { font-size: 18px; line-height: 1; }

#listFilms li .desc .director { font-size: 14px; line-height: 16px; }

#player { display: block; margin: 0 auto; }

@media (min-width: 576px) { /* Small sm */
  .conatainer-content .brand-name { font-size: 24px; }
  .container-list { max-width: 420px; } }

@media (min-width: 768px) { /* Mediu md */
  .conatainer-content .brand-name { font-size: 36px; } }

@media (min-width: 992px) { /* Large lg */
  .brand-name-prefix { font-size: 1.5rem; }
  .container-list, .container-list.show { border-left: 0 none; display: flex !important; max-width: 376px; position: static; } }

/* End online.css */
