@CHARSET "UTF-8";

.content {
	-webkit-align-items: stretch;
	align-items: stretch;
	margin-bottom: 2em;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#Map {
	-webkit-flex: 1 1 500px;
	flex: 1 1 500px;
	width: 500px;
	min-height: 605px;
	margin-right: 1em;
}

#Right {
	-webkit-flex: 0 0 400px;
	flex: 0 0 400px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	min-height: 605px;
	position: relative;
}

#Search {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-bottom: 0.5em;
}

.search_btn {
	color: white;
	background: -moz-linear-gradient(
		top,
		#fb8c8e 0%,
		#f74f54);
	background:
		-webkit-gradient(
		linear, left top, left bottom,
		from(#fb8c8e), to(#f74f54));
	background: linear-gradient(to bottom, #fb8c8e, #f74f54);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fb8c8e', endColorstr='#f74f54');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fb8c8e', endColorstr='#f74f54')";
	padding: 4px;
	display: inline-block;
	border-radius: 4px;
	-moz-box-shadow:
		1px 1px 3px rgba(000,000,000,0.4),
		inset 0px 0px 1px rgba(255,255,255,0.2);
	-webkit-box-shadow:
		1px 1px 3px rgba(000,000,000,0.4),
		inset 0px 0px 1px rgba(255,255,255,0.2);
	box-shadow:
		1px 1px 3px rgba(000,000,000,0.4),
		inset 0px 0px 1px rgba(255,255,255,0.2);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0),
		0px 1px 0px rgba(255,255,255,0);
}

.close_btn {
	background: -moz-linear-gradient(
		top,
		#f7f7f7 0%,
		#d6d6d6);
	background:
		-webkit-gradient(
		linear, left top, left bottom,
		from(#f7f7f7), to(#d6d6d6));
	background: linear-gradient(to bottom, #f7f7f7, #d6d6d6);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f7f7f7', endColorstr='#d6d6d6');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f7f7f7', endColorstr='#d6d6d6')";
	padding: 4px;
	display: inline-block;
	border-radius: 4px;
	-moz-box-shadow:
		1px 1px 3px rgba(000,000,000,0.4),
		inset 0px 0px 1px rgba(255,255,255,0.2);
	-webkit-box-shadow:
		1px 1px 3px rgba(000,000,000,0.4),
		inset 0px 0px 1px rgba(255,255,255,0.2);
	box-shadow:
		1px 1px 3px rgba(000,000,000,0.4),
		inset 0px 0px 1px rgba(255,255,255,0.2);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0),
		0px 1px 0px rgba(255,255,255,0);
}
.search_btn:hover,
.close_btn:hover {
	cursor: pointer;
	opacity: 0.5;
}

#List {
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	color: #3e3f41;
	background-color: #f4fbff;
	/*border-top: 5px solid #fcaa2a;*/
	/*border-top: 5px solid #f4fbff;*/
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
	border-radius: 10px;
	padding: 1em 0.5em;
	font-size: 14px;
}

#Loading {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 400px;
	height: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	background-color: transparent;
}

#List .map_caption {
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	padding: 5px 24px;
	background: -moz-linear-gradient(
		top,
		#368cf5 0%,
		#a2c6db);
	background:
		-webkit-gradient(
		linear, left top, left bottom,
		from(#537ac0), to(#13388b));
	background: linear-gradient(to bottom, #537ac0, #13388b);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#537ac0', endColorstr='#13388b');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#537ac0', endColorstr='#13388b')";

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 0px solid #000000;
	-moz-box-shadow:
		1px 1px 3px rgba(000,000,000,0.4),
		inset 0px 0px 1px rgba(255,255,255,0.2);
	-webkit-box-shadow:
		1px 1px 3px rgba(000,000,000,0.4),
		inset 0px 0px 1px rgba(255,255,255,0.2);
	box-shadow:
		1px 1px 3px rgba(000,000,000,0.4),
		inset 0px 0px 1px rgba(255,255,255,0.2);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0),
		0px 1px 0px rgba(255,255,255,0);
}

#List .map_close {
	/*margin-left: 1em;*/
	white-space: nowrap;
}
#List .map_close:hover {
	cursor: pointer;
	opacity: 0.5;
}

#List .num {
	color: red;
}

#List .price {
	color: #ef8913;
	font-weight: bold;
}

#List table {
	width: 100%;
	border-collapse: collapse;
	border: none;
}

#List tr:nth-child(even) {
	background-color: white;
}
#List tr:nth-child(odd) {
	background-color: #f4fbff;
}
#List tr:hover {
	background-color: #ffc975 !important;
}

#List th {
	font-weight: normal;
	background-color: #eff6ff;
	padding: 5px;
	font-size: 0.9em;
	text-align: left;
	vertical-align: middle;
}

#List td {
	padding: 5px;
	font-size: 0.9em;
	vertical-align: middle;
}

#List img {
	width: auto;
	max-width: 55px;
	height: auto;
	max-height: 40px;
	vertical-align: middle;
}

#List .wrap {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	margin-left: 0;
	margin-bottom: 0.5em;
}

.prev_page,
.next_page {
	border: 1px solid #fcaa2b;
	border-radius: 10px;
	display: inline-block;
	padding: 2px 1em;
	background-color: #fffde5;
}
.prev_page:hover ,
.next_page:hover {
	cursor: pointer;
	color: white;
	background-color: #ffc975;
}

.prev_page .fa,
.next_page .fa {
	vertical-align: middle;
}

#Condition {
	width: 100%;
	margin: 0;
}

#Caption {
	-webkit-flex: 1 1 100%;
	flex: 1 1 100%;
	margin-top: 1em;
	margin-bottom: 1em;
}

#Comment {
	-webkit-flex: 1 1 100%;
	flex: 1 1 100%;
	margin-top: 2em;
}

.hidden {
	display: none !important;
}
picture img {
	width: 100%;
}

#Condition {
	font-size: 14px;
}

#Condition .subtitel2,
#Condition .subtitel3 {
	margin-bottom: 10px;
	height: auto;
	padding: 0 10px;
	height: 42px;
	display: flex;
	align-items: center;
}
#Condition .subtitel3 figure {
	margin-bottom: 0;
}
#Condition .subtitel3 .icon1 {
	margin-top: 0;
}
#Condition .subtitel3 .inline {
	margin-top: 0;
}

#Condition .row .col-md-2,
#Condition .row .col-md-3,
#Condition .row .col-md-4 {
	flex-basis: 50%;
	max-width: 50%;
}

#Condition .col-md-6,
#Keyword {
	flex-basis: 100%;
	max-width: 100%;
}

#ToMap {
	display: none;
}

@media (max-width: 768px) {
	#Map, #Comment {
		margin-left: 1em;
		margin-right: 1em;
	}
	#Right {
		margin-top: 30px;
	}
	
	#Condition .subtitel3 figure {
		max-width: 24px;
	}
	#Condition .subtitel3 .icon1 {
		width: 100%;
	}
	
	#List .subtitel2 {
		margin-bottom: 5px;
	}
	
	#List.float {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100vw;
		max-height: 50vh;
		display: flex;
		flex-direction: column;
		height: 0;
		transition: 0.2s;
	}
	#List.float.open {
		height: auto;
	}
	#List.open .wrap {
		flex: 0 0 auto;
	}
	#List.open > div:last-child {
		flex: 1 1 auto;
		overflow: auto;
	}
}
