.grid {
	max-width: 1300px;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}

.grid li {
	width:100%;
	float:left;
	padding:10px 0px 10px 10px;
	text-align: left;
	position: relative;
}
.more {
	width:100%;
	display: block;
	float:left;
	padding:10px 0px 10px 10px;
	text-align: left;
}



/* Individual Caption Styles */


/* Caption Style 4 */
.cs-style-4 figcaption a {
margin-top: 90%;
bottom: 20px;
right: 20px;
}



.cs-style-4 figure {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.cs-style-4 figure > div {
	overflow: hidden;
}

.cs-style-4 figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .cs-style-4 figure:hover img, 
.cs-style-4 figure.cs-hover img {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.cs-style-4 figcaption {
	height: 100%;
	width: 100%;
	opacity: 0;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#000;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
	transform: rotateY(90deg);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .cs-style-4 figure:hover figcaption,
.cs-style-4 figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
	-ms-transition: -ms-transform 0.4s, opacity 0.1s;
}

form {
        position:relative;
        left:-9999px;
	text-align:center;
	opacity:0; 
	-webkit-transition:opacity 0.5s linear;  /* For Safari 3.1 to 6.0 */
	transition:opacity 0.5s linear; 
	-moz-transition:opacity 0.5s linear; 
	-ms-transition:opacity 0.5s linear; 
}
form.show {
        left:0px;
	opacity:1;    
	transition-delay:0s;
}

form { display: table; padding:20px; text-align:left; float:left; border-style:solid; border-radius:10px; border-width:1px; width:100%; }
form p { display: table-row; }
form label { height:30px; display: table-cell; }
form input { display: table-cell; }
a.ora { background: #338533; }
a.disabled { 
   background: #a30c0c;
   pointer-events: none;
   cursor: default; 
}

@media screen and (max-width: 31.5em) {
	.grid {
		padding: 10px 10px 100px 10px;
	}
	.grid li {
		width: 100%;
	}
}
