@charset "UTF-8";

@import url(http://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);

html {
	-webkit-font-smoothing: antialiased;
}

*{
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body {
	margin:0;
	padding:0;
}

.wrapper {
width: auto;
margin: 0 auto;
background-color: #fff;
}

a:link,
a:visited,
a:hover {
text-decoration: none;
color: #0a1f63;
}

#logo{
	width: 400px;
	height: 100px;
	position: absolute;
	top: 35%;
	left: 50%;
	margin-top: -50px;
	margin-left: -200px;	
}

#logo_big{
	position: absolute;
	width: 400px;
	height: 100px;
	top: 25%;
	left: 50%;
	margin-top: -50px;
	margin-left: -200px;
	text-align: center;
}

.text2 {
	font-family: "Lato", Sans-serif;
  font-size: 11px;
  font-style: normal; 
}

.logo_big_i{
	font-family: "Lato", Sans-serif;
  font-size: 72px;
  font-style: italic;
  font-weight: 700;
  text-shadow: none;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -0.0125em;
  word-spacing: 0em;
  line-height: 1.4;	
	color: #05c841;
}

.logo_big_n{
	font-family: "Lato", Sans-serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -0.01em;
  word-spacing: 0em;
  line-height: 1;
	color: #0a1f63;	
}

#contact{
	position: absolute;
	width: 600px;
	height: 260px;
	top: 65%;
	left: 50%;
	margin-top: 50px;
	margin-left: -125px;
	text-align: left;
}

.contact_text p{
	margin-bottom: 20px;
	font-family: "Lato", Sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0em;
  word-spacing: 0em;
  line-height: 1.3em;
	color: #0a1f63;	
}

.contact_text a:hover {
text-decoration: underline;
color: #0a1f63;
}