@media (max-width: 939px), (min-device-width: 320px) and (max-device-width: 939px) and (-webkit-min-device-pixel-ratio: 2) {
	body {
		width: auto;
	}

	#main_nav_mobile {
		display: none;
		margin-top: 0;
	}

	body > article {
		width: 98%;
		margin-left: 1%;
		margin-right: 1%;
	}

	#home {
		background-size: 100%;
		height: 45px;
		width: 220px;
		margin: 0.1em 0 0.1em 0;
		position: static;
		text-align: left;
	}

	#btn_menu {
		display: inline-block;
		float: right;
		/*margin: 11px;*/
		margin-right: 5px;
    	margin-top: 5px;
		background-image: url("glyphicons_free/glyphicons_157_show_lines.png");
		background-repeat: no-repeat;
		background-position: center;
		min-width: 3em;
		height: 3.1em;
		border: 1px solid #ddd;
		background-color: #ffffff;
	}

	.menu_mobile_aberto {
		display: block !important;
	}

	#logos_porto, #logos_fct {
		display: none;
	}

	#profile {
		display: block;
    	position: static;
    	text-align: left;
    	padding: 0;
	}

	#home_upt {
		background-size: 100%;
	    height: 45px;
	    width: 220px;
	    margin: 0.1em 0 0.1em 0;
	    position: static;
	    text-align: left;
	}

	#profile > .en, #profile > .pt {
		float: right;
    	margin: 11px;
	}

	div.tooltip {
		display: none;
	}

	body > header {
		width: auto;
		height: auto;
		margin: auto;
		top: 0;
		right: 0;
		left: 0;
		/*background-color: #20556C;*/
		text-align: inherit;
	}

	body > header nav {
		position: static;
		width: auto;
	}

	body > header, body > header > nav, body > header > nav > ul {
		display: block;
		height: auto;
	}

	header nav li > ul > li {
		min-width: auto;
	}

	body > header > nav ul {
		margin: 0;
		padding: 0;
	}

	body > header nav li {
		float: none;
	}

	header nav li > ul {
		position: static;
	}

	header nav li > ul > li > ul {
		position: static;
	}

	body > header > nav > ul > li {
		list-style-type: none;
		display: block;
	}

	body > header > nav > ul > li > ul > li {
		list-style-type: none;
		display: block;
	}

	body > header > nav > ul > li > ul > li > ul > li {
		list-style-type: none;
		display: block;
	}

	header nav > ul > li {
		margin: 0;
	}

	header nav a {
		padding: 0;
	}

	header > #main_nav_mobile > ul li {
		line-height: 4em;
	}

	.content_page table {
		 /*!important porque os estilos estão inline */
		width: 100% !important;
		height: auto;
		margin-left: 0 !important;
		margin-right: 0 !important;
		float: none !important;
		display: block !important;
		overflow-x: auto;
		overflow-y: hidden;
	}

	.content_page iframe {
		/* !important porque os estilos estão inline */
		width: 100% !important;
		max-width: 320px;
		height: auto !important;
		min-height: 200px;
		margin-left: 0 !important;
		margin-right: 0 !important;
		float: none !important;
		display: block;
	}

	.content_page img {
		/* !important porque os estilos estão inline */
		width: auto !important;
		max-width: 100%;
		height: auto !important;
		max-height: 300px;
		margin-left: 0 !important;
		margin-right: 0 !important;
		float: none !important;
		display: block;
		margin-top: 1px;
	}

	.content_page p {
		/* !important porque os estilos estão inline */
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.content_page a, .article > h1 {
		word-wrap: break-word;
		word-break: break-word;
	}

	.content_page div {
		width: auto !important;
		float: none !important;
		display: block !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	body > footer {
		width: 98%;
	}

	#cookies {
		width: 98%;
		margin-left: 1%;
		margin-right: 1%;
	}

	#cookies > div {
		width: 84%;
	}

	.hide_in_mobile {
		display: none;
	}
}