body {
	background-color: rgba(0,0,0,.87);
}

/* *, ::after, ::before {
    -webkit-box-sizing: initial !important;
    box-sizing: initial !important;
} */

.ui.container.index{
	margin-left: 0 !important;
	margin-right: 0 !important;
	width: 100%;
	max-width: 100%;
}

.ui.container.content{
	padding: 20px;
	width: 100%;
	color:white;
	background-color: #191919;
}

#return:hover {
	color: #d63031;
}

.header-img {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.header-index{
	margin-top: 60px;
}


.header-index .header-img:hover {
	cursor: pointer;
}

.header-movie {
	height: 620px !important;
	margin-top: 60px;
}

.header-img img{
	width: 100%;
}

.header-btn {
	display: inline-block;
	width: 100px;
	height: 100px;
	line-height: 100px;
	background: rgba(0,0,0,.2);
	border-radius: 50%;
	border: 2px solid #fff;
	color: #fff;
	font-size: 20px;
	text-align: center;
	text-indent: 3px;
	position: absolute;
	left: 25%;
	top: 600px;
	margin: -42px 0 0 -42px;
	z-index: 100;
}

.header-btn:hover{
	background: #fff;
	color: #191919;
}

.header-title {
	color: #fff;
	font-size: 40px;
	line-height: 0;
	padding-left: 10px;
    position: absolute;
	top: 590px;
	left: 30%;
	z-index: 100;
}

.header-desc {
	color: #fff;
	font-size: 15px;
	padding-left: 10px;
	height: 50px !important;
	max-height: 45px;
	max-width: 50%;
	margin-bottom: 20px;
	position: absolute;
	display: flex;
	top: 610px;
	left: 30%;
	z-index: 100;
}

.header-info-fade {
	width: 100%;
	height:250px;
	background: linear-gradient(to bottom, transparent 0%, rgba(25, 25, 25) 90%);
	z-index: 99;
	position: relative;
	top: -440px !important;
}

.slick-slider {
	width: 100%;
	height: unset;
	max-height: 575px;
}

.header-index .slick-arrow{
	top: 300px;
}

.carousel .slick-prev,
.carousel .slick-next {
	top: 152px !important;
	height: 302px !important;
}

.header-index .slick-prev.slick-arrow {
	left: 0;
	padding-left: 50px;
	padding-right: 50px;
	z-index: 2;
}

.header-index .slick-next.slick-arrow {
	right: 0;
	padding-right: 50px;
	padding-left: 50px;
	z-index: 2;
}

.carousel-item {
	display: inline-block;
	margin-right: 10px !important;
	padding: 2px !important;
}

.carousel .slick-prev.slick-arrow {
	left: 0;
	padding-left: 20px;
	padding-right: 20px;
	z-index: 2;
	background: linear-gradient(to left, transparent 0%, rgba(25, 25, 25, 1) 90%);
}

.carousel .slick-next.slick-arrow {
	right: 0;
	padding-right: 40px;
	padding-left: 0;
	z-index: 2;
	background: linear-gradient(to right, transparent 0%, rgba(25, 25, 25, 1) 90%);
}

.poster {
	box-sizing: border-box;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-outline-radius: 5px;
	outline: 0;
	position: relative;
	display: inline-block;
	width: 200px;
	height: 300px;
	border: solid 1px #000;
	border-radius: 5px;
}

.poster img {
	width: 200px !important;
	height: 300px !important;
	max-width: 200px !important;
	max-height: 300px !important;
	border-radius: 2px;
}

.poster:hover {
	cursor: pointer;
}

.sticky::before {
    display: none !important;
}


.posterPlay {	
	display: none;
	width: 80px;
	height: 80px;
	line-height: 80px;
	background: rgba(0,0,0,.2);
	border-radius: 50%;
	border: 2px solid #fff;
	color: #fff;
	font-size: 20px;
	text-align: center;
	text-indent: 3px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -42px 0 0 -42px;
	z-index: 999;
	/*
	border: none;
	background: rgba(0,0,0,.25);
	*/
}

.posterPlay:hover{
	background: #fff;
	color: #191919;
}

.videoTrailer {	
	display: inline-block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	background: rgba(0,0,0,.2);
	border-radius: 50%;
	border: 2px solid #fff;
	color: #fff;
	font-size: 20px;
	text-align: center;
	text-indent: 3px;
	position: absolute;
	left: 60%;
	top: 40%;
	margin: -42px 0 0 -42px;
	z-index: 98;
	/*
	border: none;
	background: rgba(0,0,0,.25);
	*/
}

.videoWatchlist {	
	display: inline-block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	background: rgba(0,0,0,.2);
	border-radius: 50%;
	border: 2px solid #fff;
	color: #fff;
	font-size: 20px;
	text-align: center;
	position: absolute;
	left: 40%;
	top: 40%;
	margin: -42px 0 0 -42px;
	z-index: 98;
	/*
	border: none;
	background: rgba(0,0,0,.25);
	*/
}

.videoTrailer:hover,
.videoWatchlist:hover{
	cursor: pointer;
	background: #fff;
	color: #191919;
}

.videoTrailer:hover .underVideoIcon,
.videoWatchlist:hover .underVideoIcon{
	color: #fff;
}

.watch-btn {
	font-size: 20px !important;
	display: inline-block;
	width: 250px;
	height: 50px;
	line-height: 80px;
	border-radius: 50%;
	border: 2px solid #fff;
	color: #fff;
	font-size: 20px;
	text-align: center;
	position: absolute;
	bottom: 120px;
	left: 36.8%;
	margin: -42px 0 0 -42px;
	margin: 0 !important;
	z-index: 98;
}

.watch-btn:hover{
	background: #fff !important;
	color: #000 !important;
}

.ui.modal {
	background-color: #191919 !important;
}

.video-header {
	position: absolute;
	width: 100%;
	height: 100px;
	top: 0;
	background: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.70) 50%);
}

.video-header #title {
	color: white;
	margin-left:20px;
	margin-top:20px;
}

.videoImg {
	max-width: 950px;
	width: 100% !important;
	padding: 0;
	margin: 0 !important;
}

.video-content {
	color: #fff !important;
	background-color: #191919 !important;
	width: auto !important;
}

.ui.header {
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
}

.remove-videoWatchlist {
	display: inline-block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 50%;
	border: 2px solid #fff;
	font-size: 20px;
	text-align: center;
	position: absolute;
	left: 40%;
	top: 40%;
	margin: -42px 0 0 -42px;
	z-index: 98;
	background-color: #fff !important;
	color: #191919 !important;
}

.remove-videoWatchlist:hover {
	cursor: pointer;
	background-color: rgba(0,0,0,.2) !important;
	color: #fff !important;
}

.ui.container.movie {
	color: #fff !important;
	width: auto !important;
	margin-top: 0px;
	padding-top: 0px; 
	margin-bottom: 100px !important;
	padding-bottom: 50px !important;
}

.movie-info {
	background-color: #2e2e2e; 
	padding-top: 0 !important;
	padding-bottom: 0px !important;
}

.social-column {
	background-color: #2e2e2e; 
	padding-top: 20px;
}

.social-column a {
	text-decoration: none !important;
	color: #fff !important;
}

.social-column h3{
	cursor: pointer;
	padding-bottom: 10px;
}

.small-info {
	margin-right: 20px;
}

.header-lang {
	margin-bottom: 5px;
}

.actor-name {
	text-align: center;
	margin: 1px;
}

.cast-column {
	max-width: 80px;
	margin-right: 10px;
}

.cast-a {
	color: #fff !important;
	text-decoration: none !important;
}

.cast-a:hover{
	color: #aaaaaa  !important;
}

.rate {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 3px solid #d63031;
	font-size: 30px;
	line-height: 2.6;
	text-align: center;
}

.movieTrailer {	
	display: inline-block;
	width: 110px;
	height: 110px;
	line-height: 80px;
	background: rgba(0,0,0,.2);
	border-radius: 50%;
	border: 2px solid #fff;
	color: #fff;
	font-size: 20px;
	text-align: center;
	text-indent: 3px;
	position: relative;
	z-index: 98;
	/*
	border: none;
	background: rgba(0,0,0,.25);
	*/
}

.movieWatchlist {	
	display: inline-block;
	width: 110px;
	height: 110px;
	line-height: 80px;
	background: rgba(0,0,0,.2);
	border-radius: 50%;
	border: 2px solid #fff;
	color: #fff;
	font-size: 20px;
	text-align: center;
	position: relative;
	z-index: 98;
	/*
	border: none;
	background: rgba(0,0,0,.25);
	*/
}

.remove-movieWatchlist {
	display: inline-block;
	width: 110px;
	height: 110px;
	line-height: 80px;
	border-radius: 50%;
	border: 2px solid #fff;
	font-size: 20px;
	text-align: center;
	position: relative;
	z-index: 98;
	background-color: #fff !important;
	color: #191919 !important;
}

.remove-movieWatchlist:hover {
	cursor: pointer;
	background-color: rgba(0,0,0,.2) !important;
	color: #fff !important;
}

.movie-details-control{
	display: flex;
	justify-content: center;
	position: relative;
	top: 25%;
}


.watchlist-btn, .rmwatchlist-btn, .trailer-btn {
	margin: 25px !important;
}

.movie-rate {
	display: inline-block;
	width: 110px;
	height: 110px;
	line-height: 80px;
	border-radius: 50%;
	color: rgb(255, 255, 0);
	font-size: 20px;
	text-align: center;
	position: absolute;
	text-align: center;
   	width: 100%;
	top: 60%;
	margin: 0;
	z-index: 100;
	text-shadow: 2px 2px #000;
}

.movie-title {
	display: inline-block;
	line-height: 80px;
	color: #fff;
	font-size: 50px;
	text-align: center;
	position: relative;
	text-align: center;
   	width: 100%;
	top: -35%;
	margin: 0 auto;
	z-index: 100;
	text-shadow: 2px 2px #000;
	max-width: 600px;
	display: flex;
	justify-content: center;
}
.movieTrailer:hover,
.movieWatchlist:hover{
	cursor: pointer;
	background: #fff;
	color: #191919;
}

.movieTrailer:hover .underMovieIcon,
.movieWatchlist:hover .underMovieIcon{
	color: #fff;
}

.underMovieIcon {
        color: #fff;
	margin-top: 15px;
	text-shadow: 2px 2px #000;
}

.movie-title.payment{
	top: 65% !important;
}

.movie-buttons {
	display: inline-block;
	color: #000 !important;
	font-size: 30px;
	text-align: center;
	position: relative;
	text-align: center;
	top: -200px;
	width: 100%;
	z-index: 100;
}

.watch-access {
	display: inline-block;
	line-height: 1.5 !important;
	color: #000 !important;
	background-color: #d63031 !important;
	font-size: 20px !important;
	width: 30%;
	height: 60px !important;
	margin: 0;
	text-shadow: 2px 2px #000;
}

.watch-now {
	display: inline-block;
	line-height: 1.5 !important;
	color: #000 !important;
	background-color: #d63031 !important;
	font-size: 20px !important;
	width: 30%;
	height: 60px !important;
	margin: 0;
	text-shadow: 2px 2px #000;
}

.use-voucher {
	display: inline-block;
	line-height: 1.4 !important;
	background-color: rgba(0, 0, 0, 0.40) !important;
	border: 2px solid #d63031 !important;
	font-size: 20px !important;
	margin: 0;
	width: 30%;
	height: 60px !important;
	text-shadow: 2px 2px #000;
}

.watch-now span {
	color: #000 !important;
}

.use-voucher span {
	color:  #d63031 !important;
}

.pay-option {
	height: 60px !important;
	line-height: 3.5 !important;
	padding-right: 30px;
	padding-left: 30px;
	font-size: 15px !important;
	font-weight: 100 !important;
}

.pay-option .span-right {
	line-height: 2.1;
	padding-top: 5px !important;
	float: right;
	font-size: 12px !important;
}

.social-icon {
	display: inline-block;
	line-height: 2.3;
	text-align: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color:  #4e4e4e;
}

.header-title, .header-desc{
	margin: 5px;
}

div.slick-list.draggable{
	background: #191919;
}

.ui.borderless.top.fixed.inverted.icon.menu{
	background-color: #000;
	height: 60px;
	border-bottom: 1px solid rgba(146, 146, 146, 0.377);
	padding-left: 5%;
	padding-right: 5%;
}

.content-container{
	padding-left: 5%;
	padding-right: 5%;
}

.buying {
	display: inline-block;
	line-height: 80px;
	color: #c4c4c4;
	font-size: 20px;
	text-align: center;
	position: absolute;
	text-align: center;
	width: 100%;
	top: 50%;
	margin: 0;
	z-index: 100;
	text-shadow: 2px 2px #000;
}

.payment-info {
	border-top: solid 1px #000;
	padding: 0 !important;
	margin: 0 !important;
}

.payment-col {
	border-right: solid 1px #000;
}

.confirm-btn {
	width: 100%;
	height: 60px;
	background-color:  #ffff00 !important;
	font-size: 20px !important;
	color: #000 !important;
	margin: 10px 0 !important;
}

.category-a {
	text-decoration: none;
	color: #fff;
}

.category-a h3 {
	margin-bottom: 10px
}

.category-a:hover {
	text-decoration: none;
	color: #fff;
}

#movies-results a div:hover,
#people-results a div:hover {
	background-color: #c4c4c4;
}

.payment-form label{
	color: white !important;
}

.index-heading{
	position: relative !important;
	z-index: 99;
	margin-top: -5px !important;
}

.plyr__control--overlaid {	
	display: inline-block !important;
	width: 110px !important;
	height: 110px !important;
	line-height: 80px !important;
	background: rgba(0,0,0,.2) !important;
	border-radius: 50% !important;
	border: 2px solid #fff !important;
	color: #fff !important;
	font-size: 20px !important;
	text-align: center !important;
	text-indent: 5px !important;
	/*
	border: none;
	background: rgba(0,0,0,.25);
	*/
}

.movie-details{
	padding-top: 20px !important; 
	background-color: #191919;
}

.plyr__control--overlaid svg {
	left: 30px !important;
}

.plyr__control--overlaid:hover{
	background: #fff !important;
	color: #191919 !important;
}

#actors .slick-prev{
	left: -10px;
	color: #000 !important;
	z-index: 100;
	border-radius: 50%;
	background-color: #191919;
	width: 15px;
	height: 15px;
	text-indent: -3px;
}

#actors .slick-next{
	right: -10px;
	color: #000 !important;
	z-index: 100;
	border-radius: 50%;
	background-color: #191919;
	width: 15px;
	height: 15px;
	text-indent: -2px;
}

#actors .slick-prev::before,
#actors .slick-next::before {
	color: #d63031 !important;
}

.ui.container.content.watchlist, .ui.container.content.movies{
	margin-top: 60px !important;
}

#loader {
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 1;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #d63031;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

#message{
	z-index: 999 !important;
}

.header-img-movie{
	background-size: 100% !important;
	background-position: top center !important;
	height: 100%;
	background-repeat: no-repeat !important;
}

.ui.right.floated.item.signin:hover{
	background: unset !important;
	opacity: 0.7;
	transition: 0.1s ease-in;
}

.ui.right.floated.item.btn-ui.signup:hover{
	background: #c2223c !important;
	transition: 0.1s ease-in;
}

@media screen and (max-width: 1450px) {
	.header-img-movie {
		background-size: cover !important;
	}
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
    }

    @-webkit-keyframes animatebottom {
    from { bottom:-100px; opacity:0 } 
    to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
    from{ bottom:-100px; opacity:0 } 
    to{ bottom:0; opacity:1 }
}

.footer {
  padding: 20px;
  width: 100%;
  color: white;
  background-color: #191919;
}

.vjs-control-bar{
	background-color: #111 !important;
}

.support {
    margin-top: 60px;
    color: #fff;
}

#addMsg,
#addTicket {
    float: right;
    border: solid 2px #d63031;
    color: #d63031 !important;
    background-color: transparent;
}

#addMsg:hover,
#addTicket:hover {
    background-color: #d63031;
    color: #fff !important;
}


row column #id_text,
row column #id_file {
    background-color: #3d3d3d !important;
    color: white !important;
}

.cont{
    width:50%;
    text-align: center;
    margin: 4% auto;
    padding: 30px 0;
    background: #111;
    color: #EEE;
    border-radius: 5px;
    border: thin solid #444;
    overflow: hidden;
}

hr{
    margin: 20px;
    border: none;
    border-bottom: thin solid rgba(255,255,255,.1);
}

div.title{
    font-size: 2em;
}

h1 span{
    font-weight: 300;
    color: #Fd4;
}

div.stars{
    display: inline-block;
}

input.star{
    display: none;
}

label.star {
    float: right;
    padding: 10px;
    font-size: 36px;
    color: #444;
    transition: all .2s;
}

input.star:checked ~ label.star:before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f005";
    color:#FE7;
    transition: all .25s;
}


input.star-5:checked ~ label.star:before {
    color:#FE7;
    text-shadow: 0 0 20px #952;
}

input.star-1:checked ~ label.star:before {
    color: #F62;
}

label.star:hover{
    transform: rotate(-15deg) scale(1.3);
}

label.star:before{
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f005";
}

#rate  {
    margin-left: 38%;
    border: solid 2px #d63031;
    color: #d63031 !important;
    background-color: transparent;
}

#rate:hover {
    background-color: #d63031;
    color: #fff !important;
}

@media screen and (max-width: 1850px){
	.content-container{
		padding-left: 0;
		padding-right: 0;
	}
	.ui.borderless.top.fixed.inverted.icon.menu{
		padding-left: 0;
		padding-right: 0;
	}
	.header-index .slick-arrow{
		top: 250px !important;
	}
}

@media screen and (max-width: 1025px){
	.header-index .slick-arrow{
		top: 190px !important;
	}

}

@media screen and (max-width: 955px) {
	.movie-controls{
		margin-bottom: 5px !important;
		margin-left: 35px !important;
	}
	.header-btn{
		width: 85px;
		height: 85px;
		line-height: 80px;
	}
	.content-container{
		padding-left: none;
		padding-right: none;
	}
}

@media screen and (max-width: 1005px) {

	.carousel .slick-list.draggable{
		padding-left: 60px;
	}

	.header-index .slick-arrow{
		top: 150px !important;
	}
	.header-info-fade{
		top: 150px !important;
	}
	.ui.container{
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.header-info-fade.payment-fade{
		top: 50px !important;
	}
	.movie-details{
		padding-top: 90px !important;
	}
	.movie-buttons{
		margin-top: 0px !important;
	}
	.movie-title{
		padding: 15px;
		line-height: 65px;
	}
	.movie-title.payment{
		font-size: 2em;
	}
	#loader {
		left: 55%;
	}
}

@media screen and (max-width: 875px){
	.movie-buttons{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.movie-buttons button{
		margin: 5px !important;
		width: 300px;
	}
	.header-info-fade.movie-fade{
		top: 400px !important;
		height: 400px;
	}
	.movieTrailer, .movieWatchlist, .remove-movieWatchlist{	
		display: inline-block;
		width: 65px;
		height: 65px;
		font-size: 13px;
		line-height: 65px;
	}
	.movie-details-control{
		display: flex;
		justify-content: center;
		position: relative;
		top: 17%;
	}	
}

@media screen and (max-width: 1105px){
	.movie-image, .movie-column{
		display: none !important;
	}
	.ui.grid.container.movie{
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin: 0 auto !important;
	}
	.ui.column.grid > [class*="twelve wide"].column, .ui.grid > .column.row > [class*="twelve wide"].column, .ui.grid > .row > [class*="twelve wide"].column, .ui.grid > [class*="twelve wide"].column.movie-col{
		width: 100% !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.ui.column.grid > [class*="four wide"].column, .ui.grid > .column.row > [class*="four wide"].column, .ui.grid > .row > [class*="four wide"].column, .ui.grid > [class*="four wide"].column.social-column{
		width: 100% !important;
		padding-bottom: 35px !important;
	}
}

@media screen and (max-width: 675px) {
	.header-index .slick-arrow{
		top: 110px !important;
	}
}

@media screen and (max-width: 767px) {
	.ui.container.content{
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

@media screen and (max-width: 730px) {
	div.ui.grid.row.rate-row{
		flex-direction: column !important;
	}
}

@media screen and (max-width: 470px) {
	.ui.column.grid > [class*="sixteen wide"].column, .ui.grid > .column.row > [class*="sixteen wide"].column, .ui.grid > .row > [class*="sixteen wide"].column, .ui.grid > [class*="sixteen wide"].column.watchlist{
		display: flex;
		flex-direction: column;
		align-items: center;
    }
    
    .ui.column.grid > [class*="four wide"].column, .ui.grid > .column.row > [class*="four wide"].column, .ui.grid > .row > [class*="four wide"].column, .ui.grid > [class*="four wide"].column {
        width: 30% !important;
    }
}

@media screen and (max-width: 560px){
	.movie-buttons, .movie-title{
		top: -45% !important;
	}
	.movie-title{
		font-size: 40px !important;
	}
	.header-movie{
		height: 100vh !important;
	}
}


@media screen and (max-width: 550px) {
	.header-info-fade.main-fade {
		top: 110px !important;
	}
}


@media screen and (max-width: 500px) {
	.header-index .slick-arrow{
		top: 80px !important;
}
}

