@media screen and (min-width: 800px) {
	html,body{
		padding: 0;
		margin: 0;
	}
	input, textarea{
	    outline: none;
	    font-family: Arial;
	}
	ul{
		list-style-type:none;
		padding: 0;
		margin: 0;
	}
	body{
		font-family: Arial;
	}
	a{
		transition: all 0.3s;
		text-decoration: none;
	}
	main{
		transition: all 0.5s;
		z-index: 1;
		position: relative;
		background-color: white;
	}
	section{
	}
	h1, h2, h3, p{
		margin: 0;
	}
	::selection{
		background-color: rgba(232, 55, 25, 0.8);
		color: white;
	}
	.click-event > img, .click-event > p{
		pointer-events: none;
	}
	#navlogo{
		display: none;
	}
	header{
		position: fixed;
		width: 20%;
		height: 4.5vw;
		top: 0;
		left: 0;
		z-index: 100;
	}
	#headerlogo{
		width: 10vw;
		height: 5vw;
		top: 0;
		left: 0;
		position: absolute;
	}
	#headerlogo img{
		width: 5vw;
		position: absolute;
		top: 0.9vw;
		left: 2vw;
	}
	#headerlogo h1{
		font-size: 2vw;
		position: absolute;
		top: 2.3vw;
		left: 7.3vw;
		color: #333333;
		font-weight: bold;
		line-height: 0;
	}


	nav{
		position: fixed;
		width: 100%;
		height: 4.5vw;
		top: 0;
		left: 0vw;
		z-index: 99;
		display: flex;
		justify-content: flex-end;
		background-color: rgba(255, 255, 255, 0.8);
		transition: background-color .2s;
	}
	nav:hover{
		will-change: auto;
		background-color: rgba(255, 255, 255, 1);
	}
	.nav-content::after{
		content: "";
		height: 0.2vw;
		width: 60%;
		position: relative;
		left: 20%;
		top: -0.8vw;
		background-color: #333333;
		display: block;
		transform: translate(0, -0.5vw) scale(0, 1);
		transition: all 0.3s;
		transform-origin: 50% 0;
		border-radius: 0.2vw;
	}
	.nav-content:hover::after{
		transform: translate(0, -0.5vw) scale(1, 1);
	}
	.nav-content2::after{
		content: "";
		height: 0.2vw;
		width: 60%;
		position: relative;
		left: 20%;
		top: -0.8vw;
		background-color: #333333;
		display: block;
		transform: translate(0, -0.5vw) scale(0, 1);
		transition: all 0.3s;
		transform-origin: 50% 0;
		border-radius: 0.2vw;
	}
	.nav-content2:hover::after{
		transform: translate(0, -0.5vw) scale(1, 1);
	}
	#nav-contact::after{
		content: "";
		height: 0.2vw;
		width: 60%;
		position: relative;
		left: 20%;
		top: -0.8vw;
		background-color: white;
		display: block;
		transform: translate(0, -0.5vw) scale(0, 1);
		transition: all 0.3s;
		transform-origin: 50% 0;
	}
	#nav-contact:hover::after{
		transform: translate(0, -0.5vw) scale(1, 1);
	}
	.nav-content{
		position: relative;
	}
	.nav-content>a{
		display: block;
		color: #333333;
		font-size: 1.3vw;
		font-weight: bold;
		line-height: 4.5vw;
		height: 4.5vw;
		padding: 0 2vw;
		z-index: 1;
	}
	.nav-content2{
		height: 4.5vw;
		margin: 0;
	}
	.nav-content2>a{
		display: block;
		color: #333333;
		font-size: 1.3vw;
		font-weight: bold;
		line-height: 4.5vw;
		height: 4.5vw;
		padding: 0 2vw;
		z-index: 1;
	}
	.nav-cross{
		width: 5vw;
		height: 5vw;
		background-color: #dddddd;
		cursor: pointer;
		border-radius: 5vw;
		position: absolute;
		bottom: 3vw;
		right: 5vw;
		transform: rotate(0deg);
		transition: all 0.3s;
	}
	.nav-cross:hover{	
		transform: rotate(180deg);
	}
	.nav-cross::before{
		content: "";
		width: 3vw;
		height: 0.5vw;
		background-color: black;
		position: absolute;
		border-radius: 5vw;
		left: 1vw;
		top: 2.25vw;
		transform: rotate(45deg);
	}
	.nav-cross::after{
		content: "";
		width: 3vw;
		height: 0.5vw;
		background-color: black;
		position: absolute;
		border-radius: 5vw;
		left: 1vw;
		top: 2.25vw;	
		transform: rotate(-45deg);
	}
	#nav-contact{
		background-color: #e83719;
	}
	#nav-contact a{
		color: white;
	}
	#blanc{
		z-index: -1;
		transition: all 0.5s;
		transform: translate(0, -100vh);
		-o-transform: translate(0, -100vh);
		-moz-transform: translate(0, -100vh);
		-webkit-transform: translate(0, -100vh);
		-ms-transform: translate(0, -100vh);
		position: absolute;
		width: 100vw;
		height: calc(100vh - 4.5vw);
		left: 0;
		top: 4.5vw;	
		background-color: white;
		opacity: 1;
	}



	#who-we-are-nav{
		position: absolute;
		width: 100vw;
		height: calc(100vh - 4.5vw);
		left: 0;
		top: 4.5vw;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		z-index: -1;
		transition: all 0.5s;
		transform: translate(0, -100vh);
		opacity: 0;
	}
	#who-we-are-nav-small{
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 6vh 0;
	}
	#who-we-are-nav-small div{
		width: 15vw;
		margin: 1vw;
		text-align: center;
	}
	#who-we-are-nav-small a{
		font-size: 2vw;
		color: black;
		font-weight: bold;
		text-align: center;
	}
	#who-we-are-nav-big{
		font-size: 4vw;
		font-weight: bold;
		margin: 6vh 0;
	}
	#who-we-are-nav-big a{
		color: black;
		transform: translate(0, 0vh);
	}
	#who-we-are-nav-small a:hover{
		opacity: 0.6;
	}
	#who-we-are-nav-big a:hover{
		opacity: 0.6;
	}


	#grades-nav-0:hover #grades-nav{
		opacity: 1;
		transform: scale(1);
		pointer-events: inherit;
	}

	#grades-nav{
		position: absolute;
		width: 62vw;
		left: -26.2vw;
		top: 6.5vw;
		border-radius: 2vw;
		background: #fff;
		box-shadow: 0 .5vw 1vw #999;
		transition: all 0.5s;
		opacity: 0;
		pointer-events: none;
		transform: scale(0.5);
		transform-origin: center top;
	}
	#grades-nav::before{
		content: "";
		width: 62vw;
		height: 2vw;
		position: absolute;
		left: 0;
		top: -2vw;
	}
	#grades-nav::after{
		content: "";
		position: absolute;
		left: 30.5vw;
		top: -1vw;
		width: 0;
		height: 0;
		border: solid .5vw transparent;
		border-top: solid .5vw #e83719;
		transform: scale(1, 1.6);
		transform-origin: center;
	}
	#grades-nav > div{
		width: 62vw;
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	#grades-nav > div:nth-child(1){
		border-radius: 2vw 2vw 0 0;
	}
	#grades-nav > div:nth-child(2n-1){
		background-color: #f8f8f8;
	}
	#grades-nav > div > a{
		display: block;
		width: 11vw;
		font-weight: bold;
		font-size: 1.5vw;
		padding: 0 2vw 0 2vw;
		flex-shrink: 0;
		color: #333;
	}
	#grades-nav > div:nth-child(2) > a, #grades-nav > div:nth-child(4) > a{
		width: 17.5vw;
	}
	.high-high-grade-nav{
		height: 9.5vw;
	}
	.high-grade-nav{
		height: 6.5vw;
	}
	.low-grade-nav{
		height: 4.5vw;
	}
	.grades-nav-mini{
		display: flex;
		flex-wrap: wrap;
		font-size: 1.1vw;
		font-weight: bold;
		line-height: 2.5vw;
	}
	.grades-nav-mini div{
		width: 6.5vw;
		height: 2.5vw;
	}
	.grades-nav-mini a{
		width: 6.5vw;
		height: 2.5vw;
		color: #333333;
	}



	#news-nav-0:hover #news-nav{
		opacity: 1;
		transform: scale(1);
		pointer-events: inherit;
	}


	#news-nav{
		position: absolute;
		width: 18vw;
		height: 27vw;
		left: -4.8vw;
		top: 6.5vw;
		border-radius: 2vw;
		background: #fff;
		box-shadow: 0 .5vw 1vw #999;
		transition: all 0.5s;
		opacity: 0;
		pointer-events: none;
		transform: scale(0.5);
		transform-origin: center top;
	}
	#news-nav::before{
		content: "";
		width: 18vw;
		height: 2vw;
		position: absolute;
		left: 0;
		top: -2vw;
	}
	#news-nav::after{
		content: "";
		position: absolute;
		left: 8.5vw;
		top: -1vw;
		width: 0;
		height: 0;
		border: solid .5vw transparent;
		border-top: solid .5vw #e83719;
		transform: scale(1, 1.6);
		transform-origin: center;
	}
	#news-nav > div{
		width: 18vw;
		height: 4.5vw;
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	#news-nav > div:nth-child(6){
		border-radius: 0 0 2vw 2vw;
	}
	#news-nav > div:nth-child(2n){
		background-color: #f8f8f8;
	}
	#news-nav > div > a{
		display: block;
		width: 14vw;
		font-weight: bold;
		font-size: 1.5vw;
		margin: 0 2vw;
		text-align: center;
		color: #333;
	}






	#products-nav-0:hover #products-nav{
		opacity: 1;
		transform: scale(1);
		pointer-events: inherit;
	}



	#products-nav{
		position: absolute;
		width: 80vw;
		height: 30vw;
		left: -34.2vw;
		top: 6.5vw;
		border-radius: 2vw;
		background: #fff;
		box-shadow: 0 .5vw 1vw #999;
		transition: all 0.5s;
		opacity: 0;
		pointer-events: none;
		transform: scale(0.5);
		transform-origin: center top;
	}
	#products-nav::before{
		content: "";
		width: 80vw;
		height: 2vw;
		position: absolute;
		left: 0;
		top: -2vw;
	}
	#products-nav::after{
		content: "";
		position: absolute;
		left: 39.5vw;
		top: -1vw;
		width: 0;
		height: 0;
		border: solid .5vw transparent;
		border-top: solid .5vw #e83719;
		transform: scale(1, 1.6);
		transform-origin: center;
	}
	#products-nav > div{
		width: 80vw;
		height: 4.5vw;
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	#products-nav > div:nth-child(1), #products-nav > div:nth-child(2){
		height: 8.25vw;
	}
	#products-nav > div:nth-child(2n){
		background-color: #f8f8f8;
	}
	#products-nav > div > a{
		display: block;
		width: 11vw;
		font-weight: bold;
		font-size: 1.5vw;
		padding: 0 2vw 0 2vw;
		flex-shrink: 0;
		color: #333;
	}
	#products-nav ul{
		display: flex;
		flex-wrap: wrap;
	}
	.products-li{
		width: 10vw;
		font-size: 1vw;
		font-weight: bold;
		line-height: 2.2vw;
	}
	#products-nav > div:nth-child(1) li, #products-nav > div:nth-child(2) li{
		width: 15vw;
	}
	.products-a{
		color: #333333;
		display: flex;
		align-items: center;
		margin: .35vw 0;
	}
	.nav-logo{
		width: 1.8vw;
		margin-right: .5vw;
	}









	footer{
		transition: all 0.3s;
		overflow: hidden;
		position: relative;
		height: calc(52vw + 100vh);
		display: block;
		z-index: 0;
	}
	#footer-contact{
		display: flex;
		flex-wrap: wrap;
		position: relative;
	    background-color: #333333;
	    justify-content: center;
		padding: 6vw 0 4vw 0;
	}
	#footer-contact > h2{
		width: 100%;
		text-align: center;
		color: white;
		font-size: 3vw; 
		margin: 0;
		padding: 2vw 0;
	}
	#footer-contact-1, #footer-contact-2, #footer-contact-3{
		margin: 1vw;
		font-size: 2vw;
		line-height: 3vw;
		font-weight: bold;
		color: #dddddd;
		width: 25vw;
	}
	#footer-contact-4{
		font-size: 2.2vw;
		font-weight: bold;
		color: #dddddd;
		position: relative;
	}
	#footer-contact > div > p{
		text-align: center;
		padding-bottom: .5vw;
		margin: 0;
		color: #dddddd;
		width: 25vw;
	}
	#footer-contact > div{
		display: flex;
		flex-direction: column;
		align-items: center;
	}






	.footer-contact-title{
		font-size: 1.2vw;
	}



	.copy-button{
		width: 8vw;
		height: 2.3vw;
		border-radius: 2.3vw;
		margin: 0 .5vw;
		display: flex;
		justify-content: center;
		align-items: center;
		cursor: pointer;
		transition: transform .2s;
		background: linear-gradient(150deg, #e83719 0%, #FBA971 100%);
	}
	.copy-button:hover{
		transform: scale(1.1);
	}
	.copy-button:active{
		transform: scale(1);
	}
	.copy-button::before{
		content: "";
		width: .5vw;
		height: .8vw;
		border-radius: .2vw;
		border: solid .2vw #fff;
		box-shadow: .25vw .25vw 0 0 #fff;
		transform: translate(0, -.125vw);
	}
	.copy-button::after{
		content: "COPY";
		font-size: 1.1vw;
		font-weight: bold;
		color: #fff;
		margin-left: .8vw;
	}
	.copy-text{
		color: #e83719;
		font-size: 1.2vw;
		line-height: 3.5vw;
		padding: 0 .5vw;
		opacity: 0;
		font-weight: bold;
		pointer-events: none;
		transition: all .2s;
	}
	#input-copy{
		position: fixed;
		top: 0;
		left: 0;
		opacity: 0;
		pointer-events: none;
	}

	.footer-label{
		display: block;
		font-size: 1.5vw;
		transform: translate(.5vw, 0);
		line-height: 2.5vw;
	}
	.footer-form-1{
		margin-bottom: .6vw;
	}
	.footer-form-2{
		margin-bottom: 1vw;
	}
	.footer-form-1 input{
		display: block;
		width: 30vw;
		height: 3vw;
		padding: 0 1vw;
		background-color: #eee;
		border: none;
		border-radius: 5vw;
		font-size: 1.2vw;
		line-height: 3vw;
		color: #333;
		margin: 0.5vw 0;
		transition: all .5s;
	}
	.footer-form-1 input:focus{
		background-color: #fff;
	}
	.footer-form-2 textarea{
		display: block;
		width: 35vw;
		padding: 1vw;
		background-color: #eee;
		border: none;
		font-size: 1.2vw;
		color: #333;
		margin: 0.5vw 0;
		height: 8vw;
		border-radius: 1vw;
		transition: all .5s;
	}
	.footer-form-2 textarea:focus{
		background-color: #fff;
	}
	#footer-form{
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		align-items: center;
		height: 20vw;
		width: 80vw;
	} 
	#footer-submit{
		width: 10vw;
		height: 2.5vw;
		border: none;
		background-color: #dddddd;
		border-radius: 2vw;
		cursor: pointer;
		font-weight: bold;
		color: #333333;
		font-size: 1.5vw;
		transition: background-color 0.3s;
	} 
	#footer-submit:hover{	
		background-color: white;
	}
	#footer-submit-form{
		display: flex;
		justify-content: flex-start;
	}
	#errorMessage3{
		display: block;
		padding-left: 2vw;
		font-size: 1.2vw;
		line-height: 2.5vw;
		color: #eee;
		width: 25vw;
	}




	#footer-footer{
		background-color: white;
		width: 100vw;
		height: 100vh;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		position: fixed;
		top: 0;
		overflow: hidden;
	}
	#footer-main{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	#footer-logo{
		width: 22vw;
	}
	#footer-title{
		width: 25vw;
		text-align: center;
		color: #333333;
		font-size: 5vw;
		margin: 0.5vw 0;
	}
	#footer-slogan{
		width: 50vw;
		text-align: center;
		color: #333333;
		font-weight: bold;
		font-size: 3vw;
		margin: 0;
	}
	#blacklogo{
		display: flex;
	}
	#blacklogo > a{
		margin: 2vw 1.5vw;
	}
	#blacklogo > a > img{
		width: 3.8vw;
	}






	#footer-social{
		position: absolute;
		left: 3vw;
		bottom: 3vh;
		display: flex;
		width: 20vw;
	}
	#facebooklogo{
		width: 2vw;
		margin: 0 1vw;
	}
	#twitterlogo{
		width: 2.2vw;
		margin: 0 1vw;
		padding-top: 0.1vw;
	}
	#youtubelogo{
		width: 2.4vw;
		margin: 0 1vw;
		padding-top: 0.2vw;
	}
	#redditlogo{
		width: 2.1vw;
		margin: 0 1vw;
		margin-top: -0.05vw;
	}
	#linkedinlogo{
		width: 2vw;
		margin: 0 1vw;
	}
	#footer-disclaimer{
		position: absolute;
		left: 25vw;
		bottom: calc(2vh + 2vw);	
		width: 50vw;
		display: flex;
		justify-content: center;
	}
	.disf{
		margin: 0 1vw;
		color: #333333;
		font-weight: bold;
		font-size: 1.1vw;
	}
	#footer-copyright{
		position: absolute;
		left: 25vw;
		bottom: 2vh;	
		width: 50vw;
		font-size: 1vw;
		text-align: center;
	}
	#footer-copyright p{
		width: 50vw;
		font-size: 1vw;
		text-align: center;
	}
	#arrowup::after{
		content: "";
		display: block;
		width: 0;
		height: 0;
		border: solid 1vw transparent;
		border-bottom: solid 1vw white;
		margin: 0;
		position: absolute;
		left: 0.75vw; 
		transform: scale(0.7, 1);
		top: 0.1vw;
	}
	#arrowup{
		width: 3.5vw;
		height: 3.5vw;
		background-color: #333333;
		position: absolute;
		right: 8.2vw;
		bottom: 3vh;
		border-radius: 5vw;
		cursor: pointer;
		box-shadow: 0.6vw 0.6vw 1.8vw #333333;
		-moz-box-shadow: 0.6vw 0.6vw 1.8vw #333333;
		transition: all 0.3s ease-out;
		-webkit-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
	}
	#arrowup:hover{
		transform: scale(1.1, 1.1);
		box-shadow: 0.6vw 0.6vw 2.4vw #333333;
		-moz-box-shadow: 0.6vw 0.6vw 2.4vw #333333;
	}




	.link{
		font-weight: bold;
		color: #337ca0;
		text-decoration: none;
	}
	.link:hover{
		text-decoration: underline;
		opacity: 1!important;
	}








	.gradeproduct1 div,.gradeproduct2 div,.gradeproduct3 div,.gradeproduct4 div,.gradeproduct5 div,.gradeproduct6 div,.gradeproduct7 div,.gradeproduct8 div{
		opacity: 1!important;
		width: 280px;
		height: 186px;
		position: absolute;
		left: 0;
		top: 0;
		transition: all 0.5s;
		-o-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-webkit-transition: all 0.5s;
	}
	.model{
		transition: all 0.5s;
		-o-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-webkit-transition: all 0.5s;
	}
	.gradeproduct1 div:hover .model,.gradeproduct2 div:hover .model,.gradeproduct3 div:hover .model,.gradeproduct4 div:hover .model,.gradeproduct5 div:hover .model,.gradeproduct6 div:hover .model,.gradeproduct7 div:hover .model,.gradeproduct8 div:hover .model{
		opacity: 0.2!important;
	}


	.leftnav{
		transform: translate(0px, 0px);
		transition: all 0.6s;
	}
	.leftnav:hover{
		transform: translate(-10px, 0px);
	}

	.rightnav{
		transform: translate(0px, 0px);
		transition: all 0.6s;
	}
	.rightnav:hover{
		transform: translate(10px, 0px);
	}


	.dot{
		width: 0.5vw;
		height: 0.5vw;
		border-radius: 1vw;
		background-color: #333333;
		transform: translate(0, 0.35vw);
	}





	#floatbutton{
		width: 3.5vw;
		height: 3.5vw;
		background: linear-gradient(150deg, #e83719 0%, #FBA971 100%);
		position: fixed;
		right: 2.2vw;
		bottom: 3vh;
		border-radius: 5vw;
		cursor: pointer;
		box-shadow: 0.6vw 0.6vw 1.8vw #333333;
		-moz-box-shadow: 0.6vw 0.6vw 1.8vw #333333;
		transition: all 0.3s ease-out;
		-webkit-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		z-index: 1;
	}
	#floatbutton:hover{
		transform: scale(1.1, 1.1);
		box-shadow: 0.6vw 0.6vw 2.4vw #333333;
		-moz-box-shadow: 0.6vw 0.6vw 2.4vw #333333;
	}
	#floatlogo{
		position: absolute;
		left: 0.25vw;
		top: 0.25vw;
		width: 3vw;
		height: auto;
		cursor: pointer;
	}
	#floatcontact{
		display: flex;
		justify-content: center;
		align-items: center;
		position: fixed;
		right: 1vw;
		bottom: 1vw;
		width: 96vw;
		height: calc(100vh - 2vw);
		box-shadow: 0vw 0vw 2vw #666;
		transition: all 0.6s;
		background-color: white;
		transform-origin: 95vw 85vh;
		z-index: 201;
		border-radius: 3vw;
	}
	.floatcontact1{
		transform: translate(0, -100%);
		opacity: 0;
	}
	.floatcontact2{
		transform: translate(0, 0);
		opacity: 1;
	}
	.contactslogo{
		width: 2.3vw;
		height: 2.3vw;
		background-color: #333;
		border-radius: 3vw;
		transform: translate(-1.2vw, 0.5vw);
	}
	#floatinformation{
		font-weight: bold;
		color: #333333;
		font-size: 2vw;
		justify-content: center;
		padding-left: 6vw;
	}
	#floatinformation li:nth-child(3), #floatinformation li:nth-child(4){
		margin-bottom: 6vh!important;
		line-height: 2vw;
		margin: 0;
	}
	#floatinformation > div{
		display: flex;
		align-items: center;
		margin-left: 1vw;
		margin-bottom: 3vh!important;
	}
	#floatcross{
		position: absolute;
		right: 2vw;
		bottom: 2vw;
		border-radius: 3vw;
		width: 3vw;
		height: 3vw;
		cursor: pointer;
		display: block;
		background: #e83719;
	    transform: rotate(45deg);
	}
	#floatcross::before{
		content: "";
		width: 2vw;
		height: .5vw;
		background-color: #fff;
		position: absolute;
		left: .5vw;
		top: 1.25vw;
	}
	#floatcross::after{
		content: "";
		height: 2vw;
		width: .5vw;
		background-color: #fff;
		position: absolute;
		top: .5vw;
		left: 1.25vw;
	}
	#floatform{
		width: 40vw;
	}
	#floatform div{
		margin: 2vw 0 0 0;
		padding: 0;
		width: 40vw;
	}
	.form1{
	    outline: none;
	    border: none;
	    border-radius: 3vw;
	    background-color: #eee;
	    padding: 0 1vw;
	    font-size: 1.2vw;
		line-height: 3vw;
		height: 3vw;
		margin: 0;
		width: 35vw;
		margin-top: 1vw;
		display: block;
		transition: all .5s;
	}
	.form2{
	    border: none;
	    border-radius: 1vw;
	    background-color: #eee;
	    outline: none;
	    width: 35vw;
	    padding: 1vw;
	    font-size: 1.2vw;
		line-height: 1.5vw;
	    height: 20vh;
	    font-family: arial;
		z-index: 1;
	    margin-top: 1vw;
	    font: 0; 
		display: block;
		transition: all .5s;
	}
	.form1:focus, .form2:focus{
		background-color: #f6f6f6;
	}
	.label{
		font-size: 1.6vw;
		line-height: 1.6vw;
		text-align: left;
		display: block;
		position: relative;
		color: #666666;
		font-weight: bold;
	    transform: translate(.5vw, 0);
	}
	#submit2{
	    font-weight: bold;
		font-size: 1.5vw;
		padding: 0.5vw;
	    text-align: center;
		background: linear-gradient(150deg, #e83719 0%, #FBA971 100%);
	    color: white;
	    box-shadow: 0.5vw 0.5vw 1vw #666666;
	    border-radius: 10vw;
	    cursor: pointer;
	    width: 15vw;
	    height: 3.5vw;
	    border-style: none;
	}
	#errorMessage2{
		color: #e83719;
		font-size: 1.3vw;
		line-height: 3.5vw;
	    transform: translate(.5vw, 0);
	    padding-left: 2vw;
	}
	#aside-submit{
		display: flex;
	}


}















































@media screen and (max-width: 800px) {
	input, button,select,textarea{
		outline: none;
		-webkit-appearance: normal;
		font-family: Arial;
	}
	html,body{
		padding: 0;
		margin: 0;
	}
	a{
		text-decoration: none;
	}
	body{
	    overflow-x: hidden;
	    width: 100%;
	    position: absolute;
	    left: 0;
	    top: 0;
	}
	ul{
		list-style-type:none;
		padding: 0;
		margin: 0;
	}
	body{
		font-family: Arial;
	}
	.blur1{
		filter: blur(0vw);
		transition: all 0.5s;
	}
	.blur2{
		filter: blur(3vw);
		transition: all 0.5s;
	}
	::selection{
		background-color: rgba(232, 55, 25, 0.8);
		color: white;
	}
	.click-event > img, .click-event > p{
		pointer-events: none;
	}
	#navlogo{
		position: absolute;
		width: 8vw;
		right: 5vw;
		top: 0;
		padding: 4vw;
	}
	#arrowup{
		display: none;
	}
	header{
		position: fixed;
		width: 100vw;
		height: 12vw;
		top: 0;
		left: 0vw;
		z-index: 100;
		background-color: white;
		opacity: 0.8;
	}
	#headerlogo{
		width: 10vw;
		height: 5vw;
		top: 0;
		left: 0;
		position: absolute;
	}
	#headerlogo img{
		width: 16vw;
		position: absolute;
		top: 2vw;
		left: 4vw;
	}
	#headerlogo h1{
		font-size: 6vw;
		position: absolute;
		top: 0.5vw;
		left: 20vw;
		color: #333333;
		font-weight: bold;
		line-height: 0;
		margin: 5.8vw 0;
	}


	nav{
		position: fixed;
		width: 100vw;
		height: 100vh;
		top: 0;
		left: 0vw;
		z-index: 99;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		background-color: white;
		transition: all 0.5s;
	}
	.nav1{	
		transform: translate(100vw, 0);
		opacity: 0;
	}
	.nav2{	
		transform: translate(0vw, 0);
		opacity: 0.96;
	}
	.nav-content{
		height: 15vw;
		margin: 0;
	}
	.nav-content>a{
		display: block;
		color: #333333;
		font-size: 5vw;
		font-weight: bold;
		line-height: 5vw;
		height: 5vw;
		text-decoration: none;
	}
	.nav-content2{
		height: 15vw;
		margin: 0;
	}
	.nav-content2>a{
		display: block;
		color: #333333;
		font-size: 5vw;
		font-weight: bold;
		line-height: 5vw;
		height: 5vw;
		text-decoration: none;
	}
	#blanc{
		z-index: -1;
		transition: all 0.5s;
		transform: translate(0, -100vh);
		-o-transform: translate(0, -100vh);
		-moz-transform: translate(0, -100vh);
		-webkit-transform: translate(0, -100vh);
		-ms-transform: translate(0, -100vh);
		position: absolute;
		width: 100vw;
		height: calc(100vh - 4.5vw);
		left: 0;
		top: 4.5vw;	
		background-color: white;
		opacity: 1;
	}



	#who-we-are-nav{
		position: absolute;
		width: 100vw;
		height: calc(100vh - 4.5vw);
		left: 0;
		top: 4.5vw;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		z-index: -1;
		transition: all 0.5s;
		transform: translate(0, -100vh);
		opacity: 0;
	}
	#who-we-are-nav-small{
		display: none;
	}
	#who-we-are-nav-big{
		display: none;
	}



	#grades-nav{
		display: none;
	}



	#news-nav{
		display: none;
	}



	#products-nav{
		display: none;
	}







	footer{
		transition: all 0.3s;
		overflow: hidden;
		position: relative;
		flex-direction: column-reverse;
		display: flex;
		z-index: 0;
	}


	.copy-button{
		width: 24vw;
		height: 6.9vw;
		border-radius: 6.9vw;
		margin: 0 1.5vw;
		display: flex;
		justify-content: center;
		align-items: center;
		cursor: pointer;
		transition: transform .2s;
		background: linear-gradient(150deg, #e83719 0%, #FBA971 100%);
	}
	.copy-button:hover{
		transform: scale(1.1);
	}
	.copy-button:active{
		transform: scale(1);
	}
	.copy-button::before{
		content: "";
		width: 1.5vw;
		height: 2.4vw;
		border-radius: .6vw;
		border: solid .6vw #fff;
		box-shadow: .75vw .75vw 0 0 #fff;
		transform: translate(0, -.375vw);
	}
	.copy-button::after{
		content: "COPY";
		font-size: 3.3vw;
		font-weight: bold;
		color: #fff;
		margin-left: 2.4vw;
	}
	.copy-text{
		color: #e83719;
		font-size: 3.6vw;
		line-height: 10.5vw;
		padding: 0 1.5vw;
		opacity: 0;
		font-weight: bold;
		pointer-events: none;
		transition: all .2s;
	}
	#input-copy{
		position: fixed;
		top: 0;
		left: 0;
		opacity: 0;
		pointer-events: none;
	}

	#footer-contact{
		display: flex;
		flex-wrap: wrap;
		position: relative;
	    background-color: #333333;
	    justify-content: center;
	    align-items: center;
		padding: 18vw 0;
	}
	#footer-contact > h2{
		width: 100%;
		text-align: center;
		color: white;
		font-size: 8vw; 
		margin: 0;
		padding: 6vw 0 12vw 0;
		order: 1;
	}
	#footer-contact-1, #footer-contact-2, #footer-contact-3{
		margin: 3vw;
		font-size: 6vw;
		line-height: 9vw;
		font-weight: bold;
		color: #dddddd;
		width: 80vw;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	#footer-contact-1{
		order: 4;
	}
	#footer-contact-2{
		order: 2;
	}
	#footer-contact-3{
		order: 3;
	}
	#footer-contact-4{
		font-size: 2.2vw;
		font-weight: bold;
		color: #dddddd;
		position: relative;
		padding-top: 5vw;
		order: 5;
	}
	#footer-contact > div > p{
		text-align: center;
		padding-bottom: 3vw;
		margin: 0;
		color: #dddddd;
		width: 80vw;
	}
	.footer-label{
		display: block;
		font-size: 4.5vw;
		line-height: 7.5vw;
		width: 80vw;
		text-align: center;
	}
	.footer-form-1{
		margin-bottom: 1.8vw;
	}
	.footer-form-2{
		margin-bottom: 1vw;
	}
	.footer-form-1 input{
		display: block;
		width: 74vw;
		height: 9vw;
		padding: 0 3vw;
		background-color: #eee;
		border: none;
		border-radius: 9vw;
		font-size: 3.6vw;
		line-height: 9vw;
		color: #333;
		margin: 1.5vw 0;
		transition: all .5s;
	}
	.footer-form-1 input:focus{
		background-color: #fff;
	}
	.footer-form-2 textarea{
		display: block;
		width: 74vw;
		padding: 3vw;
		background-color: #eee;
		border: none;
		font-size: 3.6vw;
		color: #333;
		margin: 1.5vw 0;
		height: 24vw;
		border-radius: 3vw;
		transition: all .5s;
	}
	.footer-form-2 textarea:focus{
		background-color: #fff;
	}
	#footer-form{
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 80vw;
	} 
	#footer-submit{
		width: 30vw;
		height: 7.5vw;
		border: none;
		background-color: #dddddd;
		border-radius: 6vw;
		cursor: pointer;
		font-weight: bold;
		color: #333333;
		font-size: 4.5vw;
		transition: background-color 0.3s;
	} 
	#footer-submit:hover{	
		background-color: white;
	}
	#footer-submit-form{
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		margin-top: 5vw;
	}
	#errorMessage3{
		display: block;
		font-size: 3.6vw;
		line-height: 7.5vw;
		color: #eee;
		width: 80vw;
		text-align: center;
	}
	.opacity1{
		opacity: 1;
	}
	.opacity2{
		opacity: 0;
	}




	#footer-footer{
		background-color: white;
		width: 100vw;
		height: 150vw;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		position: relative;
		top: 0;
		overflow: hidden;
	}
	#footer-main{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	#footer-logo{
		width: 44vw;
	}
	#footer-title{
		width: 50vw;
		text-align: center;
		color: #333333;
		font-size: 10vw;
		margin: 1vw 0;
	}
	#footer-slogan{
		width: 100vw;
		text-align: center;
		color: #333333;
		font-weight: bold;
		font-size: 6vw;
		margin: 0;
	}
	#blacklogo{
		display: flex;
		padding-top: 5vw;
		padding-bottom: 20vw;
	}
	#blacklogo > a{
		margin: 1.6vw;
	}
	#blacklogo > a > img{
		width: 10vw;
	}

	#footer-social{
		position: absolute;
		left: 0vw;
		bottom: calc(1vh + 20vw);	
		display: flex;
		width: 100vw;
		justify-content: center;
	}
	#facebooklogo{
		width: 6vw;
		margin: 0 3vw;
	}
	#twitterlogo{
		width: 6.6vw;
		margin: 0 3vw;
		padding-top: 0.3vw;
	}
	#youtubelogo{
		width: 7.2vw;
		margin: 0 1vw;
		padding-top: 0.6vw;
	}
	#redditlogo{
		width: 6.3vw;
		margin: 0 3vw;
		margin-top: -0.15vw;
	}
	#linkedinlogo{
		width: 6vw;
		margin: 0 3vw;
	}


	#footer-disclaimer{
		position: absolute;
		left: 0vw;
		bottom: calc(1vh + 10vw);	
		width: 100vw;
		display: flex;
		justify-content: center;
	}
	.disf{
		margin: 0 3vw;
		color: #333333;
		font-weight: bold;
		font-size: 3.3vw;
	}


	#footer-copyright{
		position: absolute;
		left: 0vw;
		bottom: 1vh;	
		width: 100vw;
		font-size: 3vw;
		text-align: center;
	}
	#footer-copyright p{
		width: 100vw;
		font-size: 3vw;
		text-align: center;
	}









	.link{
		font-weight: bold;
		color: #337ca0;
		text-decoration: none;
	}
	.link:hover{
		text-decoration: underline;
		opacity: 1!important;
	}





	#floatbutton{
		display: none;
	}
	#floatlogo{
		position: absolute;
		left: 0px;
		top: 0px;
		width: 3.5vw;
		height: auto;
		cursor: pointer;
	}
	#floatcontact{
		flex-direction: column-reverse;
		display: flex;
		justify-content: center;
		position: fixed;
		left: 4.2vw;
		top: 7vh;
		width: 90vw;
		height: 80vh;
		border-radius: 6vw;
		box-shadow: 3.6vw 3.6vw 9vw #333333;
		-moz-box-shadow: 3.6vw 3.6vw 9vw #333333;
		transition: all 0.3s ease-out;
		-webkit-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		border-color: #e83719;
		border-width: 1.2vw;
		border-style: solid;
		background-color: #F1F3EC;
		transform-origin: 90vw 85vh;
		z-index: 10;
	}
	.floatcontact1{
		transform: scale(0, 0);
		opacity: 0;
	}
	.floatcontact2{
		transform: scale(1, 1);
		opacity: 1;
	}
	#floatcross{
		position: absolute;
		right: 3vw;
		top: 3vw;
		width: 7.5vw;
		height: auto;
		cursor: pointer;
		display: block;
	}
	.contactslogo{
		width: 6vw;
		transform: translate(-3.6vw, 1.5vw);
	}
	#floatinformation{
		font-weight: bold;
		color: #333333;
		display: flex;
		font-size: 3.6vw;
		justify-content: center;
		margin-bottom: 5vh;
		flex-direction: column;
	}
	#floatinformation li{
		line-height: 0px!important;
		margin: 1.5vw;
		text-align: center;
	}
	#floatform{
		width: 100%;
		height: 35vh;
	}
	#floatform div{
		margin: 1.5vh;
		padding: 0;
		text-align: right;
		width: 30vw;
	}
	#form5 input{
		width: 49.6vw;
		padding-left: 11.4vw;
		-webkit-appearance: none;
	}
	#form5{
		position: relative;
		top: 0vh;
		left: 10vw;
	    width: 25vw;
	    padding-left: 5vw;
	}
	#form6{
		position: relative;
		top: 3vh;
		left: 10vw;
	}
	.form1{
	    border-color: #666666;
	    outline: none;
	    border-style: solid;
	    border-bottom-width: 0.36vw;
	    border-top-width: 0vw;
	    border-left-width: 0vw;
	    border-right-width: 0vw;
	    font-size: 3.3vw;
		background-color: #F1F3EC;
		line-height: 0;
		padding: 0.2vh;
		margin: 0;
	}
	.form1:focus{
	    border-color: #333333;	
	}
	.form2:focus{
	    border-color: #e83719;	
	}
	.form3:focus{
	    border-color: #e83719;	
	}
	.form3{
	    border-color: #666666;
	    outline: none;
	    border-style: solid;
	    border-bottom-width: 0.36vw;
	    border-top-width: 0vw;
	    border-left-width: 0vw;
	    border-right-width: 0vw;
	    font-size: 3.3vw;
		background-color: transparent;
		z-index: 1;
		line-height: 0;
		padding: 0.2vh;
		margin: 0;
		font: 0; 
	}
	.form2{
	    border-color: #666666;
	    outline: none;
	    border-style: solid;
	    width: 60.5vw;
	    border-width: 0.36vw!important;
	    font-size: 3.3vw;
	    height: 10vh;
	    font-family: arial;
		background-color: transparent;
		z-index: 1;
	    border-width: 0.3vw;
	    margin-top: 2.5vh;
	    font: 0; 
		-webkit-appearance: none;
	}
	.form2:focus{
		content: "Please indicate the product name, specifications, and quantity. Thank you!";
	}
	.label{
		font-size: 3.9vw;
		line-height: 0;
		text-align: left;
		display: block;
		position: relative;
		transform: translate(2.4vw, 0);
		color: #666666;
	}
	#submit2{
	    font-weight: bold;
		font-size: 4.8vw;
		padding: 2vw;
	    text-align: center;
	    background-color: #FD2F06;
	    color: white;
	    box-shadow: 2vw 2vw 4vw #666666;
	    border-radius: 30vw;
	    cursor: pointer;
	    width: 40vw;
	    position: relative;
	    top: 8vh;
	    left: 22vw;
	    border-style: none;
	}
	#errorMessage2{
	    position: absolute;
	    top: 67vh;
	    left: 0;
	    font-weight: bold;
	    color: #FD2F06;
	    width: 100%;
	    margin: 0;
	    display: block;
	    text-align: center;
	    padding-top: 1vh;
	    font-size: 3vw;
	}





	.dot{
		width: 1.5vw;
		height: 1.5vw;
		border-radius: 3vw;
		background-color: #333333;
		transform: translate(0, 1vw);
	}
}


















.titlesquare1{
	width: 6px!important;
	height: 35px!important;
	background-color: white!important;
	padding: 0!important;
	margin: 0!important;
}
.titlesquare2{
	width: 6px!important;
	height: 35px!important;
	background-color: #333333!important;
	padding: 0!important;
	margin: 0!important;
}
#logo0 a:hover{
	opacity: 1!important;
}
.newspagesquare{
	width: 280px;
	height: 1px;
	background-color: #333333;
}
.gradeproword{
	text-decoration: underline;
}

.red{
	color: #e83719;
}


#contentcontent{
	color: #888888;
}







