.header, .header #menu-controls, .header #main-logo a img, #header-search {
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.header {
	background: #333;
	height: 110px;
	left: 0;
	padding: 15px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 4000;
}
.header #main-logo {
	float: left;
}
.header #main-logo a {
	display: block;
}
.header #menu-controls {
	float: right;
	margin-top: 17px;
}
.header #menu-controls > a {
	background: rgba(255,255,255,.1);
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	color: #fff;
	display: block;
	float: left;
	font-size: 1.5em;
	height: 45px;
	line-height: 45px;
	margin-left: 10px;
	text-align: center;
	text-decoration: none;
	width: 45px;
	-moz-transition: all .15s;
	-ms-transition: all .15s;
	-webkit-transition: all .15s;
	transition: all .15s;
}
.header #menu-controls > a:first-child {
	margin-left: 0;
}
.header #menu-controls > a > i {
	line-height: 45px;
}
.header #menu-controls > a:hover, .header #menu-controls > a:focus, .header #menu-controls > #search-header.search-active {
	background: rgba(255,255,255,.35);
}
.header #search-header #close-search, .header #search-header.search-active #open-search {
	display: none;
}
.header #search-header #open-search, .header #search-header.search-active #close-search {
	display: block;
}
#header-search {
	background: rgba(0,0,0,0);
	left: 0;
	padding: 60px 15px;
	position: fixed;
	top: -110px;
	width: 100%;
}
#header-search.active-search {
	background: rgba(100,100,100,.95);
	-moz-box-shadow: 0 0 25px rgba(0,0,0,.25);
	-webkit-box-shadow: 0 0 25px rgba(0,0,0,.25);
	box-shadow: 0 0 25px rgba(0,0,0,.25);
	top: 110px;
}
.page {
	margin-top: 110px;
}
.mainfooter{
	width:100%;
	display:block;
	background:#fff;
}
.footer{
	color:#999;
	padding:20px 0;
	font-size:.9em;
	line-height:22px;
	text-align:center;
}
.footer p {
	margin: 0
}
@media only screen and (max-width: 767px) {
	.header {
		height: 70px;
		padding: 10px;
	}
	.header #main-logo a img {
		max-height: 50px;
	}
	.header #menu-controls {
		margin-top: 2px;
	}
	#header-search {
		padding: 45px 15px;
	}
	#header-search.active-search {
		top: 70px;
	}
	.page {
		margin-top: 70px;
	}
}
/*# sourceMappingURL=layout.css.map */