.results {
	text-align: center;
    max-width: 800px;
    margin: 0 auto;
}
.top_title h3 {
	margin-top: 5px;
}
.top_title .center {
	margin-bottom: 15px;
}
.top_title h1 {
	margin-bottom: 3px;
	text-decoration: underline;
}
.top_title .left {
	text-align: left;
	float: left;
	vertical-align:top;
}
.top_title .right {
	text-align: right;
	float: right;
	vertical-align:top;
}
.top_title a, .top_title h3 {
	color: #41688B;
	text-decoration: underline;
}
.top_title a:hover, .top_title h3:hover {
	text-decoration: none;
}
#tophint div {
	overflow: hidden;
	transition: opacity 0.5s;
}
.profile_box_container {
	display: inline-block;
	margin: 0px 15px 20px 15px;
	position: relative;
	height: 180px;
	width: 340px;
	text-align: left;
	vertical-align: top;
}
.profile_box_container .profile_box_content {
	border: 1px solid #FFFFFF;
	border-radius: 7px;
	text-shadow: 0px 0px 2px #FFFFFF;
	padding: 5px;
	position: relative;
	z-index: 8;
}
.profile_box_container .profile_box_content:hover {
	border: 1px solid #B4C6EC;
	box-shadow: 0px 0px 15px #A4B6DC;
}
.profile_box_container .foto {
	display: inline-block;
	float: left;
	padding: 0 10px 0 0;
	text-decoration: none !important;
}
.profile_box_container .foto img {
	background: #FFFFFF;
	border: solid 1px #ccc;
	display: block;
	padding: 3px;
	width: 110px;
	--width: 110px;
	height: calc(var(--width)/110*150);
}
.profile_box_container .detail {
	overflow: hidden;
	line-height: 1.5;
	padding: 0;
	height: 155px;
	width: auto;
}
.profile_box_container .profile_box_content:focus > .detail {
	overflow: visible;
	overflow-x: hidden;
	scrollbar-width: thin;
}
.profile_box_container .profile_box_content:hover > .foto img {
	opacity: 1 !important;
}
.profile_box_container .ohx {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.profile_box_container .profile_box_content:focus > .detail .ohx {
	overflow: visible;
	white-space: normal;
	text-overflow: unset;
}
.profile_box_container .detail a {
	font-weight: 700;
	color: #0066CC;
}
.profile_box_container .detail .age {
	font-weight: 700;
	color: #333333;
	white-space: nowrap;
}
.no_photo {
	background: #ededed;
	display: inline-block;
	margin: 3px;
	text-align: left;
	width: 110px;
	--width: 110px;
	height: calc(var(--width)/110*150);
}
.no_photo:before {
	content: '';
	background: #D0D0D0;
	width: 50px;
	height: 50px;
	border: 5px solid #fff;
	border-radius: 30px;
	margin: 25px;
	position: absolute;
}
.no_photo:after {
	content: '';
	background: #D0D0D0;
	width: 100px;
	height: 65px;
	border: 5px solid #fff;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	border-bottom: none;
	margin: 80px 0 0 0;
	position: absolute;
	overflow: hidden;
}
.change_search {
	text-align: right;
}
.change_search span {
	display: inline-block;
	border-bottom: 1px dotted #4477A1;
	color: #4477A1;
	font-weight: 700;
}
.change_search span:hover {
	cursor: pointer;
}
.searchblock {
	background: #ECF2F4;
	background: linear-gradient(to bottom, #ECF2F4, #FDFFFF, #ECF2F4);
	border: 1px solid #DCE2E4;
	border-radius: 10px;
	margin: 10px auto 20px auto;
	display: block;
	text-align: center;
	width: 480px;
}
.searchstring {
	padding: 5px;
}
.searchstring:hover {
	cursor: pointer;
}
.searchstring span {
	display: inline-block;
}
.searchform {
	display: none;
	text-align: left;
	margin: 0 auto;
}
.searchform div {
	display: inline-block;
	vertical-align: middle;
}
.searchform label input {
	vertical-align: middle;
}
.searchform div div {
	padding: 3px 0;
}
.searchform span {
	display: inline-block;
	width: 70px;
}
.searchform .left {
	width: 68%;
	padding: 15px 3% 15px 5%;
}
.searchform .right {
	width: 22%;
}
.searchform #city, .searchform #region, .searchform #country, .searchform .search_age, .searchform #search_gender {
	width: 230px;
	display: inline-block;
}
.searchform #search_age_min, .searchform #search_age_max {
	width: 45px;
}
.searchform label {
	margin-right: 20px;
}
.search_age label {
	display: inline-block;
	margin: 0;
}
.searchform div div *:first-child {
	margin-left: 0;
}
#reset_search_options {
	display: block;
	text-align: right;
	margin: 5px 10px auto;
}
.links {
	background: #cbebff;
    border: 1px solid #DCE2E4;
    border-radius: 8px;
    padding: 7px;
    margin-bottom: 10px;
    text-align: left;
}
.links a {
	text-decoration: underline;
	color: #002f55;
	font-size: 16px;
}
.links a:hover {
	text-decoration: none;
}
.links a:not(:last-child)::after {
	content: '/';
	color: #002f55;
	display: inline-block;
	padding: 0 10px;
	text-decoration: none;
}
.page404 {
 	margin: 20px auto;
	max-width: 550px;
	text-align: center;
}
.page404 p {
	text-align: left;
}
.page404 div {
 	color: #E5E5E5;
	font-size: 160px;
	font-weight: 700;
	text-align: center;
}
.pushed {
  box-shadow: 5px 5px 15px #aaa;
}

.profile_box {
	width: 120px;
	text-align: center;
	padding: 5px;
	margin: 6px;
	font-style: normal;
	font-family: arial;
	border-radius: 7px;
	color: #333333;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	text-shadow: 0px 0px 2px #FFFFFF;
}
.profile_box a {
	font-weight: 700;
}
.profile_box .foto {
	border: solid 1px #ccc;
	padding: 3px;
	position: relative;
	background: #FFFFFF;
}
.profile_box .foto:hover {
	border-color: #FF9900;
}
@media screen and (max-width: 600px) {
	.searchblock {
		width: 90%;
	}
	.searchform .left {
		width: auto;
		padding: 10px 5% 0px 5%;
	}
	.searchform .right {
		padding: 5px 0px 10px;
		text-align: center;
		width: 100%;
	}
	.searchform span {
		display: block;
		width: auto;
	}
	.searchform #city, .searchform #region, .searchform #country, .searchform .search_age, .searchform #search_gender {
		width: 100%;
	}
	.searchform #search_age_min, .searchform #search_age_max {
		width: 80px;
	}
	.searchform div div {
		padding: 6px 0;
		width: 100%;
	}
	.searchform div div:has(label input:not(.acceptcookie_ctrl)) {
		max-width: 50%;
	}
	.page404 div {
 		font-size: 140px;
	}
}
@media screen and (max-width: 500px) {
	.profile_box_container {
		margin: 0px 0 20px 0;
	}
}
@media screen and (max-width: 450px) {
	.page404 div {
 		font-size: 100px;
	}
}
@media screen and (max-width: 400px) {
	.searchform div div:has(label input:not(.acceptcookie_ctrl)) {
		max-width: 100%;
	}
	.search_age {
		display: flex !important;
		align-items: center;
	}
	.search_age label {
		width: 40%;
	}
	.searchform #search_age_min, .searchform #search_age_max {
		width: 45%;
	}
	.tags {
		margin-right: 5px;
		padding: 5px;
	}
}
@media screen and (max-width: 350px) {
	.profile_box_container {
		width: 98%;
	}
	.profile_box_container .profile_box_content {
		padding: 0;
	}
}
