@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600&display=swap');

body{
	background-color: black;
    height: 100%;
	font-family: 'Montserrat', sans-serif;
}

[ng\:cloak], [ng-cloak], .ng-cloak {
	display: none !important;
}

.navbar {
	height: 72px;
	margin-bottom: 0px;
	border-radius: 0 !important;
	border: 0;
}

.navbar-brand {
	padding: 0 5px;
	height: 70px;
	line-height: 70px;
}

.navbar-toggle {
	/* (70px - button height 34px) / 2 = 18px */
	margin-top: 18px;
	margin-right: 5px;
	padding: 9px 10px !important;
}

.max-width{
	width: 100% !important;
}
@media (min-width: 768px) {
	/*	.container{
            max-width: 970px;
		}*/

	#mobile-collections{
		display: none;
	}

	#collections{
		display: block;
	}

	.navbar-nav > li > a {
		/* (70px - line-height of 27px) / 2 = 21.5px */
		padding-top: 21.5px;
		padding-bottom: 21.5px;
		line-height: 27px;
	}
	.inverse-dropdown{
		background-color: #222;
	}

	.inverse-dropdown > li > a {
		color: #9d9d9d;
		background-color: #222;
	}
	.inverse-dropdown > li > a:hover{
		 color: #fff;
		background-color: #222;
	}
	.inverse-dropdown .divider {
		 background-color: #000;
	 }

	#movie.thumbnail img {
		max-height:220px;
		width:100%;
		/*object-fit: cover;*/
	}
	#channel img {
		max-height:200px;
		width:100%;
		/*object-fit: cover;*/
	}
	#collection img {
		max-height:250px;
		width:100%;
		/*object-fit: cover;*/
	}
	#movie.thumbnail {
		height:290px;
		/*object-fit: cover;*/
	}
}


/*.movie-preview{

}*/

.footer-image {
	padding-top: 10px;
	padding-bottom: 15px;
	padding-right: 10px;
	height: 90px;
}

.sticky-footer {
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background-color: #222;
    text-align: center;
}

/*.footer-link {
	display: block;
	text-align: left;
	cursor: pointer;
	color: #9d9d9d;
}

.footer-link:link {
	color: #9d9d9d;
}
.footer-link:hover{
	color: white;
	text-decoration: none;
}
.footer-link:visited{
	color: #9d9d9d;
}
.footer-link:active{
	color: white;
}*/

.cine-link {
	cursor: pointer;
	color: #9d9d9d;
}

.cine-link:hover{
	color: white;
	text-decoration: none;
	cursor: pointer;
}
.cine-link:visited{
	color:  #9d9d9d;
	text-decoration: none;
	cursor: pointer;
}
.cine-link:active{
	color: white;
	text-decoration: none;
	cursor: pointer;

}
/*
.movie-preview .title{
	padding-top: 150px;
	margin: 0px;
	position: absolute;
}

.movie-preview .title h1{
	font-size: 40px;
	color: white;
	background-color: #222;
	padding: 10px;

}

.movie-preview .original-title{
	padding-top: 220px;
	margin: 0px;
	position: absolute;
}

.movie-preview .original-title h2{
	font-size: 30px;
	color: white;
	background-color: #3a3d42;
	padding: 10px;
}

.movie-preview .description{
	padding-top: 280px;
	margin: 0px;
	position: absolute;
}

.movie-preview .description .year{
	color: white;
	background-color: #222;
	padding: 12px;
	float: left;
}

.movie-preview .description .directed-by{
	font-size: 15px;
	color: white;
	background-color: #222;
	padding: 5px;
	float: left;
	margin-left: 80px;
}

.movie-preview .description .directed-by span{
	font-size: 23px;
}
*/

@media (min-width: 1200px) {
	.container{
		width: 1100px;
	}
}
@media (min-width: 1600px) {
	.container{
		width: 1400px;
	}

	#movie.thumbnail img {
		max-height:280px;
		width:100%;
		/*object-fit: cover;*/
	}
	#movie.thumbnail {
		height:340px;
		/*object-fit: cover;*/
	}
}

@media (max-width: 600px) {

	table tbody tr td, table tbody tr th{
		padding: 0px !important;
	}

	.col-md-12{
		padding-left: 0px;
		padding-right: 0px;
	}

	#mobile-collections{
		display: block;
	}

	#collections{
		display: none;
	}

	#searchh{
		display: block;
	}

	.navbar {
		height: auto;
	}

	#search-icon{
		display: none;
	}

	.footer-image {
		padding-top: 10px;
		padding-bottom: 15px;
		margin: 0vh;
		height: 13vw;
	}


	.container{
		width: 100%;
	}
	#channel, #collection img {
		max-height:270px;
		width:100%;
		/*object-fit: cover;*/
	}

	/*.movie-preview .title{
		padding-top: 120px;
	}
	.movie-preview .title h1{
		font-size: 22px;
	}

	.movie-preview .original-title {
		padding-top: 180px;
	}

	.movie-preview .original-title h2{
		font-size: 18px;
	}

	.movie-preview .description {
		padding-top: 235px;
	}

	.movie-preview .description h3{
		font-size: 18px;
	}

	.movie-preview .description .directed-by{
		font-size: 15px;
		margin-left: 10px;
	}
	.movie-preview .description span{
		font-size: 12px;
	}*/
}

.jumbotron {
	border-radius: 0 !important;
}
/** {
	border-radius: 0 !important;
}*/
.horizontal-collapse {
	height: 70px;
}
.navbar-collapse.in {
	overflow-y: hidden;
}
.btn-label {
	position: relative;
	left: -12px;
	display: inline-block;
	padding: 6px 12px;
	background: rgba(0,0,0,0.15);
	border-radius: 0px 0 0 0px;
}
.btn-labeled {
	padding-top: 0;
	padding-bottom: 0;
	border-radius: 1px 0 0 1px;
	margin: 3px;
	box-shadow: 0 0 3px white;
	font-size: 15px;
}

.label-cinesquare-subtitle {
	color: white;
}
.label-cinesquare-subtitle:hover {
    color: black;
    background-color: white;
	font-weight: bold;
	text-decoration: none;
}

.label-cinesquare {
	display:inline-block;
	padding: 4px 6px 4px 6px;
	font-size: 13px;
	/*   font-size: 75%; */
	font-weight: bold;
	line-height: 1;
	color: white;
	border-width:2px;
	border-style:solid;
	 	background-color:black;
	border-color: white;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0px;
	margin: 3px;
	/*background-color: #eee;*/
	cursor: pointer;
}

.label-cinesquare:hover {
	color: #111111;
	background-color: white;
	font-weight: bold;
	text-decoration: none;
}

.label-cinesquare-top {
	display:inline-block;
	padding-bottom:0;
	padding-top:0;
	padding-right:6px;
	font-size: 15px;
	/*   font-size: 75%; */
	font-weight: bold;
	line-height: 1;
	color: white;
	border-width:1px;
	border-style:solid;
	background-color:black;
	border-color:white;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0px;
	margin: 3px;
	/* 	background-color: #eee; */
	box-shadow: 0px 0px 3px white;
}
.label-cinesquare-inner {
	background: lightgrey; color:black;
	margin-right:3px;
	position: relative;
	left: -1px;
	display: inline-block;
	padding: 6px 10px; }
.shadow {
	text-shadow: 2px 2px 5px black, 1px 1px 20px grey;
}

.btn-cinesquare {
	background: #222; color:white;
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0px;
}
.btn-glow{
	color: black;
	background-color: mediumspringgreen;
	font-weight: bold;
}
.btn-glow:hover{
	background-color: springgreen;
	font-weight: bolder;
}
/*.vjs-text-track-display div { font-size: 3em !important; }*/

/*CAROUSEL with multiple items*/

.carousel-control 			 { width:  4%; }
.carousel-control.left,.carousel-control.right {margin-left:15px;background-image:none;}
@media (max-width: 767px) {
	.carousel-inner .active.left { left: -100%; }
	.carousel-inner .next        { left:  100%; }
	.carousel-inner .prev		 { left: -100%; }
	.active > div { display:none; }
	.active > div:first-child { display:block; }

}
@media (min-width: 767px) and (max-width: 992px ) {
	.carousel-inner .active.left { left: -50%; }
	.carousel-inner .next        { left:  50%; }
	.carousel-inner .prev		 { left: -50%; }
	.active > div { display:none; }
	.active > div:first-child { display:block; }
	.active > div:first-child + div { display:block; }
}
@media (min-width: 992px ) {
	.carousel-inner .active.left { left: -25%; }
	.carousel-inner .next        { left:  25%; }
	.carousel-inner .prev		 { left: -25%; }
}
.wp-caption {
	position: relative;
	padding: 0;
	margin: 0;
}
.wp-caption img {
	display: block;
	max-width: 100%;
	height: auto;
}
.wp-caption-text {
	opacity: 0;
	position: absolute;
	width: 100%;
	color: #fff;
	left: 0;
	bottom: 0;
	padding: 0.75em 1em;
	font-weight: 700;
	z-index: 2;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba(0,0,0,.6);
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}
.wp-caption:hover .wp-caption-text {
	opacity: 1;
}

.text-over-image {
	text-align: center;
	width: 80%;
	overflow-wrap: break-word;
	position: absolute;
	float: left;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.collection {
	position: relative;
	margin-right: 15px;
	margin-right: 15px;
	/*z-index: 0;*/
}
.collection-back {

	display: block;
/*	position: absolute; //uncoment for version with front and back
	top:0;*/
	width: 100%;
	z-index: 1000;
	/*visibility: hidden;*/
}
.collection-back img {
	width: 100%;
	z-index: 0;
	/*opacity: 0.5;*/
}
.collection-image-overlay{
	position: absolute;
	top:0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.collection-description {
	position: relative;
	/*left: 15px;
    right: 15px;*/
	padding:15px;
	width: 100%;
	color: rgb(236,153,0);
	text-align: left;
	font-size: medium;
	z-index: 1000;
	overflow-wrap: break-word;
}

.cine-frame-rotated-collection {

	padding: 20px;
	/*margin: 20px;*/
	/*width: 200px;*/
	/*left: 15%;*/
	/*margin-left: auto;*/
	/*margin-right: auto;*/
	position: absolute;
	left: 10%;
	right: 10%;
	height: auto;
	top:40%;
	width: 80%;
	text-align: center;
	z-index: 20;
}
.collection-back .collection-title {
	margin: auto;
	color: white;
	text-align: center;
	font-size: 16pt;
	font-weight: bold;
	z-index: 20;
	background-color: transparent;
}

/*visibility on hover implemented in javascript*/
/*.collection-front{
	position: absolute;
	height: 40%;
	left: 15px;
	right: 15px;
	top: 30%;
	background-color: red;
	text-align: center;
	color: white;
	font-size: xx-large;
	display: block;
	z-index: 1;

}*/

.collection-front{
	/*margin-top: 100px;
	margin-bottom: 100px;
	padding-top: 60px;
	padding-bottom: 60px;
	left: 15px;
	right: 15px;
	!*top: 30%;*!
	background-color: red;*/
	/*visibility: visible;*/
	background-color: red;
	text-align: center;
	color: white;
	font-size: x-large;
	font-weight: bold;
	/*display: block;*/
	z-index: 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 150px;
	margin-bottom: 80px;
	position: relative;
}
.category-caption:hover .category-caption-text {
	/*opacity: 1;*/
}

/*.collection-title {
	text-align: center;
	width: 100%;
	overflow-wrap: break-word;
	position: absolute;
	pointer-events: none;
	padding-top: 3px;
	color: white;
	background-color: black;
	font-weight: bold;
	font-size: 16pt;
	cursor: pointer;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom:0;
}*/

.subscribed-collection-title {
	text-align: center;
	width: 100%;
	overflow-wrap: break-word;
	position: absolute;
	pointer-events: none;
	padding-top: 3px;
	color: white;
	background-color: #ac2925;;
	font-weight: bold;
	font-size: 16pt;
	cursor: pointer;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom:0;
}

.room-cine-frame-about-us{
	transform:rotate(10deg);
	font-size: 1vw;
	padding: 25px;

}
.room-cine-frame-rotated {

	margin-top: 20%;
	width: 80%;
	height: auto;
	/*margin: 20px;*/
	margin-left: auto;
	margin-right: auto;
	text-align: center;

	transform:rotate(-10deg);
}
.room-cine-frame {
	padding: 18px;
	/*width: 200px;*/
	width: max-content;
	height: auto;
	/*margin: 20px;*/
	margin-left: auto;
	margin-right: auto;
	background-color: red;
	background:
			linear-gradient(to right, red  3px, transparent 3px) 0 0,
			linear-gradient(to right, red  3px, transparent 3px) 0 100%,
			linear-gradient(to left, red  3px, transparent 3px) 100% 0,
			linear-gradient(to left, red  3px, transparent 3px) 100% 100%,
			linear-gradient(to bottom, red  3px, transparent 3px) 0 0,
			linear-gradient(to bottom, red  3px, transparent 3px) 100% 0,
			linear-gradient(to top, red  3px, transparent 3px) 0 100%,
			linear-gradient(to top, red  3px, transparent 3px) 100% 100%;

	background-repeat: no-repeat;
	background-size: 10px 10px;
	text-align: center;
	color: whitesmoke;
}

.room{
	position: relative;
	padding: 0px;
	margin-bottom: 20px;
	transition: transform .2s;
	cursor: auto;
	z-index: 1;
}
.room:hover{
	transform: scale(1.15);
	z-index: 10;
}

.room-image{
	opacity: 1;
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	/*height: 300px;*/
	z-index: 1;
}
.room-hover-element{
	position: absolute;
	top: 0;
	width:100%;
	height:100%;
	left: 0;
	background-color:rgba(0,0,0,0.8);
	opacity:0;
	z-index: 10;
	display: block;
}
.room:hover .room-hover-element{
	opacity: 1;
}
.room-header{
	position: absolute;
	top:10px;
	left: 10px;
	right: 10px;
	text-align: center;
	color: white;
	font-size: 16pt;
	font-weight: bold;
	font-style: italic;
	line-height: 18pt;
}

.live-hover:hover {
	text-decoration: none;
}

.movie{
	position: relative;
	padding: 0px;
	margin-bottom: 20px;
	transition: transform .2s;
	cursor: auto;
	z-index: 1;
}
.movie:hover{
	transform: scale(1.15);
	/*-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);*/
	z-index: 10;

}
.movie-image {
	opacity: 1;
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	/*height: 300px;*/
	z-index: 1;
}

.hover-element{
	position: absolute;
	top: 0;
	width:100%;
	height:100%;
	left: 0;
	background-color:rgba(0,0,0,0.8);
	opacity:0;
	z-index: 10;
	display: block;
}
.movie-header{
	position: absolute;
	top:10px;
	left: 10px;
	right: 10px;
	text-align: left;
	color: white;
}
.movie-title{
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.3em;
}
.movie-director{
	font-size: 0.9em;
	font-style: italic;
}
.movie-info{
	font-size: 0.9em;
	text-align: left;
}
.movie-subscription{
	position: absolute;
	font-size: x-small;
	bottom: 10px;
	left: 10px;
	color: white;
}
.movie-favourites{
	position: absolute;
	font-size: x-small;
	bottom: 10px;
	right: 10px;
	color: white;
	background-color: black;
	border: 0;
}
.movie-favourites:hover{
	background-color: #222;
}
.movie-subscription .label{
	background-color: green;
	color: white;
}
.movie:hover .hover-element{
	opacity: 1;
}

.carousel-caption-cinesquare {
	position: absolute;
	bottom: 20px;
	left: 7%;
	color: white;
	background-color: #222;
	text-align: left;
	z-index: 10;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.cine-frame {
	padding: 8px;
	/*width: 200px;*/
	width: max-content;
	height: auto;
	/*margin: 20px;*/
	margin-left: auto;
	margin-right: auto;
	background-color: red;
	background:
	linear-gradient(to right, red  3px, transparent 3px) 0 0,
	linear-gradient(to right, red  3px, transparent 3px) 0 100%,
	linear-gradient(to left, red  3px, transparent 3px) 100% 0,
	linear-gradient(to left, red  3px, transparent 3px) 100% 100%,
	linear-gradient(to bottom, red  3px, transparent 3px) 0 0,
	linear-gradient(to bottom, red  3px, transparent 3px) 100% 0,
	linear-gradient(to top, red  3px, transparent 3px) 0 100%,
	linear-gradient(to top, red  3px, transparent 3px) 100% 100%;

	background-repeat: no-repeat;
	background-size: 10px 10px;
	text-align: center;
}


.cine-frame-collection{
	color: whitesmoke;

}
.cine-frame-collection:hover{
	color: gainsboro;
	text-decoration: none;
}

.cine-frame-rotated {
	 /*padding: 8px;*/
	 /*width: 200px;*/
	 margin-top: 10px;
	 width: 95%;
	 height: auto;
	 /*margin: 20px;*/
	 margin-left: auto;
	 margin-right: auto;
	 background-color: red;
	 background:
			 linear-gradient(to right, red  3px, transparent 3px) 0 0,
			 linear-gradient(to right, red  3px, transparent 3px) 0 100%,
			 linear-gradient(to left, red  3px, transparent 3px) 100% 0,
			 linear-gradient(to left, red  3px, transparent 3px) 100% 100%,
			 linear-gradient(to bottom, red  3px, transparent 3px) 0 0,
			 linear-gradient(to bottom, red  3px, transparent 3px) 100% 0,
			 linear-gradient(to top, red  3px, transparent 3px) 0 100%,
			 linear-gradient(to top, red  3px, transparent 3px) 100% 100%;

	 background-repeat: no-repeat;
	 background-size: 20px 20px;
	 text-align: center;

	 transform:rotate(-10deg);
 }
.cine-frame-synopsis{
	transform:rotate(10deg);
	font-size: 0.9em;
	padding: 15px;

}

.cine-frame-movie {
	height: auto;
	width: 40%;
	position: absolute;
	bottom: 10%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.cine-frame-movie-content{
	font-size: 28pt;
	font-weight: bold;
	padding: 10px;

}
.cine-frame-movie-content .directed-by{
	font-size: 22pt;
	font-style: italic;
	font-weight: bold;

}

.cine-frame-user {
    height: auto;
    position: absolute;
    margin-top: -95px;
    left: 400px;
    margin-right: auto;
    background-color: red;
    background: linear-gradient(to right, red 3px, transparent 3px) 0 0, linear-gradient(to right, red 3px, transparent 3px) 0 100%, linear-gradient(to left, red 3px, transparent 3px) 100% 0, linear-gradient(to left, red 3px, transparent 3px) 100% 100%, linear-gradient(to bottom, red 3px, transparent 3px) 0 0, linear-gradient(to bottom, red 3px, transparent 3px) 100% 0, linear-gradient(to top, red 3px, transparent 3px) 0 100%, linear-gradient(to top, red 3px, transparent 3px) 100% 100%;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    /* text-align: center; */
}
.cine-frame-user-content{
    font-size: 28pt;
    /*font-weight: bold;*/
    padding: 10px 20px;

}
.movie-label {
	font-size: large;
	font-weight: bold;
	display: inline-block;
}
.movie-property {
	font-size: large;
	font-style: italic;
	display: inline;
}

.property-text{
	display: block;
	font-size: medium;
	text-align:justify;
}
.movie-properties {
	text-align: left;
	padding: 15px;
	display: inline-block;
}

a.nostyle {
	text-decoration: inherit;
	color: inherit;
	cursor: auto;
}

a.nostyle:visited {
	text-decoration: inherit;
	color: inherit;
	cursor: auto;
}
a.nostyle:link {
	text-decoration: inherit;
	color: inherit;
	cursor: auto;
}

a.nostyle:hover {
	text-decoration: inherit;
	/*color: white;*/
	color: inherit;
	cursor: pointer;
}
.shaded-movie{
	position: relative;
}
.collection-movie-synopsis {
	position: absolute;
	padding:15px;
	width: 100%;
	color: black;
	line-height: normal;
	font-size: 12px;
	background-color: red;
	font-weight: bold;
	z-index: 200;
}

.triangle-top-left {
	background-image:
			linear-gradient(to right bottom, rgba(255, 0, 0, 0.5) 0%, rgba(255, 0, 0, 0.5) 50%, transparent 50%);
	/*opacity: 0.5;*/
	position: absolute;
	width: 30%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.triangle-bottom-right {
	background-image:
			linear-gradient(to left top, rgba(255, 0, 0, 0.5) 0%, rgba(255, 0, 0, 0.5)	 50%, transparent 50%);
	/*opacity: 0.5;*/
	position: absolute;
	width: 30%;
	height: 100%;
	top: 0;
	right: -1px;
	z-index: 0;
}

.triangle-bottom-right-half {
	background-image:
			linear-gradient(to left top, rgba(255, 0, 0, 0.6) 0%, rgba(255, 0, 0, 0.5) 50%, transparent 50%);
	position: absolute;
	width: 40%;
	height: 60%;
	bottom: 0;
	right: 15px;
	z-index: 1;

}
.triangle-bottom-right-text-line{

	float:left;
	shape-outside: polygon(100% 0, 100% 60%, 86% 60%, 72% 100%, 0 100%, 0 0);
	width: 100%;
	height: 100%;

}
.triangle-bottom-right-container{
	color: white;
	font-size: xx-large;
	font-weight: bolder;
	text-align: left;
	z-index: 10;
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 25%;
	padding-right: 10px;
	text-align: right;

}
.triangle-bottom-right-container:hover{
	text-shadow: 1px 2px black;
}
.movie-buttons {
	position: absolute;
	bottom: 5%;
	right: 10%;
}
/*
.image-container {
	position: relative;
	text-align: center;
	display: block;
	height:220px;
}
.text-over-image {
	position: absolute;
	top: 0; right: 0;
	bottom: 0; left: 0;
	width: 100%;
	height: 220px;
	line-height:220px;
	text-align: center;
	vertical-align:middle;

}
*/

.btn-cine-dark {
	color: #fff;
	background-color: #3a3d42;
	border-color: #414141;
}
.btn-cine-dark:focus,
.btn-cine-dark.focus {
	color: #fff;
	background-color: #252525;
	border-color: #414141;
}
.btn-cine-dark:hover {
	color: #fff;
	background-color: #252525;
	border-color: #414141;
}
.btn-cine-dark:active,
.btn-cine-dark.active,
.open > .dropdown-toggle.btn-cine-dark {
	color: #fff;
	background-color: #252525;
	border-color: #414141;
}
.btn-cine-dark:active:hover,
.btn-cine-dark.active:hover,
.open > .dropdown-toggle.btn-cine-dark:hover,
.btn-cine-dark:active:focus,
.btn-cine-dark.active:focus,
.open > .dropdown-toggle.btn-cine-dark:focus,
.btn-cine-dark:active.focus,
.btn-cine-dark.active.focus,
.open > .dropdown-toggle.btn-cine-dark.focus {
	color: #fff;
	background-color: #252525;
	border-color: #761c19;
}
.btn-cine-dark:active,
.btn-cine-dark.active,
.open > .dropdown-toggle.btn-cine-dark {
	background-image: none;
}
.btn-cine-dark.disabled:hover,
.btn-cine-dark[disabled]:hover,
fieldset[disabled] .btn-cine-dark:hover,
.btn-cine-dark.disabled:focus,
.btn-cine-dark[disabled]:focus,
fieldset[disabled] .btn-cine-dark:focus,
.btn-cine-dark.disabled.focus,
.btn-cine-dark[disabled].focus,
fieldset[disabled] .btn-cine-dark.focus {
	background-color: #252525;
	border-color: #414141;
}
.btn-cine-dark .badge {
	color: #3a3d42;
	background-color: #fff;
}

.btn-cine-radius {
	border-radius: 1px;
}

.modal-tumbnail-cinesquare {
	background-color: black;
	color: whitesmoke;
	border-radius: 0px;
	border: 0px;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
}

.modal-tumbnail-cinesquare img{

	max-width: 100%;
	height: 250px;
}

.modal-btn-cinesquare {
	font-weight: bold;
	border-radius: 0px;

}
body.modal-open > :not(.modal) {
	-webkit-filter: blur(4px)  grayscale(70%);
	/*-moz-filter: blur(4px);
	-o-filter: blur(4px);
	-ms-filter: blur(4px);
	filter: blur(4px);*/
}

.subscribed-movie-title {
	text-align: center;
	width: 100%;
	overflow-wrap: break-word;
	position: absolute;
	pointer-events: none;
	padding-top: 3px;
	color: white;
	background-color: #ac2925;
	font-weight: bold;
	font-size: 12pt;
	cursor: pointer;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom:0;
}
.modal-subscribe{
	/*margin-top: 100px;*/
	padding-top: 0px;
	background-color: black;
	margin-right: -1px;
	box-shadow: 0 0 50px 5px mediumspringgreen;
	color: white;  !important;

}

.modal-login{
	/*margin-top: 100px;*/
	padding-top: 0px;
	background-color: black;
	margin-right: -1px;
}
.modal-loginsize{
	width:350px; !important;
}
.modal-subssize{
	width:440px; !important;
}
.modal {
	text-align: center;
}
.modal-content{
	border: none;
}
@media screen and (min-width: 768px) {
	.modal:before {
		display: inline-block;
		vertical-align: middle;
		content: " ";
		height: 100%;
	}
}
.modal-subscribe .modal-dialog{

}
.modal-dialog {
	display: inline-block;
	/*text-align: left;*/
	vertical-align: middle;
}
.modal-subscription-name{
	margin-top: 30px;
	color: mediumspringgreen;
	font-style: italic;
	font-weight: bold;
	font-size: xx-large;
	text-align: center;
	cursor: pointer;
}
.modal-subscription-name:hover{
	text-shadow: 1px 1px darkgray;
}
.modal-subscription-description{
	color: white;
	font-size: medium;
	text-align: justify;

	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;

}
.modal-subscription-price{
	color: white;
	font-weight: bold;
	font-style: italic;
	font-size: medium;
	text-align: center;
	cursor: pointer;
}
.modal-cine-header{

	text-align: center;
	width: 400px;
	margin: auto;
	/*padding-top: 20px;*/
}
.cine-logo-wrapper{
	text-align: center;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.cine-logo-frame {
	position: relative;
	background: url("/img/main/cinesquare_logo_gray.png");
	color: mediumspringgreen;
	text-align: right;
	height: 95px;
	background-size: 400px ;
	background-repeat: no-repeat;
}
.cine-logo-frame-content {
	position: absolute;
	bottom: -10px;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	/* padding-right: 30px; */
	right: 35px;
}

.modal-cine-header-medium{

	text-align: center;
	width: 200px;
	margin: auto;
	/*padding-top: 20px;*/
}
.cine-logo-frame-medium {
	position: relative;
	background: url("/img/main/cinesquare_logo_gray.png");
	text-align: right;
	height: 60px;
	background-size: 200px ;
	background-repeat: no-repeat;
}
.cine-logo-frame-content-medium {
	position: absolute;
	bottom: 0;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	/* padding-right: 30px; */
	right: 70px;
}
.movie-button{
	position: absolute;
	bottom: 5px;
	text-align: right;
}
.dropdown-menu-cine {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: right;
	width: 180px;
	padding: 5px 0;
	margin: 0;
	font-size: 16px;
	text-align: left;
	list-style: none;
	background-color: #222;
	border-radius: 0;
}
.btn-group:hover>.dropdown-menu-cine {
	display: block;
}

/*
.btn-group:hover>.dropdown-menu {
	display: block;
}
*/

.dropdown-menu-cine > li > a {
	display: block;
	padding: 4px 10px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: white;
	width: 180px;
	white-space: pre-wrap;
}
.dropdown-menu-cine > li > a:hover {
	color: #5cb85c;
	font-weight: bold;
	width: 178px;
	background-color: #222;
	text-decoration: none;
}
.dropdown-menu-cine > li > a#red:hover {
	color: red;
	font-weight: bold;
	width: 178px;
	background-color: #222;
	text-decoration: none;
}
.navbar-inverse-cine{
	background-color: rgba(2,2,2,0.3) !important;
}
.navbar-inverse-cine:hover{
	background-color: rgba(2,2,2,1)  !important;
}
.dark-input{
	background-color: #3a3d42; !important;
	color: white; !important;
	border: #505050; !important;
}
.green {
	color: #5cb85c;
}
.red {
	color: red;
}
.white {
	color: white;
}
.green-back {
	background-color: #5cb85c;
}
.red-back {
	background-color: red;
}

.neotel-back {
	background-color: #FEF5E7  ;
}

.smoke-back {
	background-color: whitesmoke  ;
}
.crop-area {
	background: #E4E4E4;
	overflow: hidden;
	width:100%;
	height:400px;
	display:block;
	position: relative;
}
.crop-area canvas {
	margin: 0px !important;
}
.profile-picture {
    position: absolute;

    margin-top: -100px;
    margin-left: 100px;

}
.profile-picture img{
    border-radius: 50%;
}

.profile-button{
    margin-bottom: 10px;
}

.btn-group-vertical > .btn:first-child:not(:last-child){
	 border-radius: 0;
 }
.btn-group-vertical > .btn:last-child:not(:first-child){
	 border-radius: 0;
}
.my-profile-list tr:hover {
	color: black;
}
.cine-spinner{
	text-align: center;
	color: whitesmoke;
}
