@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');

body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-family: "Open Sans";
	color: #666666;
	font-size: 14px;
}

h1 {
	font-family: "Open Sans";
	font-size: 18px;
	color: #3A5372;
	font-weight: 500;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

h2 {
	font-family: "Open Sans";
	font-size: 14px;
	color: #666666;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-family: "Open Sans";
	font-size: 14px;
	font-weight: bold;	
	color: #C6191F;
	margin: 0px;
	padding: 0px;
}

h4 {
	font-family: "Open Sans";
	font-size: 40px;
	font-weight: normal;
	color: #3A5372;
	letter-spacing: 2px;
	padding: 20px;
	margin: 0px;
}

.hr-left {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, #ffffff, #999999 );
}

.hr-right {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, #999999, #ffffff );
}

.disapear { display:inline }
.appear { display:none }

.table100 { width: 100%; }

.table90 { width: 90%; }

.brands-box {
	display: inline-block;
	float: center;
	width: 280px;
	border: none;
	padding: 4px;
	margin: 8px;
}

.range-box {
	display: inline-block;
	float: center;
	width: 310px;
	border: none;
	padding: 6px;
	margin-top: 12px;
	margin-right: 4px;
	margin-bottom: 12px;
	margin-left: 4px;
	text-align: center;
}

.range-image { width: 100%; height: auto; border-radius: 4px; transition: transform .2s; }
.range-image:hover { -ms-transform: scale(0.98); -webkit-transform: scale(0.98); transform: scale(0.98);}

.responsive100 { width: 100%; height: auto; }
.responsive94 { width: 95%; height: auto; }
.responsive84 {	width: 84%;	height: auto; border-radius: 4px; }
.responsive-tag { width: 170px; height: auto; }

@media only screen and (max-width: 960px) {

body { font-size: 16px; }

h1 { font-size: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 28px; }

.disapear { display:none }
.appear { display:inline }
.brands-box { width: 270px; padding: 0px; }
.range-box { width: 90%; padding: 0px; margin-bottom: 10px; }
.responsive-tag { width: 100px; height: auto; }
.responsive94 { width: 84%; height: auto; border-radius: 4px; }
.responsive84 { width: 100%; height: auto; border-radius: 0px; }

}
