.monel-brand{
	color: #bd7d57;
}
.inconel-brand{
	color: #bd7d57;
}
.incoloy-brand{
	color: #bd7d57;
}
.hastelloy-brand{
	color: #bd7d57;
}


@media screen and (min-width: 600px) {
	#social-share{
		position: fixed;
		bottom: 2vw;
		left: 2vw;
		z-index: 1;
		background-color: #fff;
		border-radius: 1vw;
	}
	.share-btn{
		width: 2.3vw;
		height: 2.3vw;
		display: block;
		margin: 1.5vw 1vw;
	}
	.share-btn > img{
		width: 2.3vw;
		height: 2.3vw;
	}


	#page-picture{
	    width: 97.5vw;
	    height: calc(100vh - 10.5vw);
	    margin: 1.25vw 1.25vw 1.25vw 1.25vw;
	    border-radius: 2vw;
	    background-color: #000;
	    background-size: cover;
	    position: relative;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}
	#page-picture > h1{
	    color: white;
	    font-size: 4.5vw;
	    line-height: 5.5vw;
	    width: 40vw;
		animation: line3 1s backwards;
		animation-delay: .1s;
		z-index: 1;
		position: absolute;
		left: 8vw;
		top: 5vw;
	}
	#page-picture > h1 > span{
		font-size: 8vw;
		display: block;
		margin: 2vw 0;
	}


	#overview{
		width: 30vw;
		animation: line4 1s backwards;
		animation-delay: .2s;
		color: #eee;
		position: absolute;
		right: 8vw;
		bottom: 5vw;
	}
	#overview > h2{
		font-size: 3vw;
		line-height: 2vw;
		margin-bottom: 2vw;
	}
	#overview > p{
		font-size: 1.2vw;
		line-height: 2.2vw;
	}


	#arrow-down{
		width: 0;
		height: 0;
		border: solid 2vw transparent;
		border-top: solid 2vw #fff;
		transform: scale(.6, 1);
		position: absolute;
		left: 48vw;
		bottom: 0vw;
	}
	
	#breadol{
	    width: 40vw;
	    display: flex;
	    align-content: center;
	    justify-content: flex-start;
	    list-style: none;
	    position: absolute;
	    bottom: 2vw;
	    left: 8vw;
	    padding: 0;
	    margin: 0;
	    z-index: 1;
		animation: line3 1s backwards;
		animation-delay: .2s;
	}
	#breadol li{
	    font-size: 1.2vw;
	    color: white;
	    line-height: 1vw;
	    display: flex;
	}
	#breadol li a{
	    color: white;
	    margin-right: 2vw;
	    display: block;
	    position: relative;
	}
	#breadol li a::after{
		content: "";
		display: block;
		width: .2vw;
		height: 1vw;
		background-color: #fff;
		transform: skew(-15deg);
		position: absolute;
		top: 0vw;
		right: -1.1vw;		
	}
	@keyframes line2{
		0%{transform: translate(30vw, 0) skew(-15deg); opacity: 0;}
		100%{transform: translate(0, 0) skew(-15deg); opacity: .8;}
	}
	@keyframes line3{
		0%{transform: translate(30vw, 0); opacity: 0;}
		100%{transform: translate(0, 0); opacity: 1;}
	}
	@keyframes line4{
		0%{transform: translate(0, 10vw); opacity: 0;}
		100%{transform: translate(0, 0); opacity: 1;}
	}

	.main-section{
		width: 75vw;
		background-color: #f6f6f6;
		border-radius: 2vw;
		margin: 2.5vw 7.5vw;
		padding: 5vw;
		position: relative;
		overflow: hidden;
	}
	.main-section::before{
		content: "";
		width: 5vw;
		height: calc(100% - 5vw);
		position: absolute;
		left: 2.5vw;
		top: 2.5vw;
		border-radius: 1vw 0 0 1vw;
		border: solid .15vw #bd7d57;
		box-sizing: border-box;
		border-right: none;
	}
	.main-section::after{
		content: "";
		width: 5vw;
		height: calc(100% - 5vw);
		position: absolute;
		right: 2.5vw;
		top: 2.5vw;
		border-radius: 0 1vw 1vw 0;
		border: solid .15vw #bd7d57;
		box-sizing: border-box;
		border-left: none;
	}
	.main-section > h2{
		width: 75vw;
		text-align: center;
		font-size: 3vw;
		line-height: 3vw;
		height: 3vw;
		position: relative;
		margin: 2.5vw 0 7.5vw 0;
		animation: line4 1s backwards;
		animation-delay: .2s;
	}
	.main-section > h2 > span{
		z-index: 1;
		height: 3vw;
		position: relative;
		background-color: #f6f6f6;
	}
	.main-section > h2::before{
		content: "";
		width: 5vw;
		height: 5vw;
		border-radius: 5vw;
		border: solid .15vw #bd7d57;
		position: absolute;
		left: 35vw;
		top: -1vw;
		box-sizing: border-box;
	}
	.main-section > h2::after{
		content: "";
		width: 7vw;
		height: 7vw;
		border-radius: 7vw;
		border: solid .15vw #bd7d57;
		position: absolute;
		left: 34vw;
		top: -2vw;
		box-sizing: border-box;
	}

	.main-section > h3{
		width: 75vw;
		text-align: center;
		font-size: 2vw;
		line-height: 2vw;
		position: relative;
		margin: 5vw 0 2vw 0;
		animation: line4 1s backwards;
		animation-delay: .3s;
	}
	.main-section > h3 > span{
		z-index: 1;
		position: relative;
	}
	.main-section > h3::before{
		content: "";
		width: 1vw;
		height: 1vw;
		border-radius: 1vw;
		position: absolute;
		left: 37vw;
		top: -2.8vw;
		background-color: #bd7d57;
	}
	.main-section > h3::after{
		content: "";
		width: 21vw;
		height: .15vw;
		position: absolute;
		left: 15vw;
		top: -2.385vw;
		background-color: #bd7d57;
		box-shadow: 24vw 0 0 #bd7d57;
	}

	.main-section > p{
		width: 45vw;
		text-align: justify;
		font-size: 1.2vw;
		line-height: 2.2vw;
		position: relative;
		margin: .5vw 15vw;
		animation: line4 1s backwards;
		animation-delay: .4s;
	}
	.main-section > h4{
		width: 45vw;
		text-align: center;
		font-size: 1.5vw;
		line-height: 2vw;
		position: relative;
		margin: .5vw 15vw;
		animation: line4 1s backwards;
		animation-delay: .4s;
		font-weight: bold;
	}

	#conclusion{
		display: flex;
		flex-direction: column;
		align-items: center;
		animation: line4 1s backwards;
		animation-delay: .4s;
	}
	#conclusion > h2{
		width: 100vw;
		text-align: center;
		font-size: 3vw;
		line-height: 3vw;
		height: 3vw;
		position: relative;
		margin: 5vw 0 2.5vw 0;
	}
	#conclusion > p{
		width: 45vw;
		text-align: justify;
		font-size: 1.2vw;
		line-height: 2vw;
		position: relative;
		margin: .5vw 27.5vw;
	}


	#grades-div{
		width: 45vw;
		margin: 2.5vw 15vw;
		display: flex;
		flex-wrap: wrap;
		animation: line4 1s backwards;
		animation-delay: .4s;
	}
	#grades-div > a{
		width: 22.5vw;
		font-size: 3vw;
		font-weight: bold;
		text-align: center;
	}
	.single-grade{
		justify-content: center;
	}

	#products-div{
		width: 75vw;
		margin: 1.5vw 0vw;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		animation: line4 1s backwards;
		animation-delay: .4s;
		justify-content: center;
	}
	#products-div > div{
		width: 20vw;
		margin: 1vw;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-content: flex-start;
	}
	#products-div > div > img{
		border-radius: 1vw 1vw 0 0;
		width: 20vw;
		height: 13.5vw;
		display: block;
		margin: 0 0 .25vw 0;
	}
	#products-div > div > a{
		width: 8vw;
		display: flex;
		flex-direction: column;
		align-items: center;
		background-color: #eee;
		padding: 1vw .75vw;
		transition: all .2s;
		flex-grow: 1;
		margin: .25vw;
	}
	#products-div > div > a:hover{
		background-color: #fafafa;
	}
	#products-div > div > a > img{
		width: 3.5vw;
		height: 3.5vw;
	}
	#products-div > div > a > span{
		display: block;
		font-size: 1.1vw;
		font-weight: bold;
		text-align: center;
		line-height: 1.35vw;
		margin: .5vw 0;
	}

	#products-div-2{
		width: 75vw;
		margin: 1.5vw 0vw;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		animation: line4 1s backwards;
		animation-delay: .4s;
		justify-content: center;
	}
	#products-div-2 > div{
		width: 40vw;
		margin: 1vw;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-content: flex-start;
	}
	#products-div-2 > div > img{
		border-radius: 1vw 1vw 0 0;
		width: 20vw;
		height: 13.5vw;
		display: block;
		margin: 0 10vw .25vw 10vw;
	}
	#products-div-2 > div > a{
		width: 8vw;
		display: flex;
		flex-direction: column;
		align-items: center;
		background-color: #eee;
		padding: 1vw .75vw;
		transition: all .2s;
		flex-grow: 1;
		margin: .25vw;
	}
	#products-div-2 > div > a:hover{
		background-color: #fafafa;
	}
	#products-div-2 > div > a > img{
		width: 3.5vw;
		height: 3.5vw;
	}
	#products-div-2 > div > a > span{
		display: block;
		font-size: 1.1vw;
		font-weight: bold;
		text-align: center;
		line-height: 1.35vw;
		margin: .5vw 0;
	}



	.gradebar{
		width: 42vw;
		display: block;
		border-radius: 1.5vw;
		margin: 2vw 14.5vw;
		background: #eee;
		height: 5vw;
		padding: 1vw 2vw;
		box-shadow: .5vw .5vw 1vw #ddd;
		transition: all .2s;
		transform: translate(0, 0) scale(1);
		transform-origin: center;
		animation: line4 1s backwards;
		animation-delay: .3s;
	}
	.gradebar:hover{
		transform: translate(0, 0) scale(1.1);
	}
	.gradename{
		display: block;
		font-size: 1.6vw;
		font-weight: bold;
		width: 6vw;
		padding: 0;
		margin: 0;
		line-height: 0;
		position: relative;
		top: 1.3vw;
		left: 1vw;
		text-decoration: underline;
	}
	.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: 33vw;
		top: 1.6vw;
		left: 7.5vw;
		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;
		min-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;
	}
	.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;
	}
	.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);
	}


	.drawing-img{
		width: 45vw;
		margin: 1.5vw 15vw;
		animation: line4 1s backwards;
		animation-delay: .4s;
	}

	#date{
		width: 8vw;
		position: relative;
		margin: 2vw 46vw;
		text-align: center;
		font-size: 1vw;
		height: 3vw;
		padding: 1vw 0;
		display: block;
		animation: line4 1s backwards;
		animation-delay: .4s;
	}
	#date > span{
		display: block;
		color: #fff;
		height: 3vw;
		position: relative;
		line-height: 3vw;
		width: 8vw;
	}
	#date::before{
		content: "";
		display: block;
		width: 8vw;
		height: 2vw;
		background-color: #999;
		transform: skew(-15deg);
		position: absolute;
		top: 1.5vw;
		left: 0vw;
	}


	#othernews{
		padding-bottom: 6vw;
	}
	#othernews h2{
		width: 80vw;
		position: relative;
		left: 10vw;
		text-align: center;
		font-size: 2vw;
		height: 3vw;
		padding: 3vw 0 1vw 0;
	}
	#othernews h2 > span{
		display: block;
		color: #fff;
		height: 3vw;
		position: relative;
		line-height: 3vw;
	}
	#othernews h2::before{
		content: "";
		display: block;
		width: 20vw;
		height: 3vw;
		background-color: #555;
		transform: skew(-15deg);
		position: absolute;
		top: 3vw;
		left: 30vw;
	}
	.table-container{
		position: relative;
	}
	.huge-table td{
		font-size: 1vw;
	}
	.huge-table th{
		font-size: 1vw;
	}
	table{
	  	border-collapse: collapse;
		border-style: solid;
		border-width: .3vw 0;
		border-color: #000;
		color: #000;
		width: 75vw;
		position: relative;
		margin: 2vw 0;
		animation: line4 1s backwards;
		animation-delay: .3s;
	}
	th{
		text-align: center;
		color: #000;
		font-size: 1.1vw;
		padding: .5vw 1vw;
		border-width: .15vw 0;
		border-color: #000;
		border-style: solid;
	}
	.left-th{
		text-align: left;		
	}
	.right-th{
		text-align: right;
	}
	td{
		text-align: center;
		border-style: none;
		color: #000;
		font-size: 1.1vw;
		padding: .5vw 1vw;
	}
	tr{
		border-style: solid;
		border-width: 0;
	}
	tr > td:first-child{
		text-align: left;	
	}
	.table-2 tr > td:first-child{
		text-align: center;	
	}
	.td-2{
		width: 30vw;
		padding-left: 2vw;
	}
	.td-3{
		width: 20vw;
		padding-left: 2vw;
	}
	.td-4{
		width: 20vw;
		padding-left: 4vw;
	}
	.td-long{
		width: 20vw;
	}
	caption{
		width: 75vw;
		font-size: 1.3vw;
		text-align: center;
		color: #000;
		margin: 0;
		padding: 1vw 0;
		font-weight: bold;
	}


	#media-latest{
		position: relative;
		padding-bottom: 1.5vw;
		display: flex;
		flex-wrap: wrap;
	}
	#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;
	}
	#related-page{
		overflow: hidden;
		position: relative;
		padding-bottom: 8vw;
		background-color: #fff;
	}
	#media-latest > .point{
		margin: 2vw 16vw;
	}
	.media-blog{
		width: 90vw;
		height: 15vw;
		position: relative;
		margin: 1vw 5vw;
	}
	.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;
	}
	.media-p{ color: #000;
		font-size: 1.3vw;
		width: 50vw;
		line-height: 1.9vw;
		position: absolute;
		left: 25vw;
		top: 4.5vw;
		text-align: justify;
	}
	.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;
	}

	.previous::after, .following::after{
		width: 15vw;
		height: 4.5vw;
		font-size: 2vw;
		background-color: rgba(255, 255, 255, .8);
		line-height: 4.5vw;
		border-radius: 4.5vw;
		text-align: center;
		font-weight: bold;
		position: absolute;
		left: 3.75vw;
		top: 5.25vw;
		pointer-events: none;
	}
	.previous::after{
		content: "Previous";
	}
	.following::after{
		content: "Following";
	}


	#contact-copy{
		height: 2.3vw;
		width: 23vw;
		border-radius: 3vw;
		display: flex;
		align-items: center;
		background-color: #eee;
		justify-content: flex-end;
		position: relative;
		padding: 1vw;
		margin: 2vw 0;
		animation: line4 1s backwards;
		animation-delay: .4s;
	}
	#contact-email{
		font-size: 1.5vw;
		font-weight: bold;
		margin: 0 1vw;
	}
	#contact-copy > .copy-text{
		width: 23vw;
		position: absolute;
		left: 0;
		top: 4vw;
		text-align: center;
	}


	#edge{
		display: flex;
		justify-content: center;
	}
	#edge > div{
		width: 20vw;
		height: 3vw;
		background-color: #000;
		margin: 1vw;
		margin-bottom: 3vw;
		position: relative;
	}
	#round-edge{
		border-radius: 3vw;
	}
	#edge > div::after{
		width: 20vw;
		position: absolute;
		top: 3.5vw;
		left: 0;
		text-align: center;
		font-weight: bold;
		font-size: 1.5vw;
	}
	#round-edge::after{
		content: "Round-edge";
	}
	#square-edge::after{
		content: "Square-edge";
	}
}





















@media screen and (max-width: 600px) {
	#social-share{
		display: none;
	}
	main{		
		padding-top: 12vw;
	}
	main p{
		text-align: center;
	}



	#page-picture{
	    width: 95vw;
	    min-height: calc(100vh - 27vw);
	    margin: 2.5vw 2.5vw 2.5vw 2.5vw;
	    border-radius: 6vw;
	    background-color: #000;
	    background-size: cover;
	    position: relative;
	    padding-bottom: 10vw;
	}
	#page-picture > h1{
		text-align: center;
	    color: white;
	    font-size: 9vw;
	    line-height: 11vw;
	    width: 85vw;
	    padding: 10vw 5vw;
		animation: line3 1s backwards;
		animation-delay: .1s;
		z-index: 1;
	}
	#page-picture > h1 > span{
		font-size: 16vw;
		display: block;
		margin: 4vw 0;
	}


	#overview{
		width: 80vw;
		margin: 15vw 7.5vw;
		animation: line3 1s backwards;
		animation-delay: .2s;
		color: #eee;
	}
	#overview > h2{
		font-size: 9vw;
		line-height: 9vw;
		margin-bottom: 9vw;
		text-align: center;
	}
	#overview > p{
		font-size: 4.5vw;
		line-height: 8vw;
		text-align: justify;
	}

	#arrow-down{
		width: 0;
		height: 0;
		border: solid 6vw transparent;
		border-top: solid 6vw #fff;
		transform: scale(.6, 1);
		position: absolute;
		left: 41.5vw;
		bottom: 0vw;
	}

	
	
	#breadol{
	    width: 95vw;
	    display: flex;
	    align-content: center;
	    justify-content: center;
	    list-style: none;
	    padding: 0;
	    margin: 0;
	    z-index: 1;
	    padding: 0;
	}
	#breadol li{
	    font-size: 3.6vw;
	    color: white;
	    line-height: 3vw;
	    display: flex;
	}
	#breadol li a{
	    color: white;
	    margin-right: 6vw;
	    display: block;
	    position: relative;
	}
	#breadol li a::after{
		content: "";
		display: block;
		width: .6vw;
		height: 3vw;
		background-color: #fff;
		transform: skew(-15deg);
		position: absolute;
		top: 0vw;
		right: -3.3vw;		
	}



	.main-section{
		width: 80vw;
		background-color: #f6f6f6;
		border-radius: 6vw;
		margin: 7.5vw 2.5vw;
		padding: 7.5vw;
		position: relative;
		overflow: hidden;
	}
	.main-section > h2{
		width: 80vw;
		text-align: center;
		font-size: 9vw;
		line-height: 9vw;
		height: 9vw;
		position: relative;
		margin: 7.5vw 0 22.5vw 0;
		animation: line4 1s backwards;
		animation-delay: .2s;
	}
	.main-section > h2 > span{
		z-index: 1;
		height: 9vw;
		position: relative;
		background-color: #f6f6f6;
	}
	.main-section > h2::before{
		content: "";
		width: 15vw;
		height: 15vw;
		border-radius: 15vw;
		border: solid .45vw #bd7d57;
		position: absolute;
		left: 32.5vw;
		top: -3vw;
		box-sizing: border-box;
	}
	.main-section > h2::after{
		content: "";
		width: 21vw;
		height: 21vw;
		border-radius: 21vw;
		border: solid .45vw #bd7d57;
		position: absolute;
		left: 29.5vw;
		top: -6vw;
		box-sizing: border-box;
	}

	.main-section > h3{
		width: 80vw;
		text-align: center;
		font-size: 6vw;
		line-height: 6vw;
		position: relative;
		margin: 15vw 0 6vw 0;
		animation: line4 1s backwards;
		animation-delay: .3s;
	}
	.main-section > h3 > span{
		z-index: 1;
		position: relative;
	}
	.main-section > h3::before{
		content: "";
		width: 3vw;
		height: 3vw;
		border-radius: 3vw;
		position: absolute;
		left: 38.5vw;
		top: -8.4vw;
		background-color: #bd7d57;
	}
	.main-section > h3::after{
		content: "";
		width: 35.5vw;
		height: .45vw;
		position: absolute;
		left: 0;
		top: -7.155vw;
		background-color: #bd7d57;
		box-shadow: 44.5vw 0 0 #bd7d57;
	}

	.main-section > p{
		width: 80vw;
		text-align: justify;
		font-size: 4.5vw;
		line-height: 8vw;
		position: relative;
		margin: 4.5vw 0;
		animation: line4 1s backwards;
		animation-delay: .4s;
	}

	.main-section > h4{
		width: 80vw;
		text-align: center;
		font-size: 4.5vw;
		line-height: 6vw;
		position: relative;
		margin: 4.5vw 0;
		animation: line4 1s backwards;
		animation-delay: .4s;
	}

	#conclusion{
		display: flex;
		flex-direction: column;
		align-items: center;
		animation: line4 1s backwards;
		animation-delay: .4s;
	}
	#conclusion > h2{
		width: 100vw;
		text-align: center;
		font-size: 9vw;
		line-height: 9vw;
		height: 9vw;
		position: relative;
		margin: 10vw 0 7.5vw 0;
	}
	#conclusion > p{
		width: 80vw;
		text-align: justify;
		font-size: 4.5vw;
		line-height: 8vw;
		position: relative;
		margin: .5vw 0;
	}


	#grades-div{
		width: 80vw;
		margin: 7.5vw 0;
		animation: line4 1s backwards;
		animation-delay: .4s;
	}
	#grades-div > a{
		width: 80vw;
		font-size: 9vw;
		font-weight: bold;
		text-align: center;
		display: block;
	}

	#products-div{
		width: 80vw;
		margin: 7.5vw 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		animation: line4 1s backwards;
		animation-delay: .4s;
	}
	#products-div > div{
		width: 80vw;
		margin: 3vw 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-content: flex-start;
	}
	#products-div > div > img{
		border-radius: 3vw 3vw 0 0;
		width: 80vw;
		height: 54vw;
		display: block;
		margin: 0 0 1vw 0;
	}
	#products-div > div > a{
		width: 32vw;
		display: flex;
		flex-direction: column;
		align-items: center;
		background-color: #eee;
		padding: 4vw 3vw;
		transition: all .2s;
		flex-grow: 1;
		margin: 1vw;
	}
	#products-div > div > a:hover{
		background-color: #fafafa;
	}
	#products-div > div > a > img{
		width: 14vw;
		height: 14vw;
	}
	#products-div > div > a > span{
		display: block;
		font-size: 4.8vw;
		font-weight: bold;
		text-align: center;
		line-height: 5.4vw;
		margin: 2vw 0;
	}

	#products-div-2{
		width: 80vw;
		margin: 7.5vw 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		animation: line4 1s backwards;
		animation-delay: .4s;
	}
	#products-div-2 > div{
		width: 80vw;
		margin: 3vw 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-content: flex-start;
	}
	#products-div-2 > div > img{
		border-radius: 3vw 3vw 0 0;
		width: 80vw;
		height: 54vw;
		display: block;
		margin: 0 0 1vw 0;
	}
	#products-div-2 > div > a{
		width: 32vw;
		display: flex;
		flex-direction: column;
		align-items: center;
		background-color: #eee;
		padding: 4vw 3vw;
		transition: all .2s;
		flex-grow: 1;
		margin: 1vw;
	}
	#products-div-2 > div > a:hover{
		background-color: #fafafa;
	}
	#products-div-2 > div > a > img{
		width: 14vw;
		height: 14vw;
	}
	#products-div-2 > div > a > span{
		display: block;
		font-size: 4.8vw;
		font-weight: bold;
		text-align: center;
		line-height: 5.4vw;
		margin: 2vw 0;
	}


	.chemeicalp{
		width: 100%;
		text-align: center;
		font-size: 0.9vw;
		line-height: 0;
		color: white;
		padding-top: 2.4vw;
		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: 2.4vw;
		margin: 0 0 0 1vw;
		transform: translate(-.1vw, 0) skew(15deg);
	}

	.gradebar{
		width: 80vw;
		margin: 4vw 0;
		transition: all 0.3s;
		background: #eee;
		height: 20vw;
		padding: 1.5vw 5vw;
		border-radius: 5vw;
		box-shadow: 1vw 1vw 2vw #ddd;
		position: relative;
		left: -5vw;
		display: block;
		animation: line4 1s backwards;
		animation-delay: .3s;
	}
	.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: 2vw; 
		text-align: left;
	}
	.chemical{
		display: flex;
		flex-wrap: wrap;
		position: relative;
		width: 75vw;
		top: 2.5vw;
		left: 2.5vw;
		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;
		min-width: 15vw;
		height: 1.5vw;
		font-size: 2.7vw;
		text-align: center;
		line-height: 1.8vw;
		color: #000;
		transform: skew(15deg);
	}
	.grade-class{
		width: 50vw;
		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;
	}


	#date{
		width: 24vw;
		position: relative;
		left: 38vw;
		text-align: center;
		font-size: 3vw;
		height: 9vw;
		padding: 10vw 0;
		display: block;
	}
	#date > span{
		display: block;
		color: #fff;
		height: 9vw;
		position: relative;
		line-height: 9vw;
		width: 24vw;
	}
	#date::before{
		content: "";
		display: block;
		width: 24vw;
		height: 6vw;
		background-color: #999;
		transform: skew(-15deg);
		position: absolute;
		top: 11.5vw;
		left: 0vw;
	}

	.table-container{
		width: 80vw;
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.table-container::-webkit-scrollbar{
		display: none;
	}

	.element-none{
		opacity: 0;
	}
	.element{
		font-size: 1.5vw;
		font-weight: bold;
	}
	.element-table, .element-table tr{
		border: none;
	}
	.element-table th{
		background-color: #fff;
		border: solid .3vw #fff;
		height: 3vw;
		width: 16.6vw;
	}
	.element-table td{
		background-color: #eee;
		border: solid .3vw #fff;
		height: 3vw;
		width: 16.6vw;
	}
	.non-metal{
		background-color: #ddd!important;
	}
	table{
	  	border-collapse: collapse;
		border-style: solid;
		border-width: .9vw 0;
		border-color: #000;
		color: #000;
		width: 240vw;
		position: relative;
		margin: 6vw 0;
	}
	th{
		text-align: center;
		color: #000;
		border-style: none;
		font-size: 4.2vw;
		padding: 2vw 0;
	}
	td{
		text-align: center;
		border-style: none;
		color: #000;
		font-size: 3.8vw;
		padding: 2vw 3vw;
	}
	tr{
		border-style: solid;
		border-width: .45vw 0;
		border-color: #000;
	}
	caption{
		width: 80vw;
		font-size: 5vw;
		text-align: center;
		color: #000;
		margin: 0;
		padding: 3vw 0;
		font-weight: bold;
	}
	.left-th{
		text-align: left;		
	}
	.right-th{
		text-align: right;
	}
	tr > td:first-child{
		text-align: left;	
	}
	.td-2{
		width: 90vw;
		padding-left: 6vw;
	}
	.td-3{
		width: 60vw;
		padding-left: 6vw;
	}
	.td-4{
		width: 60vw;
		padding-left: 12vw;
	}
	.td-long{
		width: 60vw;
	}


	.drawing-img{
		width: 80vw;
		margin: 4.5vw 0;
		animation: line4 1s backwards;
		animation-delay: .4s;
	}




	.figure{
		margin: 10vw 0;
	}
	.figure-text{
		font-size: 6vw;
		font-weight: bold;
		margin: 5vw;
		text-align: center;
		line-height: 8vw;
	}
	.figure-text > span{
		font-size: 5vw;
		font-weight: normal;
		text-align: center;
	}

	.related-h2{
		width: 90vw;
		padding: 15vw 5vw;
		text-align: center;
		position: relative;
		overflow: hidden;
	}
	.related-h2 > span{
		color: #000;
		height: 12vw;
		position: relative;
		line-height: 12vw;
		font-size: 12vw;
		z-index: 1;
	}
	.related-h2::before{
		content: "";
		display: block;
		width: 63vw;
		height: 30vw;
		background-color: #eee;
		transform: skew(-15deg) translate(0, 0);
		position: absolute;
		top: 3vw;
		left: 5vw;
		opacity: .5;
		animation: ta 1s backwards;
	}
	.related-h2::after{
		content: "";
		display: block;
		width: 63vw;
		height: 30vw;
		background-color: #eee;
		transform: skew(-15deg) translate(0, 0);
		position: absolute;
		bottom: 1vw;
		right: 0vw;
		opacity: .5;
		animation: tb 1s backwards;
	}
	#related-page{
		overflow: hidden;
		position: relative;
		padding-bottom: 10vw;
	}
	.point{
		width: 3vw;
		height: 3vw;
		border-radius: 3vw;
		background-color: #bd7d57;
		position: relative;
	}
	#media-latest > .point{
		margin-left: 5vw;
		position: relative;
	}
	#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;
	}


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

	.previous::after, .following::after{
		width: 60vw;
		height: 18vw;
		font-size: 6.5vw;
		background-color: rgba(255, 255, 255, .8);
		line-height: 18vw;
		border-radius: 18vw;
		text-align: center;
		font-weight: bold;
		position: absolute;
		left: 20vw;
		top: 21vw;
		pointer-events: none;
	}

	.previous::after{
		content: "Previous";
	}
	.following::after{
		content: "Following";
	}


	#contact-copy{
		height: 6.9vw;
		width: 74vw;
		border-radius: 9vw;
		display: flex;
		align-items: center;
		background-color: #eee;
		justify-content: flex-end;
		position: relative;
		padding: 3vw;
		margin: 6vw 10.5vw;
		animation: line4 1s backwards;
		animation-delay: .4s;
	}
	#contact-email{
		font-size: 5.5vw;
		font-weight: bold;
		margin: 0 3vw 0 0;
	}
	#contact-copy > .copy-text{
		position: absolute;
		left: 0;
		top: 15vw;
	}


	.copy-button{
		display: flex;
	}
	.copy-text{
		display: block;
		width: 74vw;
		text-align: center;
	}

	#edge{
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	#edge > div{
		width: 80vw;
		height: 12vw;
		background-color: #000;
		margin: 4vw 0;
		margin-bottom: 12vw;
		position: relative;
	}
	#round-edge{
		border-radius: 12vw;
	}
	#edge > div::after{
		width: 80vw;
		position: absolute;
		top: 14vw;
		left: 0;
		text-align: center;
		font-weight: bold;
		font-size: 6vw;
	}
	#round-edge::after{
		content: "Round-edge";
	}
	#square-edge::after{
		content: "Square-edge";
	}
}