@charset "utf-8";

/* CSS Document */





.active{

	font-weight: 500;

}

.txt-awards{

	text-align: center;

}

.view-in-icon{

	height: 20px;

	padding-left: 20px;

}

.navbar {

margin-top: auto;

margin-bottom: auto;

background-color: #ffffff!important;	 

}

.img-box img {

	width: 100%;

	transition: transform .2s;

}

.img-box img:hover {

	box-shadow: 0px 15px 14px -4px #0000002e;

	transition: transform .2s;

	/*transform: scale(1.05); */

	transform: translate(0, -10px);

	-ms-transform: translate(0, -10px); /* IE 9 */

	-webkit-transform: translate(0, -10px); /* Safari 3-8 */

}

.movie-title { 

	padding-top: 15px;

}




@media (min-width: 1200px){

.container {

	max-width: 1000px;

	}

}

/* Flashing */
.hover13 figure:hover img {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}

