/**
 * iris.ijp.css
 * Desenvolvimento UPT
 *
 * IJP Website styles.
 *************************************************************/

body > header > nav {
	/*top: 4em;*/
	top: 6em;
	left: 0;
}

body > footer {
	clear: both;
}

#home {
	width: 300px;
	text-indent: 0;
}

#home[lang="pt"] {
	background-image: url('//siupt.upt.pt/content/ijp/images/ijp_logo_pt.jpg');
}

#home[lang="en"] {
	background-image: url('//siupt.upt.pt/content/ijp/images/ijp_logo_en.jpg');
}

#home_upt {
	display: inline-block;
	height: 3em;
	margin-left: 0.5em;
	margin-top: 0.5em;
	/* RC 15.03.31 Pedido Caramelo Gomes substituição por logo de UPT Global */
	/*background: url("images/metro_logo.png") no-repeat;*/
	background: url("images/logo_UPT.png") no-repeat;
	background-position: 0% 40%;
	/*width: auto;*/
	width: 410px;
	height: 80px;
	line-height: 2.75em;
	text-indent: 3em;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Garamond;
}

body > header {
	height: 8em;


	/* por causa dos logos de certificação */
	height		: 13em;
}

body > header > nav {
	top: 12em;
}

#logos_porto {
	height: 85px;
	margin-top: 2em;
	text-align: center;
}

html {
	background: #fff;
	background-image: none;
}

#logos_fct {
	clear: both;
}




/* RC 17.02.03 */
.header_button {
	background-color	: #F5F5F5;
	background-image	: -o-linear-gradient(top, #FFFFFF, #E6E6E6);
	background-repeat	: repeat-x;
	border				: 1px solid rgba(0, 0, 0, 0.251);
	border-radius		: 0.25em;
	box-shadow			: inset 0px 1px 3px rgba(255, 255, 255, 0.196), 0px 1px 2px rgba(0, 0, 0, 0.047);
	font-weight			: 700;
	height				: 2.1em;
	padding				: 0.3em 1em;
	width				: auto;
	cursor				: default;
}

.header_button:hover,
.header_button:focus {
	box-shadow			: inset 0px 2px 6px rgba(0, 0, 0, 0.196), 0px 1px 2px rgba(0, 0, 0, 0.047);
}

.header_button {
	width: 80px;
	height: 50px;
	margin: 0 0 0.2em 1em;
	padding: 0.5em;
	display: inline-block;
	vertical-align: bottom;
	text-decoration: none;
	font-size: 0.8em;
}

.header_button.button1 {
	line-height: 1.75em;
}

.header_button.button2 {
	line-height: 1.2em;
}

#logos_porto{
	-webkit-flex-flow	: row wrap;
	display				: -moz-box;
	display				: -ms-flexbox;
	display				: -webkit-box;
	display				: -webkit-flex;
	display				: flex;
	justify-content		: space-around;
}

header nav ul{
	-webkit-flex-flow	: row wrap;
	display				: -moz-box;
	display				: -ms-flexbox;
	display				: -webkit-box;
	display				: -webkit-flex;
	display				: flex;
	justify-content		: space-around;
	margin-left			: 0em;
}

body > header > nav{
	right: 0;
}