/* General Blueprint Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);


body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    color: #000;
}

a {
	color: #f0f0f0;
	text-decoration: none;
}

a:hover {
	color: #000;
}

.container {
width: 100%;
	position: relative;
	margin-top: 12em;
}


.container > header h1 {
	font-size: 2.125em;
	line-height: 1.3;
	margin: 0 0 0.6em 0;
	float: left;
	font-weight: 400;
}


.container > header > span {
	display: block;
	position: relative;
	font-size: 1.3em;
	z-index: 8999;
	font-weight: 700;
	text-transform: uppercase;
	text-align: justify;
    text-justify: inter-word;
	letter-spacing: 0.5em;
	padding: 0 0 0.6em 0.1em;
}

.container > header > span span:after {
	width: 30px;
	height: 30px;
	left: -12px;
	font-size: 50%;
	top: -8px;
	font-size: 75%;
	position: relative;
}

.container > header > span span:hover:before {
	text-transform: none;
	text-indent: 0;
	letter-spacing: 0;
	font-weight: 300;
	font-size: 110%;
	padding: 0.8em 1em;
	line-height: 1.2;
	text-align: left;
	left: auto;
	margin-left: 4px;
	position: absolute;
	color: #fff;
	background: #47a3da;
}



.flag {
	color: none;
	width: 140px;
	height: 30px;
	background: none;
	position: relative;
	float:right;
	overflow: hidden;
	margin: 23px 0px 0px 0px;
}

.flag ul{
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 30px;
	margin:0 auto;
	color:#fff;
    background:none;
}
.flag ul li{
	display:inline-block;
	float:right;
	width: 38px;
	height: 30px;
	margin:0px 1px;
}
.flag ul li a{
	color:none;
	padding: 0px 0px;
}

.flag ul li img{
	position: relative;
	width: 30px;
	height: 30px;
	opacity: 1.0;
}

.container > header nav a:hover:after {
	color: #fff;
}



@media screen and (max-width: 1010px) {


.flag {
	color: none;
	width: 25%;
	height: 30px;
	top:-10px;
	background: none;
	position: relative;
	float:right;
	overflow: hidden;
	margin-right: 60px;
}


}


@media only screen 
and (min-device-width : 300px) 
and (max-device-width : 568px) {



.flag {
	color: none;
	width: 35%;
	height: 100px;
	top:20px;
	background: none;
	position: relative;
	float:right;
	overflow: hidden;
	margin-right: 277px;
}

.flag ul{
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 100px;
	margin:0 auto;
	color:#fff;
    background:none;
}
.flag ul li{
	display:inline-block;
	float:right;
	width: 77px;
	height: 30px;
	margin:0px 10px;
}
.flag ul li a{
	color:none;
	padding: 0px 0px;
}

.flag ul li img{
	position: relative;
	width: 77px;
	height: 77px;
	opacity: 1.0;
}

.header nav-mobile {
	position: absolute;
	width: 200px;
	height: 23px;
	top: 20px;
	right: 60px;
	background: none;
	line-height: 20px;
	display:inline;
	text-align: right;	
}

.header nav-mobile a {
	color: #555;
	font-weight: 200;
	margin: 0 0 0 20px;
	font-size: 2.7em;
	display:inline-block;
}


}