@media only screen and (max-width: 959px) {
	
	p {
		width: 90%;
	}
	
	.wrapper {
		max-width: 880px;
	}
	
	.wrapper-abs {
		max-width: 880px;
	}
	
	.titleBackBox {
		height: 475px;
	}
	
	.titleBox{
		width: 96%;
		height: 96%;
		margin-left: 20px;
		background-size: cover;
		background-position: bottom right;
	}
	
	.titleBox h1 {
		padding-top: 60px;
	}
	
	.contentBigBox {
		width: 96%;
		height: auto;
		padding-bottom: 20px;
	}
	
	.content {
		margin-top: 540px;
	}
	
	.innerTopContentBox {
		width: 96%;
	}
	
	.topContentBackBox {
		height: 2080px;
	}
	
	.topContentTopBox {
		height: auto;
		padding-bottom: 10px;
		background-position: center;
	}
	
	.topContentBottomBox {
		height: auto;
		padding-bottom: 10px;
	}
	
	.topContentBottomBox .imgBox {
		background-position: center;
	}
	
	.imgTextBox {
		height: 300px;
		width: 600px;
		margin-top: 125px;
	}
	
	.bottomContentTopBox {
		margin: 0 auto;
		width: 100%;
		margin-bottom: 20px;
	}
	
	.bottomContentTopBox.left {
		width: 100%;
		background-size: contain;
		background-position: bottom right;
		background-color: white;
	}
	
	.bottomContentTopBox.right {
		width: 100%;
		background-size: contain;
		background-position: bottom left;
		float: left;
		margin-left: 0px;
		background-color: #f29529;
		word-break: break-word;
		height: 110%;
	}
	
	.innerBottomContentBox {
		width: 96%;
	}
	
	.bottomContentTopBox.right h2 {
		padding-top: 20px;
		padding-bottom: 30px;
		padding-left: 3%;
	}
	
	.bottomContentTopBox.left p {
		width: 85%;
	}
	
	.bottomContentTopBox.left h2 {
		padding-top: 20px;
		padding-bottom: 30px;
	}
	
	.bottomContentMidBox {
		margin: 0 auto;
		width: 100%;
		margin-bottom: 0px;
		height: auto;
		padding-bottom: 20px;
	}
	
	.bottomContentMidBox.left {
		width: 100%;
		background-position: 95% 40%;
		margin-bottom: 20px;
	}
	
	.bottomContentMidBox.left p {
		width: 50%;
	}
	
	.bottomContentMidBox.right {
		width: 100%;
		margin-left: 0px;
		float: left;
		background-color: white;
		background-position: bottom right;
	}
	
	.bottomContentMidBox.left h2,
	.bottomContentMidBox.right h2{
		padding-top: 40px;
	}
	
	.bottomContentBottomBox {
		margin: 0 auto;
		width: 100%;
		margin-bottom: 20px;
		height: auto;
		padding-bottom: 10px;
	}
	
	.bottomContentBottomBox.left {
		overflow: hidden;
		width: 100%;
		padding-bottom: 200px;
		background-position: bottom;
		background-color: white;
		background-size: contain;
	}
	
	.bottomContentBottomBox.right {
		width: 100%;
		background-position: right bottom;
		background-color: #fbc419;
	}
	
	.bottomContentBottomBox.right p {
		width: 55%;
	}
	
	.bottomContentBackBox {
		height: 120%;
	}
	
	.footerContent {
		width: 96%;
		margin: 0 auto;
		background-position: bottom right;
		height: auto;
	}
	
	footer p{
		margin-top: 25px;
	}
	
	footer {
		height: auto;
	}
	
	.footerText p {
		margin-bottom: 10px;
	}
	
	.footerBackBox {
		width: 100%;
		height: auto;
	}
	
	.topBubble {
		display: none;
	}
	
	.bottomBubble {
		display: none;
	}
	
}

