/*** ### ./css/responsive/section.css ### ***/

/*** text ***/
.homes-text-top{
	padding: 35px 0 1px 15px;
	}

.homes-text-top h1{
	color: rgb(221,95,55);
	font-size: 1.5rem;
	padding: 0 0 9px;
	display: none;
	}

.homes-text-top p{
	line-height: 145%;
	font-weight: 300;
	padding: 0;
	}

.homes-text-top p b{
	font-weight: 400;
	}

.homes-text-top p u{
	text-decoration: none;
	}

.homes-text-top p a{
	color: black;
	}

.home-text-space{
	height: 20px;
	}

/*** items ***/
.homes-items{
	padding: 25px 0 0 15px;
	}

.homes-items-in{
	padding: 15px;
	/*background: rgb(55,66,80);*/
	background: rgb(94,103,114);
	margin: auto auto 40px;
	border-radius: 20px;
	border-top-left-radius: 0;
	border: 2px solid rgb(221,95,55);
	}

.homes-items-inin{
	display: flex;
	flex-wrap: wrap;
	/*background: blue;*/
	}

/*** title ***/
.homes-items-title{
	padding-right: 20px;
	}

.homes-items-title span{
	display: inline-block;
	text-align: center;
	padding: 10px 30px 7px;
	font-size: 0.9rem;
	background: rgb(55,66,80);
	color: white;
	margin: auto;
	border: 2px solid rgb(221,95,55);
	border-bottom: none;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	position: relative;
	top: 2px;
	}

.homes-items-title b{
	font-weight: 700;
	font-size: 1.05rem;
	}

/*** ### ./css/responsive/section_item.css ### ***/

/*** item ***/
.homes-item{
	width: 19%;
	display: flex;
	margin-top: 0;
	/*background: yellow;*/
	/*outline: 2px dotted white;*/
	}

.homes-item a{
	display: block;
	width: 100%;
	/*border: 1px solid rgb(225,231,236);
	border-radius: 8px;*/
	text-decoration: none;
	color: rgb(55,66,80);
	}

.homes-item a:hover .homes-item-name strong{
	color: rgb(219,79,27);
	}

.homes-item u{
	display: block;
	text-align: center;
	font-weight: 700;
	font-size: 1.3rem;
	background: green;
	color: white;
	padding: 5px;
	}

/*** hide ***/
.homes-item-hide{
	display: none;
	flex-wrap: wrap;
	/*background: red;*/
	}

.homes-item-open{
	padding: 17px 0 0;
	width: 100%;
	color: rgb(215,215,215);
	cursor: pointer;
	}

.homes-item-open:hover{
	color: gold;
	text-decoration: underline;
	}

.homes-item-open-in{
	display: flex;
	}

.homes-item-open-text{

	}

.homes-item-open-text span{
	display: block;
	padding: 0 8px;
	}

.homes-item-open-arrows{
	width: 40px;
	display: flex;
	}

.homes-item-open-arrows span{
	display: block;
	margin: auto;
	width: 25px;
	max-width: 25px;
	height: 17px;
	background-image: url(/images/responsive/header/sections.png);
	background-size: 150px 150px;
	background-position: 0 -83px;
	}

.homes-item-open-space{
	min-width: 10px;
	height: 10px;
	flex-grow: 1;
	}

/*** space+sequence ***/
.homes-item-space{
	min-height: 30px;
	/*background: gold;*/
	width: 1.25%;
	margin-top: 0;
	}

.homes-item-space-5, .homes-item-space-10{
	width: 100%;
	/*background: orange;*/
	}

.homes-item-space-15{
	display: none;
	}

.homes-item-sequence-16{
	display: none;
	}

/*** name ***/
.homes-item-name{
	display: block;
	background: rgb(225,231,236);
	}

.homes-item:hover .homes-item-name{
	background: rgb(205,211,216);
	}

.homes-item-name strong{
	display: block;
	font-size: 0.8rem;
	font-weight: 400;
	text-align: center;
	padding: 5px 6px 3px;
	}

/*** image ***/
.homes-item-image{
	display: block;
	margin: auto;
	padding: 5px;
	border: 1px solid rgb(225,231,236);
	border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px;
	background: white;
	}

.homes-item-in-discount .homes-item-image, .home-items-in-section-836 .homes-item-image{
	border-radius: 0;
	}

.homes-item-image img{
	display: block;
	margin: auto;
	/*width: 100%;*/
	max-width: 150px;
	max-height: 150px;
	min-width: 150px;
	min-height: 150px;
	border: none;
	outline: 0px solid linen;
	color: silver;
	}

/*** date ***/
.homes-item-date{
	display: block;
	background: rgb(147,156,168);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	}

.homes-item-date span{
	display: block;
	text-align: center;
	font-size: 0.85rem;
	padding: 5px 0 4px;
	color: white;
	}



/*** price ***/
.homes-item-price{
	display: block;
	background: rgb(225,231,236);
	}

.homes-item:hover .homes-item-price{
	background: rgb(205,211,216);
	}

.homes-item-price span{
	display: block;
	text-align: center;
	font-weight: 700;
	padding: 4px 0;
	}

.homes-item-price-normal{
	min-height: 24px;
	}

.homes-item-price-normal span{
	display: inline-block;
	background-image: url(/images/responsive/sections/strike.png);
	background-size: 100% 50%;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 4px;
	font-weight: 400;
	font-size: 0.85rem;
	}


/*** discount ***/
/*
.homes-item-discount{
	display: block;
	background: rgb(147,156,168);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	}

.homes-item-discount span{
	display: block;
	text-align: center;
	font-size: 0.85rem;
	padding: 5px 0 4px;
	color: white;
	}

.homes-item-discount b{
	font-weight: 700;
	}
*/

/*** labels ***/
.homes-item-labels{
	display: block;
	font-size: 0.7rem;
	position: absolute;
	font-weight: 400;
	margin-left: 2px;
	margin-top: 2px;
	line-height: 100%;
	cursor: pointer;
	}

.homes-item-labels span{
	display: inline-block;
	padding: 1px 3px 0px 2px;
	border: 2px solid white;
	border-radius: 7px;
	font-size: 0.9rem;
	color: white;
	line-height: 100%;
	padding: 3px 5px 3px 7px;
	font-weight: 700;
	background: rgb(200,82,0);
	}

/*** store ***/
.homes-item-store{
	display: block;
	background-color: rgb(0,164,139);
	border: 1px solid rgb(0,164,139);
	border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px;
	}

.homes-item-store span{
	display: block;
	color: white;
	text-align: center;
	padding: 2px 0 1px;
	font-size: 0.85rem;
	}


/*** ### ./css/responsive/section_item_responsive.css ### ***/

@media screen and (max-width: 1180px)
{
	.homes-item{
		width: 24%;
		}

	.homes-item-space{
		width: 1.333%;
		}

	.homes-item-space-4, .homes-item-sequence-5{
		display: none;
		}

	.homes-item-hide .homes-item-sequence-5{
		display: block;
		}

	.homes-item-hide .homes-item-space-4, .homes-item-hide .homes-item-space-8, .homes-item-hide .homes-item-space-12{
		display: block;
		width: 100%;
		}

	.homes-item-space-15, .homes-item-sequence-16{
		display: block;
		}
}



@media screen and (max-width: 1000px)
{
	.homes-item{
		width: 32.5%;
		}

	.homes-item-sequence-4, .homes-item-space-3{
		display: none;
		}

	.homes-item-hide .homes-item-sequence-4, .homes-item-hide .homes-item-space-3{
		display: block;
		}

	.homes-item-space, .homes-item-hide .homes-item-space-4, .homes-item-hide .homes-item-space-8, .homes-item-hide .homes-item-space-12{
		width: 1.25%;
		}

	.homes-item-hide .homes-item-space-3, .homes-item-hide .homes-item-space-6, .homes-item-hide .homes-item-space-9, .homes-item-hide .homes-item-space-12{
		width: 100%;
		}

	.homes-item-space-15, .homes-item-sequence-16{
		display: none;
		}
}



@media screen and (max-width: 920px)
{
	.homes-item{
		width: 24%;
		}

	.homes-item-sequence-4, .homes-item-space-3{
		display: block;
		}

	.homes-item-space, .homes-item-hide .homes-item-space{
		width: 1.333%;
		}

	.homes-item-hide .homes-item-space-4, .homes-item-hide .homes-item-space-8, .homes-item-hide .homes-item-space-12{
		width: 100%;
		}

	.homes-item-space-15, .homes-item-sequence-16{
		display: block;
		}
}



@media screen and (max-width: 750px)
{
	.homes-item{
		width: 32.5%;
		}

	.homes-item-sequence-4, .homes-item-space-3{
		display: none;
		}

	.homes-item-space, .homes-item-hide .homes-item-space{
		width: 1.25%;
		}

	.homes-item-hide .homes-item-space-3, .homes-item-hide .homes-item-space-6, .homes-item-hide .homes-item-space-9, .homes-item-hide .homes-item-space-12{
		width: 100%;
		}

	.homes-item-space-15, .homes-item-sequence-16{
		display: none;
		}
}




@media screen and (max-width: 570px)
{
	.homes-item{
		width: 49%;
		}

	.homes-item-sequence-4, .homes-item-space-3{
		display: block;
		}

	homes-item-space, .homes-item-hide .homes-item-space{
		width: 2%;
		}

	.homes-item-space-2{
		width: 100%;
		}

	.homes-item-hide .homes-item-space-2, .homes-item-hide .homes-item-space-4, .homes-item-hide .homes-item-space-6, .homes-item-hide .homes-item-space-8, .homes-item-hide .homes-item-space-10, .homes-item-hide .homes-item-space-12, .homes-item-hide .homes-item-space-14{
		width: 100%;
		}

	.homes-item-space-15, .homes-item-sequence-16{
		display: block;
		}
}


@media screen and (max-width: 380px)
{
	.homes-item-open-text{
		font-size: 0.85rem;
		}
}



@media screen and (max-width: 400px)
{
	.homes-item-image img{
		width: 100%;
		min-width: 100px;
		min-height: 100px;
		}
}



@media screen and (max-width: 340px)
{
	.homes-item-open-text{
		font-size: 0.7rem;
		}
}