@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);


body, html{
	padding:0;
	margin:0;
	background-color:#d9d9d9;
	font-family: 'Droid Sans', sans-serif;
}


.menu{
	color:white;
	white-space:nowrap;
	font-size:14px;
	text-transform:uppercase;
	font-weight:700;
	padding-left:15px;
	cursor:pointer;
	-webkit-transition:color 0.2s ease-in, text-shadow 0.2s ease-in;
	-moz-transition:color 0.2s ease-in, text-shadow 0.2s ease-in;
	-0-transition:color 0.2s ease-in, text-shadow 0.2s ease-in;
	transition:color 0.2s ease-in, text-shadow 0.2s ease-in;
	
}

.menuover{
	color:#2f61aa;
	white-space:nowrap;
	font-size:14px;
	text-transform:uppercase;
	font-weight:700;
	padding-left:15px;
	cursor:pointer;
	-webkit-transition:color 0.2s ease-in, text-shadow 0.2s ease-in;
	-moz-transition:color 0.2s ease-in, text-shadow 0.2s ease-in;
	-0-transition:color 0.2s ease-in, text-shadow 0.2s ease-in;
	transition:color 0.2s ease-in, text-shadow 0.2s ease-in;
}



.menufooter{
	color:#888;
	white-space:nowrap;
	font-size:14px;
	text-transform:uppercase;
	font-weight:400;
	padding-left:15px;
	cursor:pointer;
	-webkit-transition:color 0.2s ease-in, text-shadow 0.2s ease-in;
	-moz-transition:color 0.2s ease-in, text-shadow 0.2s ease-in;
	-0-transition:color 0.2s ease-in, text-shadow 0.2s ease-in;
	transition:color 0.2s ease-in, text-shadow 0.2s ease-in;
	
}

.menufooterover{
	color:#555;
	white-space:nowrap;
	font-size:14px;
	text-transform:uppercase;
	font-weight:400;
	padding-left:15px;
	cursor:pointer;
	-webkit-transition:color 0.2s ease-in, text-shadow 0.2s ease-in;
	-moz-transition:color 0.2s ease-in, text-shadow 0.2s ease-in;
	-0-transition:color 0.2s ease-in, text-shadow 0.2s ease-in;
	transition:color 0.2s ease-in, text-shadow 0.2s ease-in;
}


.logo{
	font-weight:700;
	color:#2f61aa;
	font-size:34px;
	letter-spacing:1.5px;
	cursor:pointer;
	-webkit-transition:color 0.2s ease-in, text-shadow 0.2s ease-in;
	-moz-transition:color 0.2s ease-in, text-shadow 0.2s ease-in;
	-0-transition:color 0.2s ease-in, text-shadow 0.2s ease-in;
	transition:color 0.2s ease-in, text-shadow 0.2s ease-in;
}

.logo:hover{
	font-weight:700;
	color:#f4f4f4;
	font-size:34px;
	letter-spacing:1.5px;
	cursor:pointer;
	-webkit-transition:color 0.2s ease-in, text-shadow 0.2s ease-in;
	-moz-transition:color 0.2s ease-in, text-shadow 0.2s ease-in;
	-0-transition:color 0.2s ease-in, text-shadow 0.2s ease-in;
	transition:color 0.2s ease-in, text-shadow 0.2s ease-in;
}


.logoinverse{
	font-weight:700;
	color:#f4f4f4;
	font-size:34px;
	letter-spacing:1.5px;
	cursor:pointer;
	-webkit-transition:color 0.2s ease-in, text-shadow 0.2s ease-in;
	-moz-transition:color 0.2s ease-in, text-shadow 0.2s ease-in;
	-0-transition:color 0.2s ease-in, text-shadow 0.2s ease-in;
	transition:color 0.2s ease-in, text-shadow 0.2s ease-in;
}

.logoinverse:hover{
	font-weight:700;
	color:#2f61aa;
	font-size:34px;
	letter-spacing:1.5px;
	cursor:pointer;
	-webkit-transition:color 0.2s ease-in, text-shadow 0.2s ease-in;
	-moz-transition:color 0.2s ease-in, text-shadow 0.2s ease-in;
	-0-transition:color 0.2s ease-in, text-shadow 0.2s ease-in;
	transition:color 0.2s ease-in, text-shadow 0.2s ease-in;
}
	
.text{
	color:#444444;
	font-size:13px;
	font-weight:400;
			
}

.footertext{
	color:#888;
	font-size:13px;
	font-weight:400;
	padding-top:15px;
	text-align:right;
			
}

.title{
	color:#444444;
	font-size:16px;
	font-weight:700;
			
}

.input
{
	background-color: #d9d9d9;
	font-size:16px;
	border-radius:3px;
	width:305px;
	height:30px;
	text-align: center;
	font-weight:700;
	color:#000;
	outline:none;
	border:none;
	resize: none;
}

.button{
	background-color:#d9d9d9;
	color:#000;
	padding:6px 13px 6px 13px;
	font-weight:700;
	-webkit-transition:color 0.2s ease-in, text-shadow 0.2s ease-in;
	-moz-transition:color 0.2s ease-in, text-shadow 0.2s ease-in;
	-0-transition:color 0.2s ease-in, text-shadow 0.2s ease-in;
	transition:color 0.2s ease-in, text-shadow 0.2s ease-in;
	border-radius: 3px;
	border:none;
	font-size:16px;
}

.button:hover{
	background-color:#000;
	color:#d9d9d9;
	padding:6px 13px 6px 13px;
	font-weight:700;
	-webkit-transition:color 0.2s ease-in, text-shadow 0.2s ease-in;
	-moz-transition:color 0.2s ease-in, text-shadow 0.2s ease-in;
	-0-transition:color 0.2s ease-in, text-shadow 0.2s ease-in;
	transition:color 0.2s ease-in, text-shadow 0.2s ease-in;
	font-size:16px;
}

a.mail{
	color:#2f61aa;
	white-space:nowrap;
	font-size:14px;
	cursor:pointer;
	text-decoration:none;
	-webkit-transition:color 0.2s ease-in, text-shadow 0.2s ease-in;
	-moz-transition:color 0.2s ease-in, text-shadow 0.2s ease-in;
	-0-transition:color 0.2s ease-in, text-shadow 0.2s ease-in;
	transition:color 0.2s ease-in, text-shadow 0.2s ease-in;
}

a.mail:hover{
	color:#111111;
	white-space:nowrap;
	font-size:14px;
	cursor:pointer;
	text-decoration:none;
	-webkit-transition:color 0.2s ease-in, text-shadow 0.2s ease-in;
	-moz-transition:color 0.2s ease-in, text-shadow 0.2s ease-in;
	-0-transition:color 0.2s ease-in, text-shadow 0.2s ease-in;
	transition:color 0.2s ease-in, text-shadow 0.2s ease-in;
}

