input[type="text"]:active, input[type="password"]:active, textarea:active, input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	border-color: #3dbf54;
}
input[type="submit"]:active, button:active, input[type="submit"]:focus, button:focus, input[type="submit"]:hover, button:hover { 
	border-color: #3dbf54;
	background-color: #3dbf54;
}
input[type="text"].error, input[type="password"].error, textarea.error, #map.error {
	border: 3px solid red;
}
p {
	margin-bottom: 15px;
}
p.error, h3.error {
	color: red;
}
.small {
	font-size: .6rem;
}
label {
	text-align: left;
	margin-bottom: 20px;
	font-family: 'Alfa Slab One', cursive;
	font-size: 1.4em;
}
header.header nav {
	position: fixed;
	top: 33px;
	right: 33px;
	background-color: #bababa;
	border-radius: 50%;
	text-align: center;
	width: 200px;
	height: 200px;
	display: none;
	z-index: 10;
}
header.header.nav-active nav {
	display: block;
}
header.header nav ul {
	position: absolute;
	top: 50%;
	left: 50%;
    transform: translate(-50%, -50%);
	margin: 0 auto;
}
header.header nav ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 1.1rem;
}
header.header nav ul li a:hover {
	color: #3dbf54;
}

footer.footer {
	position: fixed;
	bottom: 0;
	background: #333;
	color: #fff;
	width: 100%;
	padding: 5px;
}
footer.footer .linkz {
	text-align: left;
	width: 100%;
	margin-top: 5px;
}
footer.footer .infin {
	float: right;
    font-size: 2em;
    line-height: 1px;
    margin-left: 3px;
    margin-top: 7px;
}
footer.footer a {
	color: #fff;
}

#loginform .reset, #resetpassword .reset, #login .resend {
	cursor: pointer;
	color: #333;
}
#loginform .reset:hover, #resetpassword .reset:hover, #login .resend:hover {
	color: #3dbf54;
}

.search-result {
	border: 3px dashed #d3d3d3;
	border-radius: 15px;
	padding: 10px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 20px;
	color: #333;
	font-size: 1.1rem;
}
.search-result p:last-of-type {
	margin-bottom: 10px;
}
/* Media queries
-------------------------------------------------------------------------------*/

@media screen and (min-width: 480px) {
	#searchbutton {
		color: #fff;		
		text-indent: inherit;
		overflow: inherit;
		background-image: none;
	}
	footer.footer .linkz {
		text-align: right;
		width: auto;
		margin-top: 0;
	}	
}

@media screen and (min-width: 760px) {

}


/* Print styles
-------------------------------------------------------------------------------*/
@media print {



}