@import url("font.css");
@import url("header.css");
@import url("footer.css");
@import url("section.css");
@import url("product.css");
@import url("banner.css");
@import url("accordion.css");
@import url("fadein.css");
@import url("hidereveal.css");
body {
	margin: auto;
}

.index_below{
	-ms-transform: translate(0px, 0px); /* IE 9 */
  -webkit-transform: translate(0px, 0px); /* Safari */
  transform: translate(0px, 0px);
	margin-bottom:0px;

	}
.border_image{
	border: 0px solid #FFF;
	background-color: #FFF;
	z-index:999;
	box-sizing:border-box;
	/*transform: perspective(300px ) rotateY( +8deg );
	border-bottom-left-radius:20px;
	border-top-right-radius:20px;*/
	}

@media only screen and (max-width: 768px) {
.index_below{
	-ms-transform: translate(0px, 0px); /* IE 9 */
  -webkit-transform: translate(0px, 0px); /* Safari */
  transform: translate(0px, 0px);
	margin-bottom:0px;
	}
.border_image{
	transform: perspective( 700px ) rotateY( 0deg );
	margin-top:30px;
	}
}

