@import url('https://fonts.googleapis.com/css?family=Open+Sans|Open-Sans:500|Parisienne');

html {
	height: 100%;
	box-sizing: border-box;
}
body {
	padding: 0px;
	margin: 0px;
	background: #FFF;
	min-height: 100%;
	position: relative;
}
* {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	outline: none;
}
a {
	color: #666666;
	text-decoration: none;
	transition: color 0.5s;
}
a:hover {
	color: #C9AB5D;
	text-decoration: underline;
}
hr {
	border: none;
	border-bottom: #111 1px dashed;
	margin: 20px 0 20px 0;
}
select {
	display: inline-block;
	padding: 2px;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
input[type=text], input[type=email], input[type=datetime-local], input[type=tel], input[type=password], input[type=number], input[type=url], input[type=month], input[type=date], textarea {
	border: #BBB 1px solid;
	background: #FFF;
	-webkit-appearance: none;
	resize: none;
	color: #111820;
	outline: none;
	font-size: 16px;
	padding: 7px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
input[type=month], input[type=date] {
	padding: 2px;
}
input[type=datetime-local] {
	padding: 5px;
}
input[type=submit], input[type=reset], input[type=button], button {
	background: #111820;
	color: #FFF;
	font-size: 14px;
	border: none;
	padding: 5px 24px 5px 24px;
	font-weight: bold;
	font-weight: lighter;
	text-align: center;
	cursor: pointer;
	cursor: hand;
	-webkit-appearance: none;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}
input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover, button:hover {
	background: #C9AB5D;
	transition: all 0.5s;
}
select {
    line-height: 1;
    border: #CCC 1px solid;
    background: #FFF url(../img/seta_select.png) no-repeat right center;
    -webkit-appearance: none;
	padding: 7px;
}
textarea {
	overflow-y: hidden;
	min-height: 200px;
}
nav {
	background: #111820 url(../img/bglogo.png) no-repeat -8px -18px;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	margin: 0px;
	padding: 0 20px 0 20px;
	z-index: 88889;
}
nav span {
	float: right;
	margin: 0px;
	padding: 0px;
}
nav span ul, nav menu ul ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
nav span ul li, nav menu ul ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 -4px;
	padding: 3px 3px 0 3px;
	border-left: #C9AB5D 1px solid;
}
nav span ul li:first-of-type, nav menu ul ul li:first-of-type {
	border: none;	
}
nav menu ul ul li:last-of-type {
	display: none;
}
nav span ul li a {
	display: inline-block;
	vertical-align: top;
	color: #C9AB5D;
	padding: 3px 6px 0 6px;
	font-size: 16px;
}
nav span ul li:nth-child(1) {
	padding: 6px 6px 0 6px;
}
nav span ul li:nth-child(3) {
	padding: 3px 0 0 10px;
}
nav span ul li a:hover {
	color: #FFF;
	text-decoration: none;
}
nav span ul li:nth-child(1) a {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	vertical-align: bottom;
	margin: 3px 5px 0 6px;
	padding: 0px;
	height: 16px;
	width: 16px;
}
nav span ul li:nth-child(1) a:nth-child(1) {
	background: url(../img/facebook.png) no-repeat center center;
}
nav span ul li:nth-child(1) a:nth-child(1):hover {
	background: url(../img/facebook_on.png) no-repeat center center;
}
nav span ul li:nth-child(1) a:nth-child(2) {
	background: url(../img/instagram.png) no-repeat center center;
}
nav span ul li:nth-child(1) a:nth-child(2):hover {
	background: url(../img/instagram_on.png) no-repeat center center;
}
nav span ul li:nth-child(3) a:first-of-type, nav span ul li:nth-child(3) a:first-of-type:hover {
	display: inline-block;
	vertical-align: bottom;
	margin: 0 3px 0 0;
	padding: 0px;
	width: 12px;
	height: 16px;
}
nav span ul li:nth-child(3) a:nth-child(1) {
	background: url(../img/login.png) no-repeat center center;
}
nav span ul li:nth-child(3) a:nth-child(1):hover {
	background: url(../img/login_on.png) no-repeat center center;
}
nav span ul li:last-of-type img {
	display: inline-block;
	vertical-align: bottom;
	margin: 0 3px 0 0;
	padding: 0px;
	animation: none;
}
nav .hamburger {
	display: none;
}
nav .hamburger div {
	min-height: 1px !important;
}
nav img:last-of-type {
	display: inline-block;
	vertical-align: top;
	margin: 40px 0 0 0px;
	padding: 0px;
}

nav menu {
	display: block;
	vertical-align: bottom;
	margin: 20px 0 0 0;
	padding: 0px;
	float: none;
	clear: both;
	text-align: center;
}
nav menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
nav menu ul div {
	padding: 0px;
	margin: 0px;
}
nav menu ul ul li {
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 10px;
	min-height: 25px;
}
nav menu ul ul li a, nav menu ul ul li label {
	display: inline-block;
	vertical-align: top;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0px;
	font-weight: 500;
	padding: 0 12px 23px 12px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	cursor: pointer;
	cursor: hand;
}
nav menu ul ul li a:hover, nav menu ul ul li:hover label {
	color: #C9AB5D;
	text-decoration: none;
}
nav menu ul ul li label.activo {
	color: #C9AB5D;
	font-weight: bold;
}
nav menu ul ul li ul {
	position: absolute;
	padding: 5px;
	border-radius: 5px;
	background: rgba(17, 24, 32, 0.9);
	display: none;
}
nav menu ul ul li ul li {
	display: block;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	border: none;
	text-align: left;
}
nav menu ul ul li ul li a {
	display: block;
	vertical-align: top;
	padding: 5px 7px 5px 7px;
	font-size: 12px;
}
nav menu ul ul li ul li a:hover {
	background: #C9AB5D;
	color: rgba(17, 24, 32, 0.9);
}
nav menu ul ul li:hover > ul {
	display: block;
}
nav {
	padding-bottom: 0px;
}

/* PEQUENO */
/*
nav.pequeno span ul li {
	display: none;
}
nav.pequeno span ul li:nth-child(3) {
	display: block;
	border-left: #C9AB5D 1px solid;
}
nav.pequeno span li:nth-child(3) a:last-of-type {
	display: none;
}*/
nav.pequeno menu {
	float: right;
	display: inline-block;
	vertical-align: bottom;
	margin: 33px 0 0 0;
}
nav.pequeno menu ul li a, nav.pequeno menu ul li label {
	padding-bottom: 3px;
	transition: none;
	font-size: 14px;
	height: auto;
}
nav.pequeno img:last-of-type {
	max-width: 210px;
	margin: 15px 0 15px 0;
}
nav.pequeno span img:last-of-type {
	max-width: none;
	margin: 2px 3px 0 0;
}
/*
nav.pequeno menu {
	display: block;
	vertical-align: bottom;
	max-width: 980px;
	padding: 15px 0 0 0;
	margin: 0 auto 0 auto;
}

nav.pequeno span img {
	height: auto;
	margin: 0px;
	padding: 0px;
} 
nav.pequeno span ul li:nth-child(1) img {
	margin: 0 5px 0 10px;
	padding: 0px;
}
nav.pequeno span ul li {
	padding: 0 6px 0 6px;
}
nav.pequeno span ul li a {
	vertical-align: top;
	font-size: 12px;
	padding: 0px;
	margin: 6px 0 0 0;
	background: none;
}
nav.pequeno span ul li a:hover {
	color: #FFF;
	background: none;
}
nav.pequeno span ul li:last-of-type img {
	margin-top: 6px;
}
nav.pequeno img:last-of-type {
	transition: all 0.5s;
	margin-top: 20px;
	max-width: 180px;
}
nav.pequeno menu ul li {
	min-height: 10px;
}
nav.pequeno menu ul li a, nav.pequeno menu ul li label {
	padding-bottom: 7px;
	transition: none;
}*/

header {
	display: table;
	vertical-align: middle;
	width: 100%;
	background: url(../img/bgtitulo.jpg) no-repeat top center;
	background-size: cover;
	text-align: center;
	min-height: 250px; 
	padding: 65px 0 0 0;
	margin: 80px 0 0 0;
}
header .ttl {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	background: url(../img/bgttl.png) no-repeat center center;
}
header .ttl label {
	font-family: 'Parisienne', cursive;
	color: #FFF;
	font-size: 26px;
}
header .ttl p, p.topic {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #111820;
	font-size: 32px;
	max-width: 980px;
}
header .ttl p {
	margin: 0 auto 0 auto;
}
p.topic {
	max-width: none;
	padding: 35px 0 20px 0;
	text-align: center;
	background: url(../img/bg_topic.png) no-repeat top center;
	border-bottom: #C9AB5D 1px solid;
}
p.ttl {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	color: #000;
}

#content {
	max-width: 980px;
	width: auto;
	margin: 0 auto 0 auto;
	padding: 20px 0 260px 0;
	background: #FFF;
}
#paginas {
	text-align: center;
	padding: 50px 0 0 0;
}
#paginas * {
	display: inline-block;
	vertical-align: middle;
	border-radius: 2px;
	min-width: 15px;
	border: #111820 1px solid;
	padding: 3px;
	margin: 3px;
}
#paginas img {
	border: none;
}
#paginas span {
	background: #C9AB5D;
	color: #FFF;
}
#paginas a:hover {
	background: #FFF;
	color: #C9AB5D;
	text-decoration: none;
}
#paginas label {
	border: none;
}

/* Footer  anigo */
/*
footer {
	background: #FFF;
	color: #999999;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
footer * {
	font-size: 12px;
}

footer div:first-of-type {
	background: #000;
	padding: 10px 20px 10px 20px;
	text-align: left;
}
footer div:first-of-type span {
	float: right;
}
footer div ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
footer div ul li {
	display: inline-block;
	vertical-align: top;
	padding: 4px 10px 4px 10px;
	border-right: #C9AB5D 1px solid;
	min-height: 15px;
	margin: 0px;
}
footer div ul li:last-of-type {
	border: none;	
}
footer div ul li a, footer div ul li label {
	display: inline-block;
	vertical-align: top;
	color: #C9AB5D;
	padding: 0px;
	font-size: 14px;
}
footer div span ul li a {
	padding: 0 6px 0 6px;
}
footer div ul li a:hover {
	color: #FFF;
	text-decoration: none;
}
footer div:first-of-type img {
	max-height: 18px;
	width: auto;
}
footer div span ul li:nth-child(1) img {
	display: inline-block;
	vertical-align: top;
	margin: 3px 7px 0 0;
	padding: 0px;
}

footer div:last-of-type {
	padding: 20px 20px 20px 10px;
}
footer div:last-of-type img {
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	margin: 0 0 10px 0;
}
footer div:last-of-type a:first-of-type img {
	position: absolute;
	left: 40px;
	margin: 20px 0 0 0;
}
footer div:last-of-type label {
	display: block;
	padding: 3px 0 3px;
	color: #666;
	font-family: 'Open Sans', sans-serif;
}
footer div:last-of-type label a {
	font-family: 'Open Sans', sans-serif;
}
*/
footer {
	border-top: #111820 10px solid;
	background: #FFF;
	color: #666;
	font-size: 12px;
	padding: 20px;
	margin: 0px;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
footer * {
	font-size: 12px;
	color: #666;
	font-family: 'Open Sans', sans-serif;
	max-width: 100%;
}
footer figure {
	display: table-cell;
	vertical-align: top;
	width: 96px;
	height: 96px;
	margin: 0px;
	padding: 0 30px 0 0;
}
footer div {
	display: table-cell;
	vertical-align: top;
	padding: 15px 0 15px 0;
	margin: 0px;
}
footer label {
	float: right;
	display: inline-block;
	vertical-align: top;
	text-align: right;
	margin: -20px 0 0 0;
}
footer label img {
	display: inline-block;
	vertical-align: middle;
	padding: 0px;
	margin: 0 0 0 10px;
}
footer div label {
	display: block;
	vertical-align: top;
	text-align: left;
	float: none;
	padding: 10px 0 0 0;
	margin: 0px;
}

.botoes {
	padding-top: 30px;
	text-align: right;
}
.botoes a {
	display: inline-block;
	background: #111820;
	color: #FFF;
	border-radius: 3px;
	padding: 3px 7px 3px 7px;
	font-family: 'Oswald', sans-serif;
	font-size: 13px;
}
.botoes a:hover {
	background: #C9AB5D;
	text-decoration: none;
	color: #111820;
}

.galcard {
	display: inline-block;
	vertical-align: top;
	padding: 5px;
	margin: 0 3px 30px 3px;
	width: 177px;
	height: 240px;
	text-align: center;
}
.galcard span {
	display: table-cell;
	vertical-align: middle;
	width: 175px;
	height: 175px;
	border: #666 1px solid;
	text-align: center;
	margin: 0 0 10px 0;
}
.galcard img {
	width: auto;
	height: auto;
	max-width: 175px;
	max-height: 175px;
}
.galcard label {
	display: block;
	width: 180px;
	padding: 10px 0 0 0;
	max-height: 47px;
	overflow: hidden;
	font-weight: bold;
}
.galcard label a {
	font-weight: bold;
}

/* Lightbox */
#lightbox {
	margin-top: 20px;
}
body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);

  opacity: 1;
}
#imgaleria {
	padding: 40px 0 0 0;
}
#imgaleria span {
	display: inline-block;
	vertical-align: top;
	margin: 0 3px 6px 3px;
	border: #666 1px solid;
	width: 150px;
	height: 150px;
}
#imgaleria a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 150px;
	height: 150px;
}
#imgaleria img {
	max-height: 150px;
	max-width: 150px;
	width: auto;
	height: auto;
}
#mensagem {
	text-align: center;
	padding-top: 100px;
	padding-bottom: 120px;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	color: #000;
}
#mensagem div {
	padding-top: 30px;
	color: #000;
}


/* Listagens */
.lista * {
	font-family: 'Open Sans', sans-serif;
}
.titulo_lista {
	background: #C9AB5D;
	color: #FFF;
}
.titulo_lista td, .linha_branca td, .linha_cor td, .linha_familia td, .seleccionada td {
	padding: 5px;
	border-bottom: #C9AB5D 1px solid;
}
.titulo_lista a {
	color: #FFF;
}
.linha_cor {
	background: #F5F2ED;
}
.seleccionada {
	background: #D7DE39;
}
.botoes {
	padding-top: 20px;
	text-align: right;
}

#paginador {
	padding: 30px 0 0 0;
	text-align: right;
}

#pesquisa {
	background: #F5F2ED;
	padding: 12px 12px 0 12px;
	text-align: left;
	margin: -20px 0 0 0;
}
#pesquisa ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#pesquisa ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0px; 
	padding: 0 15px 0 0;
}
#pesquisa ul li a {
	display: inline-block;
	vertical-align: top;
	padding: 0 0 9px 0;
	border-bottom: transparent 3px solid;
}
#pesquisa ul li a:hover, #pesquisa .activo {
	text-decoration: none;
	border-bottom: #C9AB5D 3px solid;
}
#pesquisa form {
	float: right;
	padding: 0px;
	margin: 0px;
}
#pesquisa input[type=search] {
	background: #F5F2ED;
	display: inline-block;
	vertical-align: top;
	border: none;
}
#pesquisa span {
	padding: 0 0 12px 0;
	display: inline-block;
	vertical-align: top;
}
#pesquisa span img, #pesquisa span a {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
	padding: 0px;
}
#pesquisa span a {
	color: #000;
	font-size: 16px;
	text-decoration: none;
}

#pesquisa article {
	float: right;
}
#pesquisa label {
	display: block;
	color: #666;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	padding: 0 0 2px 0;
}

#pre_ord {
	border-bottom: #C9AB5D 1px solid;
	padding: 20px 0 20px 0;
}
#pre_ord label {
	display: block;
	color: #C9AB5D;
	font-family: 'Open Sans', sans-serif;
	padding: 0 0 15px 0;
}
#pre_ord ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#pre_ord ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	margin: 0 20px 0 0;
}
#pre_ord ul li a {
	font-weight: bold;
	color: #111820;
	font-size: 14px;
}

#resultados, #portfolio {
	margin: 40px 0 0 0;
}
#resultados article {
	width: 224px;
	background: #C8AB5D url(../img/top_pasta.jpg) no-repeat top center;
	display: inline-table;
	vertical-align: top;
	padding: 27px 0 0 0;
	margin: 8px;
	cursor: pointer;
	cursor: hand;
}
#resultados article div {
	background: #B8943C;
	border-radius: 5px;
	display: table-cell;
	vertical-align: middle;
	height: 145px;
	text-align: center;
	color: #FFF;
	font-size: 22px;
}
#resultados article div label {
	font-family: 'Open Sans', sans-serif;
	color: #333;
	display: block;
	vertical-align: top;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
	cursor: hand;
}

#portfolio article, #portfoliopp article {
	display: inline-block;
	vertical-align: top;
	max-width: 300px;
	margin: 0 12px 24px 12px;
}
#portfolio article span, #portfoliopp article span {
	display: block;
	vertical-align: top;
	overflow: hidden;
	max-height: 250px;
}
#portfolio article span img:first-of-type, #portfoliopp article span img:first-of-type {
	display: block;
	vertical-align: top;
	min-height: 250px;
	min-width: 300px;
	max-height: 300px;
	max-width: 350px;
}
#portfolio article span img:first-of-type, #portfoliopp article span img:first-of-type {
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	transform: scale(1.0);
	
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
	-webkit-transition-delay: 100ms;
	-moz-transition-delay: 100ms;
	transition-delay: 100ms;
}
#portfolio article span:hover img:first-of-type, #portfoliopp article span:hover img:first-of-type {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
	
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
	-webkit-transition-delay: 100ms;
	-moz-transition-delay: 100ms;
	transition-delay: 100ms;
}
#portfolio article span label, #portfoliopp article span label {
	display: block;
	vertical-align: top;
	position: absolute;
	margin: 218px 0 0 150px;
	transform: translateX(-50%);
	background: url(../img/abrir_grelha.png) no-repeat top center;
	width: 55px;
	height: 38px;
	z-index: 8888;
	cursor: pointer;
	cursor: hand;
}
#portfoliopp article span label {
	background: url(../img/abrir_grelha2.png) no-repeat top center;
}
#portfolio article span:hover label, #portfoliopp article span:hover label {
	background: url(../img/abrir_grelha_on.png) no-repeat top center;
	transition: all 0.5s;
}
#portfoliopp article span:hover label {
	background: url(../img/abrir_grelha2_on.png) no-repeat top center;
}
#portfolio article p, #portfoliopp article p {
	font-size: 26px;
	margin: 15px 0 10px 0;
	padding: 0px;
	max-height: 60px;
	overflow: hidden;
}
#portfoliopp article p {
	font-size: 22px;
}
#portfolio article label, #portfoliopp article label {
	color: #888;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
}

#desc_evento {
	padding-bottom: 20px;
	border-bottom: #CCC 1px solid;
}
#desc_evento p.ttl {
	margin-bottom: 10px;
}
#desc_evento label {
	color: #666;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
}
#desc_evento span {
	display: inline-block;
	vertical-align: top;
	padding: 0 30px 0 0;
}
#desc_evento span img {
	display: inline-block;
	vertical-align: middle;
	padding: 0px;
	margin: 0 6px 0 0;
}

#resumo_evento {
	display: table;
	vertical-align: top;
	width: 100%;
	padding: 40px 0 0 0;
}
#resumo_evento span {
	display: table-cell;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}
#resumo_evento span:first-of-type {
	width: 300px;
	height: 250px;
	overflow: hidden;
}
#resumo_evento span:first-of-type img {
	min-width: 300px;
	min-height: 250px;
	max-width: 350px;
	max-height: 300px;
	display: block;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}
#resumo_evento span:last-of-type {
	padding: 0 0 0 40px;
	text-align: justify;
	position: relative;
}
#ver_galeria {
	display: block;
	vertical-align: top;
	padding: 20px 0 20px 0;
	margin: 0px;
	border-bottom: #CCC 1px solid;
}
#ver_galeria img {
	display: inline-block;
	vertical-align: middle;
	padding: 0px;
	margin: 0 6px 0 0;
}
#ver_galeria a {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #C9AB5D;
}

#pesquisa form span:nth-child(1) select {
	min-width: 180px;
}

#txtmensagem {
	min-height: 200px;
	overflow-y: hidden;	
}


@media only screen and (max-width: 1010px) {
	nav menu, #content {
		padding-left: 20px;
		padding-right: 20px;	
	}
	#content * {
		max-width: 100%;
		height: auto;
	}
}
/*
@media only screen and (max-width: 995px) {
	footer ul {
		display: none;
	}
	footer div:first-of-type {
		text-align: center;
	}
	footer span ul {
		display: block;
	}
	footer div:first-of-type span {
		float: none;
	}
}
*/

@media only screen and (max-width: 730px) {
	/*
	footer div:last-of-type a:first-of-type img {
		display: none;
	} */
	#portfolio {
		text-align: center;
	}
	#portfolio article {
		text-align: left;
	}
}

@media only screen and (max-width: 960px) {
	nav.pequeno menu {
		float: none;
		position: absolute;
		top: 60px;
		right: 10px;
	}
	nav.pequeno menu ul ul {
		left: 0px;
		margin: 0px;
	}
	nav {
		padding: 7px 10px 7px 10px;
	}
	nav menu ul:first-of-type {
		display: block;
	}
	nav ul .hamburger  {
		display: block;
		position: absolute;
		right: 0px;
		top: 0px;
		margin: -50px 0 0 0;
	}
	nav menu ul ul:first-of-type {
		display: none;
	}
	nav menu ul ul {
		display: none;
		text-align: center;
		padding: 10px;
		margin: 5px -30px 0 -30px;
		left: 0px;
		right: 0px;
		position: absolute;
		z-index: 9999;
	}
	nav menu ul ul li {
		border: none;
	}
	nav menu ul ul li label.activo {
		display: block;
		border: none;
	}
	nav menu ul ul li, nav.pequeno menu ul li {
		display: block;
		vertical-align: top;
		color: #FFF;
	}
	nav menu ul ul li a, nav menu ul ul li label {
		color: #111820;
		display: block;
		font-size: 12pt;
		padding: 13px;
	}
	nav menu ul ul li a:hover, nav menu ul ul li label:hover {
		color: #FFF;
	}
	nav menu.is-active ul ul {
		background: #A88938;
		display: block;
	}
	nav menu.is-active ul ul li ul {
		background: none;
	}
	nav menu ul ul li ul, nav ul {
		position: relative;
		box-shadow: none;
		display: block;
		padding: 0px;
		border-radius: 0px;
	}
	nav menu ul ul li ul li a {
		text-align: center;
		font-size: 11pt;
		text-transform: uppercase;
		padding: 7px 0 7px 0;
		margin: 0px;
		color: #111820;
	}
	nav menu ul ul li:last-of-type {
		display: block;
		border-top: #000 1px solid;
		margin-top: 10px;
		padding-top: 10px;
	}
	nav menu ul ul li:last-of-type a {
		font-weight: bold;
	}
	nav menu ul ul li ul li a:hover {
		color: #FFF;
	}
	nav img:last-of-type, nav.pequeno img:last-of-type {
		display: block;
		vertical-align: top;
		margin: 50px auto 0 auto;
		animation: none;
		text-align: center;
		max-width: none;
	}
	nav.pequeno span ul li, nav.pequeno span ul li:nth-child(3) a:last-of-type {
		display: inline-block;
		vertical-align: bottom;
	}
	nav.pequeno span ul li:nth-child(3) {
		border: none;
		display: inline-block;
	}
	
	nav img:last-of-type, nav.pequeno img:last-of-type {
		max-height: 48px;
		margin: 10px 0 0 0;
	}
	nav.pequeno menu {
		margin: 0px;
		padding: 20px 20px 0 0;
	}
	nav span {
		display: none;
	}
	
	footer {
		text-align: center;
	}
	footer figure {
		display: inline-block;
		vertical-align: top;
		padding: 0px;
		margin: 0 auto 15px auto;
	}
	footer label {
		float: none;
	}
	footer div, footer div label, footer span {
		display: block;
		vertical-align: top;
		text-align: center;
	}
	footer div label {
		margin: 0 auto 15px auto;
	}
	footer span {
		margin: 0 auto 7px auto;
	}
	
	#portfolio {
		padding-bottom: 100px;
	}
	#portfolio article p, #portfoliopp article p {
		max-height: none;
		height: auto;
		overflow: auto;
	}
	#content {
		padding-bottom: 350px;
	}
}

@media only screen and (max-width: 550px) {
	nav {
		background: #111820 url(../img/bglogo.png) no-repeat center center;
	}
	#pesquisa article {
		float: none;
		display: block;
		text-align: center;
	}
}

/*
É assim que se usa as fontes

font-family: 'Open Sans', sans-serif;
font-family: 'Parisienne', cursive;

#C9AB5D  = dourado
#111820 = azul escuro
#F5F2ED = tom rozado do footer da primeira pagina

