@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
* {
	padding: 0px;
	margin: 0px;	
}
body {
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
	padding: 0px;
	color: rgba(51,51,51,1);
	background-attachment: fixed;
	background-image: url(../img/backgrounds/backgroundTrattoria_2560x1560.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: rgba(244,244,244,1);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}





/*******************************************/




/* INÍCIO GRID CONTAINER */ 
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

/*******************************************/

/* INÍCIO HEADER */ 
#header {
	display: block;
	margin: 0px;
	height: 138px;
	width: 92%;
	position: fixed;
	z-index: 10;
	left: 0px;
	top: 0px;
	padding-top: 0px;
	padding-right: 4%;
	padding-bottom: 0px;
	padding-left: 4%;
	background-color: rgba(0,0,0,1);
}
#logotipo img {
	margin-top: 10px;
	height: auto;
	width: 282px;
}
#header #opcoes {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	height: 28px;
	width: 100%;
}
#header #opcoes #area-reservada {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 28px;
	width: 116px;
	float: right;
}
#header #opcoes #area-reservada .reservada {
	background-color: rgba(178,178,178,1);
	text-align: center;
	display: block;
	height: 28px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	font-size: 11px;
	line-height: 28px;
	color: rgba(255,255,255,1);
	text-decoration: none;
}
#header #opcoes #area-reservada .reservada:hover {
	background-color: rgba(102,102,102,1);	
}
#header #opcoes #bilingue {
	display: block;
	padding: 0px;
	float: right;
	height: 28px;
	width: 62px;
	margin-top: 0px;
	margin-right:0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#header #opcoes #bilingue .pt {
	background-color: rgba(255,255,255,1);
	text-align: center;
	display: block;
	height: 28px;
	width: 28px;
	padding: 0px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 0px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	font-size: 11px;
	line-height: 28px;
	color: rgba(0,0,0,1);
	text-decoration: none;
}
#header #opcoes #bilingue .pt:hover {
	background-color: rgba(204,204,204,1);
}
#header #opcoes #bilingue .pt.active {
	background-color: rgba(204,204,204,1);
}
#header #opcoes #bilingue .en.active {
	background-color: rgba(204,204,204,1);
}
#header #opcoes #bilingue .en {
	background-color: rgba(255,255,255,1);
	text-align: center;
	display: block;
	height: 28px;
	width: 28px;
	margin: 0px;
	padding: 0px;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	font-size: 11px;
	line-height: 28px;
	color: rgba(0,0,0,1);
	text-decoration: none;
}
#header #opcoes #bilingue .en:hover {
	background-color: rgba(204,204,204,1);
}
#header #logo-redes-smallmenu {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	height: 90px;
	width: 100%;
}
#header #logo-redes-smallmenu #logotipo {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 90px;
	width: 50%;
}
#header #logo-redes-smallmenu #outros {
	display: block;
	margin: 0px;
	float: right;
	height: 66px;
	width: 50%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header #logo-redes-smallmenu #outros #redes-sociais {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	height: 32px;
	width: 100%;
}
#header #logo-redes-smallmenu #outros #redes-sociais ul {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 32px;
	width: 32px;
	list-style-type: none;
	float: right;
	clear: both;
}
#header #logo-redes-smallmenu #outros #redes-sociais ul li {
	text-decoration: none;
	list-style-type: none;
	height: 32px;
}
#header #logo-redes-smallmenu #outros #redes-sociais ul li a {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 32px;
	width: 32px;
}
#header #logo-redes-smallmenu #outros #small-menu {
	display: block;
	width: 100%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 20px;
	margin-top: 0px;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: left;
	float: right;
}
#header #logo-redes-smallmenu #outros #small-menu ul {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#header #logo-redes-smallmenu #outros #small-menu ul li {
	text-decoration: none;
}
#header #logo-redes-smallmenu #outros #small-menu ul li a {
	line-height: 28px;
	text-transform: uppercase;
	color: rgba(255,255,255,1);
	display: inline-block;
	margin: 0px;
	height: 28px;
	width: auto;
	float: right;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 11px;
}
#header #logo-redes-smallmenu #outros #small-menu ul li a:hover {
	color: rgba(0,0,0,1);
}
#header #sombraHeader {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 100%;
	background-color: rgba(0,0,0,1);
}

/*******************************************/

/* Início Telefone Footer */
.contacto-mobile {;
	display: none;
}
/* Fim Telefone Footer */
/* Início Telefone Desktop */
.contacto-desktop {
	position: relative;
	left: 0;
	bottom: 0px;
	display: block;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
#caixa {
	font-size: 15px;
	line-height: 25px;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	border: thin solid rgba(255,255,255,1);
	border-radius: 5px;
	height: 25px;
	float: right;
	margin-bottom: 10px;
}
#justificado {
	width: 100%;
	color: rgba(204,204,204,1);
	font-size: 13px;
	line-height: 25px;
	position: relative;
	margin: 0;
	font-weight: bold;
	height: 25px;
}
#telefone {
	width: 100%;
	font-size: 13px;
	line-height: 25px;
	position: relative;
	margin: 0;
	font-weight: bold;
}
#telefone a {
	color: rgba(255,255,255,1);
	text-decoration: none;
}
/* Fim Telefone Desktop */

/* FIM HEADER */


/*******************************************/


 


/* INÍCIO CENTRAL */ 
#central {
	height: auto;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	padding-top: 158px;
	padding-right: 5%;
	padding-bottom: 135px;
	padding-left: 5%;
	overflow: auto;
	max-width: 1280px;
}
#conteudo_info {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 5%;
	padding-left: 5%;
	font-size: 14px;
	margin-bottom: 0px;
	margin-top: 0px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
#conteudo_info h1 {
	font-weight: lighter;
	font-size: 28px;
	text-transform: uppercase;
	padding: 0px;
	clear: both;
	float: left;
	width: 100%;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 35px;
	margin-left: 0px;
	color: rgba(0,0,0,1);
}
#conteudo_info h2 {
	color: rgba(51,51,51,1);
	font-size: 22px;
	font-weight: bold;
	font-size: 22px;
	text-transform: none;
	padding: 0px;
	clear: both;
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-size: 20px;
	display: block;
	text-align: justify;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
#conteudo_info h3 {
	color: rgba(102,102,102,1);
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px;
	clear: both;
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 16px;
	display: block;
}
	
#conteudo_info h4 {
	font-weight: lighter;
	text-transform: uppercase;
}
#conteudo_info h5 {
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	color: rgba(96,58,23,1);
	margin-bottom: -17px;
	text-align: justify;
}
#conteudo_info h6 {
	font-size: 19px;
	font-weight: bold;
	text-transform: uppercase;
	color: rgba(0,0,0,1);
	margin-bottom: -14px;
	margin-top: 0px;
}
#conteudo_info p {
	text-align: justify;
	font-size: 14px;
	color: rgba(51,51,51,1);
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
#conteudo_info a {
	text-decoration: none;
	color: rgba(153,153,153,1);
}
#conteudo_info a:hover {
	color: rgba(0,0,0,1);
}
#conteudo_info ul {
	display: block;
	padding: 0px;
	float: left;
	height: auto;
	width: 100%;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 0px;
	list-style-type: none;
}
#conteudo_info ol {
	display: block;
	padding: 0px;
	float: left;
	height: auto;
	width: 100%;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 0px;
	list-style-type: none;	
}
#conteudo_info ul li {
	text-decoration: none;	
}
#conteudo_info ol li {
	text-decoration: none;	
}
#conteudo_info img {
	padding: 1%;
	height: auto;
	width: 20%;
	background-color: rgba(255,255,255,1);
	display: inline;
	margin-right: 2%;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: right;
}

/*******************************************/

/* Início Imageslider */ 
#cont-imageslider {
	display: block;
	left: 0;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 140px;
	margin-bottom: 155px;
	overflow: auto;
	position: absolute;
	top: 0;
	width: 90%;
	height: auto;
}
.container {
	display: block;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#imageslider {
	display: block;
	max-width: 1280px;
	min-width: 240px;
	overflow: hidden;
	padding: 10px;
	position: relative;
	background-attachment: scroll;
	background-color: rgba(0,0,0,1);
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#imageslider .iviewSlider {
	display: block;
	height: 400px;
	overflow: hidden;
	width: 900px;
	background-color: rgba(255,255,255,1);
}
#imageslider div.iview-directionNav {
    left: 0;
    position: absolute;
    top: 47%;
    width: 100%;
    z-index: 9;
}
#imageslider div.iview-directionNav a {
	background-image: url(../../img/slider-icones/bg_direction_nav.png);
	cursor: pointer;
	display: block;
	height: 27px;
	position: absolute;
	text-indent: -9999px;
	transition-delay: 0s;
	transition-duration: 0.3s;
	transition-property: left, right;
	transition-timing-function: ease-in-out;
	width: 27px;
}
#imageslider div.iview-directionNav a.iview-nextNav {
    background-position: 27px 0;
    right: -27px;
}
#imageslider div.iview-directionNav a.iview-prevNav {
    background-position: 0 0;
    left: -27px;
}
#imageslider.iview-hover div.iview-directionNav a.iview-nextNav {
    right: 20px;
}
#imageslider.iview-hover div.iview-directionNav a.iview-prevNav {
    left: 20px;
}
.iview-caption {
	background: url("../../img/caption-bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #000;
	font-family: "Open Sans", "Open Sans Bold", "Open Sans Bold Italic", "Open Sans Extrabold", "Open Sans Extrabold Italic", "Open Sans Italic", "Open Sans Light", "Open Sans Light Italic", "Open Sans Semibold", "Open Sans Semibold Italic";
	font-size: 14px;
	padding: 10px 15px;
	width: auto;
	margin-top: 50px;
	display: block;
}
.iview-caption.caption1 {
	background-color: rgba(102,102,102,1);
	font-size: 36px;
	font-weight: bold;
	height: 45px;
	line-height: 45px;
}
.iview-caption.caption2 {
	font-size: 36px;
	font-weight: bold;
	height: 45px;
	line-height: 45px;
	text-shadow: none;
	background-attachment: scroll;
	background-color: rgba(102,102,102,1);
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
.iview-caption.caption3 {
    background: none repeat scroll 0 0 #fff;
    color: #000;
    font-size: 26px;
    text-shadow: none;
}
.iview-caption.caption5 {
	font-size: 42px;
	line-height: 42px;
	font-weight: normal;
	text-shadow: none;
	color: rgba(255,255,255,1);
	background-attachment: scroll;
	background-color: #000000;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
.iview-caption.caption6 {
	background-color: rgba(102,102,102,0.6);
	font-size: 16px;
	font-weight: normal;
	text-shadow: none;
	color: rgba(255,255,255,1);
}
.iview-caption.caption7 {
	background-color: rgba(255,255,255,.8);
	color: rgba(0,0,0,1);
	font-size: 12px;
	font-weight: normal;
}
#iview-preloader {
	border: 1px solid #666;
	width: 150px;
}
#iview-preloader div {
    background: none repeat scroll 0 0 #666;
}
#iview-timer {
	border-radius: 10px;
	display: none;
}
#iview-timer div {
    border-radius: 10px;
}

/*******************************************/

/* Início URL Externa */
.conteudos-externos {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}
.conteudos-externos iframe {
	position: absolute;
	top:0;
	left: 0;
	width: 90%;
	height: 100%;
	margin-right: 5%;
	margin-left: 5%;
}
/* Fim URL Externa */ 

/*******************************************/

/* Início Formulário de Contacto */ 
#candidaturas {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	display: block;
	color: rgba(51,51,51,1);
	clear: both;
}
#candidaturas p {
	color: rgba(153,153,153,1);
	display: block;
	padding: 0px;
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#candidaturas #form_input_1  {
	display: block;
	padding: 0px;
	float: left;
	height: 25px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: thin solid rgba(204,204,204,1);
}
#form_input_1 #nome_candidato {
	background-color: rgba(255,255,255,1);
	display: block;
	margin: 0px;
	float: left;
	height: 25px;
	width: 400px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	clear: both;
	font-size: 14px;
	color: rgba(153,153,153,1);
	border: thin solid #CCC;
}
#form_input_1 #concelho_candidato {
	background-color: rgba(255,255,255,1);
	display: block;
	margin: 0px;
	float: left;
	height: 25px;
	width: 400px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: both;
	font-size: 14px;
	color: rgba(153,153,153,1);
	border: thin solid #CCC;
}
#form_input_1 #email_candidato {
	background-color: rgba(255,255,255,1);
	display: block;
	margin: 0px;
	float: left;
	height: 25px;
	width: 400px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: both;
	font-size: 14px;
	color: rgba(153,153,153,1);
	border: thin solid #CCC;
}
#form_input_1 #tlm_candidato {
	background-color: rgba(255,255,255,1);
	display: block;
	margin: 0px;
	float: left;
	height: 25px;
	width: 100px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: both;
	font-size: 14px;
	color: rgba(153,153,153,1);
	border: thin solid #CCC;
}
#form_input_1 #idade_candidato {
	background-color: rgba(255,255,255,1);
	display: block;
	margin: 0px;
	float: left;
	height: 25px;
	width: 25px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: both;
	font-size: 14px;
	color: rgba(153,153,153,1);
	border: thin solid #CCC;
}
#form_input_1 #interesses_candidato {
	background-color: rgba(255,255,255,1);
	display: block;
	margin: 0px;
	float: left;
	height: 25px;
	width: 400px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: both;
	font-size: 12px;
	font-size: 14px;
	color: rgba(153,153,153,1);
	border: thin solid #CCC;
}
#candidaturas #enviar_email {
	line-height: 20px;
	text-transform: capitalize;
	color: rgba(255,255,255,1);
	background-color: rgba(102,102,102,1);
	text-align: center;
	display: block;
	float: left;
	height: auto;
	width: auto;
	font-size: 13px;
	vertical-align: middle;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#candidaturas #enviar_email:hover {
	background-color: rgba(0,0,0,1);
}
/*Fim Formulário de Contacto */ 

/*******************************************/

/* Início Contactos */ 
#contactos {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	display: block;
	color: rgba(51,51,51,1);
	clear: both;
}
#contactos p {
	color: rgba(102,102,102,1);
	display: block;
	padding: 0px;
	float: left;
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#contactos #form_input_1  {
	display: block;
	padding: 0px;
	float: left;
	height: 25px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#form_input_1 #nome_contacto {
	background-color: rgba(255,255,255,1);
	display: block;
	margin: 0px;
	float: left;
	height: 25px;
	width: 400px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	clear: both;
	font-size: 14px;
	color: rgba(102,102,102,1);
	border: thin solid rgba(204,204,204,1);
}
#form_input_1 #email_contacto {
	background-color: rgba(255,255,255,1);
	display: block;
	margin: 0px;
	float: left;
	height: 25px;
	width: 400px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	clear: both;
	font-size: 14px;
	color: rgba(102,102,102,1);
	border: thin solid rgba(204,204,204,1);
}
#form_input_1 #assunto_contacto {
	background-color: rgba(255,255,255,1);
	display: block;
	margin: 0px;
	float: left;
	height: 25px;
	width: 250px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	clear: both;
	font-size: 14px;
	color: rgba(102,102,102,1);
	border: thin solid rgba(204,204,204,1);
}
#mensagem_contacto  {
	background-color: rgba(255,255,255,1);
	display: block;
	clear: both;
	float: left;
	height: 300px;
	width: 400px;
	margin-top: 2px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 14px;
	color: rgba(102,102,102,1);
	border: thin solid rgba(204,204,204,1);
}
#contactos #enviar_email {
	line-height: 20px;
	text-transform: capitalize;
	color: rgba(255,255,255,1);
	background-color: rgba(102,102,102,1);
	text-align: center;
	display: block;
	float: left;
	height: auto;
	width: auto;
	font-size: 13px;
	vertical-align: middle;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contactos #enviar_email:hover {
	background-color: rgba(0,0,0,1);
}
form .p_conteudo {
	margin-top: 10px;
}
/* Fim Contactos */

/*******************************************/

/* Início Portfólio */ 
.portfolio  {
	line-height: 20px;
	text-transform: capitalize;
	color: rgba(255,255,255,1);
	background-color: rgba(102,102,102,1);
	text-align: center;
	display: block;
	float: left;
	height: auto;
	width: auto;
	font-size: 13px;
	vertical-align: middle;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* Fim Portfólio */

/* FIM CENTRAL */ 





/*******************************************/


 

/* INÍCIO FOOTER */ 
/* Início footer geral */ 
#footer {
	display: block;
	clear: both;
	height: 115px;
	width: 100%;
	position: fixed;
	z-index: 100;
	left: 0px;
	bottom: 0px;
	padding: 0;
	margin: 0;
} 
#footer ul {
	list-style-type:none;	
}
#footer a {
	text-decoration: none;	
}
/* Fim footer geral */

/*******************************************/

/* Início Big-menu */ 
#big-menu {
	display: block;
	height: 90px;
	width: 92%;
	background-color: rgba(0,0,0,1);
	padding-top: 0px;
	padding-right: 4%;
	padding-bottom: 0px;
	padding-left: 4%;
	margin: 0px;
			}
.selected   {
	background-color: rgba(153,153,153,1);
	font-weight: bold;
}
#big-menu ul {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 90px;
	width: 100%;
}
#big-menu ul li {
	position: relative;
	background-color: rgba(0,0,0,1);
	display: inline-block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 25px;
	width: 14.28577143%;
	cursor: pointer;
}
#big-menu ul li a #icone {
	display: block;
	margin: 0px;
	float: left;
	height: 46px;
	width: 100%;
	clear: right;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#big-menu ul li a #text {
	font-size: 100%;
}
#big-menu ul li a {
	display: block;
	margin: 0px;
	height: 90px;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	color: rgba(255,255,255,1);
	padding-top: 0px;
	padding-right: 5%;
	padding-bottom: 0px;
	padding-left: 5%;
	letter-spacing: 0.05em;
}
#big-menu ul li a:hover {
	background-color: rgba(0,0,0,1);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
s
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
			
/* Início Efeito HOVER Big-menu > .DropUpMenu */
/* Início Geral */
	#big-menu ul li:hover > a {
	background-color: rgba(153,153,153,1);
	}
/* Fim Geral */
/* Início SPAN */
	#big-menu ul li:hover > a #home {
	background-image: url(../img/menuBtn/homeDOWN.png);
	}
	#big-menu ul li:hover > a #tt {
	background-image: url(../img/menuBtn/ttDOWN.png);
	}
	#big-menu ul li:hover > a #eventos {
	background-image: url(../img/menuBtn/eventosDOWN.png);
	}
	#big-menu ul li:hover > a #pim {
	background-image: url(../img/menuBtn/pimDOWN.png);
	}
	#big-menu ul li:hover > a #formacoes {
	background-image: url(../img/menuBtn/formacoesDOWN.png);
	}
	#big-menu ul li:hover > a #candidaturas {
	background-image: url(../img/menuBtn/candidaturasDOWN.png);
	}
	#big-menu ul li:hover > a #outros {
	background-image: url(../img/menuBtn/outrosDOWN.png);
	}
/* Fim SPAN */

/* Fim Efeito HOVER Big-menu > .DropUpMenu */
			
/* Ínicio Botões dropUpMenu */
#big-menu ul li .dropUpMenu {
display: none;
}
#big-menu ul li:hover .dropUpMenu {
	display: block;
	float: left;
	width: 100%;
	background-color: rgba(0,0,0,1);
	bottom: 25px;
	position: absolute;
	height: auto;
}
#big-menu ul li .dropUpMenu li {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 25px;
	width: 100%;
	background-color: rgba(255,255,255,1);
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: rgba(241,243,242,1);
	line-height: 25px;
	text-transform: capitalize;
					}
#big-menu ul li .dropUpMenu li a {
	height: 25px;
	text-transform: none;
	color: rgba(153,153,153,1);
	line-height: 25px;
}
#big-menu ul li .dropUpMenu li a:hover {
	color: rgba(255,255,255,1);
}
#big-menu ul li .dropUpMenu li:hover {
	border-bottom-color: rgba(241,243,242,1);
}
#big-menu ul li:hover ul {
	background-color: rgba(153,153,153,1);
}
/* Fim Botões dropUpMenu */
				
/* Início Icones */
#big-menu ul li a #home {
	display: block;
	margin: 0px;
	height: 46px;
	width: 100%;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../img/menuBtn/homeUP.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#big-menu ul li a:hover > #home {
	background-image: url(../img/menuBtn/homeDOWN.png);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#big-menu ul li a #tt {
	display: block;
	margin: 0px;
	height: 46px;
	width: 100%;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../img/menuBtn/ttUP.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#big-menu ul li a:hover > #tt {
	background-image: url(../img/menuBtn/ttDOWN.png);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#big-menu ul li a #eventos {
	display: block;
	margin: 0px;
	height: 46px;
	width: 100%;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../img/menuBtn/eventosUP.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#big-menu ul li a:hover > #eventos {
	background-image: url(../img/menuBtn/eventosDOWN.png);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#big-menu ul li a #pim {
	display: block;
	margin: 0px;
	height: 46px;
	width: 100%;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../img/menuBtn/pimUP.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#big-menu ul li a:hover > #pim {
	background-image: url(../img/menuBtn/pimDOWN.png);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#big-menu ul li a #formacoes {
	display: block;
	margin: 0px;
	height: 46px;
	width: 100%;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../img/menuBtn/formacoesUP.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#big-menu ul li a:hover > #formacoes {
	background-image: url(../img/menuBtn/formacoesDOWN.png);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#big-menu ul li a #candidaturas {
	display: block;
	margin: 0px;
	height: 46px;
	width: 100%;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../img/menuBtn/candidaturasUP.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#big-menu ul li a:hover > #candidaturas {
	background-image: url(../img/menuBtn/candidaturasDOWN.png);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#big-menu ul li a #outros {
	display: block;
	margin: 0px;
	height: 44px;
	width: 100%;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../img/menuBtn/outrosUP.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#big-menu ul li a:hover > #outros {
	background-image: url(../img/menuBtn/outrosDOWN.png);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
/* Fim Icones */
/* Fim Big-menu */

/*******************************************/

/* Início Mobile-menu */ 
/* Início Toggle */ 
label {
	display: none;
}
#menu-toggle {
  display: none; /* hide the checkbox */
}
#menu {
  display: none;
}
/* Fim Toggle */
/* Início Telefone Footer */
.contacto-mobile {
	display: none;
}
/* Fim Telefone Footer */
/* Fim Mobile-menu */ 

/*******************************************/

/* Início Créditos */  
#creditos {
	background-color: rgba(255,255,255,1);
	display: block;
	width: 92%;
	height: 25px;
	padding-top: 0px;
	padding-right: 4%;
	padding-bottom: 0px;
	padding-left: 4%;
	margin: 0px;
	clear: both;
	float: left;
	vertical-align: middle;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: rgba(241,243,242,1);
}
#creditos #direitos {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 25px;
	width: 80%;
}
#creditos #direitos .pfooter{
	display: block;
	margin: 0px;
	float: left;
	height: 25px;
	width: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 11px;
	color: rgba(0,0,0,1);
}
#creditos #direitos span {
	display: block;
	float: left;
	margin: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: rgba(0,0,0,1);
}
#creditos #jm {
	display: block;
	margin: 0px;
	float: right;
	height: 25px;
	width: 20%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#creditos #jm a {
	display: block;
	float: right;
	height: 12px;
	width: 24px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/* Fim Créditos */ 
/* FIM FOOTER */ 




/*******************************************/




/*  CLASSES GLOBAIS */
/*  Header - Redes Sociais */
.space {
	display: block;
	padding: 0px;
	float: left;
	height: 32px;
	width: 32px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/*  Header - Redes Sociai */
/*  Central */
.bottom {
	height: 50%;
	width: 30%;
	left: 0px;
	bottom: 0px;
}
.clear {
	clear: both;
}
/*  Central */
/*  Footer */
.selected   {
	font-weight: normal;
	background-color: rgba(220,220,220,1) !important;
}
/*  Footer */
/*  CLASSES GLOBAIS */


.link_button {
	display: block;
	line-height: 30px;
	color: rgba(255,255,255,1) !important;
	background-color: rgba(102,102,102,1);
	clear: both;
	float: left;
	height: 30px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-right: 20px;
	padding-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.link_button:hover {
	background-color: rgba(0,0,0,1);
	color: rgba(255,255,255,1) !important;
}

.imageLeft10 {
	padding: 5px;
	height: auto;
	width: 10%;
	background-color: rgba(255,255,255,1);
	display: inline;
	margin-right: 2%;
	margin-bottom: 0;
}
.imageLeft20 {
	padding: 10px;
	height: auto;
	width: 20%;
	background-color: rgba(255,255,255,1);
	display: inline;
	margin-right: 2%;
}
.imageLeft33 {
	padding: 1%;
	height: auto;
	width: 29%;
	background-color: rgba(255,255,255,1);
	display: inline;
	margin-right: 2%;
}
.imageLeft50 {
	padding: 2%;
	height: auto;
	width: 46%;
	background-color: rgba(255,255,255,1);
	display: inline;
	margin-right: 2%;
}
.imageRight10 {
	padding: 5px;
	height: auto;
	width: 10%;
	background-color: rgba(255,255,255,1);
	display: inline;
	margin-left: 2%;
	margin-bottom: 0;
	float: right;
}
.imageRight20 {
	padding: 10px;
	height: auto;
	width: 20%;
	background-color: rgba(255,255,255,1);
	display: inline;
	margin-left: 2%;
	float: right;
}
.imageRight33 {
	padding: 1%;
	height: auto;
	width: 29%;
	background-color: rgba(255,255,255,1);
	display: inline;
	margin-left: 2%;
	float: right;
}
.imageRight50 {
	padding: 2%;
	height: auto;
	width: 46%;
	background-color: rgba(255,255,255,1);
	display: inline;
	margin-left: 2%;
	float: right;
}
.imageFull100 {
	padding: 2%;
	height: auto;
	width: 96%;
	background-color: rgba(255,255,255,1);
	display: inline;
	margin-right: 0% !important;
}