.home .header {
	height:550px;
	padding-bottom:0;
	position:static;
}
*{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.cus-col-6{
    width: 50%;
    float: left;
    padding: 0 15px;
}
.cus-col-8{
    width: 65%;
    float: left;
    padding: 0 15px;
}
.cus-col-4{
    width: 35%;
    float: left;
    padding: 0 15px;
}
footer{
    height: 100px;
    margin-top: 20px;
}
footer .copyright{
    text-align: center;
}
@media (min-width: 1200px) {
	.home .header { height:550px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.home .header { height:550px; }
}
@media (max-width: 767px) {
	.home .header {
		height:auto;
		padding-bottom:50px;
	}
        .cus-col-6{
            float: none;
            width: auto;
        }
}