.landingpage h1.logo {
	display: table;
	margin: 10px auto;
	float: none;
}
.landingpage h1.logo img {
    width: 150px;
    height: auto;
}
.landingpage #slider {
	height: 400px;
    background-repeat: no-repeat!important;
    background-position: center center!important;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;	
}
.landingpage .post {
	position: relative;
}
.lineLiner {
    display: table;
	width: 100%;
	max-width: 1100px;
	margin: auto;
    padding: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -khtml-text-shadow: 0px 0px 20px #999;
    -moz-text-shadow: 0px 0px 20px #999;
    -webkit-text-shadow: 0px 0px 20px #999;
    text-shadow: 0px 0px 20px #999;
}
.lineLiner h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 60px;
    line-height: 62px;
    color: #FFF;
}
.lineLiner span, .lineLiner span a {
    font-size: 26px;
    line-height: 30px;
    color: #FFF;
    text-decoration: none;
}
.grid1 .flash {
    display: block;
    z-index: 9999;
    position: absolute;
    right: -275px;
    top: -255px;
    transition: all 600ms ease;
}
.grid0 .flash {
    display: block;
    z-index: 9999;
    position: absolute;
    right: 75px;
    top: -210px;
    transition: all 600ms ease;
}
.landingpage #container, .landingpage .grid0 {
padding-top: 0;
margin-top: 0;
}
.flash img {
    width: 220px;
    width: 220px;
    transition: all 600ms ease;
}
.flash:hover img {
transform: scale(1.15);
}
.grid0 .center {
display: table;
margin: 0 auto;
padding: 0;
clear: inherit;
float: none;	
}