
/* Application */

.parent #wrapper 
{
    position: static;
}


/* Header */

.parent .main-header
{
	width: 100%;
	height: 99px;
	position: relative;
	background-color: white;
	background: url("assets/images/header.png") top center no-repeat;
	border: none;
}

.parent .main-header .content
{
	max-width: 1024px;
	height: 100px;
	display: table;
	position: relative;
	margin: 0 auto;
	padding: 0 20px;
	border: none;
}

.parent .main-header a.title
{
    font-size: 16px;
    line-height: 18px;
    font-size: 1.6rem;
    line-height: 1.8rem;
}

.parent .main-header img.title.home
{
	max-height: 48px;
	display: block;
	padding: 5px 0 0 20px;
}

.parent .main-header a.title
{
	display: none;
}

.parent .main-header .title
{
	max-height: 68px;
	display: block;
	margin: 20px 0 0 0;
	padding: 5px 0 0 0;
}

.parent .main-header .aside
{
	display: block;
}



/* Navigation */

.parent section.parent-theme-navigation 
{
    display: none;
}

body.parent.pml-open #wrapper 
{
    left: 0;
}

.parent .mask
{
    display: none !important;
}

.parent .main-header a#open-menu,
.parent .main-header a#close-menu 
{
    display: none !important;
}



/* Footer */

.parent .footer .tagline 
{ 
	width: 380px;
	margin: 0 0 20px 0;
}

.parent .footer .content { position: relative; }

.parent .footer .icons 
{ 
	width: 240px;
	margin: 0;
	padding: 0;
}

.parent .footer .copyright
{
	position: absolute;
	bottom: 20px;
	right: 20px;
	text-align: right;
}