#title_area {
	width:100%;
	height:200px;
	background-position:center;
}
#title {
	width:100%;
	max-width:1200px;
	margin:0px auto;
}
#title .flex {
	margin-top:65px;
	display:inline-flex;
	width:100%;
	align-items:center;
	flex-wrap:wrap;
}
#title .products {
	margin-left:5px;
	font-family:"Titillium Web SemiBold";
	font-size:36px;
	color:#f47c2a;
	text-transform:uppercase;
	margin-right:5px;
}
#title .arrow {
	width:20px;
	height:20px;
	margin-right:5px;
}
#title .type {
	font-family:"Titillium Web SemiBold";
	font-size:30px;
	color:#dddddd;
	text-transform:uppercase;
	margin-right:5px;
}
#title .property {
	font-family:"Titillium Web";
	font-size:18px;
	color:#dddddd;
	text-transform:uppercase;
}
#title .line {
	margin-top:15px;
	width:100%;
	height: 9px;
	background-color: rgb(216, 216, 216);
	opacity: 0.212;
	border-radius:15px;
}

#material .textil_type {
	position:relative;
}
#material .textil_type h5 {
	position:absolute;
	bottom:1px;
	left:0px;
	width:100%;
	text-align:center;
	padding:10px;
	box-sizing:border-box;
	font-family:"Titillium Web";
	font-size:18px;
	color:#dddddd;
	background-color:#000000;
	opacity:0.85;
}
#properties_area {
	padding-top:25px;
	width:100%;
	background-color:#f47c2a;
	height:180px;
	box-sizing:border-box;
}
#properties {
	width:100%;
	max-width:1200px;
	margin:0px auto;
}
#properties .flex {
	width:100%;
	max-width:1200px;
	display:inline-flex;
	margin:0px auto;
	flex-wrap:wrap;
}
#properties .column {
	width:14.286%;
	font-family:"Titillium Web Regular";
	font-size:18px;
	color:#ffffff;
	text-align:center;
}
#properties .column img {
	margin-top:30px;
	max-width:77px;
}

#another {
	display:none;
	position:fixed;
	width:80%;
	height:92%;
	border:5px solid silver;
	border-radius:25px;
	left:10%;
	top:4%;
	overflow:auto;
	background-color:#ffffff;
	text-align:left;
	padding:20px 20px;
	box-sizing:border-box;
}
#another h1 {
	margin:0px 0px 10px;
	font-family: "Titillium Web SemiBold";
	font-size: 30px;
	color:#f47c2a;
	text-align:center;
	text-transform:uppercase;
}
#another h1 button {
	position:absolute;
	right:20px;
	top:15px;
	border-radius:10px;
	padding:8px 10px;
	background-color:#202020;
	color:#f0f0f0;
	border:0px;
}
#another h1 button:hover {
	background-color:#303030;
	cursor:pointer;
}
#another img {
}

@media only screen and (max-width: 1024px) {
#title {
	padding:0px 20px;
	box-sizing:border-box;
}
}

@media only screen and (max-width: 834px) {
#properties .column {
	font-size: 17px;
}
}

@media only screen and (max-width: 768px) {
#properties_area {
	height:360px;
	padding-top:10px;
}
#properties .column {
    padding-top:30px;
	width:25%;
}
}

@media only screen and (max-width: 414px) {
#properties_area {
	height:520px;
}
#properties .column {
 	width:33.333%;
}
#title .products {
	font-size:24px;
}
#title .type {
	font-size:15px;
}
}

@media only screen and (max-width: 375px) {
#title .products {
	font-size:20px;
}
#title .type {
	font-size:12px;
}
}

@media only screen and (max-width: 320px) {
#properties_area {
	height:670px;
}
#properties .column {
 	width:50%;
}
#title .products {
	font-size:17px;
}
#title .type {
	font-size:12px;
}
}