/**
 * Michal Zajicek Template custom things
 */

 .navigation {
	float: left;
    width: 100%;
 }

 .header-inner {
	/*max-width: 500px; */
    float: right;
 }

 .nav > li > a:focus {
	background-color: #4ec1b4;
}

.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
	color: #2f3752;
	background-color: #dbe12c;
}
