@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'feathericons';
	src:url('../fonts/feathericons/feathericons.eot?-8is7zf');
	src:url('../fonts/feathericons/feathericons.eot?#iefix-8is7zf') format('embedded-opentype'),
		url('../fonts/feathericons/feathericons.woff?-8is7zf') format('woff'),
		url('../fonts/feathericons/feathericons.ttf?-8is7zf') format('truetype'),
		url('../fonts/feathericons/feathericons.svg?-8is7zf#feathericons') format('svg');
}

.grid {
	position: relative;
	margin: 0 auto;
	padding: 0em 0 0.5em;
	max-width: 1200px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	padding: 0;
	margin: 1%;
	/* min-width: 320px; */
	max-width: 480px;
	max-height: 360px;
	width: 48%;
	background: #373636 !important;
	text-align: left;
	cursor: pointer;

}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 1em;
	color: #fff;
	/* text-transform: uppercase; */
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h5 {
	/* word-spacing: -0.15em; */
	font-weight: 400;
}

.grid figure p span {
	font-weight: 800;
	font-size:55%;
	line-height: 9px;
}

.grid figure h5,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
}

/***** Zoe *****/
/*---------------*/
figure.effect-zoe:nth-child(1) figcaption, figure.effect-zoe:nth-child(2) figcaption {
	top: 0;
	bottom: 0;
	padding: 0.75em;
	height: 100%;
	background: #ffffff91;
	color: #3c4a50;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-zoe:nth-child(3) figcaption, figure.effect-zoe:nth-child(4) figcaption, figure.effect-zoe:nth-child(5)  figcaption{
	/* Uncomment after images */
	/* top: 0;
	bottom: 0;
	padding: 0.75em;
	height: 100%;
	background: #ffffff91;
	color: #3c4a50;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0); */

	top: 0;
	bottom: 0;
	padding: 0.75em;
	height: 101%;
	background: transparent;
	/* color: #008abd; */
}

figure.effect-zoe:nth-child(6) figcaption {
	top: 0;
	bottom: 0;
	padding: 0.65em;
	/* margin: 0px auto; */
	height: 101%;
	background: transparent;
	color: #008abd;
}

@media only screen and (max-width: 991.98px) {

	figure.effect-zoe:nth-child(6) figcaption p{
		margin: 15% 2% 0 2%;
		width: 100%;
		vertical-align: middle;
		font-size: 22px;
		color: #fff;
		font-weight: 100;
	}

	.grid figure{
		flex: 0 0 48% !important;
	}

	.grid figure p {
		font-size: 120%;
	}

	#adfilms-container{
		margin
	}

	.modal-dialog{
		margin:0;
		padding: 0;
		max-width: 100vw;
	}

	.modal-content{
		width: 100vw;
		height: 100vh;
	}

	.modal-header .close{
		top: 40px;
		right: 30px;
	}

	.modal-content{
		padding: 1rem;
	}

	.modal-content h1{
		margin-bottom: 100px;
		margin-top: 100px;
	}

	.modal-body .synopsis{
		font-size: 40px;
		margin-bottom: 50px;
	}

	.modal-body .credits p{
		font-size: 28px;
	}

	.modal-body .credits-container{
		/* position: absolute;
		bottom: 150px;
		width: 100%; */
		margin-top: 75px;
	}

	.modal-body .modal-links{
		position: absolute;
		bottom:0px;
		width: 100%;
	}

	.modal-footer .filmInfo p{
		font-size: 28px;
	}

	.modal-cineplay-link a span i{
		font-size:70px;
		color: red!important;
	}

	.modal-cineplay-link a i.imdb{
		cursor: pointer;
		background-image: url('./../images/imdb-blue.png');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		height: 75px;
		width: 75px;
		display: inline-block;
		margin-top:4px;
	}

	.modal-cineplay-link a i.hotstar{
		cursor: pointer;
		background-image: url('./../images/Hotstar-Logo.png');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		height: 75px;
		width: 75px;
		display: inline-block;
		margin-top:4px;
	}
}

@media only screen and (min-width: 992px) {

	figure.effect-zoe:nth-child(6) figcaption p{
		margin: 15% 2% 0 2%;
		width: 100%;
		vertical-align: middle;
		font-size: 20px;
		color: #fff;
		font-weight: 100;
	}

	.grid figure{
		flex: 0 0 30.7% !important;
	}

	.grid figure p {
		font-size: 75%;
	}
}

@media only screen and (min-width: 1400px) {

	figure.effect-zoe:nth-child(6) figcaption p{
		margin: 15% 2% 0 2%;
		width: 100%;
		vertical-align: middle;
		font-size: 26px;
		color: #fff;
		font-weight: 100;
	}

}

figure.effect-zoe p.lead {
	/* float: left; */
}

figure.effect-zoe h6 {
	float: left;
}

figure.effect-zoe p.icon-links{
	position: absolute;
	bottom: 10px;
}

figure.effect-zoe p.icon-links a {
	/* float: right; */
	color: #3c4a50;
	font-size: 0.9em;
	padding:5px;
}

figure.effect-zoe:hover p.icon-links a:hover,
figure.effect-zoe:hover p.icon-links a:focus {
	color: #008abd;
}

figure.effect-zoe p.description {
	background-color: rgba(194, 197, 197, 0.47);
	position: absolute;
	bottom: 6em;
	/* padding: 1em; */
	color: #fff;
	text-transform: none;
	font-size: 70%;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	-webkit-backface-visibility: hidden; /* Fix for Chrome 37.0.2062.120 (Mac) */
}

figure.effect-zoe h5,
figure.effect-zoe p.icon-links a {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,200%,0);
	transform: translate3d(0,200%,0);
}

figure.effect-zoe p.icon-links a span::before {
	display: inline-block;
	padding: 8px 10px;
	font-family: 'feathericons';
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-eye::before {
	content: '\e000';
}

.icon-paper-clip::before {
	content: '\e001';
}

.icon-heart::before {
	content: '\e024';
}

figure.effect-zoe h5 {
	display: inline-block;
}

figure.effect-zoe:hover p.description {
	opacity: 1;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h5,
figure.effect-zoe:hover p.icon-links a {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-zoe:hover h5 {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.effect-zoe:hover p.icon-links a:first-child {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

/*---------------*/
@media screen and (max-width: 50em) {
	.content {
		padding: 0 10px;
		text-align: center;
	}
	.grid figure {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
	}
}

button.btn{
	border-radius: 0%;
	border: 1px #008abd solid;
	background-color: #fff;
	color: #000;
}

button.btn:hover{
	border-radius: 0%;
	background-color: #008abd;
	color: #fff;
}

.cineplay-link{
	opacity: 0;
}

.cineplay-link a span i{
	color:#fff;
	cursor: pointer;
	-webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -o-transition: all 0s linear;
    transition: all 0s linear;
}

.cineplay-link a span .icon-imdb:hover{
	border: none!important;
}

.icon-imdb{
	color: #fff;
	cursor: pointer;
}

.icon-imdb:hover{
	color: #008abd;
}

.cineplay-link a i.imdb{
	color:#fff;
	cursor: pointer;
	color: #fff;
	background-image: url('./../images/imdb-white.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -o-transition: all 0s linear;
	transition: all 0s linear;
	height: 37px;
	width: 37px;
	display: inline-block;
	margin-top:4px;
}

.cineplay-link a i.imdb:hover{
	color: #008abd;
}

.cineplay-link a i.hotstar{
	color:#fff;
	cursor: pointer;
	background-image: url('./../images/Hotstar-Logo-white.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -o-transition: all 0s linear;
	transition: all 0s linear;
	height: 33px;
	width: 33px;
	display: inline-block;
	margin-top:5px;
}

.cineplay-link a i.hotstar:hover{
	background-image: url('./../images/Hotstar-Logo.png');
}

.cineplay-link a i.hotstar-static{
	color:#fff;
	cursor: pointer;
	background-image: url('./../images/Hotstar-Logo.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	height: 33px;
	width: 33px;
	display: inline-block;
	margin-top:5px;
}
