@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;
	}
	main p{
		text-align: center;
	}
	.figure{
		position: relative;
		width: 60vw;
		margin: 2.5vw 0;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		background-color: #fff;
	}
	.figure::before{
		content: "";
		position: absolute;
		width: 60vw;
		height: calc(100% + 1vw);
		left: 0vw;
		top: -.5vw;
		background-color: #fff;
		border-radius: 1vw;
		box-shadow: 0 0 1vw 3vw #fff;
	}
	.media-pic-2{
		width: 60vw;
		z-index: 1;
	}
	.download{
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 1vw;
	}
	.download > img{
		width: 3vw;
		margin: .5vw;
	}
	.download > div{
		font-size: 1.8vw;
		font-weight: bold;
		color: #000;
		text-decoration: underline;
	}

	.figure-text{
		width: 60vw;
		font-size: 1.6vw;
		line-height: 2.5vw;
		font-weight: bold;
		margin: 2vw 0;
		z-index: 1;
		text-align: center;
	}
	.figure-text > span{
		font-size: 1.2vw;
		font-weight: normal;
	}


	#pagepicture{
	    width: 100vw;
	    height: 30vw;
	    background-color: #000333;
	    background-size: cover;
	    position: relative;
	    display: flex;
	    align-items: center;
	}
	#pagepicture::before{
		content: "";
		width: 100vw;
		height: 30vw;
		background-color: #000;
		position: absolute;
		top: 0;
		left: 0;
		opacity: .5;
	}
	#pagepicture > h1{
	    color: white;
	    font-size: 4.5vw;
	    line-height: 5.5vw;
	    width: 80vw;
		animation: line3 1s backwards;
		animation-delay: .1s;
		padding-bottom: 2vw;
		margin: 0 10vw;
		z-index: 1;
	}
	.small-title{
	    top: 6.5vw!important;
		font-size: 3.8vw!important;
		line-height: 5vw!important;
	}
	.big-title{
	    top: 10vw!important;
	}
	
	#breadol{
	    width: 40vw;
	    display: flex;
	    align-content: center;
	    justify-content: flex-start;
	    list-style: none;
	    position: absolute;
	    bottom: 2vw;
	    left: 10.5vw;
	    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;}
	}
	@keyframes line5{
		0%{transform: rotate(0deg) scale(2); opacity: 0;}
		100%{transform: rotate(5deg) scale(1); opacity: 1;}
	}

	main h2, main p, main ul, main img{
		animation: line4 1s backwards;
		animation-delay: .2s;
	}


	#media-page{
		width: 80vw;
		margin: 5vw 10vw;
		display: flex;
		flex-wrap: wrap;
	}
	#overviewpage{
		width: 35vw;
		display: flex;
		align-items: center;
		margin: 2.5vw 0;
		margin-right: 5vw;
	}
	#overviewpage > p{
		width: 35vw;
		font-size: 2.5vw;
		line-height: 4vw;
		text-align: left;
		font-weight: lighter;
	}

	#orderpage{
		width: 25vw;
		margin: 2.5vw;
		background-color: #eee;
		padding: 5vw;
		position: relative;
		transform: rotate(5deg) scale(1);
		animation: line5 1s backwards;
		animation-delay: .2s;
	}
	#orderpage::before, #orderpage::after{
		content: "";
		position: absolute;
		left: 0;
		width: 1vw;
		height: 1vw;
		transform: rotate(-45deg);
		box-shadow: 1vw 1vw 0 #fff,
					2vw 2vw 0 #fff,
					3vw 3vw 0 #fff,
					4vw 4vw 0 #fff,
					5vw 5vw 0 #fff,
					6vw 6vw 0 #fff,
					7vw 7vw 0 #fff,
					8vw 8vw 0 #fff,
					9vw 9vw 0 #fff,
					10vw 10vw 0 #fff,
					11vw 11vw 0 #fff,
					12vw 12vw 0 #fff,
					13vw 13vw 0 #fff,
					14vw 14vw 0 #fff,
					15vw 15vw 0 #fff,
					16vw 16vw 0 #fff,
					17vw 17vw 0 #fff,
					18vw 18vw 0 #fff,
					19vw 19vw 0 #fff,
					20vw 20vw 0 #fff,
					21vw 21vw 0 #fff,
					22vw 22vw 0 #fff,
					23vw 23vw 0 #fff,
					24vw 24vw 0 #fff;
		background-color: #fff;
	}
	#orderpage::before{
		top: -0.5vw;		
	}
	#orderpage::after{
		bottom: -0.5vw;		
	}
	#orderpage > h2{
		font-size: 2vw;
		text-align: center;
	}
	#orderpage > ul{
		font-size: 1.3vw;
		margin: 2vw 0;
	}
	#orderpage > ul > li{
		font-size: 1.3vw;
		margin: 1vw 0;
		position: relative;
		color: #000;
	}
	#orderpage > ul > li::after{
		content: "";
		width: 25vw;
		height: .2vw;
		background-color: #fff;
		position: absolute;
		left: 0;
		top: 1.6vw;
		opacity: .6;
	}

	#photopage{
		width: 80vw;
		height: 60vw;
		position: relative;
	}
	#photopage > img:nth-child(1){
		width: 60vw;
		position: absolute;
		left: 10vw;
		top: 10vw;
		border-radius: 1vw;
		z-index: 1;
	}
	#photopage > img:nth-child(2){
		width: 30vw;
		height: 20vw;
		position: absolute;
		left: 0;
		top: 0;
		border-radius: 1vw;
		z-index: 2;
	}
	#photopage > img:nth-child(3){
		width: 25vw;
		position: absolute;
		left: -12vw;
		top: 25vw;
		border-radius: 1vw;
	}
	#photopage > img:nth-child(4){
		width: 30vw;
		height: 20vw;
		position: absolute;
		left: 60vw;
		top: 40vw;
		border-radius: 1vw;
		z-index: 2;
	}


	#solvepage{
		display: flex;
		flex-wrap: wrap;
		margin: 5vw 0;
	}
	#solvepage > h2{
		width: 40vw;
		font-size: 4.5vw;
		line-height: 6vw;
	}
	#solvepage1{
		width: 40vw;
		padding-top: 3vw;
	}
	#solvepage1 > p{
		width: 40vw;
		font-size: 1.3vw;
		line-height: 2vw;
		text-align: left;
		padding-top: 2vw;
	}
	#solvepage1 > ul{
		width: 40vw;
		font-size: 1.3vw;
		line-height: 2vw;
		text-align: left;
		padding-top: 2vw;
	}
	#solvepage1 > ul > li{
		padding-top: .5vw;
	}
	#solvepage2{
		width: 80vw;
		padding: 5vw 5vw 2vw 5vw;
	}
	#solvepage2 > p{
		width: 40vw;
		font-size: 2vw;
		color: #000;
		text-align: left;
		padding-bottom: 5vw;
		position: relative;
	}
	#solvepage2 > p:nth-child(2n-1){
		margin-left: 10vw;
	}
	#solvepage2 > p:nth-child(2n){
		margin-left: 25vw;
	}	
	#solvepage2 > p::before{
		content: "“";
		position: absolute;
		top: -5vw;
		left: -8vw;
		font-weight: bold;
		font-size: 15vw;
	}
	#solvepage2 > p::after{
		content: "”";
		position: absolute;
		bottom: -5vw;
		right: -8vw;
		font-weight: bold;
		font-size: 15vw;
	}
	#solvepage3{
		position: relative;
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	#solvepage3 > h3{
		position: relative;
		width: 25vw;
		font-size: 3vw;
		line-height: 3.5vw;
		color: #E69D13;
	}
	#solvepage3 > img{
		position: relative;
		width: 30vw;
		border-radius: 1vw;
		box-shadow: .2vw .2vw 1vw #666;
		padding: 0;
	}
	#solvepage3::before{
		content: "";
		position: absolute;
		left: -10vw;
		top: 5.5vw;
		width: 80vw;
		height: 10vw;
		background-color: #eee;
	}
	#solvepage3::after{
		content: "";
		position: absolute;
		left: 65vw;
		top: 5.5vw;
		width: 10vw;
		height: 10vw;
		background-color: #fff;
		transform: rotate(45deg);
	}


	#pricetermpage{
		display: flex;
		flex-wrap: wrap;
		margin: 5vw 0;
	}
	#pricetermpage2{
		width: 30vw;
	}
	#pricetermpage2 > div{
		width: 25vw;
		height: 3vw;
		background-color: #eee;
		border-radius: 10vw;
		margin-top: 3vw;
		padding: 1vw;
		display: flex;
		align-items: center;
	}
	#pricetermpage2 > div > div{
		width: 6vw;
		height: 3vw;
		background-color: #000;
		border-radius: 10vw;
		color: #fff;
		text-align: center;
		line-height: 3vw;
		font-size: 1.5vw;
	}
	#pricetermpage2 > div > h3{
		margin-left: .8vw;
		line-height: 3vw;
		font-size: 1.3vw;
	}
	#pricetermpage2 > h2{
		width: 30vw;
		font-size: 4.5vw;
		line-height: 6vw;
	}
	#pricetermpage1{
		width: 50vw;
	}
	#pricetermpage1 > p{
		width: 50vw;
		font-size: 2vw;
		line-height: 3vw;
		text-align: left;
		padding-top: 5vw;
		font-weight: lighter;
	}

	#logisticspage{
		display: flex;
		flex-wrap: wrap;
		margin: 0 0 5vw 0;
	}
	#logisticspage2{
		width: 30vw;
	}
	#logisticspage2 > h2{
		width: 20vw;
		font-size: 4.5vw;
		line-height: 6vw;
	}
	#logisticspage2 > div{
		width: 25vw;
		height: 3vw;
		background-color: #eee;
		border-radius: 10vw;
		margin-top: 3vw;
		padding: 1vw;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#logisticspage2 > div > h3{
		line-height: 3vw;
		font-size: 1.3vw;
	}
	#logisticspage2 > h3{
		width: 20vw;
		font-size: 2vw;
		padding-top: .5vw;
	}
	#logisticspage2 > img{
		width: 20vw;
		padding-top: 3vw;
	}
	#logisticspage2{
		width: 30vw;
	}
	#logisticspage1{
		width: 50vw;
	}
	#logisticspage1 > p{
		width: 50vw;
		font-size: 2vw;
		line-height: 3vw;
		text-align: left;
		padding-top: 5vw;
		font-weight: lighter;
	}



	#contactpage{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#contactpage > h2{
		font-size: 4.5vw;
		text-align: center;
		width: 80vw;
		animation: line4 1s backwards;
		animation-delay: .4s;
		padding: 1vw 0;
	}
	#contactpage > p{
		font-size: 2vw;
		text-align: center;
		width: 80vw;
		animation: line4 1s backwards;
		animation-delay: .4s;
		font-weight: lighter;
	}



	#date{
		width: 8vw;
		position: relative;
		left: 71vw;
		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;
	}


	#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";
	}

	#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;
	}
	.table-container::before{
		content: "";
		position: absolute;
		width: 65vw;
		height: calc(100% - 3vw);
		left: 0vw;
		top: 3vw;
		background-color: #fff;
		border-radius: 1vw;
		box-shadow: 0 0 1vw 3vw #fff;
	}
	table{
	  	border-collapse: collapse;
		border-style: solid;
		border-width: .3vw 0;
		border-color: #000;
		color: #000;
		width: 68vw;
		position: relative;
		margin: 2vw 0;
		animation: line4 1s backwards;
		animation-delay: .3s;
	}
	th{
		text-align: center;
		color: #000;
		border-style: none;
		font-size: 1.2vw;
		padding: .5vw 0;
	}
	td{
		text-align: center;
		border-style: none;
		color: #000;
		font-size: 1.1vw;
		padding: .5vw 0;
	}
	tr{
		border-style: solid;
		border-width: .15vw 0;
		border-color: #000;
	}
	caption{
		width: 65vw;
		font-size: 1.3vw;
		text-align: center;
		color: #000;
		margin: 0;
		padding: 1vw 0;
		font-weight: bold;
	}

	#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{
		position: absolute;
		left: 0;
		top: 4vw;
		text-align: center;
		width: 25vw;
	}



}





















@media screen and (max-width: 600px) {
	#social-share{
		display: none;
	}
	main p{
		text-align: center;
	}
	.download{
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 3vw;
	}
	.download > img{
		width: 9vw;
		margin: 1.5vw;
	}
	.download > div{
		font-size: 5.4vw;
		font-weight: bold;
		color: #000;
		text-decoration: underline;
	}



	#pagepicture{
	    width: 100vw;
	    background-color: #000333;
	    background-size: cover;
	    position: relative;
	    padding-top: 20vw;
	    background-position: center;
	}
	#pagepicture::before{
		content: "";
		width: 100vw;
		height: 100%;
		background-color: #000;
		position: absolute;
		top: 0;
		left: 0;
		opacity: .5;
	}
	#pagepicture > h1{
	    position: relative;
	    left: 7.5vw;
	    color: white;
	    font-size: 10vw;
	    line-height: 12vw;
	    width: 85vw;
		animation: line3 1s backwards;
		animation-delay: .1s;
		padding: 10vw 0;
	}
	
	
	#breadol{
	    width: 85vw;
	    display: flex;
	    align-content: center;
	    justify-content: flex-start;
	    list-style: none;
	    padding: 0;
	    margin: 0;
	    z-index: 1;
	    padding: 5vw 7.5vw;
	}
	#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;		
	}









	#media-page{
		width: 100vw;
		margin: 15vw 0;
		display: flex;
		flex-wrap: wrap;
	}
	#overviewpage{
		width: 85vw;
		display: flex;
		align-items: center;
		margin: 2.5vw 7.5vw;
		margin-right: 5vw;
	}
	#overviewpage > p{
		width: 85vw;
		font-size: 6vw;
		line-height: 9vw;
		text-align: left;
		font-weight: lighter;
	}

	#orderpage{
		width: 75vw;
		margin: 7.5vw 0;
		background-color: #eee;
		padding: 12.5vw;
		position: relative;
		transform: rotate(5deg);
	}
	#orderpage::before, #orderpage::after{
		content: "";
		position: absolute;
		left: 0;
		width: 3vw;
		height: 3vw;
		transform: rotate(-45deg);
		box-shadow: 3vw 3vw 0 #fff,
					6vw 6vw 0 #fff,
					9vw 9vw 0 #fff,
					12vw 12vw 0 #fff,
					15vw 15vw 0 #fff,
					18vw 18vw 0 #fff,
					21vw 21vw 0 #fff,
					24vw 24vw 0 #fff,
					27vw 27vw 0 #fff,
					30vw 30vw 0 #fff,
					33vw 33vw 0 #fff,
					36vw 36vw 0 #fff,
					39vw 39vw 0 #fff,
					42vw 42vw 0 #fff,
					45vw 45vw 0 #fff,
					48vw 48vw 0 #fff,
					51vw 51vw 0 #fff,
					54vw 54vw 0 #fff,
					57vw 57vw 0 #fff,
					60vw 60vw 0 #fff,
					63vw 63vw 0 #fff,
					66vw 66vw 0 #fff,
					69vw 69vw 0 #fff,
					72vw 72vw 0 #fff;
		background-color: #fff;
	}
	#orderpage::before{
		top: -1.5vw;		
	}
	#orderpage::after{
		bottom: -1.5vw;		
	}
	#orderpage > h2{
		font-size: 6vw;
		text-align: center;
	}
	#orderpage > ul{
		font-size: 3.9vw;
		margin: 6vw 0;
	}
	#orderpage > ul > li{
		font-size: 3.9vw;
		margin: 3vw 0;
		position: relative;
		color: #000;
	}
	#orderpage > ul > li::after{
		content: "";
		width: 75vw;
		height: .6vw;
		background-color: #fff;
		position: absolute;
		left: 0;
		top: 4.8vw;
		opacity: .6;
	}

	#photopage{
		width: 100vw;
		position: relative;
	}
	#photopage > img:nth-child(2n){
		width: 96vw;
		margin: 1vw 0vw 1vw 4vw;
		border-radius: 3vw 0 0 3vw;
	}
	#photopage > img:nth-child(2n+1){
		width: 96vw;
		margin: 1vw 4vw 1vw 0vw;
		border-radius: 3vw;
		border-radius: 0 3vw 3vw 0;
	}


	#solvepage{
		display: flex;
		flex-wrap: wrap;
		margin: 15vw 0;
	}
	#solvepage > h2{
		width: 85vw;
		margin: 0 7.5vw;
		font-size: 13.5vw;
		line-height: 13.5vw;
	}
	#solvepage1{
		width: 100vw;
	}
	#solvepage1 > p{
		width: 85vw;
		font-size: 4.5vw;
		line-height: 6.5vw;
		text-align: left;
		padding-top: 6vw;
		margin: 0 7.5vw;
	}
	#solvepage1 > ul{
		width: 85vw;
		font-size: 4.5vw;
		line-height: 6.5vw;
		text-align: left;
		padding-top: 6vw;
		margin: 0 7.5vw;
	}
	#solvepage2{
		width: 85vw;
		padding: 15vw 7.5vw 6vw 7.5vw;
	}
	#solvepage2 > p{
		width: 70vw;
		font-size: 5.5vw;
		color: #000;
		text-align: left;
		padding: 0 7.5vw;
		padding-bottom: 15vw;
		position: relative;
	}
	#solvepage2 > p::before{
		content: "“";
		position: absolute;
		top: -20vw;
		left: -15vw;
		font-weight: bold;
		font-size: 60vw;
		opacity: .5;
		z-index: -1;
	}
	#solvepage2 > p::after{
		content: "”";
		position: absolute;
		bottom: -30vw;
		right: -15vw;
		font-weight: bold;
		font-size: 60vw;
		opacity: .5;
		z-index: -1;
	}
	#solvepage3{
		position: relative;
		padding: 0;
	}
	#solvepage3 > h3{
		position: relative;
		width: 85vw;
		margin: 10vw 7.5vw;
		font-size: 10vw;
		line-height: 10vw;
		color: #E69D13;
	}
	#solvepage3 > img{
		position: relative;
		width: 90vw;
		margin: 5vw 5vw 0 5vw;
		border-radius: 3vw;
		box-shadow: .6vw .6vw 3vw #666;
		padding: 0;
	}
	#solvepage3::before{
		content: "";
		position: absolute;
		left: 0vw;
		top: 5.5vw;
		width: 90vw;
		height: 30vw;
		background-color: #eee;
	}
	#solvepage3::after{
		content: "";
		position: absolute;
		left: 75vw;
		top: 8vw;
		width: 25vw;
		height: 25vw;
		background-color: #fff;
		transform: rotate(45deg);
	}


	#pricetermpage{
		width: 85vw;
		display: flex;
		flex-wrap: wrap;
		margin: 5vw 7.5vw 15vw 7.5vw;
	}
	#pricetermpage2{
		width: 85vw;
	}
	#pricetermpage2 > div{
		width: 70vw;
		height: 9vw;
		background-color: #eee;
		border-radius: 30vw;
		margin: 6vw 0;
		padding: 3vw;
		display: flex;
		align-items: center;
		transform: translate(-2.5vw, 0);
	}
	#pricetermpage2 > div > div{
		width: 18vw;
		height: 9vw;
		background-color: #000;
		border-radius: 30vw;
		color: #fff;
		text-align: center;
		line-height: 9vw;
		font-size: 4.5vw;
	}
	#pricetermpage2 > div > h3{
		margin-left: 2.4vw;
		line-height: 9vw;
		font-size: 4.5vw;
	}
	#pricetermpage2 > h2{
		width: 85vw;
		font-size: 13.5vw;
		line-height: 13.5vw;
	}
	#pricetermpage1{
		width: 85vw;
	}
	#pricetermpage1 > p{
		width: 85vw;
		font-size: 6vw;
		line-height: 9vw;
		text-align: left;
		font-weight: lighter;
	}

	#logisticspage{
		width: 85vw;
		display: flex;
		flex-wrap: wrap;
		margin: 5vw 7.5vw 15vw 7.5vw;
	}
	#logisticspage2{
		width: 85vw;
	}
	#logisticspage2 > h2{
		width: 85vw;
		font-size: 13.5vw;
		line-height: 13.5vw;
	}
	#logisticspage2 > h3{
		width: 60vw;
		font-size: 6vw;
		padding-top: 1.5vw;
		padding-bottom: 6vw;
	}
	#logisticspage2 > img{
		width: 60vw;
		padding-top: 9vw;
	}
	#logisticspage2{
		width: 30vw;
	}
	#logisticspage1{
		width: 85vw;
	}
	#logisticspage1 > p{
		width: 85vw;
		font-size: 6vw;
		line-height: 9vw;
		text-align: left;
		font-weight: lighter;
	}




	#date{
		width: 24vw;
		position: relative;
		left: 68.5vw;
		text-align: center;
		font-size: 3vw;
		height: 9vw;
		padding: 9vw 0 3vw 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: 10.5vw;
		left: 0vw;
	}

	.table-container{
		width: 100vw;
		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: 300vw;
		position: relative;
		left: 10vw;
		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 0;
	}
	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;
	}




	.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 2.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;
	}



	#contactpage{
		width: 85vw;
		margin: 0 7.5vw;
	}
	#contactpage > h2{
		font-size: 13.5vw;
		text-align: center;
		width: 85vw;
		animation: line4 1s backwards;
		animation-delay: .4s;
		padding: 3vw 0;
		text-align: center;
	}
	#contactpage > p{
		font-size: 6vw;
		text-align: center;
		width: 85vw;
		animation: line4 1s backwards;
		animation-delay: .4s;
		font-weight: lighter;
	}


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








