@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700');
html, h1, h2, h3, h4, h5 {
	font-family: 'PT Sans', sans-serif !important;
	color: #888 !important;
}

.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
	padding: 0 30px 0 0 !important;	
}
.lightboxOverlay {
	opacity: 0.9 !important;
}

.uk-lightbox-toolbar {
background: transparent !important;
}

.bar-logo a {
	background-image: url(images/logo-01.png);
	background-repeat: no-repeat;
	display: block;
	width: 220px;
	height: 100px;
	text-indent: -9999px;
	background-size: 220px 100px;
	background-position: center left;
}

.uk-list li a, .footer a, .img-link {
	color: #888;
}

.uk-list li a:hover, .uk-list li.uk-active a, .footer a:hover, .img-link:hover {
	color: #222;
}

@media screen and (max-width: 640px) {
	.bar-logo {
		float: left;
	}

	.uk-navbar-toggle {
		float: right;
		padding-right: 0 !important;
	}

	#nav-outer {
		overflow: auto;
		padding-left: 30px !important;
	}

}
/**
 * WireFatalError is a class that ProcessWire will use to output
 * fatal errors in the design, but only if debug mode is on, or if
 * you are logged in as a superuser. 
 *
 */
.WireFatalError {
	background: #a30000; 
	color: #fff; 
	padding: 1em; 
	position: relative;
	z-index: 9999;
}

/*********************************************************************
 * 6. Accessibility helpers
 *
 */

/* Hide visually, but remain approachable for screenreader */

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	white-space: nowrap;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	border: 0;
}

/* Show bypass link on hover */

.element-focusable:focus {
	clip: auto;
	overflow: visible;
	height: auto;
}

/* Sample styling for bypass link */

.bypass-to-main:focus {
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #333;
	color: #fff;
}


