body{
	background-color:#060f19;
	color: #ffffff;
}
a, .copyright-text a {
  color: #ffffff;
  text-decoration: underline;
}
a:hover, 
	.selebritie-list:hover .selebritie-contetn > a, 
	.plylist-single-content > a:hover, 
	.footer-menu ul li a:hover,
	.copyright-text a:hover {
  color: #e1f7ff;
}
.btn-primary{
	background-color:#6865b1;
}
.header-section{
	background-color:#000;
}
.header-logo{
	text-align:left;
}
.header-logo img{
	max-width:145px;
}
.item-logo{
	text-align:right;
	padding-top:25px;
}
.item-logo img{
	max-width:130px;
}
.details-text{
	position:absolute;
	z-index:5;
	left:0;
	top:0;
	height:100%;
	text-align:center;
	
}
.cover-text{
	font-size:0.75rem;
	line-height: 1.25;
}
.cover-title{
	font-size:1.5rem;
}
span.movie-count-time{
	background:#627488;
}
.movie-item-title {
  text-overflow: unset;
  white-space: unset;
  overflow: unset;
  font-size: 0.85rem;
  line-height:1.5rem;
  padding:0 12px;
}
.movie-item-title > a{
	text-transform:none;
}
.header-search input {
    padding: 10px 20px;
} 
.testimonial-card-bg{
	background-image: linear-gradient(237deg,transparent,rgba(0,0,0,.9));
}
.testimonial-waldmann{
	background-image: linear-gradient(237deg,transparent,rgba(0,0,0,.9)), url(/media/der-waldmann.jpg);
}
.Top-rating-items .movie-item-contents{
	height: 510px;
}
.item-cat p{
	font-size:1.5rem;
}
.read-book{
	/**
	background-color:#f4efef;
	background-image: linear-gradient(237deg,transparent,rgba(0,0,0,.9));
	padding:0.5rem;
	**/
	width:25px;
}
.ft-content > ul li a{
	text-transform: none;
}
.movi-plylist-top h2, .movi-plylist-top p{
	text-transform:none;
}
.plylist-img{
	max-width:110px;
}
.buy-ticket-inner{
	position:relative;
	top:auto;
}
.buy-ticket-bg{
	/**background-image:url(/images/form-bg.png);**/
	background-image:none;
	padding:0;
}
.img-form-bg{
	position:absolute;
	z-index:0;
}
.form-content{
	position: relative;
	z-index: 1;
	padding:10%;
}
.form-control::placeholder {
	color: #eaeaea;
}
button.newsletter-btn{
	max-height:42px;
	background-color:#19212a;
}

.contact-form input{
	height:auto;
}
.form-floating textarea.form-control {
  height: 150px;
}
.contact-form .form-check-input {
  width: 1em;
  height: 1em;
}
.footer-section{
	margin-top:5rem;
	background-color:#19212a;
}

/** SM **/
@media (min-width: 576px) {
}
/** MD **/
@media (min-width: 768px) {
}
/** LG **/
@media (min-width: 992px) {
}
/** XL **/
@media (min-width: 1200px) {
	.header-logo img{
		max-width:165px;
	}	
	.item-logo img{
		max-width:150px;
	}
	.cover-title{
		margin-top:-5rem;
		font-size:4rem;
	}
	.cover-text{
		padding-left:5rem;
		padding-right:5rem;
		font-size:2rem;
		line-height: 1.25;
	}	
	.movie-item-title {
		font-size: 1rem;
		line-height:1.5rem;
		padding: 0 23px;
	}
}
/** XXL **/
@media (min-width: 1400px) {
}