@media (min-width: 768px) {
	.navbar-collapse{width: 50%;}
    .footer{padding: 5% 0;}
    .navbar-brand {text-align: left;}
    .navbar-brand img{max-width: 100%;width: auto;}
	
	.img-picbox{margin-bottom:1.75rem;}
	.title-box::after, .title-box::before{width: 35%;}
	
	.contact-header ul{justify-content: flex-end;}
	.contact-header ul li {
		padding-bottom: 0;
		margin: 0 5px;
	}
	.content-box{padding: 5% 0;}
	.contact-footer{margin: 0;}
}
@media (min-width: 812px){
}
/*///////////////////////////////////////////////////////////////////////////////////*/
@media (min-width: 992px){ 
    html{font-size: 18px;}
	.contact-header ul li img{width: auto;}
	.title-box h1{font-size: 35px;}
	.title-box p {
		font-size: 16px;
		letter-spacing: 1px;
	}
	.img-picbox { margin-bottom: 1.6rem;}
	.img-picbox.lasrright{
		height: 93%;
	}
	.img-picbox.lasrright img{
		height: 100%;
		object-fit: cover;
	}
}
/*//./////////////////////////////////////////////////////////////////////////////////*/
@media (min-width: 1200px) {
    html{font-size:20px;}
	.img-picbox { margin-bottom: 1.5rem;}
	.img-picbox.lasrright{
		height: 94%;
	}
	.card-contact img{width: auto;}
	.products-show{margin-bottom: 0;}
	.footer h1{font-size: 26px;}
	.card-contact ul{justify-content: center;}
	.card-contact {padding: 2rem 1rem;}
}
/*///////////////////////////////////////////////////////////////////////////////////*/
@media (min-width: 1440px) {
    html{font-size:22px;}
    .container{ max-width: 1366px; } 
	.title-box::after, .title-box::before{width: 40%;}
}
/*///////////////////////////////////////////////////////////////////////////////////*/
@media (min-width: 1600px){
	.img-picbox { margin-bottom: 1.3rem;}
	.img-picbox.lasrright{
		height: 95%;
	}
}
/*///////////////////////////////////////////////////////////////////////////////////*/
@media (min-width: 1800px) {
    .container{ max-width: 1440px; } 
}




