/* Header */
/* --------------------------------------- */
#masthead {
	overflow: auto;
	clear: both;



	
}
#masthead .masthead-left {
	width: calc(75% - 3.6em);
	float: left;
	padding: 1.5em;
}
@media (max-width: 768px) {
	#masthead .masthead-left {
		clear: both;
		padding: .8em;
		width: calc(100% - 1.6em);
	}
}
#masthead .masthead-left .mgiro {
	display: inline-block;
	color: #333333; 
	text-decoration: none;
	font-size: 18px;
	margin-top: 12px;
}
#masthead .masthead-left .iso {
	display: block;
	color: #0049cb;
	text-decoration: none;
	padding-top: 15px;
	font-size: 23px;
	/*text-transform: uppercase;*/



	
}
@media (max-width: 1200px) {
	#masthead .masthead-left .iso {
		line-height: 1em;
	}
}
#masthead .masthead-right {
	width: calc(25% - 1.8em);
	float: right;
	padding: 1.8em 1.8em 1.8em 0;
	font-size: 14px;
	line-height: 22px;
	/*color: #333333;*/
}
@media (max-width: 768px) {
	#masthead .masthead-right {
		clear: both;
		padding: .8em;
		width: calc(100% - 1.6em);
	}
}
#masthead .masthead-right a {
	color: #3391D6;
	text-decoration: none;
}
#masthead .masthead-right a:hover {
	color: #333333;
	text-decoration: underline;
}