.header .logo {
    position: absolute;
    color: #000000;
    padding: 40px;
}

.page-logo{
	    width: 200px;
    margin: 0 auto;
}

header {
    height: auto;
    width: 100%;
    background: transparent!important;
    position: relative;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0;
}

.main-title {
    font-weight: 400;
    font-size: 49px;
    line-height: 0px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    margin: 0;
    padding: 0 0 20px;
    display: inline-block;
}

.page-email-subscription {
    padding: 20px 0 30px;
	display: none;
}