@media screen and (min-width: 600px) {


	#index-page{
		display: flex;
		background-image: url("map.svg");
		background-size: 60%;
		background-repeat: no-repeat;
		background-position: right 60%;
		background-attachment: fixed;
	}
	#index-product-page{
		width: 43vw;
		position: relative;
	}
	.index-product{
		width: 39vw;
		height: 13vw;
		margin: 1.5vw;
		transition: transform .2s;
		transform: translate(0, 0);
		animation: translate 1s backwards;
	}
	.index-product:nth-child(2){
		animation-delay: .1s;
	}
	.index-product:nth-child(3){
		animation-delay: .2s;
	}
	.index-product:nth-child(4){
		animation-delay: .3s;
	}
	.index-product:nth-child(5){
		animation-delay: .4s;
	}
	.index-product:hover{
		transform: translate(1vw, 0);
	}
	.index-product > a{
		width: 39vw;
		position: relative;
		display: block;
	}
	.index-product::before{
		content: "Read More";
		width: 12vw;
		height: 3vw;
		border-radius: 3vw;
		font-size: 1.5vw;
		background-color: #eee;
		color: #000;
		font-weight: bold;
		text-align: center;
		line-height: 3vw;
		position: absolute;
		left: 24vw;
		top: 5vw;
		z-index: 1;
		pointer-events: none;
	}
	.index-product::after{
		content: "";
		width: 1vw;
		height: 1vw;
		border-radius: 1vw;
		background-color: #bd7d57;
		position: absolute;
		right: -3.5vw;
		top: 6vw;
	}

	.pro-img{
		height: 13vw;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		border-radius: 1vw;
	}
	.pro-logo{
		width: 3vw;
		display: block;
		position: absolute;
		top: 4.5vw;
		right: -2vw;
		background-color: #fff;
		border-radius: 3vw;
		border: solid .5vw #fff;
	}

	.pro-h2{
		position: absolute;
		top: 2.2vw;
		left: 3vw;
		color: #fff;
		font-size: 4.5vw;
		line-height: 3.5vw;
		text-shadow: .2vw .2vw .2vw #333;
	}
	.pro-h2 > span{
		display: block;
		font-size: 2vw;
		transform: translate(.2vw, 0);
	}


	#index-co-page{
		height: calc(100vh - 8vw);
		width: 42vw;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-end;
		margin-left: 5vw;
		position: relative;
		position: sticky;
		top: 8vw;
		z-index: 1;
	}
	#logo{
		height: 6vw;
		position: relative;
		width: 30vw;
		animation: translate3 1s backwards;
	}
	#logo > img{
		width: 25.5vw;
        position: absolute;
        right: 7vw;
        bottom: 0vw;
	}
	#logo > h1{
		font-size: 5vw;
		width: 8vw;
		position: absolute;
		right: 10.5vw;
		top: 1.5vw;
		line-height: 4vw;
	}
	#slogan{
		font-size: 2vw;
		font-weight: bold;
		animation: translate3 1s backwards;
		animation-delay: .1s;
	}
	#slogan-article{
		font-size: 1.3vw;
		line-height: 1.8vw;
		text-align: right;
		margin-top: 1vw;
		animation: translate3 1s backwards;
		animation-delay: .2s;
	}


	#contactbutton{
		border-radius: 25vw;
		width: 25vw;
		height: 4vw;
		position: relative;
		background-color: #bd7d57;
		/* background-color: #bd7d57; */
		box-shadow: 0.5vw 0.5vw 2vw #666;
		cursor: pointer;
		transition: all 0.5s;
		transform: translate(0, 0);
		opacity: 1;
		overflow: hidden;
		margin: 5vh 0;
		animation: translate3 1s backwards;
		animation-delay: .3s;
	}
	#contactbutton:hover{
		transform: translate(0, -0.5vw);
	}
	#contactbutton img{
		width: 4vw;
		position: absolute;
		top: 0vw;
		left: 1.5vw;
	}
	#contactbutton p{
		position: absolute;
		font-weight: bold;
		font-size: 1.8vw;
		color: #fff;
		top: 1vw;
		left: 6vw;
		display: block;
		width: 20vw;
		line-height: 2vw;
	}
	@keyframes rotate{
		0%{transform: translate(0vw, 0vw) rotate(0);}
		25%{transform: translate(-10vw, 10vw) rotate(90deg);}
		50%{transform: translate(0, 0) rotate(180deg);}
		75%{transform: translate(10vw, -10vw) rotate(270deg);}
		100%{transform: translate(0vw, 0vw) rotate(360deg);}
	}
	#dot-div{
		display: none;
	}


	.index-h{
		width: 60vw;
		margin: 8vw 20vw 3vw 20vw;
		position: relative;
		display: flex;
		align-items: center;
		padding: 2vw 0;
	}
	.index-h::before{
		content: "";
		display: block;
		width: 30vw;
		height: 100%;
		background-color: #eee;
		transform: skew(-15deg);
		position: absolute;
		top: 0;
		left: 15vw;
		opacity: .5;
		z-index: -1;
	}
	.index-h > h2{
		width: 20vw;
		font-size: 4.5vw;
		line-height: 4.5vw;
		margin-right: 5vw;
	}
	.index-h > p{
		width: 35vw;
		font-size: 1.3vw;
		line-height: 2vw;
		text-align: left;
	}


	#grades-page{
		position: relative;
	}	


	#alloypage-out{
	}
	#alloypage{
		display: flex;
		position: relative;
    	transition: all 0.5s;
    	width: 700vw;
		margin: 1.5vw 0;
		padding: 2vw 0;
		left: 0vw;
		z-index: 2;
	}
	#rightbutton1{
		position: absolute;
		height: 87vw;
		top: 22.5vw;
		width: 7vw;
		left: 93vw;
		z-index: 3;
		cursor: pointer;
	}
	#leftbutton1{
		position: absolute;
		height: 87vw;
		top: 22.5vw;
		width: 7vw;
		z-index: 3;
		cursor: pointer;
	}
	#gradeframe1{
		width: 82vw;	
	}
	#gradeframe1::before {
		content: "Popular";
		margin-left: 74vw;
		position: sticky;
		font-size: 1.2vw;
		line-height: 2vw;
		top: 6vw;
		right: 1vw;
		width: 6vw;
		height: 2vw;
		background-color: #bd7d57;
		color: #fff;
		text-align: center;
		border-radius: 2vw;
		font-weight: bold;
		z-index: 2;
	}
	#gradeframe11::before, #gradeframe22::before, #gradeframe33::before, #gradeframe44::before{
		content: "More >";
		margin-right: 74vw;
		position: sticky;
		font-size: 1.2vw;
		line-height: 2vw;
		top: 6vw;
		left: 1vw;
		width: 6vw;
		height: 2vw;
		background-color: #bd7d57;
		color: #fff;
		text-align: center;
		border-radius: 2vw;
		font-weight: bold;
		z-index: 2;
	}

	
	#gradeframe1::after, #gradeframe11::after, #gradeframe22::after, #gradeframe33::after, #gradeframe44::after{
		content: "";
		display: block;
		position: relative;
		height: 6vw;
		width: 70vw;
		pointer-events: none;
	}
	#gradeframe11{
		width: 82vw;	
	}
	#gradeframe22{
		width: 82vw;	
	}
	#gradeframe33{
		width: 82vw;	
	}
	#gradeframe44{
		width: 82vw;	
	}
	.gradeframe1{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		background-color: rgba(230, 230, 230, 0.6);
		margin: 0 1vw;
		padding: 1vw 0;
		border-radius: 2vw;
		position: relative;
    	left: 8vw;
    	transition: all 0.5s;
    	align-items: center;
		box-shadow: 1vw 1vw 2vw 0.1vw #666666;
		height: 85vw;
	}
	.chemeicalp{
		width: 100%;
		text-align: center;
		font-size: 0.9vw;
		line-height: 0;
		color: white;
		padding-top: 0.8vw;
		margin: 0;
		transform: translate(-.1vw, 0) skew(15deg);
	}
	.chemeicalp-2{
		width: 100%;
		text-align: left;
		font-size: 0.9vw;
		line-height: 0;
		color: white;
		padding-top: 0.8vw;
		margin: 0 0 0 1vw;
		transform: translate(-.1vw, 0) skew(15deg);
	}

	.gradebar{
		width: 36.9vw;
		margin: 2% 1%;
		transition: all 0.3s;
	}
	.gradename{
		display: block;
		font-size: 1.6vw;
		font-weight: bold;
		width: 6vw;
		padding: 0;
		margin: 0;
		line-height: 0;
		position: relative;
		top: -1vw;
	}
	.gradename2{
		display: block;
		font-size: 1.4vw;
		font-weight: bold;
		width: 6vw;
		padding: 0;
		margin: 0;
		line-height: 0;
		position: relative;
		top: -1vw;
	}
	.gradename3{
		display: block;
		font-size: 1.15vw;
		font-weight: bold;
		width: 6vw;
		padding: 0;
		margin: 0;
		line-height: 0;
		position: relative;
		top: -1vw;
	}
	.chemical{
		display: flex;
		flex-wrap: wrap;
		position: relative;
		width: 30vw;
		top: -0.7vw;
		left: 6vw;
		padding: 0;
		margin: 0;
		transform: skew(-15deg);
	}
	.monel-chemical{
		background: linear-gradient(90deg, #bd7d57, transparent);
	}
	.inconel-chemical{
		background: linear-gradient(90deg, #bd7d57, transparent);
	}
	.incoloy-chemical{
		background: linear-gradient(90deg, #bd7d57, transparent);
	}
	.hastelloy-chemical{
		background: linear-gradient(90deg, #bd7d57, transparent);
	}
	.nickel-chemical{
		background: linear-gradient(90deg, #bd7d57, transparent);
	}
	.other-chemical{
		background: linear-gradient(90deg, #888, transparent);
	}
	.chemical div{
		border-style: none;
		height: 1.6vw;
		padding: 0;
		margin: 0;
	}
	.chemical::after{
		content: "";
		position: absolute;
		top: 1vw;
		left: -6.8vw;
		background-color: #dddddd;
		border-radius: 2vw;
		padding: 0.5vw;
		width: 5vw;
		height: 0.5vw;
		font-size: 0.9vw;
		text-align: center;
		line-height: 0.6vw;
		color: #000;
		transform: skew(15deg);
	}
	.grade-class{
		width: 25vw;
		height: 3vw;
		transform: skew(-15deg);
		margin: 2vw 25vw;
		text-align: center;
		align-self: flex-start;
	}
	.grade-class > h3{
		font-size: 2vw;
		line-height: 3vw;
		color: #fff;
		transform: skew(15deg);
	}
	.monel-class{
		background-color: #bd7d57;
	}
	.inconel-class{
		background-color: #bd7d57;
	}
	.incoloy-class{
		background-color: #bd7d57;
	}
	.hastelloy-class{
		background-color: #bd7d57;
	}
	.nickel-class{
		background-color: #bd7d57;
	}
	.other-class{
		background-color: #888;
	}
	.chemical > div::after, .chemical2 > div::after{
		content: "";
		position: absolute;
		top: -1.8vw;
		font-size: 1vw;
		text-align: center;
		width: 30vw;
		left: 0;
		color: #000;
		transform: skew(15deg);
		opacity: 0;
	}
	.chemical > div:hover::after, .chemical2 > div:hover::after{
		opacity: 1;
	}



	

	#current-price{
		text-align: right;
		width: 84vw;
		position: relative;
		left: 7vw;
		top: 2vw;
		font-size: 1.5vw;
		font-weight: bold;
		color: #aaaaaa;
		z-index: 1;
	}
	#current-price > span{
		font-size: 3vw;
		color: #bd7d57;
	}




	#solution-page{
		position: relative;
	}
	#solution-container{
		position: relative;
		width: 100vw;
		height: 33vw;
		padding: 2vw 0;
		overflow: hidden;
	}
	@keyframes scroll{
		0%{transform: translate(102vw, 0);}
		100%{transform: translate(-18vw, 0);}
	}
	#solution-container > div > a{
		position: absolute;
		left: 0;
		width: 18vw;
		height: 18vw;
		border-radius: 18vw;
		overflow: hidden;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		animation: scroll 26.4s linear infinite;
	}
	#solution-container > div > a > picture::after{
		content: "";
		height: 100%;
		width: 1vw;
		background-color: #eee;
		opacity: 0;
		transform: skew(-15deg);
		position: absolute;
		top: 0;
		left: 10vw;
		z-index: 1;
		box-shadow: -2vw 0 0 .5vw #eee;
		transition: opacity .2s;
	}
	#solution-container > div > a > picture:hover::after{
		opacity: .1;
	}
	#solution-container > div > a:nth-child(odd){
		top: 1vw;		
	}
	#solution-container > div > a:nth-child(even){
		top: 18.2vw;		
	}
	#solution-container > div > a:hover img{
		filter: brightness(1);
	}
	#solution-container > div > a:nth-child(11){
		animation-delay: -2.2s;
	}
	#solution-container > div > a:nth-child(10){
		animation-delay: -4.4s;
	}
	#solution-container > div > a:nth-child(9){
		animation-delay: -6.6s;
	}
	#solution-container > div > a:nth-child(8){
		animation-delay: -8.8s;
	}
	#solution-container > div > a:nth-child(7){
		animation-delay: -11s;
	}
	#solution-container > div > a:nth-child(6){
		animation-delay: -13.2s;
	}
	#solution-container > div > a:nth-child(5){
		animation-delay: -15.4s;
	}
	#solution-container > div > a:nth-child(4){
		animation-delay: -17.6s;
	}
	#solution-container > div > a:nth-child(3){
		animation-delay: -19.8s;
	}
	#solution-container > div > a:nth-child(2){
		animation-delay: -22s;
	}
	#solution-container > div > a:nth-child(1){
		animation-delay: -24.2s;
	}
	.solutions-photo{
		position: absolute;
		left: 0;
		top: 0;
		width: 18vw;
		filter: brightness(.6);
		transition: filter .2s;
	}
	.solutions-logo{
		width: 3vw;
		margin: .5vw;
		background-color: #fff;
		border-radius: 1vw;
		border: solid .3vw #fff;
		z-index: 1;
		pointer-events: none;
	}
	#solution-container > div > a > h3{
		width: 12vw;
		color: #fff;
		font-size: 2.2vw;
		line-height: 2.5vw;
		text-align: center;
		z-index: 1;
		margin: .5vw;
		pointer-events: none;
	}



	#media-page{
		position: relative;
	}

	
	#media-class{
		width: 100vw;
		height: 25vw;
		display: flex;
		justify-content: center;
		position: relative;
		padding: 1vw 0;
	}
	#left-arrow{
		flex-grow: 1;
		cursor: pointer;
		position: relative;
		transition: all .3s;
		z-index: 2;
		user-select: none;
	}
	#left-arrow > img{
		width: 2vw;
		position: absolute;
		top: 10.5vw;
		left: 4.5vw;
	}
	#right-arrow{
		flex-grow: 1;
		cursor: pointer;
		position: relative;
		transition: all .3s;
		z-index: 1;
		user-select: none;
	}
	#right-arrow > img{
		width: 2vw;
		transform: rotate(180deg);
		position: absolute;
		top: 10.5vw;
		left: 5.5vw;
	}
	#class-middle{
		width: 75vw;
		height: 25vw;
		z-index: 1;
		position: relative;
		animation: tc 2s backwards;
	}
	#class-middle > a{
		display: block;
		width: 75vw;
		height: 25vw;
		position: absolute;
		left: 0;
		top: 0;
		transition: all .5s;
		overflow: hidden;
		transform-origin: center;
	}
	#class-middle > a > div{
		display: block;
		width: 75vw;
		height: 25vw;
		position: absolute;
		left: 0;
		top: 0;
		transform: skew(15deg);
	}
	#class-middle > a:nth-child(1){
		transform: translate(0, 0) skew(-15deg);
		opacity: 1;
		pointer-events: inherit;
		z-index: 1;
	}
	#class-middle > a:nth-child(2){
		transform: translate(77vw, 0) skew(-15deg);
		opacity: 1;
		pointer-events: none;
	}
	#class-middle > a:nth-child(3){
		transform: translate(154vw, 0) skew(-15deg);
		opacity: 0;
		pointer-events: none;
	}
	#class-middle > a:nth-child(4){
		transform: translate(154vw, 0) skew(-15deg);
		opacity: 0;
		pointer-events: none;
	}
	#class-middle > a:nth-child(5){
		transform: translate(-154vw, 0) skew(-15deg);
		opacity: 0;
		pointer-events: none;
	}
	#class-middle > a:nth-child(6){
		transform: translate(-77vw, 0) skew(-15deg);
		opacity: 1;
		pointer-events: none;
	}
	#class-middle > a:hover .class-bg{
		filter: blur(1vw);
		transform: translate(-3.4vw, 0) scale(1.1);
	}
	.class-bg{
		width: 81.8vw;
		transform: translate(-3.4vw, 0) scale(1);
		transform-origin: 50%, 50%;
		transition: all .5s;
	}


	.class-h{
		position: absolute;
		color: white;
		font-size: 2.5vw;
		top: 4vw;
		left: 18vw;
		width: 26vw;
		text-shadow: .2vw .2vw .2vw #333;
	}
	.class-p{
		position: absolute;
		color: white;
		font-size: 1.5vw;
		left: 11vw;
		top: 13vw;
		width: 50vw;
		transition: all 1s;	
		text-align: left;
		text-shadow: .2vw .2vw .2vw #333;
		text-align: justify;
	}


	
	#alloy-knowledge .ic1{
		width: 5vw;
		position: absolute;
		left: 11vw;
		top: 7vw;
		transition: all 1s;
		transform: translate(0, -0vw);
	}
	#alloy-knowledge .ic0{
		width: 5vw;
		position: absolute;
		left: 11vw;
		top: 7vw;
		transition: all 1s;
		transform: rotateY(0deg);
		transform-origin: 50% 50%;
		-webkit-transform-origin: 50% 50%;
		-o-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
		animation: sk 1.5s;
		animation-iteration-count: infinite;
	}
	.sk5{
		transform-style: preserve-3d;
		-o-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		-webkit-transform-style: preserve-3d;
		perspective: 1000;
		-o-perspective: 1000;
		-moz-perspective: 1000;
		-webkit-perspective: 1000;
		perspective-origin: 50% 50%;
		-o-perspective-origin: 50% 50%;
		-moz-perspective-origin: 50% 50%;
		-webkit-perspective-origin: 50% 50%;
		transform: perspective(1000vw) rotateY(0deg);
		-o-transform: perspective(1000vw) rotateY(0deg);
		-moz-transform: perspective(1000vw) rotateY(0deg);
		-webkit-transform: perspective(1000vw) rotateY(0deg);
		position: absolute;
		top: 0;
	}
	
	@keyframes sk{
		0%{transform: rotateY(0deg);}
		100%{transform: rotateY(-180deg);}
	}


	
	#applications .ic2{
		width: 6.3vw;
		position: absolute;
		left: 10vw;
		top: 4.5vw;
		transition: all 1s;
	}
	#applications #app1{
		animation: app 1.5s;
		animation-iteration-count: infinite;
	}
	@keyframes app{
		0%{opacity: 1; transform: translateY(0px); }
		100%{opacity: 0; transform: translateY(-5vw);}
	}

	
	#metal-technology .ic1{
		top: 7.2vw;
		left: 11vw;
		animation: rotate 5s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
	}
	#metal-technology-logo{
		position: absolute;
		width: 4.5vw;
		height: auto;
		margin-top: -0.4vw;
		margin-left: 0.3vw;
	}
	@keyframes rotate{
		0% {transform: rotate(0deg);}
		100% {transform: rotate(360deg);}
	}


	
	#element-logo{
		position: absolute;
		width: 5vw;
		height: auto;
		margin-top: 2.3vw;
		margin-left: 0.6vw;
	}
	.element-2{
		animation: rotate 10s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
		transform-origin: 115px 115px;
	}
	.element-1{
		animation: rotate 10s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
		transform-origin: 115px 115px;
		animation-direction: reverse;
	}
	#chemical-element .ic2{
		width: 5vw;
		position: absolute;
		left: 10.5vw;
		top: 4vw;
		transition: all 1s;
	}



	
	#newsletter .ic1{
		top: 7.5vw;
		left: 12vw;
		animation: newsletter 2s;
		animation-iteration-count: infinite;
		animation-timing-function: ease-in-out;
	}
	#newsletter-logo{
		position: absolute;
		width: 3.5vw;
		height: auto;
		margin-top: -2vw;
		margin-left: 0.54vw;
	}

	@keyframes newsletter{
		0% {transform: translateY(0);}
		50% {transform: translateY(-0.7vw);}
		100% {transform: translateY(0);}
	}


	
	#leads .ic2{
		width: 4vw;
		position: absolute;
		left: 10.5vw;
		top: 3.2vw;
		transition: all 1s;
	}
	#leads-logo{
		position: absolute;
		width: 4vw;
		height: auto;
		margin-top: 3vw;
		margin-left: 1.5vw;
	}
	#leads .leads-1{
		animation: scalea 3s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
		transform-origin: 100% 100%;
	}
	#leads .leads-2{
		animation: scaleb 3s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
		transform-origin: 100% 100%;
	}
	#leads .leads-3{
		animation: scalec 3s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
		transform-origin: 100% 100%;
	}
	#leads .leads-4{
		animation: scaled 3s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
		transform-origin: 100% 100%;
	}
	@keyframes scalea{
		0%{transform: scale(1, 1);}
		50%{transform: scale(1, 0.5);}
		100%{transform: scale(1, 1);}
	}
	@keyframes scaleb{
		0%{transform: scale(1, 1);}
		50%{transform: scale(1, 1.3);}
		100%{transform: scale(1, 1);}
	}
	@keyframes scalec{
		0%{transform: scale(1, 1);}
		50%{transform: scale(1, 1.7);}
		100%{transform: scale(1, 1);}
	}
	@keyframes scaled{
		0%{transform: scale(1, 1);}
		50%{transform: scale(1, 1.4);}
		100%{transform: scale(1, 1);}
	}




	#media-latest{
		position: relative;
		padding-top: 3vw;
	}
	#media-latest > h3{
		width: 100vw;
		position: relative;
		left: 0vw;
		text-align: center;
		font-size: 2vw;
		height: 3vw;
		margin: 2vw 0;
	}
	#media-latest > h3 > span{
		color: #fff;
		height: 3vw;
		position: relative;
		line-height: 3vw;
	}
	#media-latest > h3::before{
		content: "";
		display: block;
		width: 26vw;
		height: 3vw;
		background-color: #555;
		transform: skew(-15deg);
		position: absolute;
		top: 0;
		left: 37vw;
	}

	.point{
		width: 1vw;
		height: 1vw;
		border-radius: 1vw;
		background-color: #bd7d57;
		position: relative;
	}
	#media-latest > .point{
		margin: 2vw 16vw;
	}
	.media-blog{
		width: 90vw;
		height: 15vw;
		position: relative;
		margin: 1vw 5vw;
		animation: line3 backwards 1s;
		animation-delay: 0.3s;
	}
	.media-blog::before{
		content: "";
		width: 9vw;
		height: 18vw;
		background-color: #eee;
		position: absolute;
		left: 80vw;
		top: -1.5vw;
		transform: skew(-15deg) scale(1, 1);
		opacity: .5;
		transform-origin: right;
		transition: all .2s;
	}
	.media-blog:hover::before{
		transform: skew(-15deg) scale(8, 1);
	}
	.media-blog > a{
		width: 95vw;
		height: 15vw;
		position: absolute;
		left: 0vw;
		top: 0;
	}
	.media-blog > a > img{
		height: 15vw;
		position: absolute;
		left: 0;
		top: 0;
		border-radius: 1vw;
	}
	.media-blog > a > h4{ color: #000;
		font-size: 2.5vw;
		width: 65vw;
		margin: 0;
		line-height: 2vw;
		position: absolute;
		left: 25vw;
		top: 1vw;
		color: #000;
	}
	.media-p{ color: #000;
		font-size: 1.3vw;
		width: 50vw;
		line-height: 1.9vw;
		position: absolute;
		left: 25vw;
		top: 4.5vw;
		text-align: justify;
		color: #000;
	}
	.media-time{
		font-size: 1vw;
		line-height: 2vw;
		position: absolute;
		right: 10vw;
		top: 13vw;
	}
	.media-div{
		font-size: 1.2vw;
		width: 10vw;
		height: 2vw;
		color: #bd7d57;
		border: solid .2vw #bd7d57;
		border-radius: 2vw;
		line-height: 2vw;
		position: absolute;
		text-align: center;
		left: 25vw;
		top: 12vw;
		font-weight: bold;
	}

	#gallery-page{
		position: relative;
		padding: 2vw 0;
	}
	#gallery-page-2{
		width: 120vw;
		position: relative;
		display: flex;
		align-items: center;
		height: 35vw;
		overflow: hidden;
		transform: translate(-4.5vw, 0);
	}
	#gallery-page-2::after{
		content: "More";
		width: 15vw;
		height: 5vw;
		border-radius: 5vw;
		color: #fff;
		font-size: 2vw;
		font-weight: bold;
		line-height: 5vw;
		background-color: rgba(25, 25, 25, .5);
		text-align: center;
		position: absolute;
		left: 47vw;
		top: 15vw;
		transform-origin: center;
		transition: transform .2s;
	}
	#gallery-page-2:hover::after{
		transform: scale(1.2);
	}
	.gallery-1{
		position: relative;
		animation: tb 1.5s backwards;
		animation-delay: .1s;
		transform: translate(0, 0) rotate(15deg);
	}
	.gallery-1 img{
		width: 20vw;
		display: block;
		margin: .8vw;
		border-radius: 1vw;
	}



	#catalog-page{
		position: relative;
		padding: 0 0 5vw 0;
	}
	#catalog-page::before{
		content: "";
		width: 90vw;
		position: absolute;
		top: 35vw;
		height: .5vw;
		background-color: #f6f6f6;
		transform: skew(-15deg);
		box-shadow:
			85vw 16vw 0vw 0vw #f6f6f6,
			-65vw 8vw 0vw 0vw #f6f6f6,
			60vw -8vw 0vw 0vw #f6f6f6,
			-60vw -16vw 0vw 0vw #f6f6f6;
	}
	#catalog-content{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#catalog-content > div{
		width: 25vw;
		padding: 1vw;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.catalogueimg{
		width: 20vw;
		box-shadow: .5vw .5vw 1vw #999;
		margin: 0 2.5vw;
		transform: translate(0, 0vw);
		transition: all 0.5s;
	}
	.catalogueimg:hover{
		box-shadow: .6vw .6vw 1.5vw #999;
		transform: translate(0, -0.5vw);
	}
	#cataloguea{
		width: 25vw;
		text-align: center;
		margin: 1vw 0;
		font-weight: bolder;
		text-decoration: underline;
		font-size: 1.1vw;
		line-height: 1.5vw;
	}
}





















@media screen and (max-width: 600px) {
	main p{
		text-align: center;
	}



	#index-page{
		position: relative;
		display: flex;
		flex-direction: column-reverse;
		background-image: url("map.svg");
		background-size: contain;
		background-position: center 50vw;
		background-repeat: no-repeat;
	}
	#index-product-page{
		width: 100vw;
		position: relative;
		overflow: hidden;
		-webkit-overflow-scrolling: touch;
	}
	#dot-div{
		width: 100vw;
		position: absolute;
		left: 0;
		bottom: 5vw;
		pointer-events: none;
		display: flex;
		justify-content: center;
		z-index: 1;
	}
	#dot-div > div{
		width: 2vw;
		height: 2vw;
		background-color: #fff;
		margin: 2vw;
		border-radius: 2vw;
		opacity: .5;
		transition: opacity .2s;
	}
	#dot-div > div:nth-child(1){
		opacity: 1;
	}
	#index-product-page::-webkit-scrollbar{
		display: none;
	}
	#index-product-page > div{
		width: 441vw;
		display: flex;
		justify-content: space-between;
		position: relative;
		left: 7.5vw;
	}
	.index-product{
		width: 85vw;
		height: 106vw;
		margin: 15vw 0 0 0;
		transition: transform .2s;
		transform: translate(0, 0);
		animation: translate 1s backwards;
	}
	.index-product > a{
		width: 85vw;
		position: relative;
		display: block;
	}
	.index-product::before{
		content: "Read More";
		width: 45vw;
		height: 12vw;
		border-radius: 12vw;
		font-size: 5vw;
		background-color: #eee;
		color: #000;
		font-weight: bold;
		text-align: center;
		line-height: 12vw;
		position: absolute;
		left: 20vw;
		top: 80vw;
		z-index: 1;
		pointer-events: none;
	}
	.index-product::after{
		content: "";
		width: 3vw;
		height: 3vw;
		border-radius: 5vw;
		background-color: #bd7d57;
		position: absolute;
		left: 41vw;
		top: -13vw;
	}

	.pro-img{
		width: 85vw;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		border-radius: 5vw;
	}
	.pro-logo{
		width: 12vw;
		display: block;
		position: absolute;
		top: -8.5vw;
		left: 34vw;
		background-color: #fff;
		border-radius: 15vw;
		border: solid 2.5vw #fff;
	}

	.pro-h2{
		position: absolute;
		top: 15vw;
		left: 0;
		color: #fff;
		font-size: 18vw;
		line-height: 18vw;
		text-align: center;
		width: 85vw;
	}
	.pro-h2 > span{
		display: block;
		font-size: 6vw;
		line-height: 6vw;
	}


	#index-co-page{
		width: 100vw;
		overflow: hidden;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 30vw 0 5vw 0;
	}
	#logo{
		height: 18vw;
		position: relative;
		width: 100vw;
		display: flex;
		justify-content: center;
		align-items: center;
		animation: translate3 1s backwards;
	}
	#logo > img{
		width: 20vw;
		margin: 0 1.5vw;
	}
	#logo > h1{
		font-size: 13vw;
		line-height: 13vw;
		margin: 0 1.5vw;
	}
	#slogan{
		font-size: 8vw;
		font-weight: bold;
		text-align: center;
		animation: translate3 1s backwards;
		animation-delay: .1s;
	}
	#slogan-article{
		font-size: 4.5vw;
		line-height: 6vw;
		text-align: justify;
		margin-top: 3vw;
		width: 85vw;
		padding: 5vw 7.5vw;
		animation: translate3 1s backwards;
		animation-delay: .2s;
	}
	#contactbutton{
		border-radius: 75vw;
		width: 75vw;
		height: 12vw;
		position: relative;
		background-color: #bd7d57;
		/* background-color: #bd7d57; */
		box-shadow: 1.5vw 1.5vw 3vw #666;
		cursor: pointer;
		transition: all 0.5s;
		transform: translate(0, 0);
		opacity: 1;
		overflow: hidden;
		margin: 2vw 2.5vw;
		animation: translate3 1s backwards;
		animation-delay: .3s;
	}
	#contactbutton:hover{
		transform: translate(0, -0.5vw);
	}
	#contactbutton img{
		width: 12vw;
		position: absolute;
		top: 0vw;
		left: 4.5vw;
	}
	#contactbutton p{
		position: absolute;
		font-weight: bold;
		font-size: 5.4vw;
		color: #fff;
		top: 3vw;
		left: 18vw;
		display: block;
		width: 60vw;
		line-height: 6vw;
		text-align: left;
	}




	.index-h{
		width: 100vw;
		margin: 12vw 0 9vw 0;
		position: relative;
		padding: 6vw 0;
		overflow: hidden;
	}
	.index-h::before{
		content: "";
		display: block;
		width: 90vw;
		height: 50vw;
		background-color: #eee;
		transform: skew(-15deg);
		position: absolute;
		top: 20vw;
		left: 5vw;
		opacity: .5;
		z-index: -1;
	}
	.index-h > h2{
		width: 90vw;
		font-size: 13.5vw;
		line-height: 13.5vw;
		text-align: center;
		margin: 5vw;
	}
	.index-h > p{
		width: 85vw;
		font-size: 4.5vw;
		line-height: 6vw;
		text-align: justify;
		margin: 0 7.5vw;
	}

	#grades-page{
		position: relative;
		width: 100vw;
		overflow: hidden;
	}



	#alloypage-out{
		width: 100vw;
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
	}
	#alloypage-out::-webkit-scrollbar{
		display: none;
	}
	#alloypage{
		display: flex;
		justify-content: space-between;
		position: relative;
    	transition: all 0.5s;
    	width: 920vw;
    	overflow: hidden;
		left: 0vw;
		z-index: 2;
		padding: 0 5vw;
	}
	#rightbutton1{
		display: none;
	}
	#leftbutton1{
		display: none;
	}
	#gradeframe1{
		width: 180vw;	
	}
	#gradeframe11{
		width: 180vw;
	}
	#gradeframe22{
		width: 180vw;	
	}
	#gradeframe33{
		width: 180vw;	
	}
	#gradeframe44{
		width: 180vw;	
	}
	.gradeframe1{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		background-color: rgba(230, 230, 230, 0.6);
		margin: 0;
		padding: 6vw 0 12vw 0;
		border-radius: 6vw;
		position: relative;
    	transition: all 0.5s;
    	align-items: center;
	}
	.chemeicalp{
		width: 100%;
		text-align: center;
		font-size: 2.7vw;
		line-height: 0;
		color: white;
		padding-top: 2.4vw;
		margin: 0;
		transform: translate(-.3vw, 0) skew(15deg);
	}
	.chemeicalp-2{
		width: 100%;
		text-align: left;
		font-size: 2.7vw;
		line-height: 0;
		color: white;
		padding-top: 2.4vw;
		margin: 0 0 0 3vw;
		transform: translate(-.3vw, 0) skew(15deg);
	}

	.gradebar{
		width: 75vw;
		transition: all 0.3s;
		margin: 2vw 5vw;
	}
	.gradename, .gradename2, .gradename3{
		display: block;
		font-size: 4.8vw;
		font-weight: bold;
		width: 50vw;
		height: 6vw;
		padding: 0;
		margin: 0;
		line-height: 4.8vw;
		position: relative;
		top: -0.7vw; 
		text-align: left;
	}
	.chemical{
		display: flex;
		flex-wrap: wrap;
		position: relative;
		width: 75vw;
		top: -0.7vw;
		background: linear-gradient(90deg, #bd7d57, transparent);
		padding: 0;
		margin: 0;
		transform: skew(-15deg);
	}
	.chemical div{
		border-style: none;
		height: 4.8vw;
		padding: 0;
		margin: 0;
	}
	.chemical::after{
		content: "";
		position: absolute;
		top: -6vw;
		right: 2vw;
		background-color: #dddddd;
		border-radius: 6vw;
		padding: 1.5vw;
		width: 15vw;
		height: 1.5vw;
		font-size: 2.7vw;
		text-align: center;
		line-height: 1.8vw;
		color: #000;
		transform: skew(15deg);
	}
	.grade-class{
		width: 100vw;
		height: 9vw;
		background-color: #555;
		transform: skew(-15deg);
		margin: 4vw 12.5vw;
	}
	.grade-class > h3{
		font-size: 6vw;
		line-height: 9vw;
		color: #fff;
		transform: skew(15deg);
		text-align: center;
	}
	.monel-class{
		background-color: #bd7d57;
	}
	.inconel-class{
		background-color: #bd7d57;
	}
	.incoloy-class{
		background-color: #bd7d57;
	}
	.hastelloy-class{
		background-color: #bd7d57;
	}
	.nickel-class{
		background-color: #bd7d57;
	}
	.other-class{
		background-color: #888;
	}


	#solution-page{
		position: relative;
	}
	#solution-container{
		margin: -8vw 0;
		position: relative;
		width: 100vw;
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
	}
	#solution-container::-webkit-scrollbar{
		display: none;
	}
	#solution-container > div{
		width: 330vw;
		display: flex;
		flex-wrap: wrap;
	}
	#solution-container > div > a{
		width: 50vw;
		height: 50vw;
		border-radius: 50vw;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		position: relative;
		margin: 2vw;
	}
	#solution-container > div > a:nth-child(7)::before{
		content: "";
		width: 50vw;
		height: 50vw;
		border-radius: 50vw;
		background-color: #eee;
		position: absolute;
		top: 0;
		left: -54vw;
	}
	#solution-container > div > a:nth-child(n+7){
		transform: translate(27vw, -8vw);
	}
	.solutions-photo{
		position: absolute;
		left: 0;
		top: 0;
		width: 50vw;
		border-radius: 50vw;
		filter: brightness(.6);
		transition: filter .2s;
	}
	.solutions-logo{
		width: 9vw;
		margin: 1vw;
		background-color: #fff;
		border-radius: 3vw;
		border: solid .9vw #fff;
		z-index: 1;
	}
	#solution-container > div > a > h3{
		width: 36vw;
		color: #fff;
		font-size: 6.6vw;
		line-height: 7.5vw;
		text-align: center;
		z-index: 1;
		margin: 1vw;
	}




	#media-page{
		position: relative;
		width: 100vw;
		overflow: hidden;
	}

	
	#media-class{
		position: relative;
		padding: 5vw 0 10vw 0;
	}
	#left-arrow, #right-arrow{
		display: none;
	}
	#class-middle{
		width: 828vw;
		display: flex;
		justify-content: space-between;
		z-index: 1;
		position: relative;
		animation: tc 2s backwards;
		left: -104vw;
	}
	#class-middle::before, #class-middle::after{
		content: "";
		display: block;
		width: 100vw;
		height: 90vw;
		position: relative;
		transition: all .3s;
		overflow: hidden;
		transform: skew(-15deg);
		background-color: #000;
	}
	#class-middle > a{
		display: block;
		width: 100vw;
		height: 90vw;
		position: relative;
		transition: all .3s;
		overflow: hidden;
		transform: skew(-15deg);
		transform-origin: center;
	}
	#class-middle > a > div{
		transform: skew(15deg);
	}
	.class-bg{
		height: 90vw;
		transform: translate(-17vw, 0) scale(1);
		transform-origin: 50%, 50%;
		transition: all .5s;
		filter: brightness(.6);
	}
	#class-dot{
		width: 100vw;
		position: absolute;
		left: 0;
		bottom: 15vw;
		pointer-events: none;
		display: flex;
		justify-content: center;
		z-index: 2;
	}
	#class-dot > div{
		width: 2vw;
		height: 2vw;
		background-color: #fff;
		margin: 2vw;
		border-radius: 2vw;
		opacity: .5;
		transition: opacity .2s;
	}
	#class-dot > div:nth-child(1){
		opacity: 1;
	}


	.class-h{
		position: absolute;
		color: white;
		font-size: 7.5vw;
		left: 15vw;
		top: 16vw;
		width: 70vw;
		text-align: center;
	}
	.class-p{
		position: absolute;
		color: white;
		font-size: 4.5vw;
		left: 12.5vw;
		top: 40vw;
		width: 75vw;
		transition: all 1s;	
		text-align: left;
		text-align: justify;
	}


	#alloy-knowledge{
		opacity: 1;
		pointer-events: inherit;
	}
	#alloy-knowledge .ic1{
		width: 15vw;
		position: absolute;
		left: 42.5vw;
		top: 13vw;
		transition: all 1s;
		transform: translate(0, -0vw);
	}
	#alloy-knowledge .ic0{
		width: 15vw;
		position: absolute;
		left: 42.5vw;
		top: 13vw;
		transition: all 1s;
		transform: rotateY(0deg);
		transform-origin: 50% 50%;
		-webkit-transform-origin: 50% 50%;
		-o-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
		animation: sk 1.5s;
		animation-iteration-count: infinite;
	}
	.sk5{
		transform-style: preserve-3d;
		-o-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		-webkit-transform-style: preserve-3d;
		perspective: 1000;
		-o-perspective: 1000;
		-moz-perspective: 1000;
		-webkit-perspective: 1000;
		perspective-origin: 50% 50%;
		-o-perspective-origin: 50% 50%;
		-moz-perspective-origin: 50% 50%;
		-webkit-perspective-origin: 50% 50%;
		transform: perspective(1000vw) rotateY(0deg);
		-o-transform: perspective(1000vw) rotateY(0deg);
		-moz-transform: perspective(1000vw) rotateY(0deg);
		-webkit-transform: perspective(1000vw) rotateY(0deg);
		position: absolute;
		top: 0;
	}
	
	@keyframes sk{
		0%{transform: rotateY(0deg);}
		100%{transform: rotateY(-180deg);}
	}


	#applications{
	}
	#applications .ic2{
		width: 18vw;
		position: absolute;
		left: 41vw;
		top: 5.5vw;
		transition: all 1s;
	}
	#applications #app1{
		animation: app 1.5s;
		animation-iteration-count: infinite;
	}
	@keyframes app{
		0%{opacity: 1; transform: translateY(0px); }
		100%{opacity: 0; transform: translateY(-5vw);}
	}

	#metal-technology{
	}
	#metal-technology .ic1{
		top: 12vw;
		left: 43.25vw;
		animation: rotate 5s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
	}
	#metal-technology-logo{
		position: absolute;
		width: 13.5vw;
		height: auto;
		margin-top: -0.4vw;
		margin-left: 0.3vw;
	}
	@keyframes rotate{
		0% {transform: rotate(0deg);}
		100% {transform: rotate(360deg);}
	}


	#chemical-element{
	}
	#element-logo{
		position: absolute;
		width: 15vw;
		height: auto;
		margin-top: 2.3vw;
		margin-left: 0.6vw;
	}
	.element-2{
		animation: rotate 10s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
		transform-origin: 115px 115px;
	}
	.element-1{
		animation: rotate 10s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
		transform-origin: 115px 115px;
		animation-direction: reverse;
	}
	#chemical-element .ic2{
		width: 15vw;
		position: absolute;
		left: 42.5vw;
		top: 8.5vw;
		transition: all 1s;
	}



	#newsletter{
	}
	#newsletter .ic1{
		top: 9.5vw;
		left: 44.75vw;
		animation: newsletter 2s;
		animation-iteration-count: infinite;
		animation-timing-function: ease-in-out;
	}
	#newsletter-logo{
		position: absolute;
		width: 10.5vw;
		height: auto;
		margin-top: -2vw;
		margin-left: 0.54vw;
	}

	@keyframes newsletter{
		0% {transform: translateY(0);}
		50% {transform: translateY(-0.7vw);}
		100% {transform: translateY(0);}
	}


	#leads{
	}
	#leads .ic2{
		width: 12vw;
		position: absolute;
		left: 42.5vw;
		top: 9vw;
		transition: all 1s;
	}
	#leads-logo{
		position: absolute;
		width: 12vw;
		height: auto;
		margin-top: 3vw;
		margin-left: 1.5vw;
	}
	#leads .leads-1{
		animation: scalea 3s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
		transform-origin: 100% 100%;
	}
	#leads .leads-2{
		animation: scaleb 3s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
		transform-origin: 100% 100%;
	}
	#leads .leads-3{
		animation: scalec 3s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
		transform-origin: 100% 100%;
	}
	#leads .leads-4{
		animation: scaled 3s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
		transform-origin: 100% 100%;
	}
	@keyframes scalea{
		0%{transform: scale(1, 1);}
		50%{transform: scale(1, 0.5);}
		100%{transform: scale(1, 1);}
	}
	@keyframes scaleb{
		0%{transform: scale(1, 1);}
		50%{transform: scale(1, 1.3);}
		100%{transform: scale(1, 1);}
	}
	@keyframes scalec{
		0%{transform: scale(1, 1);}
		50%{transform: scale(1, 1.7);}
		100%{transform: scale(1, 1);}
	}
	@keyframes scaled{
		0%{transform: scale(1, 1);}
		50%{transform: scale(1, 1.4);}
		100%{transform: scale(1, 1);}
	}





	#media-latest{
		position: relative;
		width: 100vw;
		overflow: hidden;
		padding-top: 3vw;
	}
	#media-latest > h3{
		width: 80vw;
		position: relative;
		left: 10vw;
		text-align: center;
		font-size: 6vw;
		height: 9vw;
		padding-bottom: 9vw;
	}
	#media-latest > h3 > span{
		color: #fff;
		height: 9vw;
		position: relative;
		line-height: 9vw;
	}
	#media-latest > h3::before{
		content: "";
		display: block;
		width: 60vw;
		height: 9vw;
		background-color: #555;
		transform: skew(-15deg);
		position: absolute;
		top: 0;
		left: 10vw;
	}

	
	.point{
		width: 3vw;
		height: 3vw;
		border-radius: 3vw;
		background-color: #bd7d57;
		position: relative;
	}
	#media-latest > .point{
		margin-left: 5vw;
	}
	#media-latest > .point::after{
		content: "";
		height: .3vw;
		width: 80vw;
		background: #bd7d57;
		position: absolute;
		left: 6vw;
		top: 1.3vw;
		border-radius: 3vw;
	}
	.media-blog{
		width: 100vw;
		position: relative;
		margin: 5vw 0;
		overflow: hidden;
	}
	.media-blog > a{
		display: block;
		width: 90vw;
		height: 100%;
		position: relative;
		margin: 0 5vw;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.media-blog > a > img{
		width: 90vw;
		height: 60vw;
		position: relative;
		border-radius: 3vw;
		left: 0;
		top: 0;
	}
	.media-blog > a > h4{ color: #000;
		font-size: 7.5vw;
		width: 85vw;
		margin: 3vw 2.5vw;
		line-height: 9vw;
	}
	.media-p{ color: #000;
		font-size: 4.5vw;
		width: 85vw;
		margin: 0 2.5vw;
		line-height: 6vw;
		text-align: justify;
	}
	.media-time{
		width: 30vw;
		height: 9.6vw;
		font-size: 4vw;
		line-height: 9.6vw;
		margin: 5vw 2.5vw;
	}
	.media-div{
		font-size: 4.8vw;
		width: 40vw;
		height: 8vw;
		border: solid .8vw #bd7d57;
		border-radius: 8vw;
		line-height: 8vw;
		text-align: center;
		font-weight: bold;
		margin: 5vw 2.5vw;
		color: #bd7d57;
	}

	#gallery-page{
		position: relative;
		padding: 2vw 0;
		overflow: hidden;
	}
	#gallery-page-2{
		width: 120vw;
		position: relative;
		height: 80vw;
		overflow: hidden;
		display: block;
	}
	#gallery-page-2::after{
		content: "More";
		width: 45vw;
		height: 15vw;
		border-radius: 15vw;
		color: #fff;
		font-size: 6vw;
		font-weight: bold;
		line-height: 15vw;
		background-color: rgba(25, 25, 25, .5);
		text-align: center;
		position: absolute;
		left: 27.5vw;
		top: 32.5vw;
		transform-origin: center;
		transition: transform .2s;
	}
	#gallery-page-2:hover::after{
		transform: scale(1.2);
	}
	.gallery-1{
		width: 123vw;
		display: flex;
		justify-content: space-between;
		position: relative;
		animation: tb 1.5s backwards;
		animation-delay: .1s;
		transform: translate(-10vw, -15vw) rotate(15deg);
	}
	.gallery-1 img{
		width: 30vw;
		display: block;
		border-radius: 3vw;
		margin: 1vw;
	}



	#catalog-page{
		position: relative;
		width: 100vw;
		overflow: hidden;
		padding: 0vw 0 15vw 0;
	}
	#catalog-page::before{
		content: "";
		width: 90vw;
		position: absolute;
		top: 35vw;
		height: .5vw;
		background-color: #f6f6f6;
		transform: skew(-15deg);
	}
	#catalog-content{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#catalog-content > div{
		width: 100vw;
		padding: 2.5vw;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.catalogueimg{
		width: 80vw;
		box-shadow: 3vw 3vw 6vw #666666;
		margin: 0 10vw;
		transform: translate(0, 0vw);
		transition: all 0.5s;
	}
	#cataloguea{
		width: 80vw;
		text-align: center;
		margin: 3vw 10vw;
		font-weight: bolder;
		text-decoration: underline;
		font-size: 4.5vw;
		line-height: 6vw;
	}

}








@keyframes translate{
	0%{transform: translate(-100%, 0); opacity: 0;}
	100%{transform: translate(0, 0); opacity: 1;}
}
@keyframes translate3{
	0%{transform: translate(0, 5vw); opacity: 0;}
	100%{transform: translate(0, 0); opacity: 1;}
}
