.header .block_top, .header .block_bottom, .menu, .container_page {
	max-width: 1300px;
}
body {
	overscroll-behavior: unset;
	overflow: unset;
}
.scroll_block {
	padding: 6px 0 5px 0;
}
#main_content {
	flex-direction: row;
	justify-content: space-between;
	margin-top: 5px;
	overflow-y: auto;
}
.preload {
	opacity: unset;
}
.profile_box_container .online, .profile_box_container .hidden, .profile_box_container .blocked, .profile_box .online, .profile_box .hidden, .profile_box .blocked, .msgs .online, .msgs .blocked, .umsgs .online, .view .online, .view .blocked, .like_box .online {
	width: 18px;
	height: 18px;
	display: inline-block;
	border-radius: 9px;
	vertical-align: text-bottom;
}
.profile_box_container .online, .profile_box .online, .msgs .online, .umsgs .online, .view .online, .like_box .online {
	background: #00BC00;
}
.profile_box_container .blocked, .profile_box .blocked, .msgs .blocked, .view .blocked {
	background: #FF5555;
}
.profile_box_container .hidden, .profile_box .hidden {
	background: #0000FF;
}
#largeImg {
	display: block;
	cursor: pointer;
	height: 300px;
	width: auto;
	border: solid 1px #ccc;
	box-shadow: 0px 0px 15px #999999;
	padding: 5px 5px 27px 5px;
	margin: 0 auto 10px auto;
	background: #FFFFFF
}
.like {
	margin-top: -36px;
	text-align: center;
}
.like button {
	background: transparent;
	height: 24px;
	vertical-align: 100%;
	line-height: 1;
	color: #333;
	text-decoration: none;
	border-style: none;
	text-align: left;
}
.like button:hover {
	background-position: 0px 0px;
	color: #000000;
	cursor: pointer;
}
.like_message {
	width: 100%;
	text-align: center;
	padding: 3px;
	margin-bottom: 10px;
}
.images {
	margin: 0px auto 20px;
	text-align: center;
	width: 100%;
}
.thumbs {
	cursor: pointer;
	position: relative;
	display: inline-block;
	margin: 10px;
	vertical-align: top;
	width: 100px;
}
.thumbs img {
	border: solid 1px #ccc;
	display: block;
	padding: 4px;
	width: 90px;
	--width: 90px;
    height: calc(var(--width)/110*150);
	background: #FFFFFF;
}
.thumbs img:hover {
	border-color: #FF9900;
}
.thumbs a, .thumbs span {
	display: none;
}
.main_img button {
	position: absolute;
	width: 30px;
	height: 30px;
	top: -5%;
	left: -5%;
	background: url(/images/make_main.png) no-repeat;
	background-size: 100%;
	border: none;
}
.del_img button {
	position: absolute;
	width: 30px;
	height: 30px;
	top: -5%;
	right: -5%;
	background: url(/images/del_img.png) no-repeat;
	background-size: 100%;
	border: none;
}
.r_left_img button {
	position: absolute;
	width: 30px;
	height: 30px;
	bottom: -3%;
	left: -5%;
	background: url(/images/rotate_left.png) no-repeat;
	background-size: 100%;
	border: none;
}
.r_right_img button {
	position: absolute;
	width: 30px;
	height: 30px;
	bottom: -3%;
	right: -5%;
	background: url(/images/rotate_right.png) no-repeat;
	background-size: 100%;
	border: none;
}
.main_img button, .del_img button, .r_left_img button, .r_right_img button {
	cursor: pointer;
	display: none;
}
.hover > .main_img button, .hover > .del_img button, .hover > .r_left_img button, .hover > .r_right_img button {
	display: block;
}
#largeImg.reserve, .like.reserve, .reserve form {
	display: none !important;
}
#upload_fc {
	display: inline-block;
	text-align: center;
	width: 90px;
	line-height: 1.3;
	background: linear-gradient(in hsl, #ff000010, #00800010, #0000ff10);
	padding: 13px 2px;
	border-radius: 15px;
	border: 3px solid coral;
	font-weight: 700;
	cursor: pointer;
	box-shadow: 5px 5px 8px #ffe78a;
	margin: 10px;
	height: 103px;
}
#upload_fc div {
	font-size: 40px;
}
.thumbs.reserve, #to_edit_photo, #to_view_photo {
	display: none;
}
.upload {
	margin: 0 5px;
}
.upload h3 {
	border-bottom: 1px dashed #000;
	display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-size: 18px;
}
.upload h3 span {
	white-space: nowrap;
	color: #41688B;
	font-size: 16px;
	line-height: 1.7;
	padding-left: 5px;
	cursor: pointer;
}
.upload div {
	display: none;
	padding-bottom: 20px;
}
.upload ul {
  margin: 0;
}
.upload ul li {
  list-style: none;
  text-align: left;
  margin: 0;
  padding: 0 0 0 25px;
  margin: 7px 0 !important;
  background-size: 20px;
}
.share {
	margin: 20px auto;
	text-align: right;
	height: 63px;
}
.share p {
	margin-bottom: 5px;
}
.share a {display: inline-block; height:32px; width: 32px; border-radius: 2px; margin: 0 3px 0 0;}
.share .facebook {background: url(/images/share/facebook.svg) center/100% no-repeat #3b5998;}
.share .twitter {background: url(/images/share/twitter.svg) center/100% no-repeat #00aced;}
.share .whatsapp {background: url(/images/share/whatsapp.svg) center/100% no-repeat #65bc54;}
.share .viber {background: url(/images/share/viber.svg) center/100% no-repeat #7b519d;}
.share .telegram {background: url(/images/share/telegram.svg) center/100% no-repeat #64a9dc;}
.hint {
	right: 0px;
	text-align: right;
	position: relative;
}
.hint a, .hint span {
	display: inline-block;
	color: #4477A1 !important;
	text-decoration: none !important;
	border-bottom: dashed 1px #4477A1;
	font-weight: 700;
}
.hint div {
	display: none;
	background-color: #FFFABE !important;
	border: solid 1px #CCCCCC !important;
	border-radius: 3px;
	box-shadow: 2px 2px 4px #CCCCCC;
	color: #666666;
	margin: 2px 0px;
	padding: 8px;
	position: absolute;
	right: 0px;
	text-align: left;
	width: 180px;
	z-index: 10;
}
.pagination {
	font-size: 20px;
	margin: 20px auto;
	color: #666666;
	text-align: center;
}
.pagination a, .pagination strong {
    display: inline-block;
    text-decoration: none !important;
    padding: 7px 5px;
    margin: 0px 3px;
    border: solid 1px #999999;
    border-radius: 5px;
    background: #F3F3FF;
    box-shadow: 2px 2px 3px #999999;
    min-width: 15px;
    line-height: 1;
    vertical-align: middle;
}
.pagination a {
	font-size: 19px;
	color: #31587B !important;
}
.pagination a:hover, .pagination strong {
	background: #D6D6FF;
}
#editpagehint {
	border-style: none;
	font-weight: 700;
	padding: 0px 0px 10px 25px;
}
#editpagehint a {
	text-decoration: none;
	border-bottom: solid 1px #4477A1;
}
#editpagehint a:hover {
	border-bottom: solid 1px #FFFFFF;
}
.profile {
	text-align: left;
	vertical-align: top;
	line-height: 1.3;
}
.profile .reply_box {
	vertical-align: bottom;
	height: 19px;
	width: 50px;
	border-style: none;
	border-radius: 3px;
	padding: 0;
	background: #bcbcdd;
	display: inline-block;
}
.profile .reply_box .text_box {
	position: relative;
	z-index: 2;
	width: 50px;
	text-align: center;
	color: #ffffff;
	font: normal normal 600 14px/normal Tahoma;
	line-height: 1.1;
	padding: 2px 0;
}
.profile .reply_box .color_box {
	height: 19px;
	margin-top:-19px;
	background: #00cc00;
	border-style: none;
	border-radius: 3px;
	position: relative;
}
.profile .required_info {
	float: left;
	margin-bottom: 10px;
	min-width: 70%;
}
.profile .required_info .user_foto {
	float: left;
	height: 100px;
	padding: 5px 10px 10px 0px;
}
.profile .contact_info {
	float: right;
	margin: 20px 0px 10px;
}
.profile .hr {
	clear: both;
}
.profile p {
	margin: 10px 0px;
}
.profile .items {
	width: 50%;
	padding: 0px;
	float: left;
}
.profile .items ul {
	padding: 0 15px 15px 15px;
	list-style: none outside none;
}
.profile .items li::before {
	content: "- ";
}
#sendmessbutton, #sendmesslink {
	border: 1px solid rgba(0, 0, 0, 0.3);
	font: bold 17px Arial;
	line-height: 1;
	color: #FFFFFF;
	padding: 4px 5px 4px 32px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.7);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.7);
	border-radius: 5px;
	background: #4f83ac;
	background-image: url(/images/message.png);
	background-repeat: no-repeat;
	background-position: 5px 50%;
	text-decoration:none;
}
#sendmesslink {
	margin-bottom:20px;
}
#sendmessbutton:hover {
	background: #4477a1;
	background-image: url(/images/message.png);
	background-repeat: no-repeat;
	background-position: 5px 50%;
}
.profile_func {
	margin: 20px 0 10px 0;
}
.profile_func .abusereport {
	color:#333333 !important;
	line-height:1;
	padding: 3px 0 3px 34px;
	background-image:url(/images/stop.png);
	background-repeat:no-repeat;
	background-position: 5px 50%;
	text-decoration:underline;
}
.tags {
	background: #F3F7F8;
	background: linear-gradient(to bottom, #FDFFFF, #ECF2F4) transparent;
	color: #333333 !important;
	cursor: pointer;
	border: 1px solid #E6ECEE;
	border-radius: 5px;
	display: inline-block;
	margin: 0 10px 10px 0;
	padding: 5px 10px;
	text-decoration: none !important;
}
.tags:hover {
	background: #F3F7F8;
	background: linear-gradient(to top, #FDFFFF, #ECF2F4) transparent;
}
#msgs_sm {
	position: absolute;
	--mfp: 10px;
    margin: 0 auto;
    width: calc(1300px*0.71 - 10px);
    z-index: 13;
}
#msgs_sm.normal {
	--mfp: 20px;
	padding: 0 0 0 20px;
	width: calc(1300px*0.71 - 30px);
}
#message_form {
	--mfp: 20px;
    --mfml: 0px;
	width: calc(1300px*71/100 - 20px);
	margin-left: calc((100% - 1300px)/2);
}
#message_button {
    margin: 0 10px;
}
.container_footer, .acceptcookie {
	background: #D7DBE2;
	border-top: 2px solid #B7BBC2;
}
.container_footer {
	width: 100%;
}
.footer, .acceptcookie_content {
    text-align: left;
    padding: 10px 20px 50px 20px;
}
.footer {
    max-width: 1300px;
    width: calc(100% - 20px);
    margin: 0 auto;
    padding: 10px 10px 50px 10px;
}
.footer a {
    color: #0000ff;
    white-space: nowrap;
}
.footer a:hover {
    text-decoration: none;
}
.acceptcookie {
	background: #E7EBF2;
	position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 11;
}
.acceptcookie_content {
    width: 1300px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.acceptcookie_content .col1 {
    margin-right: 10px;
}
.acceptcookie_content .col2 {
    display: inline-block;
}
.acceptcookie_content div button {
    margin: 0 10px 0 0;
    background: #fff;
    border: 2px solid #B7BBC2;
    border-radius: 5px;
    padding: 3px 5px;
    outline: none;
}
.log_reg {
    position: fixed;
    bottom: 13px;
    margin: 0 auto;
    z-index: 12;
    width: 100%;
    max-width: 1300px;
    text-align: right;
}
.log_reg a {
    display: inline-block;
    margin-right: 15px;
    padding: 6px 11px;
    border-radius: 15px;
    text-decoration: none;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    box-shadow: #fff 0px 0px 4px 4px;
}
.log_reg .log {
    background: #2977ff;
    border: 1px solid #4f83ac;
    color: #fff;
}
.log_reg .reg {
    background: #ddd;
    border: 1px solid #aaa;
    color: #333;
}
@media screen and (max-width: 1310px) {
	.header .block_top, .header .block_bottom, .menu, .footer, .acceptcookie_content {
		width: calc(100% - 40px);
	}
	.scroll_block {
		margin: 0 20px;
	}
	#msgs_sm {
		width: calc(71% - 40px);
	}
	#message_form {
		width: calc(71% - 55px);
		margin-left: 25px;
	}
}
@media screen and (max-width: 1300px) {
	#message_form {
		width: calc(71% - 50px);
		margin-left: 20px;
	}
}
@media screen and (max-width: 860px) {
	.header .block_top, .header .block_bottom, .menu {
		width: 100%;
	}
	.scroll_block {
		margin: 0px;
	}
	.del_img button, .r_left_img button, .r_right_img button {
		width: 25px;
		height: 25px;
	}
	#message_form {
		width: calc(100% - 20px);
		margin-left: 0;
	}
	#msgs_sm {
		--mfp: 10px;
		margin: 0;
		width: calc(100% - 10px);
	}
	.footer {
        width: calc(100% - 20px);
    }
}
@media screen and (max-width: 650px) {
	#largeImg {
		height: 275px;
		margin-bottom: 15px;
	}
	.like {
		margin-top: -40px;
	}
	.like button {
		height: 20px;
		font-size: 15px;
	}
}
@media screen and (max-width: 600px) {
	#largeImg {
		height: 250px;
	}
}
@media screen and (max-width: 550px) {
	#largeImg {
		height: 225px;
	}
	.profile .items {
		width: 100%;
	}
}
@media screen and (max-width: 500px) {
	#largeImg {
		height: 200px;
	}
	#message_form {
		width: calc(100% - 10px);
		--mfp: 10px;
		--mfml: 0px;
	}
	#msgs_sm.normal {
		--mfp: 10px;
		--mfw: calc(100% - 10px);
		padding: 0 0 0 10px;
	}
	.acceptcookie_content {
		padding: 10px 10px 50px 10px;
		width: calc(100% - 20px);
	}
}
@media screen and (max-width: 450px) {
	.profile .required_info {
		width: 100%;
	}
	#largeImg {
		height: 175px;
		margin-bottom: 14px;
	}
	#message_form {
		width: calc(100% - 5px);
		--mfp: 5px;
		--mfml: 0px;
	}
	#msgs_sm.normal {
		--mfw: calc(100% - 5px);
		--mfp: 5px;
		padding: 0 0 0 5px;
	}
	.ads_middle {
		margin: 0 auto 10px auto;
		padding: 3px;
	}
	.footer, .acceptcookie_content {
		padding: 10px 5px 50px 5px;
	}
	.footer {
		width: calc(100% - 10px);
	}
}
@media screen and (max-width: 400px) {
	#largeImg {
		height: 150px;
	}
}
@media screen and (max-width: 350px) {
	#largeImg {
		height: 125px;
	}
	.pagination {
		font-size: 19px;
	}
	.pagination a {
		font-size: 18px;
	}
	.acceptcookie_content {
		width: calc(100% - 10px);
	}
}
@media screen and (max-width: 310px) {
	#largeImg {
		height: 100px;
	}
}
