@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

html,
body {
	font-family: 'Open Sans', sans-serif;
    background: #1c1c1c;
	color: #fff;
	font-size: 15px;
}

hr {
    margin-top: .1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(182, 182, 182, 0.1);
}
.bg-dark-2 {
    background: #222!important;
    border: 1px solid #282828!important;
}
.bg-dark2 {
    background: #2c2c2c !important;
    border: 1px solid #323232;
}
.h6, h6 {
    font-size: 1.1rem;
}
.alert-danger .alert-link {
    color: #491217;
    text-decoration: underline;
}
.movie-info-home {
    padding-top: 10px;
    padding-bottom: 30px;
}
.movie-url {
    color: #fff!important;
    display: block;
    font-size: 16px;
}
.home-year {
    color: #dedede;
    font-size: 15px;
    text-align: left;
}


.table-dark {
    color: #fff;
    background-color: #262626;
}
.table-dark td, .table-dark th, .table-dark thead th {
    border-color: #414040;
}
@media (min-width: 1200px) {
.container {
    max-width: 1200px;
}
}

@media (min-width: 1400px) {
.container {
    max-width: 1320px;
}
}

.bg-red-200 {
    background: rgb(155,14,14);
}

.all-animate, .all-animate:hover, .all-animate:focus {
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.form-search {
    color: #fff;
    background-color: #555555;
    background-clip: padding-box;
    border: 1px solid #ffc107;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-search::placeholder {
    color: #ccc;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    padding-top: 3px;
    color: #ccc!important;
}
.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #363636;
    border: #767676 solid 1px;
}

/* Main */
#bg-dark {
    background-color: #1c1c1c;
    padding-left: 0;
    padding-right: 0;
 
}
.bg-dark {
    background: #222222!important;
    border: 1px solid #282828;
}
.bg-dark1 {
    background: #434343!important;
    border: 1px solid #575757;
}
.pay-method {
    font-size: 20px;
    color: #8b8b8b;
    font-weight: 300;
    margin-top: 7px;
}
.pay-cost {
    font-size: 25px;
    margin-top: -13px;
}
.pay-cost-old {
    font-size: 17px;
    text-decoration: line-through;
    margin-top: -12px;
    color: #ff1128!important;
}
.form-dark {
    color: #fff;
}
.form-dark:hover {
    color: #fff;
}
.form-dark:hover {
    background: #515151;
}
.form-dark:focus {
    background: #515151;
    border-color: #787878; 
    box-shadow: none; 
    color: #fff;
}
.form-dark::placeholder {
    color: #ccc;
}

/* Navigation */
.navbar-red {
    color: #ffffff;
    background: #b80611;
}
.navbar-red .navbar-brand {
    color: #ffffff;
    font-family: 'Russo One', sans-serif;
    font-size: 1.7rem;
}
.navbar-red .navbar-brand small {
    color: #ffffff;
    font-size: .7rem;
}
.navbar-red .nav-separator {
	color: rgba(228, 153, 153, 0.56);
    padding-top: 10px;
    font-size: 11px;
    font-weight: bold;
}
.navbar-red .nav-link {
	color: #ffffff;
	text-transform: uppercase;
}
.navbar-red .nav-link:hover {
	color: #ffbbbb;
}

.navbar-dark {
    color: #ffffff;
    background: rgb(155,14,14);
    height: 2.5rem;
}
.navbar-dark .nav-separator {
    padding-top: 10px;
    font-weight: bold;
    font-size: .7rem;
    color: #ffffff57;
}
.navbar-dark .nav-link {
    color: #fff!important;
}
.navbar-dark .nav-link:hover {
	color: #ffffff!important;
}
.navbar-expand .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}
/* Forms */
.nav-search {
    border-radius: 2px;
    color: #fff!important;
    width: 300px!important;
    background-color: #c84545;
    border: 1px solid #d55a5a;
}
.nav-search:hover {
    background: #c25858;
}
.nav-search:focus {
    background: #c25858;
}
.nav-search::placeholder {
    color: #e9afaf;
}

.form-home {
    border: 1px solid #282828;
    background: #1c1c1c;
    color: #ffffff;
	height: 42px;
}
.form-home:hover {
    border: 1px solid #282828;
    background: #1c1c1c;
    color: #ffffff;
}
.form-home:active {
    border: 1px solid #282828;
    background: #1c1c1c;
    color: #ffffff;
}
.form-home:focus {
    border: 1px solid #282828;
    background: #1c1c1c;
    color: #ffffff;
}
.form-home::placeholder {
    color: #ccc;
}

.form-dark {
    border: 1px solid #525252;
    background: #222222;
    color: #ffffff;
    height: 42px;
}
.form-dark:hover {
    border: 1px solid #525252;
    background: #222222;
    color: #ffffff;
}

.form-dark::placeholder {
    color: #ccc;
}

/* Card */

.card-header-red {
    padding: .5rem 1.25rem;
    background: #b80611;
    border-top-right-radius: 3px!important;
    border-top-left-radius: 3px!important;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    margin-bottom: -1px;
    background-color: #222222;
    border: 1px solid rgb(40 40 40);
    color: #ccc;
    font-size: 15px;
}
.list-group-item:first-child {
    border-top-left-radius: 0; 
    border-top-right-radius: 0;
}
.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.list-group-item:hover {
    background-color: #282828;
    color: #fff;
}
.cats a {
    color: #fff;
    font-size: 14px;
    text-shadow: 1px 1px 1px #000000a6;
}
.card-header-y {
    padding: .2rem 1rem;
    margin-bottom: 0;
    border-bottom: 1px solid #363636;
    border-top: 1px solid #363636;
    background: #282828;
    font-size: 15px;
}
.card-body-news {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 16px;
    padding: .5rem;
}

.card a {
    color: #fff;
}
.border-left {
    border-left: 1px solid #585858!important;
}

/* PAGINATION */


/** Footer **/

.footer {
    background: #222222;
    padding-top: 15px;
}
.footer a {
    color: #a2a2a2;
}

.text-muted {
    color: #9d9d9d !important;
}

.btn-red {
    background-color: #b80611;
    color: #fff;
}
.btn-red:hover {
    background-color: #95040d;
    color: #fff;
}
	
@media (min-width: 1400px) {
    .img-poster {
    	min-height: 195px;
    }
}
	
@media (min-width: 576px) {
    .form-width {
        width: 400px!important;
    }
}
.form-width {
	width: 320px;
}

@media (max-width: 768px) {
    #ad-banner {
        display: none !important;
    }
}
.ad-banner {
    position: fixed;
    bottom: -300px; /* ukryty start */
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    transition: bottom 0.6s ease;
    z-index: 9999;
    padding: 10px;
    background: rgba(0,0,0,0); /* brak tła */
}

.ad-banner.show {
    bottom: 0;
}

.ad-container {
    position: relative;
    display: inline-block;
}

.ad-close-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    border: none;
    font-size: 20px;
    padding: 0 5px;
    line-height: 24px;
    cursor: pointer;
}
.ad-close-btn:hover {
    background: rgba(0,0,0,0.8);
}
.nav-tabs {
    border-bottom: 1px solid #5d5d5d;
}
/* Alerts */
.alert-success {
    color: #75b798;
    background-color: #051b11;
    border-color: #0f5132;
}
.alert-success .alert-link {
    color: #75b798;
}

.alert-warning {
    color: #ffda6a;
    background-color: #332701;
    border-color: #997404;
}
.alert-warning .alert-link {
    color: #ffda6a;
}

.alert-warning {
    color: #ffda6a;
    background-color: #332701;
    border-color: #997404;
}
.alert-warning .alert-link {
    color: #ffda6a;
}

.alert-danger {
    color: #ea868f;
    background-color: #2c0b0e;
    border-color: #842029;
}
.alert-danger .alert-link {
    color: #ea868f;
}

.alert-info {
    color: #6edff6;
    background-color: #032830;
    border-color: #6edff6;
}
.alert-info .alert-link {
    color: #6edff6;
}

.alert-primary {
    color: #6ea8fe;
    background-color: #031633;
    border-color: #6ea8fe;
}
.alert-primary .alert-link {
    color: #6ea8fe;
}

.alert-secondary {
    color: #a7acb1;
    background-color: #161719;
    border-color: #41464b;
}
.alert-secondary .alert-link {
    color: #a7acb1;
}