
.parent .main-header
{
	width: 100%;
	height: 60px;
	display: table;
	position: relative;
	background-color: white;
}

.parent .main-header .content
{
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	border-bottom: 1px solid #e2ded1;
}

.parent .main-header a.title
{
	display: table-cell;
	vertical-align: middle;
	margin-left: 80px;
	padding: 15px 20px 15px 40px;
	color: #28292d;
    font-size: 14px;
    line-height: 16px;
    font-size: 1.4rem;
    line-height: 1.6rem;
	font-family: FuturaBT-Bold, Arial, Verdana;
	text-transform: uppercase;
	text-decoration: none;
}

.parent .main-header .title
{
	max-width: 100%;
    max-height: 34px;
	display: none;
	padding: 0 0 0 20px;
}

.home.parent .main-header .title
{
	display: inline-block;
}

.parent .main-header .aside
{
	width: 40%;
	display: none;
    position: absolute;
	top: 0;
    right: 20px;
}

.parent .main-header .language,
.parent .main-header a.expo-link
{
    display: block;
    margin: 20px 0 15px 0;
    float: right;
    clear: right;
    color: white;
    font-size: 14px;
    line-height: 16px;
    font-size: 1.4rem;
    line-height: 1.6rem;
	font-family: FuturaBT-Bold, Arial, Verdana;
    text-transform: uppercase;
    text-align: right;
    text-decoration: none;	
}

.parent .main-header a.expo-link
{
    margin-top: 10px;
}

.parent .main-header form
{
    float: right;
}

.parent .main-header form input[type='text']
{
    width: 160px;
    height: 30px;
    margin: 0 0 20px 8px;
    padding-left: 22px;
    color: #333;
    font-size: 14px;
    line-height: 16px;
    font-size: 1.4rem;
    line-height: 1.6rem;
	font-family: FuturaBT-Bold, Arial, Verdana;
    background-color: white;
    border: none;
    vertical-align: middle;
    float: left;
}

.parent .main-header form button
{
    width: 32px;
    background-color: white;
    border: none;
    cursor: pointer;
    margin: 0;
    padding: 8px 10px 8px 5px;
    vertical-align: middle;
    float: left;
    color: #7e8083;
    font-size: 14px;
    line-height: 16px;
    font-size: 1.4rem;
    line-height: 1.6rem;
	font-family: FuturaBT-Bold, Arial, Verdana;
}


@media all and (min-width: 480px) {

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


@media all and (min-width: 1025px) {

	.parent .main-header
	{
		width: 100%;
		height: 99px;
		position: relative;
		background-color: white;
		background: url("../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 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;
	}
}