/* Webfont: Lato-Light */
@font-face {
    font-family: 'LatoLight';
    src: url('Lato-Light.eot'); /* IE9 Compat Modes */
    src: url('Lato-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('Lato-Light.woff') format('woff'), /* Modern Browsers */
         url('Lato-Light.ttf') format('truetype'); 
    font-style: normal;
    font-weight: lighter;
    text-rendering: optimizeLegibility;
}
html {
	font-family: "lato",Helvetica,Verdana,Arial,sans-serif;
}
html, body {
	margin: 0;
	height: 100%;
}
#main-container {
	position: relative;
	margin: auto;
	width: 994px;
	height: 100%;
}
header {
	width: 100%;
	height: 176px;
	margin: auto;
}
#header-title {
	width: 600px;
	height: 176px;
	display: inline-block;
	float: right;
}
header h1 {
	width: 470px;
	display: inline-block;
	float: right;
	line-height: 50px;
	margin: 0;
	font-size: 40px;
	font-weight: normal;
	padding-top: 40px;
	text-align: right;
}
header h2 {
	display: inline-block;
	line-height: 60px;
	float: right;
	font-size: 50px;
	font-family: "latolight";
	font-weight: 100;
	margin: 0;
}
.yellow {
	color: #FBB900;
}
.blue {
	color: #004F9E;
}
#logo-sf {
	background: url('../img/logo-SF.png') no-repeat scroll left top transparent;
	height: 167px;
	width: 176px;
	display: inline-block;
}
nav {
	height: 37px;
}
#select-country {
	width: 462px;
	height: 37px;
	float: right;
}
#select-country p {
	font-family: "latolight";
	font-size: 16px;
	margin: 0;
	line-height: 37px;
	display: inline-block;
}
#select-country ul {
	float: right;
	display: inline-block;
	margin: 0;
	height: 37px;
}
#select-country ul li {
	display: inline-block;
}
#international-picture {
	z-index: -1;
	width: 100%;
	background-image: url("../img/bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: inline-block;
	height: 449px;
	position: absolute;
	bottom: 30px;
}
footer {
	margin: auto;
	bottom: 0;
	width: 100%;
	height: 30px;
	background-color: #223C8A;
	position: absolute;
}
footer h2 {
	width: 330px;
	float: right;
	display: inline-block;
	line-height: 30px;
	margin: 0;
	font-size: 10px;
	color: white;
}
