@charset "UTF-8";

.section-banner-text-welcome{
    top:0%;
}

.section-content-welcome-pg{
   /* width:60%;
    max-width:770px;*/
    display:block;
    margin:0 70px;
    padding:10px 0
}
.row{
    margin-left:-15px
}

@media (max-width:767px){
    .mobile-only-bnr{
        display:block;
		/* NEW */
		background-image: url("../images/bg-wawan-mobile.jpg");
		min-height: 1600px;
		background-attachment: fixed;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover
    }
	.mobile-only{
        display:block;
		/* NEW */
		min-height: auto;
    }
	/* NEW */
	.section-banner-text-welcome{
		position:absolute;
		left:20px;
		top:0%;
		width:100%;
		text-align:justify;
		height:1600px;
		overflow:scroll;
	}

	header{
		background:url(../images/header-bg.jpg) repeat-x 0 0;
		height:120px;
		width:100%;
		z-index:8000;
		position:fixed;
	}

	footer{
		background:#000;
		padding:20px 0 20px 10%;
		width:100%;
		bottom:0%;
		position:fixed;
		overflow:hidden;
		z-index:8001;
	}

	.section-content-welcome-pg{
		width:85%;
		margin:30% 12px;
		height:1440px;
	}

	.row{
		margin-right:-15px;
		margin-left:6px
	}
}

@media (max-width:380px){
    footer .container{
		padding-right:0;
		/* NEW */
		padding-left:0;
    }

}
