body {
  color: #525252; /*6AA6D6*/ 
  background: url(../images/pattern.jpg) 0 0 repeat;
}
.pagination > li > a, .pagination > li > span{
	color: #f26b35;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover{
	color: red;
}
.grid {
	padding: 20px 20px 10px 20px;
	max-width: 1300px;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}

.grid li {
	display: inline-block;
	width: 340px;
	margin: 0;
	padding: 20px;
	text-align: left;
	position: relative;
	z-index: 0;
}

.grid figure {
	margin: 0;
	position: relative;
}

.grid figure img {
	max-width: 100%;
	display: block;
	position: relative;
}

.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 2px 10px;
	background: #2c3f52;
	color: #ecaf50;
}

.grid figcaption h3 {
	margin: 0;
	padding: 0;
	color: #fff;
}

.grid figcaption span:before {
	content: 'ano ';
}

.grid figcaption a {
	text-align: center;
	padding: 5px 10px;
	border-radius: 2px;
	display: inline-block;
	background: #ff7b28;
	color: #fff;
}
.errorlist{
	list-style: none;
	color: red;
	padding-left: 0px;
}
.rodape {
	background-color: #f26b35; /*#e48b3f;*/
	height: 105px;
	color: white;
}

.panel-success .panel-heading{
	background-color: #3c763d;
	color: white;
}
.panel-warning .panel-heading{
	background-color: #f26b35; /*#ef7f2d; #ff7b28;*/
	color: white;
}
.btn-warning{
	background-color: #f26b35; /*#ef7f2d;*/
}
.topo {
	background-color: #f26b35; /*#ff7b28;*/
	color: white;
	text-align: center;
	border-radius: 5px;
}
.panel-footer a {
	color: #f26b35;
}

.panel-footer a:hover {
	color: #f26b35;
	text-decoration : underline;
}

.semborda > tbody > tr > td  {
	border-top: 1px solid #fff;
}
/* Individual Caption Styles */

/* Caption Style 7 */
.cs-style-7 li:first-child { z-index: 21; }
.cs-style-7 li:nth-child(2) { z-index: 20; }
.cs-style-7 li:nth-child(3) { z-index: 19; }
.cs-style-7 li:nth-child(4) { z-index: 18; }
.cs-style-7 li:nth-child(5) { z-index: 17; }
.cs-style-7 li:nth-child(6) { z-index: 16; }
.cs-style-7 li:nth-child(7) { z-index: 15; }
.cs-style-7 li:nth-child(8) { z-index: 14; }
.cs-style-7 li:nth-child(9) { z-index: 13; }
.cs-style-7 li:nth-child(10) { z-index: 12; }
.cs-style-7 li:nth-child(11) { z-index: 11; }
.cs-style-7 li:nth-child(12) { z-index: 10; }
.cs-style-7 li:nth-child(13) { z-index: 9; }
.cs-style-7 li:nth-child(14) { z-index: 8; }
.cs-style-7 li:nth-child(15) { z-index: 7; }
.cs-style-7 li:nth-child(16) { z-index: 6; }
.cs-style-7 li:nth-child(17) { z-index: 5; }
.cs-style-7 li:nth-child(18) { z-index: 4; }
.cs-style-7 li:nth-child(19) { z-index: 3; }
.cs-style-7 li:nth-child(20) { z-index: 2; }
.cs-style-7 li:nth-child(21) { z-index: 1; }

.cs-style-7 figure img {
	z-index: 25;
}

.cs-style-7 figcaption {
	height: 100%;
	width: 100%;
	opacity: 0;
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity 0.3s, height 0.3s, box-shadow 0.3s;
	-moz-transition: opacity 0.3s, height 0.3s, box-shadow 0.3s;
	transition: opacity 0.3s, height 0.3s, box-shadow 0.3s;
	box-shadow: 0 0 0 0px #2c3f52;
}

.no-touch .cs-style-7 figure:hover figcaption,
.cs-style-7 figure.cs-hover figcaption {
	pointer-events: auto;
	opacity: 1;
	height: 135%;
	box-shadow: 0 0 0 10px #2c3f52;
}

.cs-style-7 figcaption h3 {
	margin-top: 86%;
}

.cs-style-7 figcaption h3,
.cs-style-7 figcaption span,
.cs-style-7 figcaption a {
	opacity: 0;
	-webkit-transition: opacity 0s;
	-moz-transition: opacity 0s;
	transition: opacity 0s;
}

.cs-style-7 figcaption a {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.no-touch .cs-style-7 figure:hover figcaption h3,
.no-touch .cs-style-7 figure:hover figcaption span,
.no-touch .cs-style-7 figure:hover figcaption a,
.no-touch .cs-style-7 figure:focus figcaption h3,
.no-touch .cs-style-7 figure:focus figcaption span,
.no-touch .cs-style-7 figure:focus figcaption a,
.cs-style-7 figure.cs-hover figcaption h3,
.cs-style-7 figure.cs-hover figcaption span,
.cs-style-7 figure.cs-hover figcaption a {
	-webkit-transition: opacity 0.3s 0.2s;
	-moz-transition: opacity 0.3s 0.2s;
	transition: opacity 0.3s 0.2s;
	opacity: 1;
}

@media screen and (max-width: 31.5em) {
	.grid {
		padding: 10px 10px 100px 10px;
	}
	.grid li {
		width: 100%;
		min-width: 300px;
	}
}
