*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

body {
	
	font-family: 'Lato', Arial, sans-serif;
	color: #000;
}

.wrapper {
	margin: 50px auto 50px auto;
	max-width: 960px;
	padding:60px 0px;
}

.stage {
	list-style: none;
	padding: 0;
}

/*************************************
Build the scene and rotate on hover
**************************************/
.gap {
	list-style:none!important;
	margin-left:20px!important;
}
.scene {
	width: 260px;
	height: 400px;
	margin: 30px;
	float: left;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
}

.movie {
	width: 260px;
	height: 400px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(-130px);
	-moz-transform: translateZ(-130px);
	transform: translateZ(-130px);
	-webkit-transition: -webkit-transform 350ms;
	-moz-transition: -moz-transform 350ms;
	transition: transform 350ms;
}

.movie:hover {
	-webkit-transform: rotateY(-78deg) translateZ(20px);
	-moz-transform: rotateY(-78deg) translateZ(20px);
	transform: rotateY(-78deg) translateZ(20px);
}

/*************************************
Transform and style the two planes
**************************************/

.movie .poster, 
.movie .info {
	position: absolute;
	width: 260px;
	height: 400px;
	background-color: #fff;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.movie .poster  {
	-webkit-transform: translateZ(130px);
	-moz-transform: translateZ(130px);
	transform: translateZ(130px);
	background-size: cover;
	background-repeat: no-repeat;
}

.movie .info {
	-webkit-transform: rotateY(90deg) translateZ(130px);
	-moz-transform: rotateY(90deg) translateZ(130px);
	transform: rotateY(90deg) translateZ(130px);
	border: 1px solid #B8B5B5;
	font-size: 0.75em;
}

/*************************************
Shadow beneath the 3D object
**************************************/

.csstransforms3d .movie::after {
	content: '';
	width: 260px;
	height: 260px;
	position: absolute;
	bottom: 0;
	box-shadow: 0 30px 50px rgba(0,0,0,0.3);
	-webkit-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	-webkit-transform: rotateX(90deg) translateY(130px);
	-moz-transform: rotateX(90deg) translateY(130px);
	transform: rotateX(90deg) translateY(130px);
	-webkit-transition: box-shadow 350ms;
	-moz-transition: box-shadow 350ms;
	transition: box-shadow 350ms;
}

.csstransforms3d .movie:hover::after {
	box-shadow: 20px -5px 50px rgba(0,0,0,0.3);
}

/*************************************
Movie information
**************************************/

.info header {
	color: #000;
	padding:0px;
	font-weight: bold;
	height: 195px;
	background-size: contain;
	background-repeat: no-repeat;
	z-index:9999;
/*	text-shadow: 0px 1px 1px rgba(0,0,0,1);
*/}

.info header h1 {
	margin:-15px 0 2px;
	font-size: 1.4em;
	z-index:99;
}

.info header .rating {
	border: 1px solid #FFF;
	padding: 0px 3px;
}

.info p {
	padding: 1.2em 1.4em;
	margin: 2px 0 0;
	font-weight: 700;
	color: #000;
	line-height: 1.4em;
	border-top: 10px solid #555;
}

/*************************************
Generate "lighting" using box shadows
**************************************/

.movie .poster,
.movie .info,
.movie .info header {
	-webkit-transition: box-shadow 350ms;
	-moz-transition: box-shadow 350ms;
	transition: box-shadow 350ms;
}

.csstransforms3d .movie .poster {
	box-shadow: inset 0px 0px 40px rgba(255,255,255,0);
}

.csstransforms3d .movie:hover .poster {
	box-shadow: inset 300px 0px 40px rgba(255,255,255,0.8);
}

.csstransforms3d .movie .info, 
.csstransforms3d .movie .info header {
	box-shadow: inset -300px 0px 40px rgba(0,0,0,0.5);
}

.csstransforms3d .movie:hover .info, 
.csstransforms3d .movie:hover .info header {
	box-shadow: inset 0px 0px 40px rgba(0,0,0,0);
}

/*************************************
Posters and still images
**************************************/

.scene:nth-child(1) .movie .poster {
 /* background-image: url(../../images/poster01.jpg);*/
}

.scene:nth-child(2) .poster {
/*  background-image: url(../../images/poster02.jpg);
*/}

.scene:nth-child(3) .poster {
/*  background-image: url(../../images/poster03.jpg);
*/}

.scene:nth-child(1) .info header {
	/*background-image: url(../../images/still01.jpg);*/
}

.scene:nth-child(2) .info header {
	/*background-image: url(../../images/still02.jpg);*/
}

.scene:nth-child(3) .info header {
/*	background-image: url(../../images/still03.jpg);*/
}

/*************************************
Fallback
**************************************/
.no-csstransforms3d .movie .poster, 
.no-csstransforms3d .movie .info {
	/*position: relative;*/
}

/*************************************
Media Queries
**************************************/
@media screen and (max-width: 60.75em){
	.scene {
		float: none;
		margin: 30px auto 60px;
	}
}

.bg {
	background:#CCC;
	border:1px solid #999;
	border-left:0px;
	border-right:0px;
}
.white {
	color:#fff!important;
}
.cen {
	text-align:center;
	font-size:16px;
}
.cen1 {
	text-align:center;
	font-size:16px;
	background: rgb(17,77,153); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(17,77,153,1) 0%, rgba(8,53,107,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(17,77,153,1)), color-stop(100%,rgba(8,53,107,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(17,77,153,1) 0%,rgba(8,53,107,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(17,77,153,1) 0%,rgba(8,53,107,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(17,77,153,1) 0%,rgba(8,53,107,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(17,77,153,1) 0%,rgba(8,53,107,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#114d99', endColorstr='#08356b',GradientType=0 ); /* IE6-9 */
padding:5px 10px;
margin:0px 60px 0px 80px;
color:#fff;
z-index:9999;
outline:none;
border:1px solid #08356b;
}
.cen1:hover {
	color:#ccdcee!important;
}