/* 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;

}


.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: 10px -5px 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: 25px;
	height: 25px;
	margin:0px 5px;
}
.flag ul li a{
	color:none;
	padding: 0px 0px;
}

.flag ul li img{
	position: relative;
	width: 25px;
	height: 25px;
	opacity: 1.0;
	box-shadow: 0px 0px 6px #444;
}

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



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


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

}



@media (max-width: 620px) {


.flag {
	color: none;
	width: 108px;
	height: 20px;
	top:0px;
	background: none;
	position: relative;
	float:right;
	overflow: hidden;
	margin-right: 40px;
}

.flag ul{
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 30px;
	margin:0 auto;
	color:#fff;
    background:none;
}

.flag ul li a{
	display:inline-block;
	float:right;
	width: 20px;
	height: 20px;
	margin:0px 0px;
}

.flag ul li img{
	position: relative;
	width: 20px;
	height: 20px;
	opacity: 1.0;
	box-shadow: 0px 0px 6px #444;
}



}




