html, body {
	padding:0;
	margin:0;
	background:#FFF;
	min-height:100%;
	color:#000;
}
html, body, input, button, select, option, textarea, td, th {
	font-family:Montserrat,"Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
	font-weight:300;
	font-size:15px;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
h1 img, h2 img {
	vertical-align:middle;
}
a img {
	border:none;
}
a {
	text-decoration:none;
	color:#039;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color:#000;
}
a:hover {
	text-decoration:none;
	color:#06C;
}
.container {
	background:#FFF;
}
.wrapper {
	width:1024px;
	max-width:100%;
	margin:0 auto;
}
h1,h2,h3,h4,h5,h6 {
	color:#000;
}
h1,h2,h3,h4,h5,h6 {
	font-family:"Varela Round","Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
	font-weight:300;
}
h1 {
	font-size:32px;
}
h2 {
	font-size:24px;
}
h3 {
	font-size:20px;
}
h4 {
	font-size:18px;
}
h5 {
	font-size:17px;
}
h6 {
	font-size:16px;
}
.loginbox {
	width:480px;
	max-width:100%;
}
.loginboxi {
	background:#D2F1EE;
	padding:12px;
}
.btn {
	color:#FFF;
	background:#099FBB;
	max-width:100%;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	text-align:center;
	padding:8px 20px;
}
a.btn {
	display:block;
}
a.btn:hover,
.btn:hover {
	background:#4632DA;
	color:#FFF;
}
.btnc a.btn {
	float:left;
}
.content {
	padding:48px 12px;
}
.frc2, .frc3, .clr {
	width:1px;
	height:1px;
	overflow:hidden;
	font-size:1px;
	line-height:1px;
}
.frc2 {
	display:none;
}
.frc3 {
	clear:left;
}
.clr {
	clear:both;
}
.fieldrowrow .fieldrow {
	width:33%;
	float:left;
}
.submitbutton input,
.submitbutton button {
	border:none;
	padding:8px 20px;
	background:#099FBB;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	color:#FFF;
	text-align:center;
	cursor:hand;
	cursor:pointer;
}
.submitbutton input:hover,
.submitbutton button:hover {
	background:#4632DA;
}
.error, .notice {
	padding:10px;
	background-color:#F30;
	color:#FFF;
	margin:0;
	font-size:18px;
}
.notice {
	background-color:#83CB21;
}
.headerc {
	width:100%;
	position:relative;
	background-color:#D2F1EE;
}
.logo {
	width:245px;
	position:absolute;
	top:50%;
}
.logo img {
	width:100%;
	position:relative;
	top:-51px;
}
.header {
	padding:0 0 0 245px;
}
.headeri {
	width:100%;
}
.nav, .fieldrowrow, .fieldrow {
	width:100%;
	overflow:hidden;
}
.nav ul, .nav li {
	margin:0;
	padding:0;
	list-style-type:none;
}
.nav ul {
	width:200%;
	overflow:hidden;
}
.nav ul li {
	width:5%;
	float:left;
}
a.ni,
a.niactive,
.niiconbox,
.niicon,
.nilabel,
.nilabeli {
	display:block;
	text-decoration:none;
}
.niicon {
	text-align: center;
	padding: 15%;
}
a.ni .niiconbox {
	background-color:#1DB5A8;
}
a.niactive .niiconbox {
	background-color:#FFF;
}
a.ni:hover .niiconbox,
a.niactive:hover .niiconbox {
	background-color:#E4F7F5;
}
.nilabeli {
	padding:6px 3px;
	text-align:center;
	color:#000;
	font-family:"Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	text-transform:uppercase;
	font-size:13px;
}
.fieldrow label {
	display:block;
}
.fieldrow {
	margin-bottom:5px;
}
.fieldcheckboxes, .field {
	width:70%;
	float:right;
}
.fieldrow label {
	width:28%;
	float:left;
}
.filterboxitem label,
.fieldrow .fieldcheckboxesfull label,
.fieldrow .fieldcheckboxes label {
	width:100%;
	float:none;
}
@media only screen and (max-width:1220px) {
	.nav ul {
		width:111%;
	}
	.nav ul li {
		width:18%;
		float:left;
	}
}
@media only screen and (max-width:1200px) {
	.fieldrowrow .fieldrow {
		width:49%;
	}
	.frc3 {
		display:none;
		clear:none;
	}
	.frc2, .frc4 {
		display:block;
		clear:left;
	}
}
@media only screen and (max-width:840px) {
	.fieldrowrow .fieldrow {
		width:100%;
		float:none;
	}
	.frc3, .frc2, .frc4 {
		display:none;
		clear:none;
	}
}
@media only screen and (max-width:620px) {
	.nav ul {
		width:114%;
	}
	.nav ul li:first-child {
		margin-left:44%;
	}
	.nav ul li {
		width:22%;
	}
	.logo img {
		width:auto;
		max-width:100%;
	}
	.logo {
		width:50%;
		top:16%;
		height:1px;
	}
	.header {
		padding:0;
	}
}
@media only screen and (max-width:420px) {
	.nilabeli {
		font-size:12px;
	}
}
@media only screen and (max-width:370px) {
	.nilabeli {
		font-size:11px;
	}
}