body {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	background: #4585B8;
}
header nav{
	background: #282828;
}
.no-padding-left {
	padding-left: 0px !important;
}
@media (min-width:768px)
{
.no-padding-left-sm{
	padding-left: 0px !important;
}
}
.no-padding-right {
	padding-right: 0px !important;
}
.no-padding {
	padding: 0px !important;
}
.clr {
	clear: both;
}
a:active,
a:focus {
	text-decoration: none;
}
a:focus {
	outline: none;
}
.logo-text {
	font-weight: bold;
	font-size: 36px;
	color: #4684B7;
	line-height: 46px;
	padding-top: 19px;
}
.logo-text .logo-inner span {
	color: #FFF;
}
.logo-text img {
	vertical-align: middle;
	max-width: 292px !important;
	height: auto;
}
.logo-text:hover {
	text-decoration: none;
	color: #1E194C;
}
.logo-text {
	font-size: 30px;
	padding-top: 10px;
	position: relative;
}
.logo-text small {
	font-size: 14px !important;
	position: absolute;
	bottom: -20px;
	left: 64px;
}
.header .color-white {
	color: #FFF;
}
.header .logo-inner {
	position: relative;
}
.header .logo-inner:after {
	content: "";
	position: absolute;
	height: 2px;
	width: 100%;
	background-color: #FFF;
	left: 0;
	bottom: 0;
}
.header small {
	font-weight: 100;
}
.container {
	/*width: 1000px;*/
	/*width: 1000px!important;*/
	margin: 0 auto;
}
.container-fluid {
	padding-right: 95px;
	padding-left: 95px;
}
.header {
	height: 85px;
	color: #FFF;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
header a {
	color: #FFF;
}
header #user_login_modal {
	display: inline-block;
}
header #user_login_modal .errorMessage {
	color: #FF1818;
}
.header-right {
	font-size: 15px;
	padding-top: 26px;
}
.btn.btn-default.login {
	text-transform: uppercase;
	font-weight: bold;
	color: #3F85BA;
	background: #FFF;
	text-shadow: none;
	margin-left: 14px;
	border: none;
	padding: 5px 15px;
}
section.content {
	min-height: 500px;
	background: #FFF;
	padding-bottom: 40px;
}
section.content.reg {
	padding: 20px 0;
}
section.content.reg-ok {
	padding: 20px 0 0;
}
section.content.reg .center-content {
	padding-bottom: 15px;
}
section.content.reg .container {
	width: 802px !important;
	background: #FFF;
}
nav {
	padding-top: 10px;
}
nav ul.menu {
	padding: 0;
	margin-bottom: 10px;
	text-align: center;
}
nav ul.menu li {
	display: inline-block;
	vertical-align: top;
	zoom: 0;
	/* IE */
	*display: inline;
	/* IE */
/*	border-right: 1px solid #005694; */
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}
nav ul.menu li:first-child {
	border-left: none;
}
nav ul.menu li:last-child {
	border-right: none;
}
nav ul.menu li a {
	height: 40px;
	line-height: 40px;
	font-size: 17px;
	color: #FFF;
	padding: 0 20px;
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
nav ul.menu li a .nm {
	color: #DC1515;
}
header nav ul.menu li a:hover{
	background: #444444;
}
.header nav ul.menu li a:hover {
	background: #005694;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: #FFF;
}
nav ul.menu li a img {
	display: inline-block;
	zoom: 0;
	/* IE */
	*display: inline;
	/* IE */
	margin: 0 5px;
}
footer nav ul.menu li a {
	padding: 0 15px;
}
footer nav {
	padding:10px 0;
	background:#fff;
	background-color:#fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
footer nav ul.menu li a:hover{
	text-decoration:underline;
	background:#fff;
	background-color:#fff;
}
header nav .menu li a:hover
{
	text-decoration:none;
}
.lang-btns .dropdown-menu a img {
    height: 15px;
}
footer nav p
{
	color: #505656;
}
footer nav ul.menu li a
{
	background:#fff;
	background-color:#fff;
	text-decoration:none;
	color: #505656;
}
.center{
	text-align:center;
}
footer,
footer a {
	color: #FFF;
}
footer .please {
	padding: 10px 0;
}
footer .please img {
	vertical-align: baseline;
}
footer nav.small {
	border-bottom: none;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 12px;
}
footer nav.small ul.menu li a {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}
.btn-group.open.lang-btns .dropdown-toggle {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.lang-btns .caret {
	border-top: 6px dashed;
	border-top: 6px solid \9;
	border-right: 6px solid rgba(0, 0, 0, 0);
	border-left: 6px solid rgba(0, 0, 0, 0);
	margin-left: 7px;
	vertical-align: middle;
}
.lang-btns img {
	vertical-align: middle;
}
.account-page {
	/*min-width:1000px;*/
	margin: 30px auto 0 auto;
}
.account-page.users-list {
	margin-top: 0;
}
.account-page aside {
	display: inline-block;
	vertical-align: top;
	zoom: 0;
	/* IE */
	*display: inline;
	/* IE */
	width: 172px;
}
.bnr,
.banner {
	margin-bottom: 10px;
}
.banner img {
	width: 100%;
}
.registration_title_image {
	text-align: center;
	margin: 15px 0 0;
}
.account-page aside .bnr {
	width: 170px;
	overflow: hidden;
	margin: 0 0 10px 0;
}
.account-page aside .bnr img {
	display: block;
}
.account-page aside .bnr.border_green {
	border: 1px solid #8AB433;
}
.account-page aside .bnr.border_blue {
	border: 1px solid #4585B8;
}
.account-page article {
	display: inline-block;
	vertical-align: top;
	zoom: 0;
	/* IE */
	*display: inline;
	/* IE */
	width: 806px;
	margin: 0 0 0 15px;
}
.account-page article .upgrade {
	position: relative;
	padding: 5px 20px;
	width: 806px;
	border: 1px solid #8AB433;
	background: #CFF5B0 url(../images/section_article_alert_upgrade.png) no-repeat 70% top;
	overflow: hidden;
}
.account-page article .upgrade .text {
	line-height: 19px;
	padding: 0 0 0 60px;
	width: 430px;
	float: left;
	font-size: 12.5px;
	color: #000;
	background: url(../images/section_article_alert_upgrade_mail.png) no-repeat left center;
}
.account-page article .upgrade .text strong {
	font-weight: bold;
}
.account-page article .upgrade .text a {
	font-weight: bold;
	text-decoration: underline;
	color: #000;
}
.account-page article .upgrade .text a:hover {
	text-decoration: none;
}
.account-page article .upgrade .button {
	position: absolute;
	right: 16px;
	top: 50%;
	margin: -30px 0 0 0;
	text-align: center;
	font-size: 12.5px;
	font-weight: 600;
	color: #FFF;
	border: 1px solid #496B12;
	border-radius: 2px;
	padding: 2px 10px 5px 10px;
	background: #91CF4A url(../images/section_article_alert_upgrade_button.gif) repeat-x left bottom;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.account-page article .upgrade .button span {
	display: block;
	font-size: 20.83px;
	padding: 0 0 5px 0;
}
.account-page article .upgrade .button:hover {
	background: #7FB740;
	text-decoration: none;
	background-position: 0 30px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.account-page article .content {
	display: inline-block;
	vertical-align: top;
	zoom: 0;
	/* IE */
	*display: inline;
	/* IE */
	width: 653px;
	margin: 12px 0 0 0;
}
.account-page article .content .border_box {
	border: 1px solid #4585B8;
	background: #F1F2F2;
	padding: 10px 0px 10px 22px;
	position: relative;
	margin: 0 0 6px 0;
}
.account-page article .content .border_box.main_box {
	min-height: 660px;
}
.account-page article .content .border_box.verified {
	background: #BCEAFF;
}
.account-page article .content .block_info {
	display: inline-block;
	vertical-align: top;
	zoom: 0;
	/* IE */
	*display: inline;
	/* IE */
	width: 247px;
	font-size: 16.67px;
}
.account-page article .content .block_info .name {
	font-size: 20.83px;
	margin: 0 0 15px 0;
}
.account-page article .content .block_info ul {
	margin: 0 0 25px 0;
}
.account-page article .content .block_info ul li {
	margin: 0 0 5px 0;
}
.account-page article .content .block_info ul li:hover {
	background-color: rgba(255, 255, 255, 0.5) !important;
}
.account-page article .content .block_info ul li a {
	display: block;
	padding: 9px 0 9px 36px;
	text-decoration: none;
}
.account-page article .content .block_info ul li span {
	display: inline-block;
	vertical-align: top;
	zoom: 0;
	/* IE */
	*display: inline;
	/* IE */
	/*width: 145px;*/
}
.account-page article .content .block_info ul li i {
	display: inline-block;
	vertical-align: middle;
	zoom: 0;
	/* IE */
	*display: inline;
	/* IE */
	/*width: 55px;*/
	font-style: normal;
	text-align: right;
	font-size: 14px;
}
.account-page article .content .block_info ul li i.new {
	color: #F30000;
}
.account-page article .content .block_info ul li i b {
	font-weight: 600;
	color: #F41313;
}
.account-page article .content .block_info ul li.icon_1 {
	background: #FFF url(../images/section_article_content_ico_1.png) no-repeat 9px 13px;
}
.account-page article .content .block_info ul li.icon_2 {
	background: #FFF url(../images/section_article_content_ico_2.png) no-repeat 9px 13px;
}
.account-page article .content .block_info ul li.icon_3 {
	background: #FFF url(../images/section_article_content_ico_3.png) no-repeat 9px 13px;
}
.account-page article .content .block_info ul li.icon_4 {
	background: #FFF url(../images/section_article_content_ico_4.png) no-repeat 9px 13px;
}
.account-page article .content .block_info a.comments {
	color: #000;
	text-decoration: underline;
	display: block;
	margin: -3px 0 0 0;
	padding: 0 0 0 37px;
	background: url(../images/section_article_content_ico_5.png) no-repeat 7px center;
}
.account-page article .content .block_info a.comments:hover {
	text-decoration: none;
}
.account-page article .content .block_info a.verify {
	margin: 24px 0 0 0;
	padding: 16px 0 20px 55px;
	display: block;
	text-align: center;
	width: 239px;
	color: #FFF;
	font-size: 16.67px;
	font-weight: 600;
	background: #63B825 url(../images/section_article_content_verify_ico.png) no-repeat 10px center;
	border-bottom: 4px solid #91CF4A;
	border-top: 4px solid #63B825;
	border-left: 4px solid #63B825;
	border-right: 4px solid #63B825;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.account-page article .content .block_info a.verify:hover {
	border: 4px solid #91CF4A;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.account-page article .content .block_panel {
	display: inline-block;
	vertical-align: top;
	zoom: 0;
	/* IE */
	*display: inline;
	/* IE */
	width: 360px;
	margin: 7px 0 0 18px;
}
.account-page article .content .block_panel .photo {
	width: 200px;
	display: inline-block;
	vertical-align: top;
	zoom: 0;
	/* IE */
	*display: inline;
	/* IE */
}
.account-page article .content .block_panel .photo .main_photo {
	margin: 0 0 10px 0;
}
.account-page article .content .block_panel .photo .main_photo img {
	width: 200px;
}
.account-page article .content .block_panel .photo .small_photo {
	display: table;
}
.account-page article .content .block_panel .photo .small_photo a {
	width: 60px;
	height: 60px;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	zoom: 0;
	/* IE */
	*display: inline;
	/* IE */
}
.account-page article .content .block_panel .photo .small_photo a:nth-child(2) {
	margin: 0 10px;
}
.account-page article .content .block_panel .photo .small_photo img {
	width: 60px;
}
.account-page article .content .block_panel .text {
	width: 125px;
	display: inline-block;
	vertical-align: top;
	zoom: 0;
	/* IE */
	*display: inline;
	/* IE */
	font-size: 12.5px;
	margin: 0 0 0 14px;
}
.account-page article .content .block_panel .text .name {
	font-size: 20.83px;
	margin: -7px 0 8px 0;
}
.ru .account-page article .content .block_panel .text .name {
	font-size: 18px;
}
.account-page article .content .block_panel .text .status {
	background: #005694;
	border-bottom: 4px solid #004881;
	border-radius: 4px;
	margin: 2px 0 10px 0;
	padding: 3px 0 3px 10px;
	color: #FFF;
}
.account-page article .content .block_panel .text .status i {
	display: inline-block;
	vertical-align: middle;
	zoom: 0;
	/* IE */
	*display: inline;
	/* IE */
	width: 12px;
	height: 12px;
	border: 2px solid #FFF;
	border-radius: 50px;
	margin: 0 10px 0 0;
}
.account-page article .content .block_panel .text .status.on i {
	background: #F7A31E;
}
.account-page article .content .block_panel .text .status.off i {
	background: #91CF4A;
}
.account-page article .content .block_panel .text ul {
	margin: 18px 0 0 0;
}
.account-page article .content .block_panel .text ul li {
	padding: 0 0 10px 0;
}
.account-page .status_box {
	background: #E4EEDF;
	padding: 10px 15px;
	display: inline-block;
	border-radius: 5px;
	border: 1px solid #739172;
	color: #739172;
	font-size: 16px;
}
.account-page .status_box.diamond {
	background: #BFE9F9;
	border: 1px solid #4585B8;
	color: #4585B8;
}
.account-page .status_box.gold {
	background: #FFFFC2;
	border: 1px solid #A8A84B;
	color: #A8A84B;
}
.account-page .row.gold_member {
	padding: 10px 0;
}
.account-page .profile_status_before {
	margin-right: 10px;
}
.account-page .profile_status_before,
.account-page .profile_status_after {
	display: inline;
}
.account-page .clearfix.profile_status {
	margin: 10px 0 0;
}
.account-page article .content .block_panel .text ul li a {
	color: #003B7D;
	text-decoration: underline;
}
.account-page article .content .block_panel .text ul li a:hover {
	color: #000;
	text-decoration: underline;
}
.account-page article .content .block_panel .gold_member {
	background: #FFF;
	border-radius: 4px;
	margin: 10px 0 0 0;
	width: 345px;
}
.account-page article .content .block_panel .gold_member .name {
	display: inline-block;
	vertical-align: middle;
	zoom: 0;
	/* IE */
	*display: inline;
	/* IE */
	width: 202px;
	font-weight: 600;
	font-size: 16.67px;
	border-radius: 4px;
	padding: 7px 20px 7px 70px;
	background: #BCEAFF url(../images/section_article_content_gold_member_ico.png) no-repeat 7px center;
}
.account-page article .content .block_panel .gold_member .date {
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
	zoom: 0;
	/* IE */
	*display: inline;
	/* IE */
	font-size: 14px;
}
.account-page .upgrade_link {
	font-weight: bold;
	font-size: 14px;
	position: relative;
}
.account-page article .content .block_panel .search {
	width: 360px;
	height: 205px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: #BCEAFF;
	padding: 10px 10px 10px 20px;
}
.account-page article .content .block_panel .search .name {
	font-size: 20.83px;
	margin: -3px 0 8px 0;
}
.account-page article .content .block_panel .search label {
	margin: 0 3px 0 0;
}
.account-page article .content .block_panel .search .line {
	height: 11px;
}
.account-page article .content .block_panel .search .width-95 {
	width: 107px;
}
.account-page article .content .block_panel .search .width-85 {
	width: 90px;
}
.account-page article .content .block_panel .search .jq-selectbox__select-text {
	width: auto !important;
}
.account-page article .content .block_panel .search .button {
	float: left;
	cursor: pointer;
	padding: 3px 0 3px 0px;
	display: block;
	text-align: center;
	width: 160px;
	color: #FFF;
	font-size: 16.67px;
	font-weight: 600;
	background: #63B825;
	border-bottom: 4px solid #91CF4A;
	border-top: 4px solid #63B825;
	border-left: 4px solid #63B825;
	border-right: 4px solid #63B825;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.account-page article .content .block_panel .search .button:hover {
	border: 4px solid #91CF4A;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.account-page article .content .block_panel .search .advanced {
	float: right;
	color: #000;
	text-decoration: underline;
	margin: 10px 10px 0 0;
}
.account-page article .content .block_panel .search .advanced:hover {
	text-decoration: none;
}
.account-page article .content .sliders {
	padding: 0 28px 14px 10px;
	margin: -7px 0 0 0;
	position: relative;
}
.account-page article .content .sliders .name {
	font-size: 20.83px;
	margin: 0 0 10px 2px;
	float: left;
}
.account-page article .content .sliders .all {
	float: right;
	font-size: 16.67px;
	color: #004881;
	text-decoration: underline;
	margin: 4px 5px 0 0;
}
.account-page article .content .sliders .all:hover {
	text-decoration: none;
}
.account-page article .content .sliders .slide {
	width: 110px;
	border: 1px solid #C3DEF6;
	background: #FFF;
	padding: 9px 9px 8px 9px;
	float: left;
	/*margin: 0 3px 0 3px;*/
}
.account-page article .content .sliders .slide .photo {
	width: 92px;
	height: 110px;
	overflow: hidden;
	display: block;
	position: relative;
	margin: 0 0 7px 0;
}
.account-page article .content .sliders .slide .photo img {
	width: 92px;
}
.account-page .border_box.verified .badge_verify {
	position: absolute;
	background: url("/images/verification_badge.png") 0 0 / contain no-repeat;
	width: 35px;
	height: 32px;
	bottom: 0px;
	left: 0px;
	z-index: 999;
}
.account-page article .content .sliders .slide .photo i {
	left: 2px;
	bottom: 2px;
	position: absolute;
	z-index: 1;
	display: block;
	width: 59px;
	height: 55px;
	background: url(../images/section_article_content_verify_ico.png) no-repeat 0px center;
}
.account-page article .content .sliders .slide a {
	color: #005694;
	text-decoration: underline;
}
.account-page article .content .sliders .slide .country_50 {
	white-space: nowrap;
	letter-spacing: -1px;
}
.account-page article .content .sliders .slide a:hover {
	color: #000;
}
.account-page article .guests {
	display: inline-block;
	vertical-align: middle;
	zoom: 0;
	/* IE */
	*display: inline;
	/* IE */
	width: 141px;
	background: #F1F2F2;
	margin: 12px 0 0 8px;
	padding: 10px 0;
	text-align: center;
}
.account-page article .guests .name {
	font-size: 16.67px;
	font-weight: 700;
	color: #333;
	margin: 0 0 10px 0;
}
.account-page article .guests a.photo {
	width: 121px;
	height: 154px;
	display: block;
	margin: 0 auto 17px;
	position: relative;
	overflow: hidden;
}
.account-page article .guests a.photo img {
	width: 121px;
	height: 154px;
}
.account-page article .guests a.photo span.info {
	width: 121px;
	height: 50px;
	position: absolute;
	left: 0;
	bottom: -50px;
	background: rgba(255, 255, 255, 0.50);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-align: left;
	padding: 10px;
	color: #000;
}
.account-page article .guests a.photo:hover span.info {
	bottom: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.account-page article .guests a.photo span.info i {
	font-style: normal;
	color: #005694;
	text-decoration: underline;
	display: block;
}
.account-page article .guests .all {
	width: 121px;
	background: #BCEAFF;
	border-bottom: 3px solid #6BACC9;
	border-radius: 4px;
	display: block;
	margin: 15px auto 7px auto;
	text-align: center;
	color: #004881;
	font-size: 16.67px;
}
.account-page article .upgrade-button {
	width: 121px;
	padding: 0 15px;
}
.ru .account-page article .upgrade-button {
	font-size: 13px;
	padding: 0;
}
.de .account-page article .upgrade-button {
	font-size: 13px;
	padding: 0;
}
.it .account-page article .upgrade-button {
	font-size: 13px;
	padding: 0;
}
.main-img {
	height: 700px;
	overflow: hidden;
}
.main-img .bg-img {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
}
.main-img .row,
.main-img {
	position: relative;
}
.small-reg-form {
	position: absolute;
	top: 55px;
	left: 70px;
	background: rgba(64, 64, 64, 0.8);
	width: 368px;
	z-index: 2;
	border-radius: 5px;
	color: #FFF;
	padding: 15px 30px;
	font-size: 16px;
}
.small-reg-form h2 {
	text-transform: uppercase;
	font-size: 26px;
	text-align: center;
	line-height: 1.2em;
	margin-bottom: 10px;
}
.small-reg-form label {
	margin-bottom: 7px;
}
.small-reg-form .form-control {
	height: 30px;
	padding: 4px 12px;
}
.small-reg-form .errorMessage {
	position: absolute;
	left: 391px;
	background: #444444;
	padding: 10px;
	top: 28px;
	border: 2px solid #000000;
	width: 250px;
}
.small-reg-form .errorMessage:before {
	content: " ";
	position: absolute;
	left: -10px;
	border-top: 10px solid transparent;
	border-right: 10px solid #444;
	border-bottom: 10px solid transparent;
}
.small-reg-form .form-group {
	margin-bottom: 14px;
}
.small-reg-form .s-label img {
	vertical-align: middle;
}
.small-reg-form .s label {
	margin-bottom: 0;
}
.small-reg-form .s-label input[type=radio] {
	margin: 0 24px 0 60px;
}
.small-reg-form .btn-getstarted {
	margin-top: 16px;
}
.btn-getstarted {
	font-weight: bold;
	font-size: 21px;
	width: 100%;
	border: 1px solid #FFF;
	background: #B3D234;
	padding-top: 9px;
	padding-bottom: 9px;
	position: relative;
	overflow: hidden;
}
.btn-getstarted:hover {
	color: #FFF;
}
.btn-getstarted:after {
	position: absolute;
	bottom: 0;
	content: '';
	left: 0;
	width: 100%;
	height: 25px;
	background: #94C03D;
	z-index: 1;
}
.btn-getstarted span {
	position: relative;
	z-index: 2;
}
.form-group.hr {
	text-align: center;
	margin-top: 23px;
}
.form-group.hr span {
	display: inline-block;
}
.form-group.hr span.h {
	width: 94px;
	height: 2px;
	background: #ACACAC;
	margin-bottom: 8px;
}
.form-group.hr span.or {
	font-weight: bold;
	font-size: 14px;
	margin: 0 20px;
}
.breadcrumbs {
	line-height: 24px;
	padding: 0 10px 0 10px;
	color: #337AB7;
	font-size: 13px;
	font-size: 12px;
	background: #F5F5F7;
}
.breadcrumbs a {
	color: #337AB7;
}
.breadcrumbs span {
	color: #999;
}
.right-side,
.left-side {
	/*border: 1px solid #000;*/
}
.right-side {
}
.right-side .bnr2 {
	width: 100%;
}
.g-ads {
	border: 1px solid #C3DEF6;
	padding-top: 30px;
	text-align: center;
	min-height: 500px;
}
.a-bnr {
	height: 84px;
	line-height: 84px;
	border: 1px solid #C3DEF6;
	text-align: center;
	margin-top: 10px;
}
.left-side .bnr img,
.right-side .bnr img {
	width: 100%;
}
section.content {
	padding-top: 20px;
}
.border-box {
	border: 1px solid #C3DEF6;
	background: #F1F2F2;
	padding: 10px;
	position: relative;
	margin-top: 10px;
}
.border-box2 {
	border: 1px solid #E5E5E5;
	background: #FFF;
	padding: 9px 9px 8px 9px;
}
.textpage-box {
	border: 1px solid #E5E5E5;
	background: #FFF;
	/*padding: 9px 20px 8px 20px;*/
	margin-top: 10px;
	min-height: 400px;
}
.members-list .busy,
.member-info .busy,
.favorites_added,
.interest {
	position: relative;
}
.members-list .busy:hover .bubble,
.member-info .busy:hover .bubble,
.favorites_added:hover .bubble,
.wink_added:hover .bubble {
	display: block !important;
	position: absolute;
    left: 35px;
    top: -8px;
	background: #A03942;
	padding: 10px;
	border: 2px solid #632329;
	width: 250px;
	z-index: 99999;
	display: block;
	color: #FFF;
}
.member-info .busy:hover .bubble {
	top: -85px;
	left: 50%;
	margin: 0 0 0 -127px;
}
.members-list .busy .bubble:before,
.member-info .busy:hover .bubble:before,
.favorites_added:hover .bubble:before,
.wink_added:hover .bubble:before {
	content: " ";
	position: absolute;
	left: -10px;
	border-top: 10px solid transparent;
	border-right: 10px solid #A03942;
	border-bottom: 10px solid transparent;
}
.member-info .busy:hover .bubble:before {
	bottom: -20px;
	border-top: 10px solid #A03942;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	left: 50%;
	margin: 0 0 0 -5px;
}
.members-list .photo {
	margin-bottom: 10px;
	display: block;
	position: relative;
}
.member-box a.img-count {
    position: absolute;
    left: 5px;
    top: 5px;
    min-width: 42px;
    padding-left: 5px;
    padding-right: 5px;
    height: 20px;
    border-radius: 15px;
    background: rgb(74 74 74/50%);
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    text-decoration: none;
}
.members-list .photo img {
	width: 100%;
	vertical-align: bottom;
}
.members-list .member-box .title, .member-box .title{
	font-size: 20px;
	font-weight: 600;
	padding-right:5px;
}
.members-list .item {
	border: none;
	background: #FFF;
	padding: 9px 9px 8px 9px;
	float: left;
	margin-bottom: 10px;
}
.members-list .item .last-visit {
	font-size: 12px;
	margin-bottom: 5px;
	height: 25px;
	line-height: normal;
	color: #000;
}
.members-list .item .last-visit.en {
	line-height: 25px;
}
.members-list .item {
	position: relative;
}
.members-list .row {
	margin-right: -5px;
	margin-left: -5px;
}
.members-list .col-md-3 {
	padding-left: 5px;
	padding-right: 5px;
}
.members-list .m-links {
	margin-top: 10px;
	margin-bottom: 10px;
}
.members-list .m-links a {
	display: block;
	border: 1px solid #C3DEF6;
	margin-bottom: 5px;
	padding: 2px 5px;
}
.members-list.v2 .m-links a.chat span {
	color: #F18700;
}
.members-list.v2 .m-links a.email span {
	color: #A27E81;
}
.members-list .m-links a.interest.active {
	color: #FF7322;
}
.members-list.v2 .m-links a.gift span {
	color: #A4F772;
}
.members-list .m-links a.hotlist.active {
	color: #FF7322;
}
.members-list.v3 .m-links a.chat {
	background: url(../images/button-chat.png) 0 0 no-repeat;
	-webkit-background-size: 126px 33px;
	background-size: 126px 33px;
}
.members-list.v3 .m-links a.email {
	background: url(../images/button-mail.png) 0 0 no-repeat;
	-webkit-background-size: 126px 33px;
	background-size: 126px 33px;
}
.members-list.v3 .m-links a.interest {
	background: url(../images/button-interest-green.png) 0 0 no-repeat;
	-webkit-background-size: 126px 33px;
	background-size: 126px 33px;
}
.members-list.v3 .m-links a.gift {
	background: url(../images/button-gift.png) 0 0 no-repeat;
	-webkit-background-size: 126px 33px;
	background-size: 126px 33px;
}
.members-list.v3 .m-links a.hotlist {
	background: url(../images/button-hotlist.png) 0 0 no-repeat;
	-webkit-background-size: 126px 33px;
	background-size: 126px 33px;
}
.members-list.v3 .m-links a {
	height: 33px;
	border: none;
	text-indent: -999px;
	margin-bottom: 0;
}
.members-list.v3 .m-links a span {
	display: none;
}
.members-list .m-links a:hover {
	text-decoration: none;
	background: #C3DEF6;
	color: #FFF;
}
.members-list .userid {
	color: #D0D0D0;
}
.paginate {
	margin-bottom:10px;
	padding-top: 10px;
	text-align: center;
}
.paginate a {
	display: inline-block;
	border: 1px solid #C3DEF6;
	padding: 2px 5px;
	margin: 0 2px;
}
.paginate a:hover,
.paginate li.selected a {
	text-decoration: none;
	background: #C3DEF6;
	color: #FFF;
}
.paginate li {
	display: inline;
}
.photo-bl .main-photo {
	margin-bottom: 10px;
}
.photo-bl {
	margin-bottom: 10px;
}
.photo-bl .main-photo a {
	display: block;
}
/*.photo-bl .main-photo img {*/
/*width: 100%;*/
/*}*/
.photo-bl .thumbs,
.carousel .thumbs {
	font-size: 0px;
}
.photo-bl .thumbs li {
	float: left;
}
@media (min-width: 992px) {
	.modal-lg {
		width: 1000px;
	}
}
.photo-bl .thumbs img {
    height: 120px;
	width:auto;
    margin-top: 10px;
	margin: 10px 10px 0 0;
}
.carousel .thumbs img {
	width: 114px;
	height: 137px;
	margin: 0 11px 0 0;
}
.carousel .thumbs ul > li:last-child img {
	margin: 0px;
}
.member-profile .first-info .name {
	font-weight: bold;
	font-size: 30px;
}
.member-profile .first-info .online-status {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	background: url(/images/btn_green_bg.png) center repeat-x;
	display: inline-block;
	height: 36px;
	color: white;
	font-size: 18px;
	font-weight: 700;
	line-height: 34px;
	padding: 0 20px;
	margin: 10px 0 0;
	border-radius: 4px;
	border: none;
}
.member-profile .m-links {
	font-size: 16px;
	color: #337AB7;
	margin-bottom: 30px;
}
.member-profile .m-links a {
	color: #337AB7;
	display: block;
	background: #FFF;
	padding: 9px 15px;
	margin-bottom: 5px;
	transition: all 0.5s;
}
.member-profile .m-links a span.glyphicon,
.member-profile .m-links a i {
	margin-right: 5px;
	width: 20px;
}
.member-profile .m-links a.interest.add_wink.wink_added,
a.chat.animate_chat,
.member-profile .m-links a.add_favorites.favorites_added,
.account-page .m-links a.add_favorites.favorites_added,
.account-page .m-links a.interest.add_wink.wink_added {
	background: #C3DEF6;
	color: #FFF;
}
.member-profile .m-links a:hover,
.member-profile .m-links a:active,
.member-profile .m-links a:focus {
	text-decoration: none;
}
.member-profile .member-info {
	margin-right: 15px;
	color: #337AB7;
}
.member-profile .member-info p {
	margin-bottom: 20px;
}
.member-profile .member-info p strong.t {
	font-size: 16px;
}
.member-profile.sticky-profile {
	-webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.4);
	box-shadow: 0 3px 6px 0 rgba(0,0,0,.4);
	left: 0;
	right: 0;
	top:0;
	position: fixed;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: .5rem;
	background-color:#fff;
	z-index:1049;
}

.member-profile.sticky-profile .sp-img-wrap {
	margin-right: 1rem;
	min-width: 60px;
	min-height: 60px;
	width: 60px;
	height: 60px;
	border-color: #c7c7c7;
	border-width: 1px;
	position: relative;
	overflow: hidden;
}

.member-profile.sticky-profile .circled {
	border-radius: 50%;
}

.member-profile.sticky-profile .sp-img-inner {
	height: 100%;
	max-width: 100%;
	background-color: #e0e0e0;
}

.member-profile.sticky-profile .sp-img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-print-color-adjust: exact;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

.member-profile.sticky-profile .sp-name-wrap {
	margin-right: 2rem;
}

.member-profile.sticky-profile .first-info .name.sp-name {
	color: #323232;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	font-size:25px;
}

.member-profile.sticky-profile .sp-details {
	margin: 0;
}
.member-profile.sticky-profile a.p-icon-fa {
    font-size: 16px;
}


.slide-in-top {
  -webkit-animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.view-profile-page {
	background: #FFF;
}
.about_partner_exist table,
.about_partner_exist table td {
	border-bottom: none !important;
}
.member-full h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}
.member-full table {
	border-collapse: collapse;
	width: 100%;
	table-layout: fixed;
}
.member-full table td {
	padding: 2px 7px;
	width: 50%;
}
.member-full table tr td:first-child {
	background: #fff;
	border-right: none;
	font-weight: bold;
}
.member-full table tr:nth-child(2n+1) td, .member-full table tr:nth-child(2n+1) td:last-child{
    background: #FAFAFB;
    border-right: none;
}
.member-full table tr td:last-child {
	border-left: none;
	background: #FFF;
	word-break: break-all;
}
.bottom-links {
	margin-top: 15px;
}
.btn-danger,
.btn-default,
.btn-info,
.btn-primary,
.btn-success,
.btn-warning {
	text-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.modal-title {
	font-size: 16px;
}
.border-box.small-user-info {
	margin-top: 0;
	border: 1px solid #E5E5E5;
}
.small-user-info .name {
	font-size: 16px;
}
.small-user-info .m-links a {
	display: block;
	background: #FFF;
	text-decoration: none;
	font-size: 14px;
	padding: 3px 10px;
}
.modal-body.gray {
	background: #F1F2F2;
}
.light-grey {
	background: #F8F8F8;
}
.modal-body h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 20px;
}
textarea.message-modal {
	width: 100%;
	height: 150px;
	padding: 5px 10px;
}
.modal-body .a-bnr {
	height: 150px;
	line-height: 150px;
}
.modal-content {
	border-radius: 0;
}
.carousel .main-photo {
	position: relative;
}
.carousel .right.carousel-control,
.carousel .carousel-control.left {
	background: none;
	position: absolute;
}
.modal-content .main-photo {
	width: 100%;
	height: 400px;
}
.modal-content .main-photo div {
	height: 400px;
}
.modal-content .main-photo div img {
	position: absolute;
	margin: auto;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	max-width: 100%;
	max-height: 400px;
	height: auto;
}
/*.modal-content .ads, .modal-content .ins
{
	height: 100px !important;
	width: 100%;
}*/
.carousel .thumbs li {
	cursor: pointer;
}
.carousel .thumbs li img {
	display: block;
	opacity: 0.5;
}
.carousel .thumbs li.carousel-selector.active img {
	opacity: 1;
}
.carousel .thumbs li:hover img {
	opacity: 0.75;
}
.thumbs a {
	outline: none;
}
#modal_for_comments .modal-dialog .modal-content,
#modal_for_comments .modal-dialog {
	border-radius: 15px !important;
	border: none;
}
#modal_for_comments #show_prev_msg {
	margin: 0px 0 20px 16px;
	padding: 10px 0 0;
}
#modal_for_comments .modal-header {
	border-radius: 15px 15px 0 0;
}
#modal_for_comments .modal-body,
#modal_for_comments .modal-body .messages-row:last-child {
	border-radius: 0 0 15px 15px !important;
}
#modal_for_comments .wrap_warning {
	border: 1px solid #DEDEDE;
	background: #DDD;
	margin-top: 10px;
	margin-bottom: 10px;
}
#modal_for_comments .wrap_warning .title {
	padding: 5px 10px;
	font-weight: bold;
}
#modal_for_comments .warning {
	background: url("../images/warning.png") 10px 10px no-repeat #EEE;
	padding: 10px 10px 10px 109px;
}
#modal_for_comments .first_message {
	font-size: 20px;
	color: #656565;
	text-align: center;
	margin: 15px 0 0;
}
#modal_for_comments .modal-title,
.modal-title.strong {
	font-weight: bold;
}
#modal_for_comments .actions-for-user .glyphicon,
#modal_for_comments .actions-for-user .fa {
	width: 15px;
	text-align: center;
}
.upgrade_status .btns {
	margin: 15px 0 0;
}
/*[contenteditable][placeholder]:empty:after
{
	content: attr(placeholder);
	color: #BABABA;
}*/
#modal_for_comments .warning .wrap-actions {
	margin: 15px 0 0;
}
#modal_for_comments .warning a {
	font-size: 14px;
}
#modal_for_comments .warning a i {
	margin: 0 5px 0 0;
}
#modal_for_comments #error-message {
	color: #FF001A;
	margin: 0 0 10px 0;
}
#modal_for_comments .m-report a {
	position: relative;
}
#modal_for_comments .m-report a:before {
	content: " ";
	position: absolute;
	background: #F7A31E;
	height: 8px;
	width: 8px;
	border-radius: 10px;
	left: -10px;
	top: 5px;
}
#modal_for_comments .wrap-user-avatar {
	display: block;
}
#modal_for_comments .wrap-user-avatar img,
#modal_for_comments .avatar-box img {
	width: 100%;
	border-radius: 200px;
	padding: 4px;
	background: #FFF;
	border: 1px solid #DDD;
	padding: 2px;
}
#modal_for_comments .user-info-box {
	padding-top: 15px;
	padding-bottom: 15px;
	background: #323232;
	color: #fff;
}
#modal_for_comments .modal-body {
	padding-top: 0;
}
#modal_for_comments .user-info-box .actions {
	margin-top: 5px;
}
#modal_for_comments .actions-for-user {
	margin: 0;
}
#modal_for_comments .actions-for-user li {
	margin-bottom: 2px;
}
#modal_for_comments .actions-for-user li a {
	width: 100%;
	text-align: left;
	opacity: 1;
	white-space: normal;
	padding: 3px 10px;
	background: #fff;
	color: #000;
}
#modal_for_comments .show-messages-for {
	text-align: center;
	margin: 10px;
	padding: 5px;
	font-family:Arial;
	background: #FFF;
	display: inline-block;
	vertical-align: middle;
}
#modal_for_comments .show-messages-for.blocked {
	width: 100%;
	margin: 10px 0;
	display: block;
}
#modal_for_comments .show-messages-for a {
	display: inline-block;
	padding: 2px 5px;
	margin: 0 2px;
	background: #999999;
	color: #FFF;
}
#modal_for_comments .show-messages-for a.active {
	background: #DDD;
}
#modal_for_comments .block_message {
	width: 403px;
	white-space: normal;
}
#show_message.scrollbox {
	width: 97%;
}
/* Modal for comments, new edits */
#modal_for_comments .avatar-box img, #modal_for_comments .wrap-user-avatar img {
	padding: 0;
}
#modal_for_comments button.close {
	color: #fff !important;
	opacity: 1;
	font-size: 40px;
}
#modal_for_comments .messages-row{
	flex:1;
	margin-bottom:0;
	border-top:0;
	background-color:#F8F8F8;
}
#modal_for_comments .footer-chat {
	display: flex;
	align-items: center;
    justify-content: space-evenly;
}
#modal_for_comments i.chat-type-icon{
	font-size: 64px;
	text-align: center;
	margin-bottom: 0;
}
#modal_for_comments .send-arrow {
    width: auto;
    background: #323232;
    border: 1px solid #323232;
    border-radius: 50%;
    padding: 16px;
    color: white;
    font-size: 33px;
    margin-bottom: 0;
}
#modal_for_comments #message_textarea[contenteditable], .view-profile-page {
	margin-top:0;
    background: #fff;
    min-height: 40px;
    border-top: none;
    border-left: none;
    border-right: none;
}
#modal_for_comments #message_textarea, .container.wrap-account-page .fix-col-width, .container.wrap-account-page .view-search-page {
	float: right;
}
#modal_for_comments #smile_fild {
	width: auto;
    margin: 0;
}
#modal_for_comments .messages_field
#modal_for_comments .messages_field
{
	padding: 12px 22px;
}
#modal_for_comments .wrap_warning{
	margin:0;
}
#modal_for_comments .modal-header
{
	background-color:#323232;
	border-bottom:1px solid #3e3e3e;
}
#modal_for_comments .modal-dialog, #modal_for_comments .modal-dialog .modal-content
{
	margin:0 auto;
	background-color:#323232;
}
#modal_for_comments .show-messages-for
{
background-color:#F8F8F8;
}
#modal_for_comments #show_message.scrollbox{
	width:97% !important;
	height:250px;
    height: 35vh;
}
#modal_for_comments .modal-header .close
{
	margin-top:-5px;
}
#modal_for_comments .modal-dialog, #modal_for_comments .footer-chat > div > div{
	max-width:100%;
}
#modal_for_comments .modal-body
{
	padding-bottom:0;
}
#modal_for_comments .modal-body, #modal_for_comments .modal-body .messages-row:last-child {
    border-radius: 0 !important;
}
#modal_for_comments .modal-footer
{   
border-radius: 0 0 15px 15px;
background-color: #fff;
}
#modal_for_comments .footer-chat > div{
max-width:100%;
}
#modal_for_comments{
padding-left:0!important;
}
#modal_for_comments .modal-dialog {
    width: 750px;
}
#modal_for_comments .send-arrow[disabled] {
    background: #565656;
    border: 1px solid #565656;
}
/* End modal of comments, new edits */
.message-area {
	width: 100%;
	height: 127px;
	margin-bottom: 10px;
}
.message-area-row {
	margin-top: 15px;
}
.messages-row {
	margin-top: 0px;
	margin-bottom: -15px;
	border-top: 1px solid #E5E5E5;
	padding-top: 20px;
	padding-bottom: 10px;
	background: #F1F2F2;
}
.mess-item {
	margin-bottom: 10px;
}
.mess-item .mess {
	border: 1px solid #E5E5E5;
	background-color: #FFF;
	padding: 7px 15px;
	border-radius: 8px;
	position: relative;
}
.mess-item .mess .email-warning {
	margin: 10px 0 0;
	padding: 10px;
	background: #ECC895;
	border: 1px solid #8A683C;
	border-radius: 10px;
}
.mess-item .mess .email-warning i {
	margin-right: 5px;
}
.mess-item .mess:before {
	border-right: 22px solid #E5E5E5;
	border-top: none;
	border-bottom: 12px solid transparent;
	content: '';
	position: absolute;
	top: 15px;
	left: -22px;
}
.mess-item .mess:after {
	border-right: 22px solid #FFF;
	border-top: none;
	border-bottom: 12px solid transparent;
	content: '';
	position: absolute;
	top: 16px;
	left: -18px;
}
.mess-item.male .mess {
	background-color: #E5E4E4;
}
.mess-item.male .mess:before {
	border-right-color: #E5E4E4;
}
.mess-item.male .mess:after {
	border-right-color: #E5E4E4;
}
.mess-item .p-bottom {
	margin-top: 15px;
}
.mess-item .p-bottom span.m-date {
	color: #AAA;
	font-size: 12px;
}
.mess-item .p-bottom span.m-name {
	font-weight: bold;
}
.modal-header {
	background: #4585B8;
	color: #FFF;
}
.user-photo-title {
	width: 125px;
	margin-bottom: 5px;
}
.modal-backdrop.in {
	filter: alpha(opacity=85);
	opacity: 0.85;
}
.header-up {
	background: #A4A2A2;
	color: #FFF;
	height: 76px;
}
.header-up h1 {
	text-transform: uppercase;
	font-size: 36px;
	font-weight: 600;
	line-height: 76px;
	color: #FFF;
	margin: 0;
}
section.content.upgrade-page {
	padding-top: 0;
}
.upgrade-page .container {
	padding-right: 0;
	padding-left: 0;
}
.section-hr .container-fluid {
	max-width: 1660px;
	min-width: 1280px;
}
.section-hr {
	padding-right: 37px;
	padding-left: 37px;
}
.section-cont {
	/*padding-right: 18px;*/
	/*padding-left: 18px;*/
}
.upg-main-img {
	background: #FFF url(../images/upgrade-bg-mi.png) 0 100% repeat-x;
	overflow: hidden;
}
.upg-main-img img.bg {
	width: 100%;
}
.upg-main-img .user {
	position: absolute;
	left: 70px;
	top: 22px;
	border: ;
	border: 1px solid #E5E5E5;
	background: #FFF;
	padding: 9px;
	width: 200px;
}
.upg-main-img .empty {
	position: absolute;
	left: 70px;
	width: 176px;
	bottom: -3px;
}
.upgrade-page .steps {
	font-size: 14px;
	padding-top: 18px;
}
.upgrade-page .steps span {
	display: inline-block;
	vertical-align: middle;
}
.upgrade-page .steps .d {
	font-size: 29px;
	font-weight: 700;
	background: #FFF;
	border-radius: 50%;
	width: 44px;
	height: 44px;
	line-height: 44px;
	display: inline-block;
	text-align: center;
	color: #A4A2A2;
}
.upgrade-page .steps .d.active {
	background: #94C03D;
	color: #FFF;
}
.upgrade-page .steps .txt {
	line-height: 18px;
	margin-left: 18px;
}
.upgrade-page .steps .sep {
	width: 20px;
	height: 31px;
	background: url(../images/upgrade-arr-right.png) 0 0 no-repeat;
	margin: 0 28px 0 19px;
	-webkit-background-size: 20px 31px;
	background-size: 20px 31px;
}
.upgrade-page .upg-main-img {
	position: relative;
}
.upgrade-page .upg-main-img p {
	margin: 0;
	line-height: normal;
}
.upgrade-page .upg-main-img .inner {
	position: absolute;
	left: 305px;
	top: 26px;
}
.upgrade-page .upg-main-img .inner.en,
.upgrade-page .upg-main-img .inner.it {
	left: 443px;
}
.upgrade-page .upg-main-img .inner.to-user {
	left: 300px;
}
.upgrade-page .upg-main-img .inner .title {
	color: #94C03D;
	font-weight: 700;
	font-size: 40px;
}
.upgrade-page .upg-main-img .inner.to-user .title {
	font-size: 30px;
}
.upgrade-page .upg-main-img .inner .title .big {
	font-size: 55px;
}
.upgrade-page .upg-main-img .description {
	color: black;
	font-size: 20px;
	font-weight: 300;
	margin: 15px 0;
}
.upgrade-page .upg-main-img ul {
	font-size: 0px;
}
.upgrade-page .upg-main-img ul li {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	margin: 0 20px 0 0;
}
.upgrade-page .upg-main-img ul li i {
	width: 56px;
	height: 56px;
	float: left;
	margin: 0 10px 0 0;
	display: inline-block;
}
.upgrade-page .upg-main-img ul li.one i {
	background: url("/images/upgrade-big-img-small1.png") 0 0 / contain;
}
.upgrade-page .upg-main-img ul li.two i {
	background: url("/images/upgrade-big-img-small2.png") 0 0 / contain;
}
.upgrade-page .upg-main-img ul li.three i {
	background: url("/images/upgrade-big-img-small3.png") 0 0 / contain;
}
.upgrade-page .upg-main-img ul li span {
	display: block;
	float: left;
}
.upgrade-page .upg-main-img ul li.two span {
	padding: 8px 0 0;
}
.upgrade-page .upg-main-img ul li.one span,
.upgrade-page .upg-main-img ul li.three span {
	padding: 17px 0 0;
}
.section-hr.head {
	background: #A4A2A2;
	color: #FFF;
	height: 46px;
	line-height: 46px;
}
.section-hr.head h2 {
	font-size: 17px;
	font-weight: bold;
	line-height: 43px;
	margin: 0;
}
.section-hr.head h2 span {
	font-size: 22px;
}
.why-link {
	line-height: 76px;
}
.why-link a {
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	background: #94C03D;
	display: inline-block;
	line-height: 26px;
	border-radius: 10px;
	padding: 0 9px;
	vertical-align: middle;
}
.why-link:after {
	content: '';
	height: 100%;
	width: 0;
	display: inline-block;
	vertical-align: middle;
}
table.tarifs {
	border-collapse: separate;
	border-spacing: 3px;
	width: 100%;
}
table.tarifs thead td {
	color: #58595B;
	font-size: 29px;
	text-transform: uppercase;
	text-align: center;
	height: 53px;
}
table.tarifs thead td.gold {
	background: #FBCC34;
}
table.tarifs thead td.diamond {
	background: #BFE9F9;
}
table.tarifs thead td.platinum {
	background: #B2B6BA;
}
table.tarifs td {
	width: 40%;
	vertical-align: middle;
}
table.tarifs tr td:first-child {
	width: 20%;
	font-size: 17px;
	font-weight: bold;
}
table.tarifs tbody td {
	background: #E6E7E8;
	padding: 24px 30px;
	font-size: 14px;
	white-space: nowrap;
}
table.tarifs tbody tr td:first-child {
	background: #F1F2F2;
}
table.tarifs tbody tr td label {
	display: inline-block;
	vertical-align: middle;
	line-height: 19px;
	white-space: normal;
	padding-right: 50px;
}
table.tarifs tbody tr td input[type=radio] {
	vertical-align: middle;
	margin-right: 26px;
}
table.tarifs tbody tr td.popular {
	background: #E6E7E8 url(../images/upgrade-coin1.png) 100% 50% no-repeat;
	-webkit-background-size: 82px 81px;
	background-size: 82px 81px;
}
table.tarifs tbody tr td.popular label {
	padding-right: 100px;
}
#buystatus .modal-dialog {
	width: 650px;
}
#buystatus .modal-dialog .modal-title {
	text-align: center;
}
#buystatus .modal-dialog .modal-title {
	font-weight: bold;
}
.upgrade-pay,
.upgrade-thankyou,
.upgrade-fail,
.westerunion,
.upgrade-page.yandex {
	padding: 20px 0 !important;
}
.upgrade-thankyou .glyphicon {
	font-size: 200px;
	color: #94BF3D;
	margin: 0 0 0 35px;
}
.upgrade-fail .glyphicon {
	font-size: 200px;
	color: #BE3D3D;
}
.upgrade-thankyou .text-center h1,
.upgrade-fail .text-center h1 {
	font-size: 40px;
}
.btn-green {
	background: url("/images/btn_green_bg.png") center repeat-x;
	display: inline-block;
	height: 36px;
	color: white;
	font-size: 18px;
	font-weight: 700;
	line-height: 34px;
	padding: 0 20px;
	margin: 10px 0;
	border-radius: 4px;
	border: none;
}
.btn-green:hover {
	text-decoration: underline;
}
.upgrade-pay .inf img {
	width: 200px;
}
.upgrade-pay .logo-box {
	margin: 20px 0;
}
.upgrade-pay .inf h2 {
	margin: 0px 0px 10px 0px;
}
.upgrade-pay .box > div {
	margin-top: 20px;
	background: #BFE9F9;
	border-radius: 10px;
	border: 1px solid #DEDEDE;
	padding: 20px;
}
.upgrade-pay .box h2 {
	margin: 0px;
}
.upgrade-pay .wrap-spinner > div {
	height: 60px;
	margin: 10px 0px;
}
/*#buystatus .modal-dialog .modal-title SPAN
{
	font-weight: normal;
}*/
#buystatus .modal-dialog .modal-body {
	padding-top: 0px;
}
#buystatus .modal-dialog .extra {
	padding: 15px;
	background: #C6DCF7;
	text-align: center;
}
#buystatus .modal-dialog .options {
	text-align: center;
	margin-top: 20px;
}
#buystatus .modal-dialog .options .up i {
	font-size: 100px;
	color: #4E88C6;
}
#buystatus .modal-dialog .options .translate i {
	display: inline-block;
	width: 100px;
	height: 100px;
	background: url("/images/icon-484031.png") 0 0 / cover;
}
#buystatus .modal-dialog .options h2 {
	margin: 5px 0px 10px;
}
#buystatus .futures {
	margin-bottom: 20px;
}
#buystatus .futures > div {
	text-align: center;
}
#buystatus .futures i {
	color: #6BA63F;
	font-size: 15px;
}
#buystatus .actions {
	text-align: center;
}
#buystatus .actions .green {
	background: url("/images/btn_green_bg.png") center repeat-x;
	display: inline-block;
	height: 36px;
	color: white;
	font-size: 18px;
	font-weight: 700;
	line-height: 34px;
	padding: 0 20px;
	margin: 0 0 10px 0;
	border-radius: 4px;
}
.steps-scs .step1 {
	padding-bottom: 60px;
	margin-left: -3px;
	margin-right: -3px;
}
.steps-scs .container-fluid,
.payment-methods .container-fluid,
.gifts .container-fluid,
.plans-compare .container-fluid {
	padding-right: 25px;
	padding-left: 25px;
}
.section-hr.steps-scs .container-fluid,
.section-hr.payment-methods .container-fluid,
.section-hr.gifts .container-fluid,
.section-hr.plans-compare .container-fluid {
	max-width: 1660px;
	min-width: 1180px;
}
.scrollbox {
	overflow: auto;
	width: 598px;
	height: 350px;
	/*padding: 0 5px;*/
	/*border: 1px solid #b7b7b7;*/
}
.track3 {
	width: 7px;
	background: rgba(0, 0, 0, 0.05);
	margin-right: 2px;
	border-radius: 10px;
	-webkit-transition: background 250ms linear, background 250ms linear;
	transition: background 250ms linear, background 250ms linear;
}
.track3:hover,
.track3.dragging {
	background: #D9D9D9;
	background: rgba(0, 0, 0, 0.15);
}
.handle3 {
	width: 7px;
	right: 0;
	background: #999;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 7px;
	-webkit-transition: width 250ms;
	transition: width 250ms;
}
.track3:hover .handle3,
.track3.dragging .handle3 {
	width: 7px;
}
.payment-methods .row,
.gifts .row,
.plans-compare .row {
	background: #F1F2F2;
	margin: 0;
}
.payment-methods .row {
	padding-right: 13px;
	padding-left: 13px;
}
.gifts .row {
	padding-right: 10px;
	padding-left: 10px;
}
.plans-compare .row {
	padding-right: 20px;
	padding-left: 20px;
}
.payment-methods {
	font-size: 0px;
}
.payment-methods .item {
	border-bottom: 1px solid #000;
	font-size: 17px;
	font-weight: bold;
	padding: 10px 0;
	height: 95px;
}
.payment-methods .item input {
	vertical-align: top;
	position: relative;
	top: 4px;
}
.payment-methods label {
}
.payment-methods label img {
	height: 35px;
	width: auto;
	vertical-align: middle;
	margin: 0 0 0 20px;
}
.payment-methods .info-q,
#user-setting .info-q {
	width: 21px;
	height: 21px;
	border-radius: 50%;
	background: #000;
	color: #FFF;
	font-size: 20px;
	font-weight: normal;
	line-height: 21px;
	text-align: center;
	margin-top: 4px;
}
#user-setting .info-q {
	display: inline-block;
	font-size: 14px;
	margin: 0 0 0 6px;
	cursor: default;
}
#user-setting .wrap-info-q {
	position: relative;
}
#user-setting .metip {
	position: absolute;
	left: 38px;
	top: -14px;
	background: #444444;
	padding: 10px;
	border: 2px solid #000000;
	width: 250px;
	z-index: 99999;
	display: block;
	color: #FFF;
}
#user-setting .wrap-info-q:hover .metip {
	display: block !important;
}
#user-setting .metip:before {
	content: " ";
	position: absolute;
	left: -10px;
	border-top: 10px solid transparent;
	border-right: 10px solid #444;
	border-bottom: 10px solid transparent;
}
.payment-methods .item label .rec {
	color: #FFF;
	background: #94C03D;
	font-size: 14px;
	line-height: 28px;
	display: inline-block;
	margin-left: 25px;
	padding: 0 20px;
	border-radius: 8px;
}
.payment-methods .items .col-md-6 {
	padding-right: 23px;
	padding-left: 23px;
}
.payment-methods .item input[type=radio] {
	margin-right: 15px;
}
.upgrade-button {
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	/*width: 234px;*/
	height: 38px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b3d234+0,b3d234+50,94c03d+50,94c03d+100 */
	background: #B3D234;
	/* Old browsers */
	background: -moz-linear-gradient(top, #B3D234 0%, #B3D234 50%, #94C03D 50%, #94C03D 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b3d234), color-stop(50%,#b3d234), color-stop(50%,#94c03d), color-stop(100%,#94c03d));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #B3D234 0%, #B3D234 50%, #94C03D 50%, #94C03D 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #B3D234 0%, #B3D234 50%, #94C03D 50%, #94C03D 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #B3D234 0%, #B3D234 50%, #94C03D 50%, #94C03D 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #B3D234 0%, #B3D234 50%, #94C03D 50%, #94C03D 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3d234', endColorstr='#94c03d',GradientType=0 );
	/* IE6-9 */
	border: 1px solid rgba(255, 255, 255, 0.8);
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	padding: 0 30px;
}
a.upgrade-button,
span.upgrade-button,
div.upgrade-button {
	line-height: 38px;
	display: inline-block;
}
a.upgrade-button:hover,
a.upgrade-button:active,
a.upgrade-button:focus {
	color: #FFF;
	text-decoration: none;
}
.orange-button {
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	height: 38px;
	background: #F7B01E;
	/* Old browsers */
	background: -moz-linear-gradient(top, #F7B01E 0%, #F7B01E 50%, #F7941E 50%, #F7941E 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7b01e), color-stop(50%,#f7b01e), color-stop(50%,#f7941e), color-stop(100%,#f7941e));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #F7B01E 0%, #F7B01E 50%, #F7941E 50%, #F7941E 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #F7B01E 0%, #F7B01E 50%, #F7941E 50%, #F7941E 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #F7B01E 0%, #F7B01E 50%, #F7941E 50%, #F7941E 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #F7B01E 0%, #F7B01E 50%, #F7941E 50%, #F7941E 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7b01e', endColorstr='#f7941e',GradientType=0 );
	/* IE6-9 */
	border: 1px solid rgba(255, 255, 255, 0.8);
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	padding: 0 30px;
}
.payment-methods .btns {
	padding-top: 32px;
	padding-bottom: 36px;
}
.payment-methods .logotypes img {
	margin: 0 10px;
}
.payment-methods .logotypes {
	padding-bottom: 30px;
}
.payment-methods .inf {
	font-size: 12px;
	font-weight: normal;
}
.copyright {
	text-align: center;
	padding: 10px 0;
}
.item-coin {
	height: 144px;
	background: #E6E7E8;
	text-align: center;
	font-size: 12px;
}
.items-coins .col-md-3 {
	padding-right: 1px;
	padding-left: 1px;
}
.item-coin span {
	display: block;
}
.item-coin .coin {
	width: 60px;
	height: 60px;
	margin: 15px auto 0;
	line-height: 60px;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	background: url(../images/upgrade-coin2.png) 0 0 no-repeat;
	-webkit-background-size: 60px 60px;
	background-size: 60px 60px;
}
.item-coin .price {
	font-size: 14px;
	font-weight: bold;
	padding: 4px 0;
}
.gifts .btns {
	padding-top: 18px;
	padding-bottom: 27px;
}
.plans-compare table {
	width: 100%;
}
.plans-compare table td {
	padding: 8px 18px;
	border-bottom: 1px solid #000;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
.plans-compare table tr td:first-child {
	width: 50%;
}
.plans-compare table {
	margin-top: 10px;
	margin-bottom: 50px;
}
.plans-compare table thead td {
	text-align: center;
}
.plans-compare table td.y {
	background: url(../images/upgrade-yes.png) center center no-repeat;
}
.plans-compare table td.n {
	background: url(../images/upgrade-no.png) center center no-repeat;
}
.modal-login {
	width: 400px;
}
.not-a {
	line-height: 38px;
	font-weight: bold;
	/*color: #337ab7;*/
	font-size: 16px;
}
.fb-button {
	background: #345089;
	display: inline-block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #FFF;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #FFF;
	border-radius: 5px;
}
.fb-button:hover {
	color: #FFF;
	text-decoration: none;
}
.fb-button:before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 29px;
	background: url(../images/ic-fb.png) 0 0 no-repeat;
	vertical-align: middle;
	margin-right: 18px;
}
.fb-gr .note {
	text-align: center;
	font-size: 15px;
	padding: 14px 0 0;
	line-height: 19px;
}
.small-reg-form .form-group.fb-gr {
	margin-bottom: 0;
}
.blue-line {
	background: #4585B8;
	min-height: 100px;
	font-size: 16px;
	font-weight: 600;
	color: #FFF;
}
.blue-line ul {
	display: inline-block;
	padding-top: 10px;
	list-style-type: disc;
	padding-left: 30px;
}
.blue-line ul.u1 {
	width: 243px;
}
.blue-line ul.u2 {
	width: 466px;
}
.reasons {
	background: #FFF;
	padding: 55px 0 24px;
	font-size: 14px;
}
#wrap_articles .reasons {
	padding-top: 0px;
}
.reasons p {
	padding-bottom: 18px;
}
.reasons h2 {
	color: #8E8E8E;
	font-size: 26px;
	text-decoration: underline;
	padding-bottom: 18px;
}
.sc .item {
	/*width: 170px;*/
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 20px;
}
.sc .item img {
	vertical-align: bottom;
	margin-bottom: 3px;
	width: 100%;
}
.sc .item .name {
	font-weight: bold;
}
.left-text-intro {
	padding-right: 50px !important;
}
.reasons .sc h2 {
	text-decoration: none;
}
.new-members {
	height: 449px;
	background: url(../images/new-members.jpg) center top no-repeat;
}
.new-members.ru {
	background: url(../images/new-members-mens.jpg) center top no-repeat;
}
.new-members .blue-bl {
	background: #4585B8;
	height: 100%;
	width: 510px;
	float: left;
	text-align: center;
	color: #FFF;
}
.new-members .blue-bl h2 {
	font-size: 28px;
	padding-top: 22px;
	margin-bottom: 10px;
}
.new-members .blue-bl .something {
	height: 305px;
}
.new-members .blue-bl .upgrade-button {
	height: 50px;
	line-height: 50px;
	width: 310px;
	font-size: 21px;
	border-radius: 6px;
}
.new-members-2 {
	background: #EEEEEE;
	padding-bottom: 20px;
	padding-top: 10px;
}
.new-members-2 h2 {
	text-align: center;
	font-size: 28px;
	margin: 0 0 5px 0;
}
.new-members-2 .user-info {
	text-align: center;
	margin-bottom: 5px;
}
.new-members-2 .user-info img {
	width: 100%;
	height: auto;
	border-radius: 500px;
	max-width: 200px;
}
.new-members-2 .wrap-title {
	text-align: center;
	font-weight: 600;
	font-size: 16px;
}
.new-members-2 .wrap-place {
	text-align: center;
}
.how-it-works .ic {
	background-position: center !important;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-color: transparent !important;
}
.how-it-works {
	text-align: center;
	background: #FFF;
	padding-bottom: 15px;
}
.how-it-works h2 {
	color: #4585B8;
	font-size: 28px;
	padding: 18px 0;
}
.how-it-works .subtitle {
	font-size: 16px;
	margin-bottom: 20px;
}
.how-it-works .ic {
	width: 209px;
	height: 209px;
	background: #4585B8;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 50%;
	display: inline-block;
	margin-bottom: 20px;
}
.how-it-works .title,
.how-it-works .desc {
	color: #58595B;
	font-size: 16px;
}
.how-it-works .title {
	font-weight: bold;
}
.how-it-works .upgrade-button {
	margin-top: 46px;
	margin-bottom: 40px;
	height: 48px;
	line-height: 48px;
	border-radius: 6px;
}
.aval {
	color: #FFF;
	background: #626366;
/*	height: 50px; */
	line-height: 55px;
	text-align: center;
	font-size: 17px;
}
.aval a:hover {
	color: #FFF;
}
.footer2 {
	font-size: 17px;
	background: #DBDCDD;
	color: #626366;
	line-height: 21px;
	padding-bottom: 33px;
}
.footer2 a,
.footer2 a:hover,
.footer2 a:active,
.footer2 a:focus {
	color: #626366;
	text-decoration: none;
}
.footer2 h3 {
	border-bottom: 1px solid #626366;
	text-transform: uppercase;
	padding: 14px 0 11px;
	margin-bottom: 5px;
}
.footer2 .col {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}
.footer2 .col.c1 {
	width: 234px;
}
.footer2 .col.c2 {
	width: 204px;
}
.footer2 .col.c3 {
	width: 210px;
}
.footer2 .col.c4 {
	width: 204px;
}
.footer2 .col.c5 {
	width: 140px;
}
.footer2 .r2 {
	margin-top: 19px;
}
.footer2 .r2 .col.c4 {
	width: 351px;
}
.ic-soc {
	border: 2px solid #626366;
	border-radius: 50%;
	width: 49px;
	height: 49px;
	display: inline-block;
	margin: 2px 2px 0 0;
}
.ic-soc.is1 {
	background: #FFF center center no-repeat;
}
.ic-soc.is2 {
	background: #FFF center center no-repeat;
}
.ic-soc.is3 {
	background: #FFF center center no-repeat;
}
.ic-soc.is4 {
	background: #FFF center center no-repeat;
}
.ic-soc.is5 {
	background: #FFF center center no-repeat;
}
.footer-home .copyright {
	background: #FFF;
	font-size: 17px;
	color: #626366;
	text-align: center;
	padding-top: 11px;
}
.footer-home .copyright .brdr {
	border-bottom: 1px solid #939496;
	height: 16px;
}
.footer-home .copyright .txt {
	padding-bottom: 45px;
	padding-top: 35px;
}
.modal-startmess .item-u {
	border: 1px solid #C3DEF6;
	background: #FFF;
	padding: 9px 9px 8px 9px;
	float: left;
	margin-bottom: 10px;
	margin-right: 5px;
	margin-left: 5px;
	position: relative;
	width: 120px;
	height: 140px !important;
}
.modal-startmess .item-u img {
	vertical-align: middle;
}
.modal-startmess .item-u input[type=checkbox] {
	position: absolute;
	top: 10px;
	left: 15px;
}
.modal-startmess .item-u .info {
	display: block;
	position: absolute;
	bottom: 9px;
	width: 100px;
	left: 9px;
	background: rgba(255, 255, 255, 0.50);
	text-align: left;
	padding: 2px 5px 0px;
	color: #000;
	font-size: 12px;
}
.modal-startmess .item-u .info i {
	font-style: normal;
	color: #005694;
	text-decoration: underline;
	display: block;
}
.row.items-u {
	margin-left: -5px;
	margin-right: -5px;
}
.modal-dialog.modal-startmess {
	width: 933px;
}
.txt p {
	padding-bottom: 1.4em;
}
.modal-startmess .modal-footer {
	text-align: center;
}
.modal-startmess textarea {
	width: 100%;
	height: 45px;
}
.modal-startmess textarea[readonly] {
	resize: none;
	background: #FDFDFD;
	cursor: not-allowed;
}
.modal-startmess .modal-title {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.modal-startmess .modal-footer .btn-close {
	margin: 0 15px 0 0;
}
.modal-startmess .modal-title i {
	display: inline-block;
	height: 30px;
	width: 30px;
	background: url("../images/envelope-send.png") 0 0 / contain no-repeat;
	vertical-align: middle;
}
.modal-startmess .txt p {
	font-weight: 600;
}
.modal-gifts {
	width: 672px;
}
.modal-gifts .modal-footer {
	text-align: center;
}
.modal-gifts .modal-footer button {
	margin: 0 20px;
}
.modal-gifts .item {
	border: 1px solid #C3DEF6;
	background: #FFF;
	padding: 9px 9px 8px 9px;
	float: left;
	margin-bottom: 10px;
	margin-right: 5px;
	margin-left: 5px;
	position: relative;
	width: 120px;
	text-align: center;
}
.modal-gifts #gift_send_ok {
	background: #FAFFF3;
	border-radius: 10px;
	border: 1px solid #78AA31;
	padding: 15px 10px;
	margin: 0 auto 10px;
	width: 300px;
	font-size: 18px;
}
.modal-gifts #credit_total {
	border-radius: 10px;
	padding: 15px 10px;
	margin: 0 auto 10px;
	width: 300px;
	font-size: 18px;
	background: #BFE9F9;
	border: 1px solid #4585B8;
	color: #4585B8;
}
.modal-gifts #no_select_gif {
	border-radius: 10px;
	padding: 15px 10px;
	margin: 0 auto 10px;
	width: 300px;
	font-size: 18px;
	background: #FFEDED;
	border: 1px solid #F00;
	color: #F00;
}
.modal-gifts textarea {
	width: 100%;
	height: 70px;
}
.modal-gifts .item img {
	vertical-align: middle;
	width: 100%;
}
.modal-gifts .item .img {
	width: 100px;
	height: 100px;
	line-height: 100px;
}
.modal-gifts .row.items {
	margin-left: -5px;
	margin-right: -5px;
}
#modal_for_upgrade .btns {
	margin: 20px 0 0;
}
.folders {
	padding: 10px 10px;
}
.folders table {
	width: 100%;
	font-size: 16px;
}
.folders table thead td {
	font-weight: bold;
	font-size: 14px;
}
.folders table td {
	padding: 2px 10px 2px 0;
}
.folders table tbody td {
	border-top: 1px solid #E8E8E8;
}
.folders table tr td:first-child {
	width: 28px;
	font-size: 14px;
	vertical-align: top;
}
.folders table tr td:first-child span {
	position: relative;
	top: 4px;
}
.folders .filter .inner {
	position: relative;
}
.folders .tooltip-question {
	cursor: pointer;
}
.empty-list-messages {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 10px;
	background: #FCEBEA;
	color: #AA170C;
}
.folders .filter .text-description-question {
	position: absolute;
	width: 300px;
	top: -13px;
	right: -160px;
	background: #BBB;
	padding: 10px;
	color: #FFF;
	border-radius: 10px;
}
.folders .filter .text-description-question:before {
	content: "";
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #BBB;
	position: absolute;
	left: -9px;
	top: 15px;
}
.mail-filter {
	background: #4585B8;
	color: #FFF;
	font-weight: bold;
	line-height: 30px;
	padding: 0 20px;
	margin-top: -1px;
	margin-right: -1px;
	margin-left: -1px;
	cursor: pointer;
}
.mail-filter span.open-button {
	font-size: 16px;
	float: right;
	margin-top: 7px;
	cursor: pointer;
}
.mail-filter-panel .wrap-message-bage {
	position: relative !important;
	margin-left: 15px;
	cursor: pointer;
}
.mail-filter-panel .wrap-message-bage:hover .description-filter {
	display: block !important;
}
.mail-filter-panel .message-bage {
	background: #8EBD5B;
	border: 1px solid #679944;
	border-radius: 3px;
	padding: 3px;
}
.mail-filter-panel .message-bage.disable {
	background: #F30000;
	border: 1px solid #DB0000;
}
.mail-filter-panel .description-filter {
	position: absolute;
	top: 35px;
	left: 30px;
	z-index: 999;
	width: 350px;
	background: #95BA8F;
	padding: 10px;
	border-radius: 10px;
	font-weight: normal;
	line-height: normal;
}
.mail-filter-panel .description-filter:before {
	content: "";
	position: absolute;
	left: 20px;
	top: -9px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #95BA8F;
}
.mail-filter-panel .description-filter.disable {
	background: #F30000;
}
.mail-filter-panel .description-filter.disable:before {
	border-bottom-color: #F30000;
}
.messages-list .item {
	border: 1px solid #C3DEF6;
	background: #FFF;
	padding: 9px 9px 8px 9px;
	margin-bottom: 10px;
}
.messages-list .item .photo img {
	width: 85px;
	height: auto;
	float: left;
}
.messages-list .item .title {
	font-size: 16px;
}
.messages-list .item .m-right {
	float: left;
	height: 100px;
	width: 30%;
}
.messages-list .item .text-danger i {
	font-size: 20px;
}
.messages-list .item .text-danger .reply i {
	font-size: 12px;
}
.messages-list .item .text-danger .reply {
	position: absolute;
	line-height: normal !important;
	top: -11px;
	right: -2px;
}
.messages-list .item .text-danger {
	position: relative;
	color: #818181;
}
.messages-list .item .text-danger .count {
	position: absolute;
	top: -10px;
	left: 8px;
	min-width: 15px;
	height: 15px;
	line-height: 15px;
	border-radius: 15px;
	text-align: center;
	background: #A50116;
	color: #FFF;
	font-size: 12px;
	padding: 0 2px;
}
.m-user-info {
	width: 40%;
	height: 100px;
	float: left;
	margin-left: 10px;
}
.border-box.messages-list {
	padding-bottom: 0px;
}
.m-check {
	line-height: 50px;
	float: right;
	width: 20px;
}
.m-check input {
	vertical-align: middle;
}
.messages-list .item .last-visit {
	font-style: italic;
	color: #BBB;
}
.messages-list a.photo {
	position: relative;
	display: block;
	float: left;
}
.messages-list a.photo .all-imgs {
	position: absolute;
	width: 363px;
	left: 93px;
	top: 0;
	z-index: 1;
}
.messages-list a.photo:hover .all-imgs {
	display: block !important;
}
.messages-list a.photo .all-imgs img {
	display: inline-block;
	margin: 0 2px;
}
.messages-list a.photo .user_online {
	position: absolute;
	bottom: 0;
	right: -8px;
	width: 16px;
	height: 16px;
	background: #91D74C;
	border-radius: 16px;
}
.jq-selectbox__select-text {
	font-size: 14px;
	padding-right: 18px;
}
.select-block.border-box {
	padding-top: 15px;
}
.mail-filter-panel {
	border: 1px solid #C3DEF6;
	margin-top: 10px;
}
.text-delete-box {
	margin: 0 0 20px 0;
	border: 1px solid #C3DEF6;
	padding: 5px 20px;
}
.mail-filter-panel .panel-default > .panel-heading {
	background: #F1F2F2;
	border-radius: 0;
	padding: 5px 10px;
	font-weight: bold;
}
.mail-filter-panel .panel {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	margin-bottom: 0;
}
.mail-filter-panel .mf-panel-body {
	padding: 5px;
	display: none;
}
.mail-filter-panel .panel-body {
	padding: 10px 10px;
}
.mfs {
	margin-top: 5px;
}
.mfs .panel-body .pull-left {
	line-height: 38px;
}
.empty-trash {
	font-size: 13px;
	color: #BBB;
	position: relative;
	float: right;
	cursor: pointer;
	top: -22px;
}
.empty-trash:hover {
	color: #333;
}
.step-head-img {
	width: 100%;
	margin-bottom: 20px;
}
.gray-strip-form .form-head-t {
	margin-bottom: 0;
	margin-top: 0;
}
.gray-strip-form .form-group {
	border-bottom: 1px solid #F1F1F1;
	margin-bottom: 1px;
	background: #F7F7F9;
	padding: 15px 10px 10px;
}
.gray-strip-form .form-group:last-child {
	padding-bottom: 15px;
	border-bottom: none;
	margin-bottom: 0;
}
.gray-strip-form .form-group.row {
	margin-left: -15px;
	margin-right: -15px;
}
.gray-strip-form .check_list.three {
	padding-left: 15px !important;
}
.reg-form-box {
	border: 1px solid #C3DEF6;
	position: relative;
	margin-top: 10px;
}
.reg-form-box label {
	display: block;
	text-align: right;
}
.reg-form-box .check_list label {
	font-size: 12px;
	margin-left: -10px;
	margin-bottom: 10px;
	margin-top: 3px;
	line-height: 1.2em;
	display: inline-block;
	text-align: left;
}
.reg-form-box select {
	/*min-width: 250px;*/
}
.reg-form-box select.small {
	/*min-width: 100px;*/
}
.reg-form-box input[type=text] {
	width: 240px;
	vertical-align: middle;
}
.reg-form-box select.small {
	min-width: 70px;
}
.reg-form-box textarea {
	height: 100px;
	width: 100%;
}
.reg-form-box .row.form-group .col-md-4,
.reg-form-box .row.form-group .col-md-8,
.reg-form-box .row.form-group .col-xs-4,
.reg-form-box .row.form-group .col-xs-8 {
	padding-right: 5px;
	padding-left: 5px;
}
.form-head-t {
	background: #4585B8;
	color: #FFF;
	margin-bottom: 20px;
	margin-top: -15px;
	padding: 10px 15px;
	font-size: 18px;
}
.tobox,
.reg-form-box label.tobox {
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
}
.modal-footer {
	text-align: left;
}
.modal-footer.text-center {
	text-align: center;
}
h1 {
	font-weight: bold;
	font-size: 18px;
	margin: 10px 0 15px;
	color: #337AB7;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 15px 0 15px;
}
.panel-default > .panel-heading {
	background: #F3F3F3;
	border-radius: 0;
}
.faq-acc .panel-default > .panel-heading a:hover,
.faq-acc .panel-default > .panel-heading a:focus {
	text-decoration: none;
}
.faq-acc .panel-heading {
	padding: 0;
}
.panel-default .panel-body p:first-child {
	margin-top: 0;
}
.panel-default .panel-body {
	font-size: 14px;
}
.panel-default .panel-body p {
	margin-top: 1.2em;
}
.faq-acc .panel-heading .panel-title a {
	padding: 10px 15px;
	display: block;
}
.panel-group .panel {
	border-radius: 0;
}
.contact-us {
	font-size: 14px;
}
.contact-us img {
	margin-bottom: 15px;
}
.textpage-box {
	padding-bottom: 20px;
}
.textpage-box p,
.textpage-box ul,
.textpage-box ol {
	font-size: 14px;
	margin-top: 1.2em;
}
.textpage-box ul {
	list-style-type: disc;
	padding-left: 30px;
}
.form-control {
	border-radius: 0;
}
.form-report-a .form-control {
	margin-right: 15px;
}
.form-report-a .form-control.span-70 {
	width: 70px;
}
.form-report-a {
	margin-top: 20px;
}
.form-report-a .form-group {
	margin-bottom: 20px;
	margin-top: 10px;
}
.form-report-a .jq-selectbox__select {
	height: 34px;
}
.form-report-a .jq-selectbox__select-text {
	line-height: 34px;
}
.form-report-a .jq-selectbox__trigger-arrow {
	top: 9px;
	right: 6px;
}
.form-report-a .col-sm-6.form-right {
	padding-left: 0;
}
.form-report-a textarea {
	/*border-color: #bbb;*/
	width: 100%;
	height: 150px;
}
.form-report-a input.form-control {
	width: 228px;
}
.modal-mn h2 {
	margin-top: 10px;
}
.modal-mn .form-head:first-child {
	margin-top: -15px;
}
.modal-mn .form-group:last-child {
	margin-bottom: -15px;
}
.modal-mn .form-head {
	background: #F3F3F3;
}
.gray-strip-form.negative .form-group {
	background: #FFF;
	border-bottom: none;
}
.modal-mn .form-group.disabled {
	color: #BBB;
}
section.content.tell-friend-content {
	padding: 50px 0 200px;
	background: #FFF url(../images/happy-couple.jpg) 0 0 no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.form-tell-friend label {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 14px;
}
.why-verify {
	/*background: url(../images/verifybg3-n.jpg) 100% 0 no-repeat;*/
	background-position: 100% 0;
	background-repeat: no-repeat;
	overflow: hidden;
	border: 1px solid #C3DEF6;
	height: 200px;
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 16px;
	position: relative;
}
.why-verify a,
.why-verify a:hover {
	color: #333;
}
.textpage-box .why-verify p {
	font-size: 13px;
	line-height: 16px;
}
.why-verify .upgrade-button {
	padding: 0 40px;
}
.blue-box-15 {
	padding: 0 15px 15px;
	border: 1px solid #C3DEF6;
}
.panel {
	border-radius: 0;
}
.panel-heading h2 {
	margin: 0;
}
.upload-verify {
	margin-top: 40px;
	margin-bottom: 20px;
}
.upload-verify p {
	color: #F00;
	padding-bottom: 15px;
	font-size: 13px;
}
.upload-verify .checkbox,
.upload-verify .form-group {
	margin-bottom: 25px;
}
.light-gray-fill {
	background: #F8F8F8;
}
/*INPUT[type=text], TEXTAREA, .center-content TEXTAREA, .center-content SELECT
{
	border: 1px solid #C3DEF6;
	padding: 3px 9px;
}*/
/*.center-content select.error {*/
/*border: 1px solid #F00;*/
/*background: #FFEDED;*/
/*}*/
input[type=text].error,
textarea.error,
.center-content textarea.error,
input[type=text].filled,
textarea.filled {
	background: #C7F3C7;
}
.form-group {
	position: relative;
}
label.error,
.reg-form-box .error-place {
	position: absolute;
	right: 10px;
	top: 10px;
	color: #F00;
	font-size: 12px;
	text-align: right;
}
.error-place label.error {
	position: relative;
	top: 0 !important;
	right: 0 !important;
	left: 0 !important;
	margin: -10px -10px 0 0 !important;
}
label.error i {
	font-size: 14px;
}
.text-area label.error,
.error-place label.error {
	position: relative;
	right: auto;
	top: auto;
	display: block;
	margin-left: 0;
}
.jq-selectbox__select-text {
	width: 220px !important;
}
.small .jq-selectbox__select-text {
	width: 80px !important;
}
.day .jq-selectbox__select-text,
select.day {
	width: 63px !important;
}
.month .jq-selectbox__select-text,
select.month {
	width: 115px !important;
}
.year .jq-selectbox__select-text,
select.year {
	width: 80px !important;
}
.day .jq-selectbox__select,
.month .jq-selectbox__select {
	margin-right: 2px;
}
.jq-selectbox.error .jq-selectbox__select,
.jq-selectbox.error .jq-selectbox__select:hover {
	background: #FFEDED;
	border: 1px solid #F00;
}
.jq-selectbox.filled .jq-selectbox__select,
.jq-selectbox.filled .jq-selectbox__select:hover {
	background: #C7F3C7;
}
/* ----------------- UPLOAD PHOTO -------------- */
/*.maket
{
	position: absolute;
	top: 151px;
	left: 10px;
	width: 1000px;
	height: 848px;
	opacity: 0.3;
	z-index: 999;
	background: url("images/maket1.jpg");
}*/
.upload-photo .h1 {
	font-weight: 800;
	color: #FFF;
	font-size: 19px;
	background: #8C8C41;
	padding: 0 16px;
	line-height: 70px;
	height: 70px;
	margin-bottom: 0;
	margin-top: 0;
	text-transform: uppercase;
}
.upload-photo .h2 {
	background: #E3B65E;
	font-size: 19px;
	font-weight: 700;
	line-height: 70px;
	padding-left: 31px;
	height: 70px;
	color: #FFF;
	margin-bottom: 0;
	margin-top: 0;
}
.upload-photo .h2:after {
	vertical-align: middle;
	content: '';
	height: 100%;
	width: 0;
}
.upload-photo .h2 span {
	display: inline-block;
	vertical-align: middle;
	line-height: 23px;
	height: 46px;
	padding-left: 63px;
	position: relative;
}
.upload-photo .h2 span:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
	background: #FFF url(../images/ic-photo.png) center center no-repeat;
	-webkit-background-size: 29px 24px;
	background-size: 29px 24px;
	width: 45px;
	height: 45px;
}
.upload-photo .col-md-4,
.upload-photo .col-md-8,
.upload-photo .container {
	padding-left: 5px;
	padding-right: 5px;
}
.upload-photo .row {
	margin-left: 0px;
	margin-right: 0px;
}
.upload-photo .container > .row {
	margin-left: -10px;
	margin-right: -10px;
}
.upload-photo h2 {
	color: #58595B;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 23px;
	margin: 0 0 30px;
}
.upload-photo .wrap_browse .status {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: inline-block;
	width: 105px;
}
.upl-inputs {
	background: #F1F2F2;
	padding: 10px 12px;
}
.upl-inputs .item {
	background: #FFF;
	border: 2px solid #8C8C41;
	padding: 10px 0 10px 12px;
	margin-bottom: 16px;
}
.upload-photo input[type=radio] {
	/*opacity: 1;*/
	margin: -2px 0 0 -9px;
}
.upload-photo label {
	margin: 0px;
}
.fileinput-button input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	opacity: 0;
	-ms-filter: 'alpha(opacity=0)';
	font-size: 200px !important;
	direction: ltr;
	cursor: pointer;
}
.upload-photo div.radio {
	margin: -4px 0px 0px;
}
.upload-photo label {
	font-size: 12px;
	margin: 4px 0 0;
}
.upl-inputs .item:last-child {
	margin-bottom: 0;
}
.upl-inputs .item:after,
.upl-inputs:after,
.photo-guidelines:after {
	clear: both;
	display: block;
	content: '';
}
.upl-inputs .item .img {
	float: left;
	position: relative;
	line-height: 0px;
	height: 115px;
}
.upl-inputs .item .desc {
	margin: 0 0 0 102px;
	overflow: hidden;
}
.upl-inputs .item img {
	width: 96px;
	height: auto;
}
.upl-inputs .item.moderating .img .photo-approval-msg {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	background: #FFF;
	height: 18px;
	display: block !important;
	font-size: 11px;
	line-height: 18px;
	text-align: center;
	margin-top: -9px;
}
.upl-inputs .item.photo-hidden .img {
	position: relative;
}
.upl-inputs .item.photo-hidden .img img {
	opacity: 0.5;
}
.upl-inputs .item.photo-hidden .img .photo-hidden-msg {
	display: block !important;
	background: #FFF;
	text-align: center;
	margin: auto;
	position: absolute;
	width: 100%;
	height: 16px;
	line-height: 16px;
	top: 50%;
	margin-top: -8px;
}
.upl-inputs .item .title {
	line-height: 20px;
	margin-bottom: 7px;
	font-size: 12px;
}
.upl-inputs .orange-button {
	border: 1px solid #F7A31E;
}
.upl-inputs .upgrade-button {
	border: 1px solid #A2BB62;
}
.upl-inputs .orange-button,
.upl-inputs .upgrade-button {
	font-weight: 700;
	font-size: 12px;
	text-transform: none;
	width: 100%;
	height: 21px;
	line-height: 20px;
	padding: 0;
	display: inline-block;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-right: 0px;
	border-radius: 3px;
}
.upl-inputs .orange-button:focus,
.upl-inputs .upgrade-button:focus,
.upl-inputs .orange-button:active,
.upl-inputs .upgrade-button:active,
.upl-inputs .orange-button:hover,
.upl-inputs .upgrade-button:hover {
	color: #FFF;
	text-decoration: none;
}
.upl-inputs .browse {
	margin-bottom: 3px;
}
.upl-inputs .browse .row {
	margin: 0 0 6px 0;
}
.upl-inputs .browse,
.upl-inputs .upload-btn-p {
	font-size: 12px;
}
.photo-comparison {
	background: #F1F2F2;
	padding: 12px 10px 12px 17px;
}
.photo-comparison .cont {
	background: #E3B65E;
	text-align: center;
	/*overflow: hidden;*/
	position: relative;
}
.photo-comparison .cont:after {
	width: 27px;
	height: 27px;
	content: '';
	position: absolute;
	border-radius: 50%;
	right: -13px;
	top: -13px;
	background: #ED1C24 url(../images/cross-red.png) center center no-repeat;
}
.photo-comparison .hi-quality .cont:after {
	background: #94C03D url(../images/ok-white.png) center center no-repeat;
	width: 33px;
	height: 33px;
	right: -17px;
	top: -14px;
}
.photo-comparison .no-photo .cont {
	border: 2px solid #E3B65E;
	height: 190px;
}
.photo-comparison .poor-quality .cont {
	height: 204px;
}
.photo-comparison .far-away .cont {
	height: 216px;
}
.photo-comparison .group-photo .cont {
	height: 230px;
}
.photo-comparison .hi-quality .cont {
	height: 262px;
	background: #94C03D;
}
.photo-comparison .item {
	display: inline-block;
	vertical-align: bottom;
	width: 95px;
	margin-left: 14px;
}
.en .photo-comparison .item {
	margin-left: 18px;
}
.photo-comparison .item:last-child {
}
.photo-comparison .item.hi-quality {
	width: 114px;
}
.photo-comparison .item:first-child {
	margin-left: 0;
}
.photo-comparison .item .title {
	font-size: 9px;
	line-height: 9px;
	margin-bottom: 5px;
}
.photo-comparison .proc {
	text-align: center;
	line-height: 52px;
	display: inline-block;
	background: #FFF;
	font-size: 18px;
	height: 52px;
	width: 52px;
	border-radius: 50%;
	color: #E3B65E;
	font-weight: 700;
	vertical-align: bottom;
	margin-bottom: 8px;
}
.photo-comparison .hi-quality .proc {
	color: #94C03D;
}
.photo-comparison .int {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 10px;
	color: #FFF;
}
.photo-comparison .proc-int {
	position: absolute;
	width: 100%;
	bottom: 18px;
	left: 0;
}
.photo-upload-benefits {
	background: #F1F2F2;
	padding: 0 10px 19px 17px;
	overflow: hidden;
}
.photo-upload-benefits .item {
	border: 1px solid #EBCF99;
	vertical-align: bottom;
	display: inline-block;
	width: 174px;
	background: #FFF;
	text-align: center;
	margin: 0 9px;
	position: relative;
}
.photo-upload-benefits .items {
	margin-bottom: 20px;
}
.photo-upload-benefits .item .title {
	font-size: 13px;
	color: #E3B65E;
	font-weight: 700;
	margin-top: 5px;
}
.photo-upload-benefits .item .desc {
	font-size: 10px;
	margin-bottom: 10px;
	line-height: 12px;
	padding: 0 5px;
}
.photo-upload-benefits .item:first-child {
	margin-left: 0;
}
.photo-upload-benefits .item:last-child {
	margin-right: 0;
}
.photo-upload-benefits .item:after,
.photo-guidelines .img:after {
	width: 27px;
	height: 27px;
	content: '';
	position: absolute;
	border-radius: 50%;
	background: #94C03D url(../images/ok-white.png) center center no-repeat;
	width: 33px;
	height: 33px;
	right: -17px;
	top: -14px;
}
.photo-upload-benefits .btns {
	text-align: center;
}
.photo-upload-benefits .btns .upgrade-button {
	font-size: 13px;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0 60px;
	height: 30px;
	line-height: 28px;
	border: 1px solid #8BBB2D;
}
.photo-guidelines {
	background: #EFC77F;
	font-size: 9px;
	padding: 12px 50px 14px 20px;
}
.photo-guidelines .img {
	float: right;
	position: relative;
	margin-top: 3px;
}
.upload-photo .photo-guidelines h2 {
	margin: 0;
	line-height: 1em;
}
.photo-guidelines .col {
	margin-right: 13px;
	float: left;
	color: #58595B;
	margin-top: 14px;
	font-weight: 700;
}
.photo-guidelines .col .title {
	text-transform: uppercase;
	font-size: 13px;
	line-height: 20px;
}
.photo-guidelines .col .desc {
	background: #FFF;
	border: 1px solid #98958E;
	padding: 8px 5px;
	/*height: 97px;*/
	width: 183px;
}
.upload-photo .note {
	font-size: 13px;
	line-height: 18px;
	color: #58595B;
	background: #F1F2F2;
	text-align: center;
	padding: 12px 0 13px;
}
.modal-content #ok_comment {
	background: #FAFFF3;
	border-radius: 10px;
	border: 1px solid #78AA31;
	padding: 5px 10px;
	margin: 0 0 10px 0;
}
.modal-content #add_comment_photo[disabled] {
	background: #E0E0E0;
	cursor: not-allowed;
}
.upload-photo .row > div {
	padding: 0 5px;
}
/* added 22.11.2015 */
.gray-note {
	color: #AAA;
}
.bordered-photo {
	padding: 2px;
	border: 1px solid #E5E5E5;
}
.mess .gray-note {
	padding-bottom: 4px;
}
.mess .bordered-photo {
	margin: 4px 10px 4px 0;
}
.moder-text {
	font-size: 11px;
}
#suspend-form {
	margin-top: 30px;
}
#suspend-form textarea {
	min-height: 100px;
	resize: none;
}
/*Live Chat*/
.live_chat_block {
	position: fixed;
	bottom: 5px;
	right: 20px;
	width: 350px;
	z-index:99;
}
.live_chat_block .main-window-chat {
	border: 0;
	box-shadow: 0px 5px 10px 1px #323232;
	background: #F8F8F8;
	padding: 0 10px;
	height: auto;
	right:80px;
	width: 100%;
	position: relative;
}
.live_chat_block .main-window-chat > .row {
	margin: 0px -10px;
}
.live_chat_block .header-chat {
	padding: 5px 0;
	min-height: 0;
}
.live_chat_block .header-chat img {
	max-width: 60px;
	height: auto;
	padding: 5px;
	border-radius: 50%;
}
.live_chat_block .header-chat .circle {
	width: 15px;
	height: 15px;
	position: absolute;
	bottom: 6px;
	right: 16px;
	background: #91D74C;
	border-radius: 15px;
}
.live_chat_block.small-chat .header-chat .badge {
	right: 14px;
	top: 1px;
}
.live_chat_block .header-chat .name {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
	font-size: 14px;
}
.live_chat_block .header-chat .name-inf {
	color: #fff;
	font-size: 12px;
}
.live_chat_block .header-chat ul {
	margin: 0px;
	padding: 0px;
	font-size: 0px;
}
.live_chat_block .header-chat ul li {
	display: inline;
}
.live_chat_block .header-chat ul li a {
	font-size: 20px;
	color: #fff;
	opacity: 1;
	transition: all 0.5s;
	padding: 0 8px;
}
.live_chat_block .header-chat ul li a:hover {
	opacity: 1;
}
.live_chat_block .body-chat {
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	background: #F1F2F2;
}
.live_chat_block .body-chat .inner {
	height: 300px;
	width: 100% !important;
	overflow: auto;
	padding: 10px;
}
.live_chat_block .footer-chat {
	padding: 10px;
}
.live_chat_block .footer-chat textarea {
	border-bottom: 1px solid #000;
	border-left: none;
	border-top: none;
	border-right: none;
	padding: 0;
	margin-top: 0px;
	resize: none;
	min-height: 40px;
	margin-bottom: 0px;
	box-shadow: none;
}
.live_chat_block .buttons input:hover, .live_chat_block .buttons input:focus
{
	background: #101010;
    border: 1px solid #101010;
}
.live_chat_block .buttons input {
	width: auto;
	background: #323232;
	border: 1px solid #323232;
	border-radius: 50%;
	padding: 10px;
	color: white;
	font-size: 20px;
	margin-bottom: 15px;
}
.live_chat_block .thumbs-chat {
	width: 80px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding: 10px;
	background: #FFF;
}
.live_chat_block .thumbs-chat ul {
	list-style: none;
}
.live_chat_block .thumbs-chat ul img {
	max-width: 100%;
	height: auto;
	padding: 5px;
	border: 1px solid #E5E5E5;
	background: #FFF;
}
.live_chat_block .thumbs-chat ul li {
	margin: 5px 0px;
	text-align: center;
	position: relative;
}
.live_chat_block .thumbs-chat ul li i {
	font-size: 40px;
}
.live_chat_block .dots {
	position: relative;
}
.live_chat_block .wrap-actions {
	position: absolute;
	border: 1px solid #000;
	background: #FFF;
	text-align: left;
	width: 230px;
	left: -107px;
	top: 31px;
	z-index: 999;
}
.live_chat_block .wrap-actions:after {
	border: 6px solid transparent;
	content: " ";
	position: absolute;
	border-top: none;
	border-bottom: 6px solid #000;
	top: -6px;
	left: 63%;
	margin: 0 0 0 -3px;
}
.live_chat_block .wrap-actions a {
	background: #212121;
	opacity: 1 !important;
	margin: 0;
	border-bottom: 1px solid #000;
	display: block;
	text-decoration:none;
}
.live_chat_block .wrap-actions a:hover {
	background: #000000;
}
.live_chat_block .wrap-actions a:last-child {
	border: none;
}
.live_chat_block .add_wink.wink_added,
.live_chat_block .pink,
.live_chat_block .add_favorites.favorites_added {
	background: #F5DDDD !important;
}
.live_chat_block .add_wink.wink_added .glyphicon,
.live_chat_block .pink .glyphicon {
	color: #A90303;
}
.badge-danger {
	background: red;
	position: absolute;
	top: -6px;
	right: 0px;
}
.live_chat_block.small-chat .main-window-chat {
	height: auto;
	overflow: hidden;
}
.live_chat_block.small-chat .main-window-chat .body-chat, .live_chat_block.small-chat .main-window-chat .footer-chat{
	display:none;
}
.live_chat_block .thumbs-chat ul li:last-child a {
	font-size: 16px;
	color: #000;
	padding: 0 5px;
}
.live_chat_block .thumbs-chat ul li:last-child a i {
	opacity: 0.5;
	transition: all 0.5s;
}
.live_chat_block .thumbs-chat ul li:last-child a:hover i {
	opacity: 1;
}
.live_chat_block .body-chat {
}
.live_chat_block .body-chat .mess-item.owner {
	text-align: right;
}
.live_chat_block .body-chat .mess-item.owner .message {
	background: #DAEBEE;
	padding: 5px 10px;
	border-radius: 10px;
	display: inline-block;
}
.live_chat_block .body-chat .mess-item.block,
.live_chat_block .body-chat .mess-item.unblock {
	text-align: center;
}
.live_chat_block .body-chat .mess-item.block .message {
	background: #FF4D4D;
	color: #FFF;
	padding: 5px 10px;
	border-radius: 10px;
	display: inline-block;
}
.live_chat_block .body-chat .mess-item.unblock .message {
	background: #4DB5FF;
	color: #FFF;
	padding: 5px 10px;
	border-radius: 10px;
	display: inline-block;
}
.live_chat_block .from_user {
	/*width: 240px;*/
}
.live_chat_block .from_user img {
	width: 50px;
	float: left;
}
.live_chat_block .from_user .message {
	margin: 0 0 0 70px;
	background: #D0D0D0;
	padding: 5px 10px;
	border-radius: 10px;
	position: relative;
}
.live_chat_block .from_user .message:after {
	border-right-color: #E5E4E4;
	border-right: 11px solid #D0D0D0;
	border-top: none;
	border-bottom: 12px solid transparent;
	content: '';
	position: absolute;
	top: 7px;
	left: -10px;
}
.live_chat_block .open_imbra {
	display: block;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
	color: #000;
}
.live_chat_block .imbra-box-container {
	position: relative;
}
.live_chat_block .imbra-box {
	position: absolute;
	bottom: 28px;
	z-index: 999;
	width: 400px;
	left: -60px;
}
.live_chat_block .imbra-message {
	box-shadow: 0px 1px 13px 1px rgba(0, 0, 0, 0.5);
	position: relative;
	margin: 0;
}
.live_chat_block .imbra-message a {
	color: #000;
}
.live_chat_block .imbra-message:before {
	content: "";
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #DBDBDB;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -5px;
}
.live_chat_block .row.header-chat {
	background: #323232;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}
.live_chat_block .chat-minimize {
	padding: 0;
	text-align: right;
}
.live_chat_block .chat-minimize a{
	display:block;
}
.live_chat_block a.white {
	color: #fff;
}
.live_chat_block a.white:hover, .live_chat_block a.white:focus{
	color:#d0d0d0;
}
.live_chat_block .row.footer-chat {
	background: #fff;
	display: flex;
	align-items: center;
}
.live_chat_block textarea.form-control {
	height: 0; 
}
.live_chat_block .chat-type-icon {
	font-size: 40px;
	text-align: center;
	margin-bottom: 10px;
}
/*Flex*/
.flex-centered {
	display: flex;
	align-items: center;
}
.flex {
	display: flex;
}
.flex.space-between{
display:flex;
justify-content:space-between;
}
/*Add. Search*/
.wrap_add_search {
	position: relative;
}
.wrap_add_search #seach_sex,
.wrap_add_search #i_am_seach_sex {
	width: 100px;
}
.wrap_add_search #User_country {
	width: 150px;
}
.wrap_add_search #age_min,
.wrap_add_search #age_max {
	width: 90px;
}
.wrap_add_search input[type=submit] {
	width: 137px;
	display: inline-block;
}
.wrap_add_search.bottom {
}
.wrap_add_search .row > div {
	padding: 0px;
}
.wrap_add_search .row {
	margin: 0 0 0px 0;
	padding: 5px 0 15px;
}
.wrap_add_search .row:first-child {
	padding-top: 0px;
}
.wrap_add_search .row:last-child {
	padding-bottom: 0px;
}
.wrap_add_search .list-view {
	padding: 0px;
}
.wrap_add_search .list-view .summary {
	text-align: left;
	position: relative;
	top: 2px;
	font-size: 18px;
	font-weight:700;
}
.wrap_add_search .yiiPager {
	display: inline;
}
.wrap_add_search .yiiPager li {
	display: inline-block !important;
	background: #FFF;
	padding: 0px 5px;
	border-radius: 5px;
	margin: 0 10px;
}
.wrap_add_search .yiiPager li.hidden {
	opacity: 0.7;
}
.wrap_add_search .yiiPager li.hidden a {
	text-decoration: none;
	cursor: default;
}
.wrap_add_search .yiiPager li a {
	font-size: 18px;
	font-weight:700;
}
.wrap_add_search #relevance-styler {
	position: relative;
	top: 3px;
	text-align: left;
}
.wrap_add_search .filters > ul > li {
	display: block;
	float: left;
	vertical-align: middle;
	margin-right: 15px;
}
@media (max-width:1368px)
{
	.wrap_add_search #age_max, .wrap_add_search #age_min, .wrap_add_search #User_country, .wrap_add_search #last_seen{
		width:60px;
	}
}
.wrap_add_search .filters > ul > li:last-child {
	margin: 0px;
}
.wrap_add_search .filters ul li label {
	display: block;
	margin: 0 0 2px 0;
	font-size:16px;
}
.wrap_add_search .filters #User_country-styler {
	width: 127px;
}
.wrap_add_search .jq-selectbox__select-text {
	width: auto !important;
}
.wrap_add_search #age_min-styler,
.wrap_add_search #age_max-styler {
	width: 60px;
}
.wrap_add_search #age_min-styler .jq-selectbox__select,
.wrap_add_search #age_max-styler .jq-selectbox__select {
	margin: 0px;
}
.wrap_add_search .ages label.tobox {
	display: inline !important;
	position: relative;
	top: -3px;
}
.wrap_add_search .ages .placeholder {
	text-transform: capitalize;
}
.wrap_add_search .wrap_photo {
	text-align: center;
}
.wrap_add_search .submit input {
	position: relative;
	top: 18px;
}
/*New Members*/
.pages_into .new-members .wrap_photo {
	width: 200px;
	padding: 10px;
	box-sizing: content-box;
	background: #FFF;
	position: absolute;
	margin: 0 0 0 -110px;
	left: 50%;
}
.pages_into .new-members .wrap_photo img {
}
.pages_into .new-members .country {
	color: #000;
}
.pages_into .something {
	position: relative;
}
/*accountRegSuccess*/
#accountRegSuccess .modal-dialog {
	width: auto;
	max-width: 800px;
}
#accountRegSuccess .modal-title {
	font-size: 24px;
}
#accountRegSuccess .modal-dialog h1 {
	opacity: 0.82;
	color: #3F86BC;
	font-weight: 700;
	font-size: 30px;
	text-align: center;
	margin-bottom: 0px;
}
#accountRegSuccess .modal-dialog .h1_desc {
	opacity: 0.82;
	color: #3F86BC;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
}
#accountRegSuccess .modal-dialog .login_inf {
	margin: 20px auto;
	width: auto;
	max-width: 468px;
	background-color: white;
	border: 1px solid #A4A2A2;
	border-radius: 6px;
	text-align: center;
	padding: 10px 5px;
}
#accountRegSuccess .modal-dialog .login_inf p {
	color: #262222;
	font-size: 14px;
	font-weight: 600;
}
#accountRegSuccess .modal-dialog .inbox {
	width: auto;
	max-width: 700px;
	margin: auto auto 20px auto;
	color: #262222;
	font-size: 14px;
	font-weight: 600;
}
#accountRegSuccess .dialog-text {
	width: auto;
	max-width: 762px;
	background-color: rgba(210, 211, 213, 0.5);
	border: 2px solid #A4A2A2;
	padding: 15px;
}
#accountRegSuccess .dialog-text h2 {
	color: #3F86BC;
	font-size: 36px;
	font-weight: 700;
	font-style: italic;
	text-align: center;
	margin: 0;
}
#accountRegSuccess .background {
	text-align: center;
}
#accountRegSuccess .dialog-text .actions {
	text-align: center;
	margin: 10px 0;
}
#accountRegSuccess .dialog-text .actions .btn {
	background: url("/images/btn_green_bg.png") center repeat-x;
	display: inline-block;
	height: 36px;
	color: white;
	font-size: 18px;
	font-weight: 700;
	line-height: 34px;
	padding: 0 20px;
}
.westerunion .wrap-image {
	margin-top: 20px;
	margin-bottom: 20px;
}
.westerunion .inf h1 {
	color: #000;
	text-align: center;
	margin: 30px 0 10px;
}
.westerunion .inf ul {
	font-weight: bold;
}
.westerunion .inf ul li {
	list-style-type: decimal;
}
.westerunion .wrap-title {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 20px;
}
.westerunion form .text {
}
.westerunion form label {
	font-weight: bold;
}
.westerunion form .text .name {
	margin: 7px 0 0;
}
.upgrade-page.yandex .title {
	background: #4585B8;
	color: #FFF;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
}
.upgrade-page.yandex .wrap-content {
	border: 1px solid #C3DEF6;
	margin-bottom: 10px;
}
.upgrade-page.yandex .desc {
	margin: 20px 0 10px;
}
.upgrade-page.yandex .yandex_number {
	background: #F1F2F2;
	border: 1px solid #C3DEF6;
	font-size: 40px;
	margin: 0 0 15px 0;
}
.upgrade-page.yandex .wrap-confirm {
	border: 1px solid #C3DEF6;
	margin: 0 0 20px 0;
}
.content-verify #verify-header {
	margin-bottom: 20px;
}
#verify-header {
	background: url("/images/verification_bg.png") bottom repeat-x;
	min-height: 200px;
	margin: 0;
	position: relative;
	font-size: 0;
	padding: 0px 0;
	border: 1px solid #C3DEF6;
}
#verify-header .wrap_text {
	min-height: 200px;
}
#verify-header p {
	font-size: 13px;
}
#verify-header > div {
	display: inline-block;
	vertical-align: middle;
	float: none;
}
#verify-header .bg_people {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 100%;
}
#verify-header .bg_people.bg_male {
	background: url("/images/verification_bg_image_male.png") bottom left no-repeat;
}
#verify-header .bg_people.bg_female {
	background: url("/images/verification_bg_image_female.png") bottom left no-repeat;
}
#send_pass_me .modal-body {
	min-height: 190px;
}
#send_pass_me .modal-dialog {
	width: 600px;
}
#send_pass_me .modal-body .ok {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 33px 0 0;
}
#verify_result .modal-body {
	font-size: 16px;
}
#verify_result .modal-dialog {
	width: 630px;
}
#verify_result .modal-footer {
	text-align: right;
}
#user-setting .upgrade_invisible {
	background: #C0DC97;
}
#user-setting .upgrade_invisible a {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}
#user-setting .errorMessage {
	color: #FF1818;
}
#user-setting .upgrade-button[disabled],
#modal_for_confirm_delete .delete-agree-button[disabled] {
	opacity: 0.6;
}
.content.padding-top {
	padding-top: 20px !important;
}
.content.padding-top .textpage-box {
	padding: 20px;
}
.faq.content .textpage-box {
	border-radius: 0;
}
.faq.content .textpage-box .center-content,
.pages_into .report_abuse .center-content {
	padding-top: 10px;
	padding-right: 30px;
}
.faq.content .textpage-box .textpage-box {
	padding: 10px;
}
.faq.content .contact-us,
.pages_into .report_abuse .contact-us {
	padding: 10px 0 0 35px;
}
.pages_into .report_abuse .center-content {
	float: left !important;
}
.textpage-box.report_abuse {
	padding: 0 !important;
}
.faq.content .left-side {
	padding: 0;
}
#faq-modal .modal-dialog {
	width: 500px;
}
#faq-modal .modal-content textarea {
	resize: none;
	height: 90px;
}
.content.white-background .bg_white {
	background: #FFF;
	padding: 10px;
	padding-top: 15px;
	min-height: 500px;
}
.content.white-background .sidebar,
.wrap_banner_right_side {
	margin: 15px 0 0;
}
.content.white-background .sidebar img,
.wrap_banner_right_side img {
	padding: 10px;
	background: #FFF;
}
#abuse-modal .modal-dialog {
	width: 470px !important;
}
#abuse-modal .modal-content .modal-body {
	background: url(../images/warning.png) 10px 10px no-repeat;
	padding: 10px 10px 10px 109px;
	height: 119px;
}
#abuse-modal .modal-content .modal-footer {
	text-align: right;
}
.wrap_addsense_sidebar {
	width: 190px;
	height: 696px;
	padding: 10px;
	background: #FFF;
}
.wrap_addsense_footer_block {
	margin-bottom: 10px;
}
.adsense_block_footer_block {
	padding: 10px;
	background: #FFF;
	margin: 10px 0 0;
	border: 1px solid #C3DEF6;
	overflow: hidden;
}
.view-search-page {
	background: #FFF;
	padding-top: 15px;
	padding-bottom: 15px;
}
.with_banners .fix-col-width {
	max-width: 220px;
	width: auto;
}
/*.with_banners .view-search-page {*/
/*width: 666px;*/
/*}*/
.wrap-search-page {
	max-width: 1160px;
}
.container.with_banners {
	width: 887px;
}
.need_allow_message_txt {
	text-transform: uppercase;
	white-space: normal;
	font-weight: bold;
	opacity: 1 !important;
	cursor: default !important;
}
/*Activity*/
.wrap-activity-link {
	position: relative;
	font-size: 14px;
}
.wrap-activity-link i.circle,
.menu .circle {
	color: #FFF !important;
	background: #F30000;
	border-radius: 12px;
	display: inline-block;
	padding: 2px 5px;
	font-size: 12px;
	text-align: center;
	text-align: center;
	line-height: normal;
	font-style: normal;
}
.wrap-activity-link > a > i {
	transition: all 0.5s;
}
.wrap-activity-link.active > a > i {
	transform: rotate(-180deg);
}
.wrap-activity-link.active .box_activity {
	display: block;
}
.wrap-activity-link .box_activity {
	position: absolute;
	width: 570px;
	top: 50px;
	left: 0;
	z-index: 9999;
	box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.5);
	background: #FFF;
	text-align: left;
	display: none;
}
.wrap-activity-link .box_activity:before {
	content: " ";
	position: absolute;
	top: -10px;
	left: 34px;
	z-index: 11;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #EEE;
}
.wrap-activity-link .name {
	font-size: 16px;
	font-weight: bold;
	margin: 15px 0 0;
	padding: 0 10px;
}
.wrap-activity-link .box_activity div.row {
	margin: 0;
}
.wrap-activity-link .box_activity div.row > div:first-child {
	background: #EEE;
	text-align: left;
	padding-bottom: 10px;
}
.wrap-activity-link .box_activity div.row > div:first-child .name {
	border: 1px solid #BABABA;
	background: #DDD;
}
.wrap-activity-link .box_activity li {
	transition: all 0.5s;
	padding: 0 10px;
}
.wrap-activity-link .box_activity li:hover {
	background: #DDD;
}
.wrap-activity-link .box_activity a {
	margin: 0;
	padding: 0;
	height: auto;
	line-height: normal;
	display: block;
	color: #333;
	padding: 5px 0px;
	font-size: 14px;
}
.wrap-activity-link .box_activity div.row > div:first-child a i {
	color: #FFF;
	background: #F30000;
	border-radius: 10px;
	display: inline-block;
	padding: 2px 5px;
	font-size: 10px;
	text-align: center;
	margin: 0 0 0 5px;
	vertical-align: bottom;
	text-align: center;
	line-height: normal;
	font-style: normal;
}
.wrap-activity-link .box_activity a:hover {
	background: none;
	color: #333;
}
.wrap-activity-link .box_activity li {
	border: none;
	display: block;
}
.wrap-activity-link .wrap-all_users {
	padding-right: 1px !important;
}
.wrap-activity-link .wrap-all_users .name {
	padding: 0;
}
.wrap-activity-link .last_users {
	overflow: hidden;
	height: 250px;
	overflow-y: auto;
	margin-top: 10px;
}
.wrap-activity-link .last_users img {
	max-width: 40px;
	height: auto;
	float: left;
	margin: 0;
}
.wrap-activity-link .last_users li {
	border-bottom: 1px solid #EEE;
	padding-left: 0;
}
.wrap-activity-link .last_users li a {
	padding: 10px 10px 10px 0px;
	overflow: hidden;
}
.wrap-activity-link .last_users ul > li.first a {
	padding-top: 0px;
}
.wrap-activity-link .last_users ul > li.last {
	border: none;
}
.wrap-activity-link .last_users li .text {
	margin: 0 0 0 50px;
}
.wrap-activity-link .last_users li .text .user_name {
	font-weight: bold;
}
.wrap-activity-link .last_users li .text .message i {
	font-size: 12px;
}
/*Articles*/
#wrap_articles h1.main_title {
	text-align: center;
	margin-top: 0px;
	text-decoration: underline;
}
#wrap_articles h2 {
	padding-left: 0 !important;
}
#wrap_articles .content-article .text img {
	/*border-radius: 200px;*/
	max-width: 100%;
	height: auto;
}
#wrap_articles .content-article .text {
	margin-top: 20px;
}
#wrap_articles .content-article .text a {
	text-decoration: underline;
	color: #4A4A4A;
}
#wrap_articles .content-article .text a:hover {
	text-decoration: none;
}
#wrap_articles .title {
	padding: 0;
	text-decoration: none;
}
#wrap_articles .title a {
	padding: 0;
	font-size: 16px;
	color: #240000;
	display: block;
}
#wrap_articles .title a:hover {
	text-decoration: underline;
}
#wrap_articles .action {
	margin-top: 15px;
}
#wrap_articles .action a {
	background: rgba(252, 29, 83, 0.678);
	color: #FFF;
	transition: all 0.5s;
}
#wrap_articles .action a:hover {
	background: rgba(252, 29, 83, 0.836);
}
#wrap_articles .content-article .row {
	/*border-bottom: 1px solid #DDD;*/
	padding: 15px 0px;
}
#wrap_articles .content-article .row:last-child,
#wrap_articles .content-article .row.last {
	border: none;
}
#wrap_articles.view .image {
	text-align: center;
	margin-bottom: 15px;
}
#wrap_articles.view .image img {
	border-radius: 0;
}
#wrap_articles.view .row {
	border: none;
}
#wrap_articles.view .wrap_actions {
	padding: 0;
}
#wrap_articles.view h1 {
	text-align: center;
}
#wrap_articles.view .image img {
	display: inline-block;
}
#wrap_articles blockquote {
	margin: 0em 10px 0.5em;
	padding: 0.5em 10px;
	font-size: 16px;
}
#wrap_articles blockquote:before {
	color: #BBB;
	content: "\201C";
	/* Непечатаемый символ слева */
	font-size: 3em;
	line-height: 0.1em;
	margin-right: 0.2em;
	vertical-align: -0.4em;
}
#wrap_articles blockquote:after {
	color: #BBB;
	content: "\201D";
	/* Непечатаемый символ справа */
	font-size: 3em;
	line-height: 0.1em;
	vertical-align: -0.45em;
}
#wrap_articles blockquote > p:first-child {
	display: inline;
}
#wrap_articles .sign {
	padding: 0.5em 10px;
	font-weight: bold;
}
#wrap_articles .title {
	font-size: 24px;
	font-weight: bold;
	padding: 0.5em 10px;
}
#wrap_articles .header_quest {
	height: 210px;
	background: linear-gradient(to bottom, #7D4F53 0%, #DDD 100%);
	position: relative;
	overflow: hidden;
}
#wrap_articles .header_quest .text {
	position: absolute;
	font-size: 35px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 12px 1px 11px rgba(0, 0, 0, 0.2);
}
#wrap_articles .header_quest .text1 {
	top: 20px;
	left: 30px;
}
#wrap_articles .header_quest .text2 {
	top: 60px;
	left: 30px;
}
#wrap_articles .header_quest .small_text {
	color: #FFF;
	font-size: 18px;
	position: absolute;
	top: 115px;
	text-shadow: 12px 1px 11px rgba(0, 0, 0, 0.2);
	left: 30px;
}
#wrap_articles .header_quest .login-btn {
	position: absolute;
	color: #FFF;
	background: url(/images/btn_green_bg.png) center repeat-x;
	display: inline-block;
	height: 36px;
	font-size: 18px;
	font-weight: 700;
	line-height: 34px;
	padding: 0 20px;
	margin: 10px 0 0;
	border-radius: 4px;
	border: none;
	top: 145px;
	left: 30px;
}
#wrap_articles .footer_header {
	bottom: 0;
	position: absolute;
	left: 0;
	width: 100%;
	background: #F7DFD3;
	padding: 10px 30px;
}
#wrap_articles .header_quest img {
	border-radius: 0;
	padding: 15px;
	background: #FFF;
	box-shadow: 0 0 6px 1px #000;
	position: absolute;
}
#wrap_articles .header_quest img.img1 {
	right: 263px;
	transform: rotate(-5deg);
	top: -9px;
}
#wrap_articles .header_quest img.img2 {
	right: 100px;
	transform: rotate(-15deg);
	top: -8px;
}
#wrap_articles .header_quest img.img3 {
	right: 7px;
	transform: rotate(25deg);
	top: 60px;
}
#wrap_articles .inner {
	background: #FFF;
	margin-bottom: 15px;
	padding: 0 0 15px 0;
}
#wrap_articles .inner {
	margin: 0 95px;
}
#wrap_articles.view .inner {
	margin: 0 auto !important;
}
#wrap_articles.reasons.no-padding-top {
	padding: 0px;
}
#wrap_articles.reasons.no-padding-top .inner {
	margin-bottom: 0px;
}
.wrap_keywords_main_page {
	text-align: center;
	background: #626366;
	border-top: 1px solid #DBDCDD;
	padding: 15px 0;
}
.wrap_keywords_main_page ul {
	display: inline-block;
	margin: 0;
	padding: 0px;
}
.wrap_keywords_main_page li {
	display: inline-block;
	margin: 0 5px;
}
.wrap_keywords_main_page li a {
	color: #FFF;
	padding: 0px 5px;
	display: inline-block;
	font-size: 17px;
	text-decoration: underline;
}
.wrap_keywords_main_page li a:hover {
	text-decoration: none;
}
#wrap_articles.auth {
	background: #F3F3F3;
}
#wrap_articles .inner {
	border: 1px solid #E5E5E5;
}
#wrap_articles .inner .border {
	padding: 15px;
	border: 1px solid #E5E5E5;
	margin-top: 15px;
}
#wrap_articles .row-article {
	margin-bottom: 35px;
}
.menu .upgrade-button {
	margin: 0 5px;
}
#modal_for_comments img {
	vertical-align: middle;
}
#modal_for_comments #smile_fild {
	padding: 0;
	margin: 20px 0 0 5px;
	overflow: hidden;
}
#modal_for_comments #message_textarea {
	min-width: 250px; 
	width:100%;
}
#modal_for_comments #message_textarea {
	float: left;
}
#modal_for_comments #message_textarea[contenteditable] {
	background: #FFF;
	color:#000;
	font-size:16px;
}
#modal_for_comments img[src^=\/images\/smiley\/] {
	width: 20px;
}
#wrap_articles .wrap_actions a {
	background: #3CB44B;
	border: none;
	transition: all 0.5s;
}
#wrap_articles .wrap_actions a:hover {
	background: #399645;
}
#wrap_articles h1 {
	color: #000;
}
#wrap_articles .articles-image-container {
	position: relative;
}
#wrap_articles .articles-image-container.en .image-title {
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	line-height: 1;
}
#wrap_articles .articles-image-container .image-title .line1 {
	font-size: 55px;
	font-weight: bold;
}
#wrap_articles .articles-image-container .image-title .line2 {
	color: #F09738;
	font-size: 75px;
	font-weight: bold;
}
#wrap_articles .articles-image-container .image-title .line3 {
	font-size: 50px;
	/*font-weight: bold;*/
}
#wrap_articles .articles-image-container.ru .image-title {
	position: absolute;
	right: 60px;
	top: 40px;
	text-align: center;
	line-height: 1.2;
	color: #919191;
	font-weight: bold;
	font-size: 50px;
	letter-spacing: 2px;
}
/*CupidGuard*/
.footer-banner.guard-banner {
    background-color: #626366;
}
.footer-banner.guard-banner img {
    margin: 0 auto;
}
.footer-banner.guard-banner a {
	position: absolute;
	height: 100%;
	width: 25%;
	right: 0;
	top: 0;
}
.img-cupidguard-top {
	max-height: 80px;
/*        width: 20%;*/
        max-width: 60px;
	margin-top: 10px;
}
.img-mcafee-top {
	margin-right: 15px;
	vertical-align: top;
	max-height: 65px;
	height: auto;
	width: 60%;
	max-width: 180px;
}
/*Wink popup*/
#wink-both-popup .modal-dialog {
	width: 600px;
}
#wink-both-popup .modal-header {
	text-align: center;
	position: relative;
}
#wink-both-popup .modal-header:after {
	content: "";
	bottom: -20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #4585B8;
}
#wink-both-popup .modal-header img {
	width: 100px;
	margin: 40px 0 0 8px;
}
#wink-both-popup .modal-header h2 {
	margin: 15px 0 0;
	font-size: 28px;
}
#wink-both-popup .modal-header p {
	margin-bottom: 15px;
	font-size: 16px;
}
#wink-both-popup .modal-body ul {
	margin: 30px 0 0;
	padding: 0;
	font-size: 0;
	text-align: center;
}
#wink-both-popup .modal-body ul li {
	margin: 0 30px;
	display: inline-block;
}
#wink-both-popup .modal-body ul li img {
	border-radius: 150px;
	width: 150px;
	height: 150px;
}
#wink-both-popup .modal-footer ul li a {
	display: block;
	padding: 10px;
	font-size: 18px;
}
#wink-both-popup .modal-footer ul li a.wink-message {
	background: #5AB333;
	color: #FFF;
}
#wink-both-popup .modal-footer a.wink-message {
	position: relative;
}
#wink-both-popup .modal-footer a.wink-message .icon {
	font-size: 25px;
	position: absolute;
	left: 10px;
	top: 10px;
}
.cupidguard-search {
	border: 1px solid #C3DEF6;
}
/*Profile page v2*/
.container.wrap-account-page {
	width: 1175px;
}
.container.wrap-account-page .view-search-page,
.container.wrap-account-page .fix-col-width {
	float: left;
}
.account-page article {
	min-width: 1160px;
	width: auto !important;
}
.account-page .item .photo,
.wrap-account-page.wrap-search-page .item .photo {
	height: 172px;
	margin: 0 0 10px 0;
}
.account-page .item .photo img,
.wrap-account-page.wrap-search-page .item .photo img {
	width: 143px;
	height: auto;
	max-height: inherit;
}
.wrap-cupidguard-search {
	border: none !important;
	padding: 0 !important;
	background: transparent !important;
}
.wrap-cupidguard-search img {
	width: 100%;
}
.account-page .profile_box {
	background: #C5C7C3;
	padding: 15px 20px 20px;
	border-radius: 10px;
	border: 2px solid #5D5D5D;
	margin-bottom: 10px;
}
.account-page .profile_box .title {
	color: #333;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 5px;
}
.account-page .profile_box .image img {
	border-radius: 200px;
	width: 100%;
	height: auto;
	max-height: 250px;
	max-width: 250px;
	margin: 0 auto;
	display: block;
	border: 3px solid #A1A1A1;
	z-index: 1;
	position: relative;
}
.account-page .profile_box .image .count-images {
	text-align: right;
	margin: -23px 0 0;
	z-index: 0;
	position: relative;
}
.account-page .profile_box .image .count-images a {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	text-align: center;
	line-height: 30px;
	background: #00B4F1;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}
.account-page .profile_box .profile_complete {
	margin-top: 10px;
}
.account-page .profile_box .profile_complete p {
	font-size: 14px;
	margin-bottom: 5px;
}
.account-page .profile_box .profile_complete .progress {
	border-radius: 0px;
	background: #FFF;
	border: 1px solid #AAA;
	box-shadow: none;
	margin-bottom: 10px;
}
.account-page .profile_box .profile_complete .progress .bar {
	height: 20px;
	background: #BADC83;
}
.account-page .profile_box .next-step {
	display: block;
	margin: 0 0 10px 0;
	text-align: center;
	font-weight: bold;
}
.account-page .green-btn {
	display: block;
	height: 30px;
	line-height: 30px;
	background-color: #2B8816;
	border-radius: 6px;
	text-align: center;
	color: #FFF;
	margin-bottom: 10px;
}
.account-page .statuses-header {
	margin-bottom: 10px;
}
.account-page .statuses-header p {
	font-weight: bold;
}
.account-page .statuses {
	margin-bottom: 10px;
}
.account-page .statuses .status {
	height: 30px;
	line-height: 30px;
	background-color: #646464;
	color: #FFF;
	padding-left: 25px;
	position: relative;
	border-radius: 6px;
}
.account-page .statuses .status i {
	position: absolute;
	left: 0;
	width: 12px;
	height: 12px;
	border: 2px solid #FFF;
	border-radius: 12px;
	background: #8FE47A;
	top: 9px;
	left: 7px;
}
.account-page .statuses .status.on i {
	background: #F7A31E;
}
.account-page .status_box {
	padding: 0;
	font-weight: 500;
	border-radius: 3px;
	padding: 3px 10px;
	display: block;
	text-align: center;
}
.account-page .status_box.free {
	background-color: #D5FFCB;
	border: 1px solid #2B8816;
	color: #2B8816;
}
.account-page .status_box.diamond {
	background-color: #953896;
	border: 1px solid #411142;
	color: #FFF;
}
.account-page .status_box.gold {
	color: #3D2F04;
	background-color: #FFFB98;
	border: 1px solid #DEAA0A;
}
.account-page .upgrade_link {
	font-size: 14px;
	line-height: normal;
	width: 100% !important;
	height: auto;
	font-weight: normal;
	text-transform: none;
	padding: 5px 0 !important;
}
.account-page .upgrade_link:hover {
	text-decoration: underline;
}
.left-sidebar .border_box {
	border: 2px solid #5D5D5D;
	margin-bottom: 10px;
	padding: 10px 20px;
	border-radius: 10px;
	background: #F6F6F6;
}
.account-page .border_box .name {
	color: #333;
	font-size: 18px;
	font-weight: bolder;
	padding-bottom: 0px;
	border-bottom: 1px solid #AAA;
	margin-bottom: 10px;
}
.account-page .border_box .name a {
	float: right;
	font-size: 12px;
	position: relative;
	top: 5px;
}
.account-page .activitys li {
	padding: 5px 0;
	font-size:17px;
}
.account-page .activitys li i {
	vertical-align: middle;
	display: inline-block;
	margin-right: 5px;
}
.account-page .activitys li.messages i {
	background: url("/images/profile_icons/new_messages.png") no-repeat;
	height: 20px;
	width: 22px;
}
.account-page .activitys li.interests i {
	background: url("/images/profile_icons/new_interests.png") no-repeat;
	height: 18px;
	width: 22px;
}
.account-page .activitys li.views i {
	background: url("/images/profile_icons/new_views.png") no-repeat;
	height: 15px;
	width: 22px;
}
.account-page .activitys li.favorites i {
	background: url("/images/profile_icons/new_favorites.png") no-repeat;
	height: 22px;
	width: 22px;
}
.account-page .activitys li.gifts i {
	background: url("/images/profile_icons/new_gifts.png") no-repeat;
	height: 25px;
	width: 22px;
}
.account-page .border_box a {
	color: #000;
}
.account-page .border_box.search .row {
	margin-bottom: 15px;
}
.account-page .border_box.search .row [name=country] {
	margin-bottom: 15px;
}
.account-page .border_box.search .row [name=country],
.account-page .border_box.search .row [name=city],
.account-page .border_box.search .row [name=last_seen] {
	width: 140px;
}
.account-page .border_box.search .row [name=i_am_seach_sex],
.account-page .border_box.search .row [name=seach_sex] {
	max-width: 140px;
}
.account-page .border_box.search .row [name=age_min],
.account-page .border_box.search .row [name=age_max] {
	max-width: 50px;
}
.account-page .tobox {
	margin: 0 5px;
}
.account-page .border_box.search .green-btn {
	border: none;
	width: 90%;
	margin: 0 auto;
	line-height: 23px;
	font-size: 18px;
}
.account-page .guard_logo {
	margin-bottom: 10px;
}
.account-page .guard_logo img {
	max-width: 150px;
	margin: 0 auto 10px;
	display: block;
}
.account-page .guard_logo .green-btn {
	width: 200px;
	margin: 0 auto;
}
.modal-header {
	min-height: 50px;
}
.account-page #big_photo .actions {
	margin: 20px 0 0;
}
.account-page #big_photo .actions a {
	font-size: 20px;
	height: 40px;
	line-height: 40px;
}
.wrap-account-page.wrap-search-page .member-box.item {
	width: 19%;
	margin-left: 0.5%;
	margin-right: 0.5%;
}
.account-page .members-box .title-box {
	margin-bottom: 10px;
}
.account-page .members-box .title-box.top {
	background-color: #DEDEDE;
	padding: 10px 0;
}
.account-page .members-box .title-box a {
	padding: 8.75px 17.5px;
	line-height: normal;
	line-height: 18px;
	display: inline-block;
	margin-left: 10px;
	color: #000;
	background: #BADC83;
	border: 1px solid #618726;
	margin: 0;
	font-size: 22px;
	height: auto;
}
.account-page .members-box .title-box h2 {
	display: inline;
	position: relative;
  font-size: 28px;
}
.account-page .all-matches {
	margin-top: 15px;
	margin-bottom: 15px;
}
.account-page .all-matches a {
	font-size: 20px;
	line-height: 40px;
	height: 40px;
}
.account-page .adsense-box {
	margin-bottom: 10px;
	border: 1px solid #C3DEF6;
	min-height: 10px;
	overflow: hidden;
}
ul.menu .settings {
	position: relative;
}
ul.menu .settings i {
	font-size: 28px;
	position: relative;
	top: 4px;
}
ul.menu .settings.active ul {
	display: block !important;
}
ul.menu .settings.extended ul{
width:385px;
}
ul.menu .settings ul {
	position: absolute;
	z-index: 999;
	background: #F6F6F6;
	top: 47px;
	width: 225px;
	box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.5);
}
ul.menu .settings ul:before {
	position: absolute;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #F6F6F6;
	content: "";
	top: -10px;
	left: 22px;
}
ul.menu .settings ul li {
	display: block;
	height: auto;
	border: none;
}
ul.menu .settings ul li.title {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding: 10px 15px 0px;
}
ul.menu .settings ul li a {
	color: #000;
	height: auto;
	line-height: normal;
	text-align: left;
	padding: 10px 15px;
}
ul.menu .settings ul li a:hover {
	background: #DEDEDE;
}
/*Join user*/
.members-list .wrap_join_banner {
	margin-bottom: 15px;
}
.mymessage_join .wrap_join_banner {
	margin-top: 10px;
}
.wrap_join_banner {
	position: relative;
}
.wrap_join_banner span {
	display: block;
	text-align: center;
	color: #FFF;
}
.wrap_join_banner .inner_box_join {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 300px;
}
.wrap_join_banner .inner_box_join div.title {
	background: #000;
	padding: 10px;
}
.wrap_join_banner .inner_box_join div.title .title {
	font-size: 20px;
	font-weight: bold;
	color: ;
}
.wrap_join_banner .inner_box_join div.body {
	margin-top: 2px;
	background: #000;
	padding: 10px;
}
.wrap_join_banner .inner_box_join div.body .site_name {
	font-size: 20px;
	font-weight: bold;
}
.wrap_join_banner .inner_box_join div.body a {
	background: #76BE4C;
	border-radius: 3px;
	padding: 8px 15px;
	width: 210px;
	display: block;
	color: #FFF;
	text-align: center;
	margin: 10px auto 5px;
}
@media (min-width:768px)
{
	#modal_for_comments .modal-dialog{
		margin-top:15px;
	}
	.btn.btn-default.login{
		font-size: 13px;
	}
}
@media (max-width:767px)
{
	.lang-btns.main-lang{margin-right:10px;}
	.btn.btn-default.login{
		font-size:16.5px;
	}
	.hide-mobile{display:none;}
	#modal_for_comments .actions-for-user{
		margin-top:10px;
	}
}
@media only screen and (min-width: 992px) {
	.wrap_join_banner.search div.title .title {
		font-size: 14px;
	}
	.wrap_join_banner.search .inner_box_join {
		position: absolute;
		top: 5px;
		right: 10px;
		width: 235px;
		font-size: 12px;
	}
	.wrap_join_banner.search .inner_box_join div.body .site_name {
		font-size: 14px;
		font-weight: bold;
	}
	.wrap_join_banner.search .inner_box_join div.body {
		padding: 5px;
	}
	.wrap_join_banner.search .inner_box_join div.body a {
		padding: 8px;
		margin-top: 5px;
	}
	.wrap_join_banner.search .inner_box_join div.title {
		padding: 10px;
	}
}
#join-popup-modal .modal-dialog {
	width: 850px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 360px;
}
#join-popup-modal .modal-content {
	background: transparent !important;
}
#join-popup-modal .modal-title span {
	display: block;
	text-align: center;
	font-size: 22px;
}
#join-popup-modal .modal-title span.desc {
	font-weight: normal;
	font-size: 16px;
}
#join-popup-modal .modal-body {
	padding: 0;
	position: relative;
}
#join-popup-modal .modal-header {
	border: none;
}
#join-popup-modal .modal-body .inner {
	position: absolute;
	top: 15px;
	left: 40px;
	background: #000;
	padding: 10px;
	width: 350px;
}
#join-popup-modal .modal-body .inner span {
	display: block;
	color: #FFF;
	text-align: center;
}
#join-popup-modal .modal-body .inner span.site_name {
	font-size: 18px;
	font-weight: bold;
}
#join-popup-modal .modal-body .inner a {
	background: #76BE4C;
	border-radius: 3px;
	padding: 10px;
	width: 150px;
	display: block;
	color: #FFF;
	text-align: center;
	margin: 15px auto 5px;
}
#join-popup-modal .modal-body .inner .info {
	margin-top: 10px;
}
body.user_joinpage_page section.content {
	background: transparent;
}
body.user_joinpage_page {
	background: url(/images/join_banners/ukrainiandating/image.jpg) center -100px no-repeat;
}
body.user_joinpage_page div.header {
	background: #800313;
}
.content.join-page .inner {
}
.content.join-page .inner .box {
	width: 100%;
	max-width: 470px;
	text-align: center;
	color: #FFF;
	background: #000;
	padding: 20px;
	font-size: 16px;
}
.content.join-page .inner .box .title {
	font-size: 24px;
	font-weight: bold;
}
.content.join-page .inner .box .name {
	font-size: 20px;
	margin: 10px 0;
}
.content.join-page .inner .box a.activate_btn {
	background: #76BE4C;
	border-radius: 3px;
	padding: 10px;
	display: block;
	color: #FFF;
	text-align: center;
	margin: 25px auto;
	border: none;
	font-size: 16px !important;
	text-decoration: none;
	max-width: 300px;
}
.content.join-page .container .inner .box a:hover {
	background: #5B923B;
}
/*Scroll modal*/
#messages-faq-modal .modal,
#messages-imbra-answers-modal .modal {
	display: block !important;
}
#messages-faq-modal .modal-dialog,
#messages-imbra-answers-modal .modal-dialog {
	overflow-y: initial !important;
	width: auto;
	max-width: 700px;
}
#messages-faq-modal .modal-body,
#messages-imbra-answers-modal .modal-body {
	max-height: 600px;
	overflow-y: auto;
}
/*#messages-imbra-answers-modal .modal-body .wrap-actions_box
{
	max-height: 209px;
	overflow-y: auto;
}*/
/*Imbra message*/
.imbra-message {
	border: 1px solid #8A8A8A;
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
	background: #DBDBDB;
}
#modal_for_comments .imbra-message {
	margin: 25px 0 0;
}
#modal_for_comments .imbra-message a {
	color: #000;
}
.imbra-message .text-box a {
	text-decoration: underline;
}
.imbra-message .imbra-information {
	font-weight: bold;
	padding-top: 3px;
}
.imbra-message .green,
.imbra-message .yellow {
	background: #DFEBAF;
	padding: 2px 5px;
	display: inline-block;
	border: 1px solid #637A04;
	border-radius: 5px;
}
.imbra-message .yellow {
	background: #ECC895;
	border: 1px solid #8A683C;
}
.imbra-message .green i,
.imbra-message .yellow i {
	margin-right: 5px;
}
.imbra-message .text-box {
	margin-top: 10px;
}
#messages-faq-modal .wrap-faq-body {
	border: 1px #8A8A8A solid;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 10px;
}
#messages-faq-modal .wrap-faq-body .header-title,
#messages-imbra-answers-modal .header-title {
	padding: 10px;
	background: #E1E1E1;
}
#messages-faq-modal .wrap-faq-body .description,
#messages-imbra-answers-modal .description {
	padding: 10px;
}
#messages-imbra-answers-modal {
	color: #000;
}
#messages-imbra-answers-modal a {
	color: #000;
}
#messages-imbra-answers-modal .small-desc1 {
	margin: 0 0 15px 0;
}
#messages-imbra-answers-modal .small-desc2 {
	margin: 0 0 15px 0;
	background: #DDD;
	padding: 10px;
}
#messages-imbra-answers-modal .language {
	margin-bottom: 15px;
}
#messages-imbra-answers-modal .language a {
	font-weight: bold;
	text-decoration: underline;
}
#messages-imbra-answers-modal .actions {
	margin: 0 0 10px 0;
}
#messages-imbra-answers-modal .show_variants {
	font-weight: bold;
	text-decoration: underline;
}
#messages-imbra-answers-modal .lists-arrested {
	padding: 15px;
}
#messages-imbra-answers-modal .modal-body,
#messages-faq-modal .modal-body {
	background: rgba(220, 220, 220, 0.178);
}
/*About us*/
.about_us_logos {
	clear: both;
}
.about_us_logos .row {
	display: flex;
	align-items: center;
}
.about_us_logos .row .fox-news {
	max-width: 120px;
}
.content.about_us_page .page-title h1 {
	font-size: 25px;
	text-align: center;
}
.additional_box_about_us {
	padding: 0 15px;
}
.additional_box_about_us h2 {
	margin-top: 25px !important;
	margin-bottom: -20px !important;
	clear: both;
	text-align: center;
	font-size: 30px;
}
.additional_box_about_us h3 {
	text-align: center;
	margin: 20px 0;
	font-size: 20px;
	font-weight: bold;
}
.additional_box_about_us h3.second {
	margin: 50px 0 20px;
}
.additional_box_about_us .powered {
	margin: 0px 0 -15px !important;
	/*border-top: 1px solid #DDD !important;*/
	padding: 20px 0 0 !important;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
}
#can_not_found_user .modal-dialog {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
}
#can_not_found_user .modal-content {
	margin: 0 auto;
}
.additional_box_about_us_article_h1 {
	color: #000;
	font-size: 35px;
	margin: 30px 0 0;
	font-weight: bold;
	text-align: center;
}
#wrap_articles .additional_box_about_us h2 {
	margin-top: 0 !important;
}
.logo-text.afil {
	z-index: 99;
	left: 70px;
	top: 20px;
	display: block;
	width: 100%;
}
.wrap-afil-box .logo {
	max-width: 80px !important;
}
.wrap-afil-box {
	height: 80px;
}
.wrap-afil-box small {
	font-weight: 100;
	color: #BD6D6D;
	font-size: 20px !important;
	left: 90px !important;
	bottom: -13px !important;
}
.logo-text.afil .logo-inner:after {
	content: "";
	position: absolute;
	height: 2px;
	width: 351px;
	background-color: #DDDDDB;
	left: 91px;
	bottom: 24px;
}
.logo-text.afil .logo-inner {
	color: #D46464;
	font-size: 35px !important;
}
.logo-text.afil .logo-inner span {
	color: #F7D6D7;
}
.afil_index_page .small-reg-form {
	top: 80px;
}
.afil_index_page .small-reg-form {
	padding-bottom: 35px;
}
.box_trusted,
.box_trusted2 {
	margin: 0 30px 50px;
}
.box_trusted h2,
.box_trusted2 h2 {
	text-align: center;
	text-decoration: none;
	font-family: 'Ubuntu', 'Trebuchet MS', sans-serif;
	font-size: 48px;
	font-weight: 300;
	text-align: center;
	color: #585858 !important;
}
.box_trusted .blockquote {
	position: relative;
	color: #989898;
	font-size: 16px;
	font-style: italic;
	font-family: 'Ubuntu', 'Trebuchet MS', sans-serif;
	padding: 0 45px;
	text-align: center;
}
.box_trusted .redactor-user {
	color: #989898;
	font-size: 16px;
	padding: 20px 0;
	font-weight: bold;
	font-family: 'Ubuntu', 'Trebuchet MS', sans-serif;
	text-align: center;
	margin-bottom: 50px;
}
.box_trusted .blockquote:before {
	content: '';
	display: block;
	width: 30px;
	height: 22px;
	position: absolute;
	top: -22px;
	left: 0;
	background-image: url("/images/quotes.png");
	background-repeat: no-repeat;
}
.box_trusted .blockquote:after {
	content: '';
	display: block;
	width: 30px;
	height: 22px;
	position: absolute;
	top: -22px;
	background-image: url("/images/quotes.png");
	background-repeat: no-repeat;
	right: 0px;
	background-position: right 0;
}
.box_trusted h2 span {
	color: #333;
}
.box_trusted h2 span.color {
	color: #DB4D58;
}
.box_trusted .images {
	text-align: center;
}
.box_trusted .images img {
	max-height: 70px;
	margin: 0 20px 10px;
	display: inline;
	filter: gray;
	/* IE6-9 */
	-webkit-filter: grayscale(1);
	/* Google Chrome, Safari 6+ & Opera 15+ */
	filter: grayscale(1);
	/* Microsoft Edge and Firefox 35+ */
	transition: all 0.5s;
}
.box_trusted .images img:hover {
	-webkit-filter: grayscale(0);
	filter: none;
}
.margin-top-bottom {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}
.edit-profile-bg {
	position: relative;
	max-width: 772px;
	margin: 0 auto;
}
.edit-profile-bg .left,
.edit-profile-bg .right {
	position: absolute;
	top: 0;
	height: 93%;
	width: 50%;
	display: flex;
	align-items: center;
}
.edit-profile-bg .left {
	left: 0;
	padding: 0 0 0 20px;
	font-size: 25px;
}
.ru .edit-profile-bg .left {
	line-height: 21px;
	font-size: 23px;
}
.edit-profile-bg .right {
	right: 0;
	justify-content: center;
	font-size: 20px;
	padding: 4px 0 0;
}
.white-background .form-head-t {
	margin-top: 0;
}
.user_myfoto_page .center-content {
	padding-left: 20px !important;
	padding-right: 20px !important;
}
.share-box {
	text-align: right;
}
.share-box ul li {
	display: inline-block;
	vertical-align: middle;
}
.share-box .text {
	font-size: 20px;
	font-weight: bold;
}
.dating-advice-box {
	margin: 20px 0 0;
}
.dating-advice-box .logo {
	margin: 0 0 10px 0;
}
.dating-advice-box .logo img {
	max-width: 230px;
	width: 100%;
	margin: 0 auto;
}
.dating-advice-box .text div {
	padding: 0 40px;
	text-align: center;
}
.dating-advice-box .footer {
	background: #366382;
	margin: 30px 0 0;
	padding: 10px 0;
	position: relative;
}
.dating-advice-box .footer img {
	border-radius: 164px;
	padding: 2px;
	border: 1px solid #FFF;
	position: absolute;
	top: -30px;
	left: 6px;
	max-width: 70px;
}
.dating-advice-box .footer .name {
	color: #FFF;
	font-size: 16px;
}
.dating-advice-box .footer .name-desc {
	color: #FFF;
	font-size: 10px;
}
/*Journal Banner*/
.journal-banner {
	margin-bottom: 20px;
}
/*About us*/
.about_us_page_v2 {
	background: #FFF;
}
.about_us_page_v2 .faq_wrapper {
	background: #0048A4;
}
.about_us_page_v2 .faq_wrapper h3 {
	font-size: 30px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
.about_us_page_v2 .faq_wrapper {
	padding: 10px 0;
}
.about_us_page_v2 .faq_wrapper .row {
	display: flex;
	align-items: center;
}
.about_us_page_v2 .faq_box .faq_title {
	font-size: 25px;
	color: #FFF;
	font-weight: 500;
}
.about_us_page_v2 .faq_box .faq_body {
	color: #FFF;
	font-size: 14px;
}
.about_us_page_v2 .faq_box .faq_body a {
	color: #FFF;
}
.about_us_page_v2 .page-main-content p {
	margin-bottom: 10px;
}
.about_us_page_v2 .page-main-content h1 {
	color: #0048A4;
	font-size: 35px;
	margin-bottom: 0;
	line-height: normal;
}
.about_us_page_v2 .page-main-content h2 {
	color: #0048A4;
	font-size: 25px;
	margin-bottom: 0;
	margin-top: 35px;
	line-height: normal;
}
.about_us_page_v2 .page-main-content ul {
	list-style-type: inherit;
	padding: 0 0 0 16px;
	margin-bottom: 10px;
}
.about_us_page_v2 .page-main-content ul li {
	margin-bottom: 5px;
}
.about_us_page_v2 .sidebar .dating-news-box {
	margin-top: 40px;
}
.dating-news-box .logo {
	margin-bottom: 10px;
}
.dating-news-box .text .scoop {
	color: #3F3F3F;
	font-weight: bold;
}
.dating-news-box .text .name {
	color: #000;
	font-weight: bold;
}
.dating-news-box .footer {
	background: #EBEBEB;
	padding: 5px;
	margin: 10px 0 0;
}
.dating-news-box .footer .inner {
	border-left: 2px solid #C6C6C6;
	padding: 5px 0 5px 5px;
	position: relative;
}
.dating-news-box .footer .inner:after,
.dating-news-box .footer .inner:before {
	position: absolute;
	height: 2px;
	width: 20px;
	content: "";
	left: 0;
	background: #C6C6C6;
}
.dating-news-box .footer .inner:after {
	bottom: 0;
}
.dating-news-box .footer .inner:before {
	top: 0;
}
.dating-news-box .footer .about_title {
	color: #888888;
	font-weight: bold;
}
.dating-news-box .footer .author {
	color: #343235;
	font-weight: bold;
}
.dating-news-box .footer .inner span {
	display: block;
}
.dating-news-box .footer .author_box {
	margin-bottom: 5px;
}
.about_us_page_v2 .red-square-cupid-inf {
	margin-top: 40px;
}
.about_us_page_v2 .red-square-cupid-inf .title {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.about_us_page_v2 .bestdate-banner {
	margin-top: 40px;
}
.about_us_page_v2 .bestdate-banner p {
	text-align: center;
	font-weight: bold;
}
.about_us_page_v2 .contact-us h2 {
	color: #0048A4;
	font-size: 25px;
}
.about_us_page_v2 .contact-us {
	overflow: hidden;
}
.about_us_page_v2 .contact-us .inner {
	margin-right: 310px;
}
.about_us_page_v2 .contact-us .circle {
	padding: 10px 20px 0;
	background: #3CB44B;
	border-radius: 900px;
	width: 230px;
	height: 230px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #FFF;
	float: right;
	text-align: center;
}
.about_us_page_v2 .contact-us .circle:hover {
	text-decoration: none;
}
.about_us_page_v2 .contact-us .circle h2 {
	margin: 0;
	color: #FFF;
	text-align: center;
}
.about_us_page_v2 .contact-us .circle i {
	font-size: 30px;
	margin: 10px 0 0;
}
.about_us_page_v2 .contact-us .circle a {
	color: #FFF;
	transition: all 0.5s;
}
.about_us_page_v2 .contact-us .circle a:hover {
	opacity: 0.8;
}
.about_us_page_v2 .contact-us .circle span.text {
	text-decoration: underline;
}
.about_us_page_v2 .popular-girls .slick-prev {
	content: "\f060";
	font: normal normal normal 14px / 1 FontAwesome;
}
.about_us_page_v2 .popular-girls .slick-arrow {
}
.about_us_page_v2 .slick-prev,
.about_us_page_v2 .slick-next {
	width: 35px;
	height: 42px;
	margin-top: -34px;
}
.about_us_page_v2 .slick-prev:before,
.about_us_page_v2 .slick-next:before {
	color: #9F9F9F;
	font-family: "Glyphicons Halflings";
	font-size: 35px;
}
.about_us_page_v2 .slick-prev:before {
	content: "\e079";
}
.about_us_page_v2 .slick-next:before {
	content: "\e080";
}
.about_us_page_v2 .slick-list {
	margin: 0 20px;
}
#wrap_articles .about_us_page_v2.popular-users .slick-slide {
	margin: 0 5px;
	width: 145px !important;
}
#wrap_articles .about_us_page_v2 .slick-slide img {
	width: 100%;
}
.about_us_page_v2 .slick-slide {
	margin: 0 5px;
	width: 150px;
}
.about_us_page_v2 .popular-girls h2 {
	color: #0048A4;
	font-size: 25px;
}
.about_us_page_v2 .popular-girls {
	margin-bottom: 40px;
}
.about_us_page_v2 .images-girls {
	padding-bottom: 25px;
}
#wrap_articles .popular-girls {
	padding-left: 30px;
	padding-right: 30px;
}
#wrap_articles .popular-girls .title {
	padding: 0;
	font-weight: normal;
	font-size: 13px;
}
#HelpDescForm_yourMessage {
	resize: none;
}
.grecaptcha-badge {
	display: none;
}
#login-modal .bg-img {
	display: none;
}
#login-modal .small-reg-form {
	top: 0;
	left: 0;
}
#login-modal .modal-dialog {
	background: transparent !important;
}
.modal-backdrop-transparent .modal-backdrop {
	background: #FFF;
}
#login-modal .main-img {
	overflow: visible;
}
.about_us_page_v2 #help-desc-modal .modal-header {
	background: #3CB44B;
}
.about_us_page_v2 #help-desc-modal .modal-dialog {
	width: 750px;
}
.about_us_page_v2 #help-desc-modal .modal-header h4 {
	font-size: 18px;
}
.about_us_page_v2 #help-desc-modal .btn-send {
	margin: 0 0 0 268px;
	padding: 8px 15px;
}
#login-modal .close-window {
	display: block;
	height: 30px;
	width: 30px;
	right: 88px;
	position: absolute;
	z-index: 9999;
	top: -13px;
	opacity: 1;
	color: #FFF;
}
#login-modal .container-fluid {
	padding-right: 95px;
	padding-left: 95px;
}
.about_us_page_v2 #modal-costs .modal-header {
	background: #3CB44B;
}
.about_us_page_v2 #modal-costs .modal-header h4 {
	font-size: 22px;
}
.about_us_page_v2 #modal-costs .modal-body {
	padding: 0;
	margin-top: -1px;
}
.about_us_page_v2 #modal-costs .modal-dialog {
	width: 900px;
}
.about_us_page_v2 #modal-costs table thead td span {
	display: block;
	text-align: left;
	font-weight: normal;
}
.about_us_page_v2 #modal-costs table thead td span.title {
	font-weight: bold;
}
.about_us_page_v2 #modal-costs table thead td {
	font-weight: normal;
}
.about_us_page_v2 #modal-costs .gold_header {
	background: #F09A38;
	color: #FFF;
}
.about_us_page_v2 #modal-costs .diamond_header {
	background: #325098;
	color: #FFF;
}
.about_us_page_v2 #modal-costs .free_header {
	background: #DDD;
	color: #000;
}
.about_us_page_v2 #modal-meet-real-women .modal-header {
	background: #3CB44B;
}
.about_us_page_v2 #modal-meet-real-women .modal-header h4 {
	font-size: 22px;
}
.about_us_page_v2 #modal-meet-real-women .modal-dialog {
	width: 990px;
}
.about_us_page_v2 #modal-meet-real-women .modal-body {
	padding: 0;
	background: url("/images/bg_popup_win.jpg") 0 0 / cover no-repeat;
}
.about_us_page_v2 #modal-meet-real-women ul {
	padding: 70px 30px 70px 385px;
	color: #CF4A43;
	font-size: 20px;
	font-weight: ;
}
.about_us_page_v2 #modal-meet-real-women ul li {
	position: relative;
	list-style: none;
	margin: 0 0 3px 0;
	padding: 0 0 0 30px;
}
.about_us_page_v2 #modal-meet-real-women ul li:before {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 4px;
	background: url(/images/list-check.png) center / contain no-repeat;
}
.about_us_page_v2 #modal-feedback .modal-header {
	background: #3CB44B;
}
.about_us_page_v2 #modal-feedback ul li {
	margin-bottom: 3px;
}
/*Header 2*/
.header-v2 {
	/*min-height: 100px;*/
	position: relative;
}
.section-top {
	min-height: 97.5vh;
	/*min-height: 2000px;*/
	background-position: 65%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.section-top::before {
	content: "";
	width: 100%;
	display: block;
	position: absolute;
	background-size: cover;
	background-position: top right;
	background-attachment: fixed;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.bridesandlovers.ru .section-top::before {
	background-image: url("/images/main-image/bridesandlovers/main-img_ru.webp"), url("/images/main-image/bridesandlovers/main-img_ru.jpg");
}
.bridesandlovers .section-top::before {
	background-image: url("/images/main-image/bridesandlovers/main-img_en.webp"), url("/images/main-image/bridesandlovers/main-img_en.jpg");
}
.bridesandlovers .section-top:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0,0,0,0.8), transparent);
}
.ukrainiandating.ru .section-top::before {
	background-image: url("/images/main-image/ukrainiandating/main-img_ru.webp"), url("/images/main-image/ukrainiandating/main-img_ru.jpg");
}
.ukrainiandating .section-top::before {
	background-image: url("/images/main-image/ukrainiandating/main-img.webp"), url("/images/main-image/ukrainiandating/main-img.jpg");
}
.site_index_page header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
}
.site_index_page header .header {
	border: none;
}
.header-v2 .black-line {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #FFF;
	background-color: rgba(0, 0, 0, 0.3);
}
.header-v2 .inner-txts {
	z-index: 10;
	width: 50%;
	padding: 0 0 0 15px;
	position: relative;
	top: -30px;
}
@media (min-width:1200px)
{
	.header-v2 .inner-txts .title,
	.header-v2 .inner-txts .title h1{
	    font-size: 55px !important;
	}
}
.header-v2 .inner-txts .title h1
{
	margin: 0;
	font-weight: 300;
}
.header-v2 .inner-txts .title,
.header-v2 .inner-txts .title h1{
	font-size: 48px;
	line-height: 1;
	text-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
}
.header-v2 .inner-txts .body {
	text-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
	color: #FFF;
	text-align: center;
	font-size: 15px;
	padding-left: 20px;
	padding-right: 20px;
    	max-width: 700px;
	margin: 0 auto;
}
.header-v2 .inner-txts .add-text {
	text-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
	color: #FFF;
	text-align: center;
	font-size: 22px;
	margin: 10px 0 21px;
}
.header-v2 .inner-txts .actions {
	text-align: center;
}
.ukrainiandating.en .header-v2 .inner-txts .title,
.ukrainiandating.en .header-v2 .inner-txts .title h1{
	font-size: 55px;
}
.ukrainiandating.en .header-v2 .inner-txts .body {
	font-size: 20px;
}
.ukrainiandating.en .header-v2 .inner-txts .add-text {
	font-size: 25px;
}
.header-v2 .inner-txts .actions a {
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.4);
	color: #FFF;
	text-align: center;
	padding: 18px 22px;
	border-radius: 4px;
	background: #4684B7;
	transition: all 0.5s;
	text-decoration: none;
	font-size: 22px;
}
.header-v2 .inner-txts .actions a:hover {
	background: #34648B;
}
.site_index_page .lang-btns .btn {
	background: rgba(0, 0, 0, 0.3);
}
body .lang-btns .btn:hover {
	color: #B8B7B7;
}
#login-modal-white .small-reg-form-white,
.login-modal-white .small-reg-form-white {
	background: #FFF;
	padding: 20px;
}
#login-modal-white .small-reg-form-white label,
.login-modal-white .small-reg-form-white label {
	color: #5F5F5F;
	margin: 0;
	font-size: 16px;
}
#login-modal-white .small-reg-form-white h2,
.login-modal-white .small-reg-form-white h2 {
	color: rgb(43, 43, 43);
	font-weight: normal;
	margin: 0;
	text-transform: capitalize;
	text-align: center;
	font-size: 32px;
	line-height: normal;
}
#login-modal-white .small-reg-form-white h2 span,
.login-modal-white .small-reg-form-white h2 span {
	color: #4684B7;
}
#login-modal-white .small-reg-form-white h3,
.login-modal-white .small-reg-form-white h3 {
	color: #2B2B2B;
	text-align: center;
	font-size: 24px;
	margin: -8px 0 0;
}
#login-modal-white .wrap-close,
.login-modal-white .wrap-close {
	margin: 20px 0 0;
	text-align: right;
}
#login-modal-white .wrap-close button,
.login-modal-white .wrap-close button {
	background: none;
	border: none;
	color: #5F5F5F;
}
#login-modal-white .small-reg-form-white input[type=text],
#login-modal-white .small-reg-form-white input[type=password],
.login-modal-white .small-reg-form-white input[type=text],
.login-modal-white .small-reg-form-white input[type=password] {
	border-radius: 7px;
	border: 1px solid rgb(174, 174, 174);
	height: 36px;
	line-height: 36px;
}
#login-modal-white .terms-of-use,
.login-modal-white .terms-of-use {
	color: #AEAEAE !important;
	font-size: 12px !important;
	font-weight: bold !important;
	margin: 20px 0 !important;
}
#login-modal-white .terms-of-use label,
.login-modal-white .terms-of-use label {
	width: 22px;
	height: 22px;
	float: left;
}
#login-modal-white .btn-getstarted,
.login-modal-white .btn-getstarted {
	border-radius: 7px;
	background: -moz-linear-gradient(90deg, rgb(82, 137, 39) 0%, rgb(154, 202, 72) 100%);
	background: -webkit-linear-gradient(90deg, rgb(82, 137, 39) 0%, rgb(154, 202, 72) 100%);
	background: -ms-linear-gradient(90deg, rgb(82, 137, 39) 0%, rgb(154, 202, 72) 100%);
	font-size: 24px;
	height: 44px;
	line-height: 44px;
	padding: 0;
	color: #FFF;
	font-weight: normal;
	position: relative;
	text-align: center;
}
#login-modal-white .btn-getstarted img {
}
#login-modal-white .btn-getstarted:after,
.login-modal-white .btn-getstarted:after {
	display: none;
}
#login-modal-white .terms-of-use a,
.login-modal-white .terms-of-use a {
	color: #575757;
}
#login-modal-white .close,
.login-modal-white .close {
	z-index: 9999999 !important;
}
#login-modal-white .modal-dialog,
.login-modal-white .modal-dialog {
	width: 441px;
}
#login-modal-white .modal-body,
.login-modal-white .modal-body {
	padding: 20px 30px;
}
#login-modal-white .small-reg-form-white,
#login-modal-white .modal-dialog,
#login-modal-white .modal-content,
.login-modal-white .small-reg-form-white,
.login-modal-white .modal-dialog,
.login-modal-white .modal-content {
	border-radius: 10px;
}
#login-modal-white span.or,
.login-modal-white span.or {
	position: relative;
	top: -5px;
}
#login-modal-white .form-group.s,
.login-modal-white .form-group.s {
	display: flex;
}
#login-modal-white .form-group.s label, #login-modal-white .form-group.s select,
.login-modal-white .form-group.s label, .login-modal-white .form-group.s select {
	flex: 1;
}
#login-modal-white .s-label,
.login-modal-white .s-label {
	width: 115px;
	display: inline-block;
}
#login-modal-white .s-label input,
.login-modal-white .s-label input {
	margin-right: 10px;
}
#login-modal-white .s-label img,
.login-modal-white .s-label img {
	vertical-align: middle;
}
#login-modal-white .sex,
.login-modal-white .sex {
	white-space: nowrap;
}
#login-modal-white .errorMessage,
.login-modal-white .errorMessage {
	position: absolute;
	left: 361px;
	background: #444;
	padding: 10px;
	top: 16px;
	border: 2px solid #000;
	width: 250px;
	color: #FFF;
}
#login-modal-white .errorMessage:before,
.login-modal-white .errorMessage:before{
	content: " ";
	position: absolute;
	left: -10px;
	border-top: 10px solid transparent;
	border-right: 10px solid #444;
	border-bottom: 10px solid transparent;
}
.site_index_page .header .login {
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.4);
	background: #4684B7;
	color: #FFF !important;
	transition: all 0.5s;
}
.site_index_page .header .login:hover {
	background: #34648B;
}
#loginModal,
#loginModal .modal-dialog,
#loginModal .modal-content {
	border-radius: 10px;
}
#loginModal .modal-dialog {
	width: 400px;
}
#loginModal .modal-content {
	background: #1E1B15;
}
#loginModal .modal-title {
	background: transparent;
	color: #FFF;
	text-align: center;
	font-size: 32px;
	margin-bottom: 15px;
	font-weight: normal;
	text-align: center !important;
}
#loginModal .modal-body {
	padding: 20px 30px 25px !important;
}
#loginModal label {
	color: #FFF;
	font-size: 16px;
}
#loginModal .send_pass_me {
	color: #FFF;
	text-align: right;
}
#loginModal .remember-me {
	color: #FFF;
}
#loginModal .remember-me .container-checkbox {
	width: 22px;
	height: 22px;
	float: left;
}
#loginModal .errorMessage {
	color: #FFF;
}
#loginModal input[type=text],
#loginModal input[type=password] {
	border-radius: 4px;
	border: 1px solid #AEAEAE;
	height: 36px;
	line-height: 36px;
}
#loginModal .protect_info {
	font-style: italic;
	color: #FFF;
	margin-bottom: 20px;
	margin-top: 20px;
}
#loginModal .modal-footer {
	border: none;
	padding-top: 0;
	padding-bottom: 10px;
}
#loginModal .not-a {
	color: #FFF;
}
#loginModal input[type=submit] {
	background: #4684B7;
	border: none;
	color: #FFF;
	transition: all 0.5s;
	width: 100%;
	font-size: 21px;
	white-space: normal;
}
#loginModal input[type=submit]:hover {
	background: #34648B;
}
#loginModal .wrap-submit {
	text-align: center;
}
#loginModal .modal-body {
	padding-bottom: 0;
}
#loginModal .container-checkbox {
	width: 22px;
}
#login-form .error_box.terms-of-use {
	color: red !important;
}
@media (max-width: 767px) {
	.header-v2 .inner-txts {
		top: 0;
	}
	.site_index_page .header-v2 .inner-txts .body {
		display: none;
	}
	.site_index_page .header-v2 .inner-txts {
		width: 100%;
	}
	.site_index_page .header-v2 .inner-txts .title,
	.site_index_page .header-v2 .inner-txts .title h1 {
		line-height: 1;
		font-size: 30px;
	}
	.site_index_page .header-v2 .login {
		padding: 12px 15px !important;
		font-size: 20px !important;
	}
	.site_index_page .left-text-intro {
		padding: 0 20px !important;
	}
	.site_index_page .left-text-intro .row {
		margin: 0;
	}
	.site_index_page .header {
		position: relative;
	}
	.site_index_page .header .logo-text img {
		width: 100%;
		height: auto;
	}
	.site_index_page .header .header-right {
		position: absolute;
		right: 5px;
		top: 18px;
		margin: 0;
		padding: 0;
	}
	.site_index_page .header .header-right .login {
		margin: 0;
	}
	.site_index_page .header-v2 .black-line {
		display: none;
	}
	body.site_index_page,
	.site_index_page .container,
	.site_index_page .reasons {
		width: 100% !important;
		min-width: 100% !important;
	}
	.site_index_page .container-fluid {
		padding: 0 15px;
	}
	.site_index_page .box_trusted {
		margin: 0;
	}
	.site_index_page .reasons h2 {
		font-size: 27px;
		font-weight: bold;
		line-height: normal;
	}
	.site_index_page .box_trusted .images {
		text-align: center;
	}
	.site_index_page .box_trusted img {
		max-width: 100% !important;
		height: auto !important;
		display: inline-block;
		margin: 0 auto;
	}
	.site_index_page .wrap_keywords_main_page li {
		float: none !important;
		display: block !important;
	}
	.site_index_page .footer-home .aval {
		height: auto;
		line-height: 26px;
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.site_index_page .footer2 {
		text-align: center;
	}
	.site_index_page .footer2 .col {
		width: 100% !important;
	}
	.site_index_page #login-modal-white .modal-dialog,
	.site_index_page #loginModal .modal-dialog {
		width: 100% !important;
		max-width: 480px !important;
		margin: 0 auto !important;
	}
	.site_index_page #loginModal .modal-dialog input[type=submit] {
		min-width: auto;
	}
}
.site_index_page.article_view .header-v2 .title {
	font-size: 4.8vw;
	color: #FFF;
	font-family: Roboto, sans-serif;
	font-weight: bold;
	text-shadow: none;
}
.site_index_page.article_view .header-v2 .flex-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.site_index_page.article_view .header-v2 .flex-container .heart {
	max-height: 64px;
}
.site_index_page.article_view .header-v2 .flex-container .mcafee-logo {
	max-height: 40px;
}
.site_index_page.article_view .header-v2 .black-line {
	padding: 10px;
}
.site_index_page.article_view .header-v2 .img-cupidguard-top {
	max-height: 62px;
	margin: 0;
}
.site_index_page.article_view .inner-user-container {
	display: flex !important;
	flex-wrap: wrap !important;
	justify-content: center !important;
	width: initial !important;
}
.site_index_page.article_view .section-top .title {
	margin: 0 0 30px 0;
	line-height: 1;
}
.site_index_page.article_view .section-top .add-text {
	margin: 0 0 45px 0;
}
@media (max-width: 767px) {
	.article_view .section-top {
		align-items: flex-end;
		padding-bottom: 35px;
	}
	.site_index_page.article_view .section-top .title {
		margin: 0 0 15px 0;
		font-size: 40px;
	}
	.site_index_page.article_view .section-top .add-text {
		margin: 0 0 29px 0;
		font-size: 30px;
	}
}
/*.site_index_page.article_view .inner-user-container::after
{
	content: "";
	flex: auto;
}*/
@media (min-width:992px) and (max-width: 1368px)
{
	body.site_index_page.article_view .inner-user-container .member-box
	{
		flex: 1 225px;
		max-width:225px;
	}
}
.site_index_page.article_view .inner-user-container .popular-users-item, .site_index_page.article_view .inner-user-container .member-box{
	margin: 0 5px 10px;
	flex: 1 250px;
	max-width: 250px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.40);
	position: relative;
	min-height: 275px;
}
.site_index_page.article_view .inner-user-container img {
	width: 100%;
	flex: 1;
}
.popular-users-pages .slick-prev.slick-disabled:before,
.popular-users-pages .slick-next.slick-disabled:before {
	opacity: 1;
}
body.article_view {
	background: none;
}
@media screen and (max-width: 1060px) {
	body.article_view {
		max-width: 1060px !important;
		min-width: auto;
		width: auto;
	}
}
.site_index_page.article_view .section-top,
.site_index_page.article_view .section-top:before {
	min-height: 85vh;
}
#wrap_articles .container-fluid.inner {
	max-width: 1700px;
	margin: 0 auto;
	border: none;
}
#wrap_articles div.border {
	border-radius: 5px;
}
#wrap_articles .popular-users-pages .title {
	width: 100%;
	display: block;
	font-size: 14px;
	font-weight: normal;
}
#wrap_articles .popular-users-pages .title span {
	display: block;
}
#wrap_articles .popular-users-pages .title span.id {
	font-size: 12px;
	display: inline;
	float: right;
	font-weight: bold;
	position: relative;
	top: 3px;
	color: #766B6B;
}
#wrap_articles .popular-users-pages .title span.name {
	font-size: 16px;
	font-weight: bold;
	margin: 2px 0;
	display: inline;
}
#wrap_articles .popular-users-pages .title div.name {
	vertical-align: middle;
}
#wrap_articles .popular-users-pages .title span.other {
	font-size: 12px;
}
#wrap_articles .popular-users-pages .title span.seeking {
	font-size: 12px;
}
#slider-users-top-container .modal-footer {
	text-align: center;
}
#slider-users-top-container .modal-footer button {
	background: #3CB44B;
	border: none;
	border-radius: 0;
	color: #FFF;
	font-weight: bold;
	padding: 10px 20px;
	transition: all 0.5s;
}
#slider-users-top-container .modal-footer button:hover {
	background-color: #399645;
}
#slider-users-top-container .close.close-window {
	z-index: 9999;
	position: absolute;
	right: 0px;
	top: 0px;
	opacity: 0.9;
}
#slider-users-top-container .close.close-window:hover {
	opacity: 0.7;
}
@media screen and (min-width: 800px) {
	#slider-users-top-container .modal-dialog {
		width: 800px;
	}
}
#slider-users-top-container .main-photo {
	height: auto;
}
#slider-users-top-container .verify_img {
	display: none;
}
.popular-users-pages-actions {
	display: flex;
	justify-content: space-between;
	margin: 10px 0 0;
}
.popular-users-pages .empty {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
}
.popular-users-pages .empty a {
	text-decoration: none;
	font-family: arial, sans-serif;
	background: url('/images/images-slider-next.png') right center / 15px no-repeat border-box padding-box;
	padding-right: 17px;
}
.popular-users-pages .empty a:hover {
	border-bottom: 1px solid #000;
	color: #000;
	opacity: 0.7;
}
.popular-users-pages .empty a .sign {
	font-size: 24px;
	transition: color 0.5s;
	padding: 0 !important;
}
.popular-users-pages .empty a:hover .sign {
	color: #3CB44B;
}
.popular-users-pages-actions a {
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	font-family: arial, sans-serif;
	color: #000 !important;
}
.popular-users-pages-actions a.next {
	background: url('/images/images-slider-next.png') right center / 15px no-repeat border-box padding-box;
	padding-right: 17px;
}
.popular-users-pages-actions a.prev {
	background: url('/images/images-slider-prev.png') left center / 15px no-repeat border-box padding-box;
	padding-left: 17px;
}
.popular-users-pages-actions a:hover {
	opacity: 0.7;
}
.popular-users-pages-actions .slick-disabled {
	visibility: hidden;
}
.article_view footer {
	background: #FFF;
}
.article_view footer a {
	color: #766B6B !important;
}
.article_view footer a:hover {
	background: none !important;
}
.article_view footer nav ul.menu li {
	border: none;
}
#wrap_articles {
}
#wrap_articles .inner {
	margin-left: 8.962264150943396%;
	margin-right: 8.962264150943396%;
}
.nav-avatar img {
    height: 40px;
    border-radius: 100%;
    padding: 1px;
    background: #fff;
}
ul.menu .settings ul li a span.disabled {
    color: #6f6f6f;
}
#modal_for_comments
{
	z-index:9999999999;
}
#modal_for_comments .footer-chat .msg_box {
    flex: 1;
}
#modal_for_comments .footer-chat>div {
    padding: 5px 15px;
}
#modal_for_comments .footer-chat>div:last-child {
    padding-left: 0;
}
#modal_for_comments .footer-chat>div:first-child {
    padding-right: 0;
}

#modal_for_comments .modal-footer {
    border-top: 1px solid #e9ecef;
}
#modal_for_comments .modal-footer #wrap_message_box{
	width:100%;
}
#modal_for_comments #message_fild .placeholder{
	position: absolute;
    z-index: 1;
    padding-left: 3px;
    color: #000;
	font-size: 16px;
	pointer-events:none; touch-action:none;
}
/* PROFILE PAGE UPDATE */
.member-box .photo .img-count {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 42px;
    height: 20px;
    border-radius: 15px;
    background: rgb(74 74 74 / 50%);
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    color: #fff;
	text-decoration:none;
}
body .account-page article {
	width: auto !important;
}
body .account-page .item.member-box {
    margin-left: 0.5%;
    margin-right: 0.5%;
	width: 19%;
	height:auto;
	position:relative;
}

#preview_photo .thumbs
{
	display: flex;
    align-items: center;
    justify-content: center;
	padding: 10px 0;
}
#preview_photo .modal-content .main-photo,
#preview_photo .modal-content .main-photo div,
#preview_photo .modal-content .main-photo div img{	
    height: 50vh;
	max-height: 50vh;
}
#preview_photo .carousel .thumbs img {
    width: auto;
    height: 90px;
}
@media screen and (min-width: 768px)
{
	#preview_photo .carousel-control .glyphicon-chevron-left, #preview_photo .carousel-control .glyphicon-chevron-right, #preview_photo .carousel-control .icon-next, #preview_photo .carousel-control .icon-prev
	{
		font-size: 64px;
		width: 64px;
		height: 64px;
	}
}
#preview_photo .modal-content, #preview_photo .border-box2, #preview_photo .modal-header
{
	background: transparent;
	background-color: transparent;
	border: none;
	box-shadow:none;
	-webkit-box-shadow:none;
}
#preview_photo .modal-header button{
	font-size:64px;
}
#preview_photo .oc-links{
	justify-content: center;
    display: flex;
}
.member-profile #preview_photo a.p-icon-fa
{
    font-size: 18px;
}
#preview_photo .modal-header
{
	min-height:80px;
}
.item.member-box .actions-container{
	display: flex;
    border-bottom: 1px solid #c5c5c5;
}
.item.member-box .actions-container .col-4i, .item.member-box .actions-container .col-3i {
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    width: 25%;
}
.item.member-box .actions-container .col-4i
{
	width:25%;
}
.item.member-box .actions-container .col-3i
{
	width:33.3333333%;
}

body .item.member-box .photo{
	height: auto !important;
	margin:0 !important;
}
body .item.member-box .photo img,
body .wrap-account-page.wrap-search-page .item .photo img {
	width: 100%;
	height: auto;
	min-height:150px;
	border-top-left-radius: 4%;
	border-top-right-radius: 4%;
}

.member-box .new_label {	
	position: absolute;
	right: 0;
	z-index: 10;
	padding: 0 15px;
	background: #ffff00;
	color: #000;
	margin:4px;
}
.member-box .profile-info-wrapper {
	padding: 5px 8px;
	flex: 1;
	display: flex;
	flex-direction: column;
}
.member-box {
  -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.4);
  box-shadow: 0 3px 6px 0 rgba(0,0,0,.4);
	border-radius: 4%;
	display: flex;
	flex-direction: column;
}
.member-box .member-profile.profile-box a.p-icon-fa {
	font-size: 36px;
}
#wrap_articles .member-box .member-profile.profile-box a.p-icon-fa.col-3i{
	font-size:36px;
}
.member-box .member-profile.profile-box .p-links {
	padding-left: 8px;
	padding-right: 8px;
}
.member-box .profile-info-wrapper .fa-circle{
	color:#5e5e5e;
}
.member-box.online .profile-info-wrapper .fa-circle{
	color:#1a7b41;
}
.container.wrap-account-page > .row{
    display: flex;
    justify-content: center;
}
@media (min-width:1430px)
{
	.container.wrap-account-page{
		width:1400px;
		max-width:1400px;
	}
}
@media (min-width:1330px) and (max-width:1429px)
{
	.container.wrap-account-page{
		width:1300px;
		max-width:1300px;
	}
}
@media (min-width:1230px) and (max-width:1329px)
{
	.container.wrap-account-page{
		width:1200px;
		max-width:1200px;
	}
}
/* SEARCH BOX CHANGES */
.wrap_add_search .submit input {
    position: relative;
    top: 12px;
    color: #454748;
    background: #DCEEFC;
    border: none;
    border-radius: 5px;
    width: auto;
    font-weight: 700;
    text-transform: uppercase;
    padding: 7.5px 15px;
	-webkit-box-shadow: -1px 5px 10px 0px rgb(0 0 0 / 30%);
	-moz-box-shadow: -1px 5px 10px 0px rgb(0 0 0 / 30%);
    box-shadow: -1px 5px 10px 0px rgb(0 0 0 / 30%);
}
.wrap_add_search .submit input:hover{
	background:#d3e9fb;
}
.wrap_add_search .filters > ul{
    display: flex;
    align-items: center;
}
.wrap_add_search .ages label.tobox
{
	top:auto;
}
.wrap_add_search .filters>ul>li{
	margin-right:20px;
}
.wrap_add_search input[type="submit"]::-moz-focus-inner, .gender.radio .btn
{   
	border : 0 !important;
}
.wrap_add_search .submit input[type="submit"]:focus, .gender.radio .btn
{
	outline : none !important; 
}
.gender.radio .male.active {
  color: #7290cc;
  background: #c9d7f2;
}
.gender.radio .female.active {
  color: #a976a3;
  background: #edd7ed;
}
.gender.radio .male, .gender.radio .female {
	font-size: 16px;
	border: 1px solid;
	color: #D3D3D3;
	background: #fff;
	margin-left: 0;
    padding: 3px 12px;
}
.radio.btn-group{
	margin-top: 0;
    margin-bottom: 0;
}
/* USER PAGE CHANGES */
.member-profile .p-links{text-align:right;}
.member-profile .first-info i.fa{color:#5e5e5e; margin-left: 3px;}
.member-profile a.p-icon-fa:hover{color:#797B7D;}
.member-profile a.p-icon-fa{color:#5e5e5e;}
.member-profile .profile-icon > i{padding-right:2px;}
.member-profile div.thumbs{text-align:center;}
.member-profile .border-box{background:#fff;padding:10px;position:relative}
.member-profile .member-full table tr td:first-child{background:#fff;border-right:none;border-left:0;font-weight:700}
.member-profile .border-box.no-border{border:0;background:#fff;}
.member-profile .first-info i.fa.fa-check-circle{color:#7EAD41;}
.member-profile .first-info i.fa.fa-circle{font-size:16px;}
.member-profile .first-info i.fa.fa-circle.online{color:#0B823B;}
.member-profile .first-info{padding-bottom:15px;}
.member-profile .first-info .info-details{font-size:15px;}
.member-profile .first-info, .member-profile .p-links{line-height:1.4;}
.member-profile .p-links{
	display: flex;
	justify-content: space-between;
}
.member-profile .ui-tooltip{background: rgb(0 0 0 / 0.9);box-shadow:none;-webkit-box-shadow:none;color:#fff;border:0}
.member-profile .image-holder{padding-left:0 !important;padding-right:0!important;}
.member-profile .member-full table tr:nth-child(2n+1) td {
	background: #FAFAFB;
	border-right: none;
}
.member-profile .first-info .name
{
	display: flex;
	align-items: center;
}
.member-profile .first-info .name i.fa
{
	padding-left:5px;
}
.member-profile .photo-bl, .member-profile .photo-bl .main-photo
{
	margin-bottom:0;
}
.member-profile .blink_green
{
	animation: blinker_green 1.5s linear infinite;
}
.member-profile a.p-icon-fa.favorites_added
{
	color:#ffad01;
}
.member-profile a.p-icon-fa.favorites_added:hover
{
color:#ffc751;
}
@keyframes blinker_green {
	0% {
color:#5E5E5E;
	}
	50%{
color:#0b823b;
	}
}
.member-profile a.p-icon-fa.wink_added{
color: #db4d58;
}
.member-profile a.p-icon-fa.wink_added:hover{
color: #e4717a;
}
.member-profile a.p-icon-fa.blocked{
color:#cf1f2d;
}
.member-profile a.p-icon-fa.blocked:hover{
color:#d3434f;
}
.member-profile img.big_photo {
	max-height:100%; /*todo: adjust in main css*/
}
.member-box .member-profile .favorites_added:hover .bubble, .member-box .member-profile .wink_added:hover .bubble {
    left: 35px;
    top: -8px;
}
.member-profile .favorites_added:hover .bubble, .member-profile .wink_added:hover .bubble {
	left: 50px;
	top: 12px;
	font-size:16px;
}
@media (min-width:992px)
{
	.member-profile a.p-icon-fa{font-size:48px;}
	.member-profile .p-links{
    	justify-content: flex-end;
    	gap: 2.5rem;
	}
}
.member-profile .photo-bl .main-photo .badge_verify { display: none; }
@media (min-width:768px) and (max-width:991px)
{
	.member-profile a.p-icon-fa{font-size:96px;}
}
@media (max-width:767px)
{
	.member-profile a.p-icon-fa{font-size:48px;}
}
/* PROFILE BOXES UPDATE 2 */
#wrap_articles .popular-users-pages .member-box .title {
	display: inline-block;
	padding:0;
	font-size: 20px;
	font-weight: 700;
}
/* NEW TASK */
.member-box .wink_added .bubble
{
  display:none!important;
}
.member-box .wink_added:active:hover .bubble
{
  display:block!important;
}
.member-box .profile-info-wrapper .user_id{
  padding:5px 0;
  align-self: flex-end;
  margin-top: auto;
}
.upgrade_index_page form{
  padding-bottom:60px;
}
.upgrade_index_page .steps-scs .step1{
  padding-bottom:0;
}
.upgrade_index_page .why-link {
    line-height: inherit;
}
.upgrade_index_page table.tarifs thead td:first-child{
    background: #f1f2f2;
}
.upgrade_index_page table.tarifs tbody tr td input[type=radio], .upgrade_index_page .payment-methods .item input[type=radio]
{
    transform: scale(2);
    margin-top: 0;
}
.upgrade_index_page table.tarifs strong, table.tarifs tbody tr td:first-child, .upgrade_index_page .payment-methods .item label
{
    font-size: 20px;
}
.upgrade_index_page .payment-methods .item
{
  display:flex;
  align-items: center;
  justify-content: flex-start;
}
.upgrade_index_page .payment-methods .info-q{
    margin-left: auto;
}
.upgrade_index_page .plans-compare thead td {
    text-transform: capitalize;
}
.upgrade_index_page .upgrade-button{
    font-size: 32px;
    height: 76px;
}
.upgrade_index_page .gifts .upgrade-button
{
  min-height: 57px;
  height: auto;
  padding: 0 45px;
  font-size: 24px;
}
.ui-dialog .ui-dialog-titlebar-close span
{
    margin-top: -8px;
    margin-left: -8px;
}
.upgrade-page .section-hr.head h2{
  font-size:29.75px;
}
.muted{
  color:#777777;
}
@media (max-width:767px)
{
  .user_index_page .border_box.popular_searches, .user_index_page .guard_logo{
    display:none;
  }
}
@media (max-width:991px)
{
	.upgrade_index_page .payment-methods .item label{
		width:100%;
    display: flex;
	}
	.upgrade_index_page .payment-methods label .invisible
	{
		display:none;
	}
	.upgrade_index_page .payment-methods .payment_text{
		display:inline-block;
    width: 40%;
	}
	.upgrade_index_page .payment-methods label img{
    align-self: center;
	}
	.hide-tablet{
			display:none;
	}
}
@media (min-width:992px)
{
	.hide-desktop{
		display:none;
	}
	.upgrade_index_page .payment-methods .payment_text{
		display:inline;
	}
}
.wise .wise-logo {
    height: 85px;
}
.wise .main-section {
    display: flex;
    padding: .5em .5em;
    justify-content: space-between;
    margin: .5em;
}
.wise p {
    font-size: 15px;
}
.wise .sign-up-image {
    margin :1em;
    width: 44.5%;
}
.wise .google-link {
    margin-right: .5em;
    width: 130px;
    height: 40px;
}
.wise .center-horizontal{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.wise .app-store-link {
    width: 120px;
    height: 40px;
}
.wise .links-container {
    margin: 1em;
    margin-left: 1em;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-around;
}
.wise .card-info {
    max-width: 380px;
    margin: 1em auto;
    background-color: #000000;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    padding: 1em 2em;
    border-radius: 1em;
}
.wise .transfer-img {
    margin-right: .5em;
    margin-top: .5em;
}
.wise .email-container {
    background-color: #333;
    width: fit-content;
    border-radius: .5em;
    padding: .5em 1em;
    color: #fff;
    font-size: 15px;
}
.wise .email-container a {
    color:#ffb1c7;
    text-decoration:underline;
}
.wise .card-info .card-p {
    font-size: 16px;
    margin-bottom: 10px;
}
.wise .card-info .card-heading {
    font-size: 18px;
}
.wise .card-info .card-data {
    font-size: 20px;
}
.wise .card-info .card-section+.card-section {
    margin-top: 5px;
}
.wise .card-info .card-data span+span {
    margin-left: 5px;
}

.member-box.cupidguard-banner{
	background:#919191;
	background-color:#919191;
}
.member-box.cupidguard-banner > a {
    margin: auto 0;
}
.member-box.cupidguard-banner img{
	object-fit:contain;
	border-radius:4%;
}
.site_error_page a.return-home-btn {
    border-radius: 5px;
    background-color: #ac1529;
    color: #fff;
    padding: 10px 15px;
    -webkit-box-shadow: 0 3px 3px 0 rgb(0 0 0 / 50%);
    box-shadow: 0 3px 3px 0 rgb(0 0 0 / 50%);
    display: inline-block;
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 10px;
}
.site_error_page a.return-home-btn:hover {
    background-color: #980e20;
}
.site_error_page .error p {
    margin-bottom: 10px;
    font-size: 1.6em;
}
.site_error_page .error h2 {
    margin-bottom: 5px;
    font-size: 2.2em;
}
.site_error_page .error{
    margin: 100px 0;
	text-align:center;
}
.site_error_page footer nav, .site_error_page footer nav ul.menu li a, .site_error_page footer nav ul.menu li a:hover {
    background: #f3f3f3;
    background-color: #f3f3f3;
}
.upgrade_index_page .black-bg {
    color: #fff;
    background: #000;
}
.upgrade_index_page .vip-row {
    display: flex;
    align-items: center;
}
.upgrade_index_page .vip-row h2 {
    font-size: 80px;
}
.upgrade_index_page .vip-row p {
    font-size: 50px;
}
.upgrade_index_page .vip-row .centered {
    margin-left: auto;
    margin-right: auto;
}
.upgrade_index_page .io-bg {
    color: #fff;
    background: url("/img/yoomoney-bg.png") 0 0 / contain no-repeat #a03cff;
    padding: 50px 0;
}
.upgrade_index_page .io-row {
    margin-left: 400px;
    text-align: center;
}
.upgrade_index_page .cc-row {
    margin-left: 500px;
    text-align: center;
}
.upgrade_index_page .io-row h2 {
    font-size: 40px;
    margin-top: 0;
}
.upgrade_index_page .io-row .io-btn {
    border: 0;
    border-radius: 20px;
    background: #fff;
    display: inline-block;
    line-height: 1;
    padding: 5px 120px;
}
.upgrade_index_page .cc-bg {
    color: #a03cfd;
    background: url("/img/cc-bg.jpg") 0 0 / cover no-repeat #949593;
    padding-bottom: 50px;
}
.upgrade_index_page .header-row,
.wrap-account-page.wrap-search-page .member-box.item.vip-banner {
    color: #fff;
    background: #000;
    padding: 15px;
}
.upgrade_index_page .cc-bg .ccnetwork {
    background: rgb(255 255 255 / 50%);
    display: inline-block;
    margin: 10px 0 0 10px;
    padding: 0 15px;
}
.upgrade_index_page .cc-row .cc-btn {
    border: 0;
    color: #a03cfd;
    border-radius: 20px;
    background: #fff;
    display: inline-block;
    line-height: 1;
    padding: 10px 25px;
    font-size: 30px;
    font-weight: 700;
    text-decoration: none;
}
.upgrade_index_page .cc-row h2 {
    margin-top: 0;
    font-size: 45px;
}
.upgrade_index_page .header-row {
    text-align: center;
    margin-top: 15px;
}
.upgrade_index_page .header-row h2 {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
}
.upgrade_index_page .header-row.sub h2 {
    font-size: 36.5px;
}
.upgrade_index_page .vip-feature {
    display: flex;
    padding: 15px;
    font-size: 20px;
}
.upgrade_index_page .vip-feature .vip-1 {
    max-width: 180px;
    font-weight: 700;
    margin-right: 15px;
}
.upgrade_index_page .vip-feature .vip-2 .ft-1 {
    position: absolute;
    padding-left: 65px;
    padding-top: 30px;
    max-width: 200px;
    font-size: 25px;
}
.upgrade_index_page .vip-feature .vip-2 .ft-2 {
    position: absolute;
    padding-top: 190px;
    padding-left: 40px;
    font-size: 25px;
}
.upgrade_index_page .vip-feature .vip-2 .ft-3 {
    position: absolute;
    padding-top: 400px;
    padding-left: 5px;
    font-size: 25px;
}
.upgrade_index_page .vip-feature .vip-3 .ft-1 {
    position: absolute;
    padding-left: 10px;
    padding-top: 120px;
    max-width: 200px;
    font-size: 25px;
}
.upgrade_index_page .vip-feature .vip-3 .ft-2 {
    max-width: 200px;
    padding-top: 50px;
}
.p-0 {
    padding: 0 !important;
}
.wrap-account-page.wrap-search-page .member-box.item,
body .account-page .item.member-box {
    width: 15.5%;
}
@media (min-width: 768px) and (max-width:991px)
{
	.wrap-account-page.wrap-search-page .member-box.item,
	body .account-page .item.member-box {
		width: 32.3%;
	}
}
@media (min-width: 992px) and (max-width:1199px)
{
	.wrap-account-page.wrap-search-page .member-box.item,
	body .account-page .item.member-box {
		width: 24%;
	}
}
.wrap-account-page.wrap-search-page .member-box.item.vip {
    width: 32.3%;
    display: flex;
    flex-direction: row;
    min-height: 435px;
}
.member-box.item.vip .actions-container {
    border-bottom: 0;
}
.member-box.item.vip a.photo {
    width: 100%;
    max-width: 200px;
}
.member-box.item.vip img {
    width: auto !important;
    height: 100%;
    border-radius: 0;
    object-fit: cover;
}
.member-box.item.vip .vip-row {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
}
.member-box.item.vip .vip-icon {
    background: url(/img/vip-member.png) 0 0 / contain no-repeat;
    width: 36px;
    height: 36px;
    bottom: 5px;
    right: 5px;
    border-radius: 25px;
    position: absolute;
}
#wrap_articles .member-box .member-profile.profile-box a.p-icon-fa.col-3i,
.member-box .member-profile.profile-box a.p-icon-fa {
    font-size: 33px;
}
@media (min-width: 1430px) {
    .container.wrap-account-page {
        width: 1600px;
        max-width: 1600px;
    }
}
@media (min-width: 768px) and (max-width: 1430px) {
    .member-box .member-profile.profile-box a.p-icon-fa {
        font-size: 26px;
    }
}
div.meet-more-people{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
	padding:15px;
    width: 100%;
    color: #fff;
    background-repeat: no-repeat;
	background-size: cover;
    background-position: center center;
}
.meet-more-people.women{
	background-image: url("../images/meet-more-women.jpg");
}
.meet-more-people.men{
	background-image: url("../images/meet-more-men.jpg");
}
div.meet-more-people h2
{
    font-size: 46px;
    line-height: 1;
    margin-bottom: 0;
}

div.meet-more-people p
{
    font-size: 22px;
    margin: 10px 0;
}

div.meet-more-people a.btn.btn-meet-more-people
{
    background: #B43684;
    padding: 8px 15px;
    min-width: 210px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 50px;
    margin: 10px auto 5px;
    text-decoration: none;
}
.search-footer
{
	margin-top:20px;
}
.member-profile .ad-spacer {
    margin-bottom: 15px;
    margin-top: 15px;
}
#gdpr-cookie-message {
    position: fixed;
    right: 0;
    bottom: 0;
    max-width: 100%;
    background-color: #fff;
    padding: 20px;
    margin-left: 0;
    z-index: 100;
    box-shadow: 1px 0 15px rgba(0,0,0,.25);
    width: 100%;
}
#gdpr-cookie-message h4 {
    color: #323232;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message h5 {
    color: #323232;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
    color: #000;
    font-size: 15px;
	margin-bottom:25px;
    line-height: 1.5em;
}
#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: right;
}
#gdpr-cookie-message li {
    width: 49%;
    display: inline-block;
}
#gdpr-cookie-message a {
    color: #505656;
    text-decoration: none;
    font-size: 15px;
    padding-bottom: 2px;
    border-bottom: 1px solid #505656;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
    color: #424848;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button,
button#ihavecookiesBtn {
    border: none;
    background: #E9E9E9;
    color: #000;
    font-size: 15px;
    padding: 7px 15px;
    border-radius: 3px;
    margin-left: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}

@media (max-width:400px)
{
	#gdpr-cookie-message button,
	button#ihavecookiesBtn
	{
		font-size: 13px;
		padding: 7px 14px;
	}
}
#gdpr-cookie-message button:hover {
    background: #dbdbdb;
    color: #000;
    transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
    background: #E9E9E9;
    color: #000;
}
#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}
.wrap_add_search .filters>ul
{
	justify-content: center;
}
.wrap_add_search .gray-strip-form ul li select {
    border:none;
    border-bottom: 1px solid #565656;
    padding-bottom: 5px;
}
.wrap_add_search .filters ul li label:first-child {
    color: #323232;
    font-weight: 600;
}
.wrap-search-page .border-box.add_search
{
	border: none;
}
.main-lang.dashboard-lang .btn.dropdown-toggle{
    background: rgba(0,0,0,.8);
	display: flex;
	align-items: center;
	margin-left:5px;
}
.main-lang.dashboard-lang .btn.dropdown-toggle:hover{
	color:#fff;
}
.main-lang.dashboard-lang .btn.dropdown-toggle img+span{
margin-left:5px;
}
.main-lang.dashboard-lang .dropdown-menu
{
	background: rgba(255,255,255,.8);
}

.caret{
	transition: 0.2s ease-in-out all;
}
.open .caret{
    transform: rotate(180deg);
}
.members-boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media (max-width:767px)
{
	.desktop-only{
		display:none !important;
	}
	.wrap-account-page.wrap-search-page .member-box.item, body .account-page .item.member-box
	{
		flex-basis: 260px;
	}
}
@media (min-width:768px)
{
	.mobile-only{
		display: none !important;
	}
}
.site_search_page .adblock{
    margin-top: 10px;
    margin-bottom: 20px;
    height: auto;
    min-height: 0px;
    width:100%;
}

    nav ul.menu .wrap-activity-link{
        border-color: rgba(255,255,255,0.2)!important;
    }
    body a.profile-upgrade-button,
    nav ul.menu li a.profile-upgrade-button
    {
        background: #7FAF41;
        display: flex;
        align-items: center;
        height: auto;
        font-size:14px;
        height: 40px;
        margin-left:20px;
    }
    body a.profile-upgrade-button:hover,
    nav ul.menu li a.profile-upgrade-button:hover{
        background:#658f2f;
    }
    body .profile-upgrade-button svg{
        width: 30px;
        height: 30px;
        fill: #fff;
        margin-right: 5px;
    }
    body .profile-upgrade-button span {
    display: block;
    line-height: 1;
    }
    ul.menu .no-border{
        border-left:none;
    }
    ul.menu .settings a.nav-avatar{
        margin-left: 15px;
        padding:0;
    }
    ul.menu .settings.extended.no-border a{
        padding-left: 15px;
        padding-right: 5px;
        margin-right: 15px;
    }
    @media (max-width:767px)
    {
        body .profile-menu .avatar
        {
            margin-top: -150px;
        }
        body nav.main-nav ul.menu
        {
            text-align: left;
            margin-left:100px;
        }
        
    body .profile-menu .profile-sections{
        margin-left:0;
    }
    }
	
.profile-menu{
    padding: 15px;
}
.profile-menu .avatar
{
    position: absolute;
    margin-right: 30px;
    margin-top:-150px;
}
.profile-menu .avatar .count-images{
    
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 7px;
    z-index: 2;
}
.profile-menu .avatar .count-images .show_big,
.profile-menu .avatar .count-images .show_user
{
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    text-align: center;
    line-height: 30px;
    background: #00b4f1;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}
.profile-menu .avatar img {
    border-radius: 200px;
    width: 100%;
    height: auto;
    max-height: 140px;
    max-width: 140px;
    background-color:#fff;
    border: 3px solid #a1a1a1;
    z-index: 1;
    position: relative;
    display: inline-block;
}
.profile-menu .profile-sections{
    display:flex;
}
.profile-menu .profile-section
{
    display: inline-block;
    width: 62px;
    height: 62px;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    padding: 0;
    margin: 0 15px;
}
.profile-menu .profile-section.section-green{
    transition: 0.2s ease-in-out all;
    background: #80A11A;
}
.profile-menu .profile-section.section-default
{
    border:6px solid #4E5454;
    background:#AF3945;
}
.profile-menu .profile-section > div{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.profile-menu .profile-section .icon-section{
    width: 75%;
    height: auto;
    fill: #501d2d;
    opacity: .3;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.profile-menu .profile-section > div a{
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 3;
    border-radius:50%;
    transition: 0.2s ease-in-out;
}
.profile-menu .profile-section > div span{
    z-index: 2;
}
.profile-menu .profile-section > div a:hover{
    text-decoration: none;
    color:#fff;
    background: rgba(0,0,0,0.2);
}
.pages_into section.content
{
    background-color:#fff;
}
.white-box{
    background-color:#fff;
}
.upgrade-section-header{
    background: #fff;
    display: flex;
    justify-content: center;
    padding: 10px 0;
}
.upgrade-section-header .profile-upgrade-button{
    color:#fff;
    text-decoration: none;
    height: auto;
    padding: 10px;
}
.upgrade-section-header .profile-upgrade-button:hover{
    color:#fff;
}

.btn-dashboard.btn.btn-default.login{
	box-shadow: 0 3px 6px 0 rgba(0,0,0,.4);
background: #ef7093;
color: #fff!important;
transition: all .5s;
}
.btn-dashboard.btn.btn-default.login:hover{
	background: #e73c6b;
}
.imbra-box{
	background-color:#B9B9B9;
padding: 15px 50px;
margin: 10px 0;
position:relative;
}
.imbra-box .imbra-content{
	display: flex;
	align-items: center;
}
.imbra-box .imbra-content span{
color: #fff;
text-align: center;
font-weight: 600;
font-size: 32px;
margin-left:30px;
}
.imbra-box .imbra-button{
	background: #188408;
color: #fff;
border-radius: 15px;
padding: 15px;
font-size: 16px;
font-weight: 600;
text-align: center;
margin-left: auto;
}
.imbra-box > a{
	position: absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
}

@media (min-width: 1300px) and (max-width: 1500px)
{
	.loggedin nav ul.menu
	{
		margin-left:50px;
	}
}

.ui-tooltip {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    border: 0;
    box-shadow: none;
}
a.upload-photos
{
	position: absolute;
top:0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.wrap_add_search select{
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: url('/img/dropdown_icon.png');
	background-repeat: no-repeat;
	background-position: right center;
	border-radius: 0;
        padding-right: 32px;
}

body.ru .profile-section.section-green span,
body.de .profile-section.section-green span,
body.tr .profile-section.section-green span,
body.fr .profile-section.section-green span
{
	font-size:10px;
}
body.ru ul.menu .settings ul li a span.disabled
{
	font-size:14px;
}
body.de ul.menu .settings ul li a span.disabled
{
	font-size:15px;
}
.privacy-policy_page p {
    margin-bottom: 5px;
    margin-top: 5px;
}
.privacy-policy_page .pp-section {
    margin-bottom: 15px;
    margin-top: 15px;
}
.privacy-policy_page p.pp-heading {
    margin-bottom: 10px;
    margin-top: 10px;
}
.privacy-policy_page .pp-section + h2 {
    margin-top: 30px;
}

.privacy-policy_page .pp-section.pp-highlight p{
	padding: 15px;
    background: #F8F8F8;
    border: 1px solid #505656;
}

.privacy-policy_page h1{
	color: #252525;
}

.privacy-policy_page ul{
    margin: 15px;
    list-style-type: disc;
}
.loggedin header .logo-text
{
	margin-left:100px;
}
.profile-menu .profile-section.w-auto
{
	width: auto;
}

.profile-section .status_box
{
    padding: 5px 30px;
    display: inline-block;
}
.profile-section .status_box.gold
{
	background: #FFFB98;
    color: #7A6F34;
}
.profile-section .status_box.diamond
{
	background: #953796;
    color: #ffffff;
}
.profile-section .status_box.free
{
	background: #3EB64C;
    color: #ffffff;
}
.profile-section a.upgrade-button{
	height: auto;
    line-height: 30px;
}
.site_index_page.en .lang-btns .btn
{
    padding: 7.5px 15px;
}
.site_index_page.en .header .login
{
    padding: 6.25px 18.75px;
}

header .header-contents
{
    display: flex;
    align-items: center;
}
header .header .header-actions{
    margin-left: auto;
    margin-top: 8px;
    font-size: 18px;
}
header .header{
    height:auto;
    padding: 15px;
}
header .header .logo-text{
    transform: none !important;
    position: relative;
    padding-top: 0;
}
.site_index_page.article_view .item.member-box .photo img,
.site_index_page.article_view .member-box
{
    
    border-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.site_index_page .header .logo-text
{
    position: relative;
}

@media (min-width: 768px)
{
	.site_index_page header .container-fluid
	{
		padding-left:35px;
		padding-right:35px;
	}
}
    @media (max-width: 767px)
    {
.site_index_page header .container-fluid
{
    padding-right: inherit;
    padding-left:inherit;
}
.site_index_page.article_view .users-list .inner-user-container .member-box,
.site_index_page.article_view .users-list .inner-user-container .popular-users-item
{
    flex: 1 250px;
    max-width: 100%;
}
        .logo-text img
        {
            max-width:220px !important;
        }
        .site_index_page header .header
        {
            padding:5px 15px;
        }
        .site_index_page .header .logo-text {
    width: auto; /* Edit in CSS*/
}
.site_index_page .section-top:after
{
    display:none;
}
#login-modal-white .small-reg-form-white, .login-modal-white .small-reg-form-white
{
    background: #EDEDED;
}
.login-modal-white .small-reg-form-white{
    border-radius:0 !important;
}
        .site_index_page.article_view .users-list .inner-user-container .member-box,
.site_index_page.article_view .users-list .inner-user-container .popular-users-item
{
    margin-left:0;
    margin-right:0;
}
.site_index_page header
{
    position: relative !important;
}
.site_index_page.article_view .users-list .slick-list
{
    margin:0;
}
.site_index_page.article_view #wrap_articles .inner .users-border.border{

    margin-top:0;
    padding:0;
    border:none;
}
.site_index_page .users-list .slick-slide
{
    margin:0;
    width:100%;
}
.site_index_page .header-v2 .inner-txts{
    width: 100%;
}
.site_index_page .header-v2 .inner-txts .add-text
{
    display:none;
}
.site_index_page.article_view .header-v2 .section-top
{
    min-height: 0 !important;
}
.site_index_page.article_view .header-v2 .section-top:after,
.site_index_page.article_view .header-v2 .section-top:before{
    display:none;
}
.site_index_page.article_view .header-v2 .inner-txts .actions
{
    display:none;
}
.site_index_page.article_view .section-top .inner-txts
{
    background: none;
}
.site_index_page.article_view .header-v2 .title{
    color: #353535;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 4rem;
}
.header.header-index{
    background:#454545;
}

.header-index .header-actions .lang-btns{
display:none;
}
.header-index .header-actions .login.btn{
    padding:0;
    box-shadow:none;
    background:none;
    font-size:18px;
    text-transform: none;
    font-weight: 400;
}
.header-index .header-actions .login.btn:hover{
    text-decoration: underline;
    background:none;
}
.site_index_page .black-line{
    display:none;
}
.site_index_page .btn-site-lang .lang-btns .btn{
background:#800313;
}
.site_index_page .btn-site-lang .lang-btns .btn .caret,
.site_index_page .btn-site-lang .lang-btns.main-lang,
.site_index_page .btn-site-lang .lang-btns.main-lang:hover{
    color:#fff;
}
.site_index_page .btn-site-lang .lang-btns.main-lang img{
    margin-right:5px;
}
.site_index_page .section-top {
    align-items: flex-end;
    justify-content: center;
}
.site_index_page .section-top .inner-txts{
    width: 100%;
    background: #34302D;
    padding: 15px;
}
.site_index_page .section-top .title {
    font-size: 26px;
}
.site_index_page .section-top .body{
    display:none;
}

.site_index_page .section-top .add-text{
    display:none;
}
.site_index_page .header-v2 .section-top{
    padding-bottom: 0 !important;
}
.header-v2 .inner-txts .actions
{
    margin-top:15px;
}
.site_index_page .header-v2 .inner-txts .actions a.login{
    background: #6FBB45;
    font-size: 18px !important;
    padding: 5px 10px !important;
    display: flex;
    align-items: center;
    margin: 0 auto;
    max-width: 300px;
}

.site_index_page .header-v2 .inner-txts .actions a.login span{
    margin-left:auto;
    margin-right:auto;
}
.site_index_page .login-no-modal .errorMessage{

    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    left: 0;
    top: 0;
}
.site_index_page .login-no-modal .errorMessage:before{

    left: 15px;
    top: -10px;
    border-top: none;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #444;
}
.article_view .header.header-index
{
    background:#800313;
}

.site_index_page .join-now-section
{
    background: #EBEBEB;
    padding: 15px;
    text-align: center;
}
.site_index_page .join-now-section .btn-join-now
{
    background: #528927;
    background: -moz-linear-gradient(90deg,#528927 0%,#9aca48 100%);
    background: -webkit-linear-gradient(90deg,#528927 0%,#9aca48 100%);
    background: -ms-linear-gradient(90deg,#528927 0%,#9aca48 100%);
    color: #fff;
    padding: 10px 60px;
    font-size: 2.8rem;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    border-radius: 50px;
}
.site_index_page .join-now-section .join-now-subheader
{
    font-size: 1.6rem;
    margin-top: 15px;
    font-weight: 700;
}


html,body.site_index_page,.site_index_page .pages_into,.site_index_page #container{
	height:100%;
}
.site_index_page .pages_into .header-v2 {
    height: calc(100% - 56px);
}
.site_index_page .pages_into .section-top
{
	min-height: auto;
    height: 100%;
}
.div-site-lang .btn-site-lang, .div-site-lang  .lang-btns, .div-site-lang .lang-btns.main-lang, .div-site-lang .dropdown-toggle{
	width: 100%;
	margin:0;
	margin-left: 0;
	margin-right: 0;
    float: none;
}
.div-site-lang .dropdown-toggle{
text-align: left;
display: flex;
align-items: center;
}
.site_index_page .div-site-lang .btn-site-lang .lang-btns.main-lang span.caret{
	margin-left:auto;
}

.site_index_page .div-site-lang .btn-site-lang .dropdown-menu
{
width: 100%;
left: 5px;
}
    }
	@media (min-width :537px)
	{
		.site_index_page.article_view .users-list .inner-user-container .member-box,
		.site_index_page.article_view .users-list .inner-user-container .popular-users-item
		{
			margin-left: 5px;
			margin-right:5px;
		}
	}

	.bridesandlovers.ru .section-top::before
	{
		background-position: 80% 0!important;
	}
@media (max-width:767px)
{
	.small-reg-form-white.ru h3{
		display:none;
	}
}

@media (max-width:480px)
{
	#login-modal-white .modal-content{
		border-radius:0;
	}
}

body.de .small-reg-form-white h2,
body.fr .small-reg-form-white h2,
body.es .small-reg-form-white h2,
body.tr .small-reg-form-white h2,
body.it .small-reg-form-white h2,
body.pt .small-reg-form-white h2
{
display:none;
}
body .login-modal-white .small-reg-form-white form
{
    margin-top:15px;
}
@media (max-width:480px)
{
    #modal_for_comments .show-messages-for {
        display:none;
    }
}
.account-page .all-matches .view-all-matches{	
    padding: 0 15px;
}
.account-page .all-matches .view-all-matches a.green-btn{
    max-width: 600px;
    margin: 0 auto;
}
@media (max-width: 1190px) {
	body:not(.site_index_page) {
		/*    width: 1190px;
		min-width: 1190px;
		*/
		width: 100% !important;
		min-width: auto !important;
	}
}

.account-page article {
	/*    min-width: 1160px; */
	min-width: auto !important;
}

.container.wrap-account-page {
	/* width: 1175px; */
	width: auto !important;
}

.header-contents.is-active .nav-toggle:before,
.header-contents.is-active .nav-toggle:after {
	box-shadow: none;
}

.header-contents.is-active .nav-toggle:before {
	transform: rotate(-45deg);
}

.header-contents.is-active .nav-toggle:after {
	transform: rotate(45deg);
}

.header-contents.is-active .nav-items {
	transform: translate(0, 0);
}

.header-contents .nav-toggle {
	position: relative;
	width: 22px;
	height: 37px;
	margin-left: 10px;
	margin-right: 10px;
	z-index: 1001;
}

.header-contents .nav-toggle:hover {
	cursor: pointer;
}

.header-contents .nav-toggle:before,
.header-contents .nav-toggle:after {
	content: "";
	position: absolute;
	top: 18px;
	left: 0;
	transform: translate(0, 0);
	width: 22px;
	height: 2px;
	background: #f5f5f5;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.header-contents .nav-toggle:before {
	box-shadow: 0 6px 0 0 #f5f5f5;
}

.header-contents .nav-toggle:after {
	box-shadow: 0 -6px 0 0 #f5f5f5;
}

#wink-both-popup .modal-dialog {
	max-width: 600px;
	width: auto;
}

#wink-both-popup .modal-body ul li img {
	margin-bottom: 10px;
}

.modal-dialog.modal-gifts {
	width: auto;
	max-width: 672px;
}

#modal_for_comments {
	margin: 5px;
}

.upgrade-page .container {
	/* width:1030px; */
	width: 100%;
	max-width: 1030px
}

.user_index_page .header-contents .wrap_add_search {
	display: none;
}

.modal-gifts .row.items {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

@media(max-width:767px) {
	#show_message .avatar-box {
		max-width: 120px;
	}

	.site_advancedsearch_page .reg-form-box label {
		text-align: left;
	}

	.site_advancedsearch_page .col-md-8.col-md-offset-4 {
		text-align: center;
	}

	.upload-photo .right-side-uph .h2,
	.upload-photo .right-side-uph .photo-comparison,
	.upload-photo .right-side-uph .photo-upload-benefits,
	.upload-photo .right-side-uph .photo-guidelines {
		display: none;
	}

	.flex-mobile {
		display: flex;
	}

	.messages-list .item .m-right.m-messages-info {

		height: auto;
		text-align: right;
		margin-left: auto;
	}

	#modal_for_comments .wrap_warning {
		display: none;
	}

	.site_search_page .pages_into .white-background .center-content {
		padding-left: 0;
		padding-right: 0;
	}

	.site_search_page .member-profile .border-box {
		border: 0;
		padding: 0;
	}

	.site_search_page .breadcrumbs,
	.site_search_page .border-box.members-list.v1.add_search {
		margin-left: 10px;
		margin-right: 10px;
	}

	.members-list .photo .badge_verify {
		left: 0;
	}

	.upgrade-section-header.mobile-only {
		display: none;
	}

	.account-page .members-box .title-box.top>.row,
	.account-page .members-box .title-box>.row {
		display: flex;
		align-items: center;
		margin-left: 0;
		margin-right: 0;
	}

	.account-page .members-box .title-box.top>.row h2,
	.account-page .members-box .title-box.top>.row a,
	.account-page .members-box .title-box>.row h2,
	.account-page .members-box .title-box>.row a {
		font-size: 17px;
	}

	.account-page .members-box .title-box a {
		padding: 5px;
	}

	.title-box.top>.row div:last-child {
		margin-left: auto;
	}

	body .notification_block {
		bottom: 88px;
	}

	body .notification_block .block_one {
		height: auto;
	}

	.upload-photo .h2 {
		padding-top: 15px;
		padding-bottom: 15px;
		height: auto;
	}

	.photo-comparison .item,
	.photo-upload-benefits .item {
		display: block;
		text-align: center;
		margin: 10px auto !important;
	}

	.photo-guidelines .img {
		display: none;
	}

	.photo-guidelines .col .desc,
	.photo-guidelines .col {
		width: 100%;
	}

	.upload-photo .h2 span {
		height: auto;
	}

	body header .profile-menu .profile-stats {
		display: none;
	}

	header .profile-menu .profile-section {
		width: 55px;
		height: 55px;
		margin: 0 5px;
	}

	body header .profile-menu .profile-sections {
		justify-content: space-around;
	}

	body header .profile-menu {
		position: fixed;
		bottom: 0;
		background: #800313;
		z-index: 999;
		width: 100%;
	}

	body header .profile-menu .avatar {
		display: none;
	}

	body {
		padding: 0 !important;
	}

	body.loggedin,
	.modal {
		padding-bottom: 78px !important;
	}

	header.header-contents.is-active:before {
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		background: rgb(0, 0, 0, 30%);
		z-index: 1;
	}

	.header-contents .nav-items {
		position: absolute;
		top: 0;
		left: 0;
		min-width: 300px;
		max-width: 50vw;
		width: 100vw;
		height: 100vh;
		height: 100dvh;
		z-index: 1000;
		padding: 0;
		transition: transform 0.3s ease;
		transform: translate(calc(-100% - 50px), 0);
		background: #FFFFFF;
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 5px 0;
		align-content: start;
		box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
	}

	.header-contents .nav-items .nav-item {
		background: #e2e2e2;
		/*  padding: 10px;*/
		transition: background-color 0.3s ease;
	}

	.header-contents .nav-items .nav-item:hover {
		cursor: pointer;
		background: #d6d6d6;
	}

	.header-contents .wrap-activity-link .box_activity {
		position: relative;
		width: 100%;
		top: 0;
		left: 0;
		box-shadow: none;
	}

	.imbra-box .imbra-button,
	.imbra-box .imbra-content span {
		margin-left: 0;
	}

	.imbra-box .imbra-content {
		display: block;
		text-align: center;
	}

	.imbra-box .imbra-content img {
		margin: 0 auto;
	}

	.imbra-box .imbra-button {
		width: 100%;
	}

	.header-contents nav.nav-items ul.menu li.nav-item>a {
		padding: 0 20px !important;
	}

	.header-contents ul.menu .settings ul {

		width: 100%;
		position: relative;
		top: 0;
		box-shadow: none;
	}

	.header-contents .wrap-activity-link .box_activity div.row>div:first-child {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.header-contents .wrap-activity-link .last_users {
		height: auto !important;
	}

	.header-contents .wrap-activity-link .wrap-all_users {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.header-contents .wrap-activity-link .wrap-all_users .name {
		margin-top: 0;
	}

	.page_modern header .container-fluid
	{
		padding-left: 10px;
		padding-right: 10px;
	}
	.page_modern header .container-fluid .row
	{
		display: flex;
		align-items: center;
	}
	.page_modern header .container-fluid .row .header-right
	{
		margin-left: auto;
	}
	header .container-fluid,
	.page_modern .heading-login-logo + .header-nav.pull-left{
		padding-left:15px;
		padding-right:15px;
	}
	

	header .container-fluid {
		padding-left: 0;
		padding-right: 0;
	}

	.loggedin header .logo-text {
		/* margin-left: 100px; */
		margin-right: auto !important;
		margin-left: auto !important;
	}

	header .dropdown-menu {
		left: -90px;
	}

	header .main-lang.dashboard-lang .btn.dropdown-toggle {
		margin-left: 0;
	}
	.lang-btns.main-lang {
		margin-right: 10px;
		/* <- search */
		margin-left: 10px;
	}
	header .header .header-actions {
		/* margin-left: auto; */
		margin-left: 0 !important;
	}
	.site_index_page header .header .header-actions {
		margin-left: auto !important;
	}

	.loggedin header .logo-text {
		padding-top: 0;
	}

	header.header-contents .menu-header {
		height: 77px;
		background: #7F0313;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	body .header-contents nav.main-nav ul.menu {
		text-align: left;
		/* margin-left: 100px; */
		margin-left: auto;
		overflow: auto;
		height: calc(100vh - 77px);
		height: calc(100dvh - 77px);
		margin-bottom: 0;
	}

	body .header-contents .nav-items .nav-item {
		width: 100%;
		background: #fff;
		border-bottom: 1px solid #CCCCCC !important;
	}

	body .header-contents .nav-items .nav-item a {
		color: #000;
	}

	body .header-contents .nav-items .nav-item a:hover {
		background: none;
	}

	body.sidebar-active {
		overflow: hidden;
	}

	.mobile-filter {
		display: flex;
		column-gap: 5px;
		margin: 15px 0;
	}

	.mobile-filter select,
	.mobile-filter li {
		width: 100% !important;
	}

	.padded-box {
		padding-left: 20px;
		padding-right: 20px;
	}

	.upgrade-page span.step {
		margin: 10px 0;
	}

	.upgrade-page .steps,
	.upgrade-page h1 {
		float: none !important;
	}

	.upgrade-page .header-up {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.upgrade-page .bg-vip {
		background: #F7F7F7;
	}

	.upgrade-page .bg-vip img {
		text-align: center;
	}

	.upgrade_index_page .vip-row {
		display: block;
		text-align: center;
	}

	.upgrade_index_page .vip-row p {
		font-size: 30px;
		padding-bottom: 15px;
	}

	.upgrade_index_page .vip-row h2 {
		font-size: 35px;
	}

	.upgrade_index_page .io-row {
		margin-left: 0;
	}

	.upgrade_index_page .io-bg {
		padding-left: 30px;
		padding-right: 30px;
		background-size: cover;
	}

	.upgrade_index_page .io-row .io-btn {
		padding: 5px 30px;
	}

	.upgrade_index_page form {
		padding-bottom: 18px;
	}

	.upgrade_index_page .io-bg .payment-container {
		padding: 15px;
		background: rgb(0, 0, 0, 0.5);
	}

	.upgrade_index_page .cc-row {
		margin-left: 0;
	}

	.header-up {
		height: auto;
		min-height: 76px;
	}

	.upgrade_index_page .vip-feature .vip-3 .ft-2 {
		max-width: 100%;
	}

	.upgrade_index_page .cc-content {
		padding-left: 30px;
		padding-right: 30px;
		color: #fff;
		margin-top: 30px;
	}

	.upgrade_index_page .cc-row h2 {
		font-size: 40px;
	}

	.upgrade_index_page .cc-bg {
		background-position-x: 30%;
	}

	.upgrade_index_page .io-bg .payment-container,
	.upgrade_index_page .cc-bg .payment-container {
		padding: 15px;
		background: rgb(0, 0, 0, 0.5);
	}

	.upgrade_index_page .vip-feature .vip-1 {
		margin-bottom: 15px;
		max-width: 100%;
	}

	.upgrade_index_page .upgrade-button {
		height: auto;
	}

	.upgrade_index_page .vip-feature {
		display: block;
	}

	.upgrade_index_page .upg-main-img img.bg {
		display: none;
	}

	.upgrade_index_page .why-link {
		line-height: 0;
		margin: 30px 0;
	}

	.upgrade_index_page .payment-methods .item label .rec {
		display: none;
	}

	.upgrade_index_page .upg-main-img .empty {
		position: relative;
	}

	.upgrade_index_page .section-hr.head {
		height: auto;
	}

	.upgrade_index_page .section-hr.head h2.pull-left {
		float: none !important;
	}

	.upgrade_index_page .steps-scs .step1,
	.upgrade_index_page .plans-compare .col-md-12 {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd;
		min-height: .01%;
		overflow-x: auto;
	}

	.upgrade-page .upg-main-img ul li {
		margin: 10px;
	}

	.upgrade-page .upg-main-img .inner .title {
		font-size: 32px;
	}

	.upgrade-page .upg-main-img .inner {

		text-align: center;
		position: relative !important;
		left: auto !important;
		top: auto !important;
		padding: 10px 0;
	}

	.upgrade-page .upg-main-img .inner>ul {


		text-align: center;
	}
}

.profile-info-wrapper .mobile_user_id {
	display: none;
}

@media (max-width: 500px) {
	.site_search_page .pages_into .white-background .center-content{
		padding-top:5px;
	}
	.wrap-search-page .breadcrumbs{
		display:none;
	}
	.edit-profile-bg.edit-billing > img:first-child{
		height:80px;
	}
	#wrap_articles .member-box .member-profile.profile-box a.p-icon-fa.col-3i,
	.member-box .member-profile.profile-box a.p-icon-fa {
		font-size: 48px;
	}

	.profile-info-wrapper .footer_user_id {
		display: none;
	}

	.profile-info-wrapper .mobile_user_id {
		display: block;
		margin-left: auto;
	}

	body .account-page .item.member-box {
		margin-left: 0;
		margin-right: 0;
	}

	body .item.member-box .photo img {
		border-radius: 0;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}

	.member-box {
		border-radius: 0;
		padding-bottom: 5px !important;
		-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3);
		box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3);
	}
	body .wrap-account-page.wrap-search-page .member-box.item.search-nav-btn
	{
		background: #E0E0E0;
		display: block;
		height: auto;
		min-height: auto;
		padding: 5px !important;
	}

	body .wrap-account-page.wrap-search-page .member-box.item.search-nav-btn a
	{
		color: #4f4f4f;
		text-decoration: none;
	}
	body .wrap-account-page.wrap-search-page .search-pagination
	{
		display:none;
	}
	body .wrap-account-page.wrap-search-page .member-box.item.search-nav-btn.disabled{
		display:none;
	}

	body .wrap-account-page.wrap-search-page .member-box.item,
	body .account-page .item.member-box {
		flex-basis: 100%;
	}

	.site_index_page .container.wrap-account-page {
		padding-left: 0;
		padding-right: 0;
	}

	.container.wrap-account-page>.account-page>article>.row {
		margin-left: 0;
		margin-right: 0;
	}

	.container.wrap-account-page>.account-page>article>.row>.col-sm-12 {
		padding-left: 0;
		padding-right: 0;
	}

	.wrap-account-page article {
		padding-left: 0;
		padding-right: 0;
	}

	.upgrade-page span.step {
		display: block;
	}

	.upgrade-page .steps .sep {
		display: none;
	}

	.empty-trash {
		float: none;
		top: auto;
		text-align: right;
	}

	#buystatus .modal-dialog {
		width: auto;
		max-width: 650px;
	}
}

body .content.white-background .bg_white {

	/*padding: 15px 10px 10px;*/
	padding: 0;
}

.container.wrap-account-page>.row {
	/* display: flex */
	display: block;
}

.ui-dialog.ui-widget {
	max-width: 100%;
}

.flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.search-nav-btn {
	min-height: 210px;
}

.search-nav-btn a {
	height: 100%;
	width: 100%;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
}

.search-nav-btn.disabled a {
	color: #d1d1d1;
	pointer-events: none;
}

#verify-header.verify-header {
	flex-wrap: wrap;
	row-gap: 2rem;
	padding: 10px;
	min-height: 60px;
}
.pb-0{
	padding-bottom: 0 !important;
}
@media (min-width: 370px) and (max-width:767px){
	.logo-text img {
		max-width: 220px!important;
	}
}
@media (min-width:321px) and (max-width: 369px)
{
	.logo-text img {
		max-width: 190px !important;
	}
}
@media (max-width:320px)
{
	.logo-text img {
		max-width: 160px !important;
	}
}
body .item.member-box .photo .slick-container .slick-track img{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.wrap_add_search .mobile-only .submit input
{
	top:0;
}
@media (max-width: 767px)
{
	body .header-contents nav.main-nav .container-fluid
	{
		margin-left:0;
		margin-right:0;

	}
	body .header-contents nav.main-nav ul.menu
	{
		display: flex;
		flex-direction: column;
	}
	body .header-contents nav.main-nav ul.menu .nav-upgrade-item
	{
		margin-top: auto;
	}
	
	body .header-contents nav.main-nav ul.menu .nav-upgrade-item a{
		margin:0;
		color:#fff;
	}
	body .header-contents nav.main-nav ul.menu .nav-upgrade-item.nav-upgraded{
		display:none;
	}
	.member-box a.img-count {
		display: flex;
		align-items: center;
		justify-content: center;
		padding-left: 10px;
		padding-right: 10px;
		height: 25px;
		font-size: 15px;
	}
	.member-box a.img-count i.fa+span{
		margin-left: 3px;
	}
	nav ul.menu li.nav-upgrade-item a.profile-upgrade-button{
		height: 60px;
	}
}

ul.mail-folders{
	padding: 15px;
	text-align: center;
}
.mail-folders li {
display: inline-block;
}
.mail-folders a {
font-size: 16px;
margin: 0 10px;
text-decoration: none;
}
.mail-folders a.active{
border-bottom: 2px solid #924053;
color: #924053;
}
.mail-upgrade-box {
background-color:#E5E5E5;
padding: 15px 0;
color:#565656;
font-size:16px;
position: relative;
}
.mail-upgrade-box .mail-content{   
display: flex;
justify-content: center;
align-items: center;
}
.mail-upgrade-box .mail-content p{

line-height: 1;
}
.mail-upgrade-box .mail-content .mail-icon i{
font-size:48px;
color: #C7657B;
}
.mail-upgrade-box .mail-content .mail-icon{
margin-right:10px;
}
.mail-upgrade-box a.link-overlay{
position: absolute;
width: 100%;
height: 100%;
top:0;
left:0;
}
@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('../fonts/4iCv6KVjbNBYlgoC1CzjvWyNL4U.woff2') format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('../fonts/4iCv6KVjbNBYlgoC1CzjtGyNL4U.woff2') format('woff2');
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* greek-ext */
  @font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('../fonts/4iCv6KVjbNBYlgoC1CzjvGyNL4U.woff2') format('woff2');
	unicode-range: U+1F00-1FFF;
  }
  /* greek */
  @font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('../fonts/4iCv6KVjbNBYlgoC1Czjs2yNL4U.woff2') format('woff2');
	unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
  }
  /* latin-ext */
  @font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('../fonts/4iCv6KVjbNBYlgoC1CzjvmyNL4U.woff2') format('woff2');
	unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('../fonts/4iCv6KVjbNBYlgoC1CzjsGyN.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* cyrillic-ext */
  @font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/4iCs6KVjbNBYlgoKcg72j00.woff2') format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/4iCs6KVjbNBYlgoKew72j00.woff2') format('woff2');
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* greek-ext */
  @font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/4iCs6KVjbNBYlgoKcw72j00.woff2') format('woff2');
	unicode-range: U+1F00-1FFF;
  }
  /* greek */
  @font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/4iCs6KVjbNBYlgoKfA72j00.woff2') format('woff2');
	unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
  }
  /* latin-ext */
  @font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/4iCs6KVjbNBYlgoKcQ72j00.woff2') format('woff2');
	unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/4iCs6KVjbNBYlgoKfw72.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* cyrillic-ext */
  @font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('../fonts/4iCv6KVjbNBYlgoCjC3jvWyNL4U.woff2') format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('../fonts/4iCv6KVjbNBYlgoCjC3jtGyNL4U.woff2') format('woff2');
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* greek-ext */
  @font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('../fonts/4iCv6KVjbNBYlgoCjC3jvGyNL4U.woff2') format('woff2');
	unicode-range: U+1F00-1FFF;
  }
  /* greek */
  @font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('../fonts/4iCv6KVjbNBYlgoCjC3js2yNL4U.woff2') format('woff2');
	unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
  }
  /* latin-ext */
  @font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('../fonts/4iCv6KVjbNBYlgoCjC3jvmyNL4U.woff2') format('woff2');
	unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('../fonts/4iCv6KVjbNBYlgoCjC3jsGyN.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* cyrillic-ext */
  @font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/4iCv6KVjbNBYlgoCxCvjvWyNL4U.woff2') format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/4iCv6KVjbNBYlgoCxCvjtGyNL4U.woff2') format('woff2');
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* greek-ext */
  @font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/4iCv6KVjbNBYlgoCxCvjvGyNL4U.woff2') format('woff2');
	unicode-range: U+1F00-1FFF;
  }
  /* greek */
  @font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/4iCv6KVjbNBYlgoCxCvjs2yNL4U.woff2') format('woff2');
	unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
  }
  /* latin-ext */
  @font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/4iCv6KVjbNBYlgoCxCvjvmyNL4U.woff2') format('woff2');
	unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/4iCv6KVjbNBYlgoCxCvjsGyN.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
@font-face{font-family:'Roboto';font-style:normal;font-weight:400;font-display:swap;src:url(../fonts/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:400;font-display:swap;src:url(../fonts/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:400;font-display:swap;src:url(../fonts/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');unicode-range:U+1F00-1FFF;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:400;font-display:swap;src:url(../fonts/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');unicode-range:U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:400;font-display:swap;src:url(../fonts/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:400;font-display:swap;src:url(../fonts/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');unicode-range:U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:400;font-display:swap;src:url(../fonts/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:500;font-display:swap;src:url(../fonts/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:500;font-display:swap;src:url(../fonts/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:500;font-display:swap;src:url(../fonts/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2) format('woff2');unicode-range:U+1F00-1FFF;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:500;font-display:swap;src:url(../fonts/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2) format('woff2');unicode-range:U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:500;font-display:swap;src:url(../fonts/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:500;font-display:swap;src:url(../fonts/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2) format('woff2');unicode-range:U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:500;font-display:swap;src:url(../fonts/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:700;font-display:swap;src:url(../fonts/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:700;font-display:swap;src:url(../fonts/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:700;font-display:swap;src:url(../fonts/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2) format('woff2');unicode-range:U+1F00-1FFF;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:700;font-display:swap;src:url(../fonts/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2) format('woff2');unicode-range:U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:700;font-display:swap;src:url(../fonts/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:700;font-display:swap;src:url(../fonts/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format('woff2');unicode-range:U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:700;font-display:swap;src:url(../fonts/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
#verticalForm-cfs label.error{
	position:relative !important;
}
body .modal{
z-index:1050;
}
body .modal-backdrop{
z-index:1040;
}
.fw{
width:100%;
}
@media (max-width:767px)
{
.fw-xs{
width:100%;
}
}
.join-page .inner{	
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 30px;
}
.btn-crystal-green{
width: 100%;
background: #6FBB45;
box-shadow: none;
-webkit-box-shadow: none;
transition: 0.2s ease-in-out all;
}
.btn-crystal-green:hover{
background: #64a341;
}

.checkbox-container {
	display: block;
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }
  .checkbox-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }
  .checkbox-container .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #eee;
	border: 1px solid #8C8C8C;
	border-radius: 5px;
  }
  .checkbox-container:hover input ~ .checkmark {
	background-color: #ccc;
  }
  .checkbox-container input:checked ~ .checkmark {
	background-color: #AF3945;
  }
  .checkbox-container .checkmark:after {
	content: "";
	position: absolute;
	display: none;
	left: 5px;
    top: 1px;
    width: 8px;
    height: 14px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
  }
  .checkbox-container input:checked ~ .checkmark:after {
	display: block;
  }
  .add_photo_container.member-box{
	box-shadow: none;
	-webkit-box-shadow: none;
  }
  .add_photo_container .add_photo_container_header{
    background: #545454;
    color: #fff;
    font-size: 2rem;
    padding: 5px 15px;
  }
  .add_photo_container .add_photo_container_img{
    padding: 0px 15px;
    text-align: center;
    margin: 15px 0;
    line-height: 1;
  }
  .add_photo_container .add_photo_container_subtitle{
    padding: 0px 15px;
    margin: 15px 0;
    font-size: 2rem;
  }
  .add_photo_container .add_photo_container_btn a{
    text-decoration: none;
    background: #545454;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    padding: 5px 15px;
    width: 100%;
    display: block;
	transition: 0.2s ease-in-out all;
  }
  .add_photo_container .add_photo_container_btn a:hover{
	background: #3f3f3f;
  }
  .add_photo_container .add_photo_container_btn-limited a{
    display: block;
    max-width: 500px;
    margin: auto;
  }
  #accountRegSuccess .modal-dialog .login_inf.no-border{
	border:none;
  }
  #accountRegSuccess .modal-dialog .add_photo_container .login_inf{
    margin: 15px auto;
  }

  .add_photo_container .add_photo_container_footer{
font-size:2rem;
padding: 10px 15px;
  }
  #crossJoin .modal-dialog{
	max-width: 600px;
  }

  .join_container .close{
	position: absolute;
    right: 25px;
    padding-top: 5px;
    font-size: 4rem;
    font-weight: 400;
  }
  .join_container .close:hover{
	box-shadow: none;
	-webkit-box-shadow: none;
  }
  .join_container .join_container_banner img{
	width:100%;
	max-width: 100%;
  }
  .join_container .join_container_heading{
    padding: 0 15px;
    margin: 15px 0;
	font-weight: 700;
    font-size: 2rem;
  }
  .join_container .join_container_paragraph{
    padding: 0 15px;
    margin: 15px 0;
    font-size: 1.5rem;
  }

  .join_container .join_container_btn a{
    display: block;
    border-radius: 5px;
    padding: 5px 15px;
    font-size: 1.5rem;
    text-align: center;
    text-decoration: none;
  }
  .join_container .join_container_btn a.btn-crystal-green{
	color:#fff;
	font-size:2rem;

  }
  #crossJoin{
	padding-right: 0 !important;
  }
  @media (min-width:501px)
  {
	  .xs-mobile-only{
		  display: none !important;
	  }
  }
  .advancedsearch-form.reg-form-box label {
	  text-align: left;
  }
  @media (min-width: 992px) {
    .advancedsearch-form.reg-form-box .form-group.row,
    .form-aligned .form-group.row {
		display:flex;
		align-items:center;
    }
}
.w-auto{
	width:auto !important;
}
.advancedsearch-form.reg-form-box input[type=text]
{
	width:100%;
	margin-bottom:10px;
}
.advancedsearch-form form.gray-strip-form
{
    padding: 5px 15px;
    text-align: right;
}
.text-center{
text-align: center !important;
}
.wd-100{
width:100% !important;
}
.d-ib{
display: inline-block !important;
}
.modern_check_list .checkbox-container{
	margin-bottom:5px;
}
@media (min-width: 767px)
{
	.content.join-page .inner .box
	{
		margin-right:50%;
	}
}

.toggle_filter{
    text-align: right;
}
.toggle_filter a{
	display: inline-block;
    font-size: 14px;
    font-weight: 700;
}

body .account-page .members-boxes-4 .item.member-box{
	width: 23%;
}
body .account-page .members-boxes-4 .item.member-box{
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom:10px;
}
.clear{
clear:both;
}
.btn.btn-gray{
background: #E9E9E9;
}
.title-solid{
color: #7E4E5E;
}
.member-profile .first-info .name .info-details{
margin-left: 5px;
}
.safety-tip a.btn.btn-gray{
	color: #000;
}
.safety-tip a.btn.btn-gray:hover{
	color: #333;
}

.member-profile .alert.profile-heading{
    background: #ECDCE1;
    color: #732843;
    font-size: 17px;
    border-color: #d1bfc5;
    padding: 10px 15px;
    border-radius: 5px;
    display: inline-block;
}
.member-profile .profile-overview{
	padding: 15px;
	padding-top:1px;
    background: #F8F8F8;
}
.mt-2{
	margin-top:2rem;
}


.member-profile .member-full table.table-bordered.profile-infotable td:nth-child(1) {
    background: #F8F8F8;
}

.member-profile .member-full table.table-bordered.profile-infotable tr:nth-child(2n+1) td:nth-child(1) {
    background: #EBEBEB;
}

.member-profile .member-full table.table-bordered.profile-infotable td:nth-child(2) {
    background: #EEEEEE;
}

.member-profile .member-full table.table-bordered.profile-infotable tr:nth-child(2n+1) td:nth-child(2) {
    background: #E2E2E2;
}

.member-profile .member-full table.table-bordered.profile-infotable td:nth-child(3) {
    background: #F2F2F2;
}

.member-profile .member-full table.table-bordered.profile-infotable tr:nth-child(2n+1) td:nth-child(3) {
    background: #E5E5E5;
}
.member-profile .member-full table.profile-infotable td{
	padding:5px;
}
.member-profile .member-full table.profile-infotable td.title-solid {
    padding: 10px;
    background: #F8F8F8 !important;
    font-size: 18px;
    font-weight: 700;
    word-break: break-word;
}
.member-profile .member-full table.table-bordered.profile-infotable td {
    border-right: 0;
    border-left: 0;
}
.member-profile .member-full table.table-bordered.profile-infotable td.success{
	background: #D5E5C3;
}
.member-profile .member-full table.table-bordered.profile-infotable tr:nth-child(2n+1) td.success
{
	background: #CCDCBA;
}
.member-profile .member-full table.table-bordered.profile-infotable td.danger{
	background: #EFCDCC;
}
.member-profile .member-full table.table-bordered.profile-infotable tr:nth-child(2n+1) td.danger
{
	background: #E6C4C2;
}

.member-profile .is_match{	
    padding: 10px;
    background: #F8F8F8;
    display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.member-profile .is_match > p{
    display: flex;
    align-items: center;
}
.member-profile .is_match span.match-circle {
    border-radius: 100%;
    width: 20px;
    display: inline-block;
    height: 20px;
    background: #DDEDCB;
    margin-right: 10px;
}
.member-profile .profile-data + .profile-data{
	margin-top: 10px;
}
.user_view_page .profile-navigation{
	display: flex;
	width: 100%;
}
@media (min-width:768px)
{
	.user_view_page .profile-navigation{
		font-size: 28px;
		position: fixed;
		z-index:99;
		left: 0;
		top: 50%;
		pointer-events: none;
		padding: 0 15px;
	}
}
.user_view_page .profile-navigation .prev-profile
{
    margin-right: auto;
}
.user_view_page .profile-navigation a{
	pointer-events: all;
}
.user_view_page .profile-navigation a.disabled{
	pointer-events:none;
	color: #808080;
}
.modal-biobox h3 {
    font-size:2.5rem;
}
.modal-biobox .modal-content {
    border-radius: 5px;
}
.modal-biobox .biobox-intro
{
    margin-bottom: 2rem;
}
.btn-red
{
    background: #DB4D58;
    border: 1px solid #DB4D58;
	transition: 0.2s ease-in-out all;
}
.btn-red:hover{	
    background: #92313E;
	border: 1px solid #92313E;
}
.modal-biobox input[type="submit"]
{
    color: #fff;
    border-radius: 5px;
    padding: 5px 20px;
    font-size:1.7rem;
    width: 100%;
    margin-bottom:10px;
    display: inline-block;
}
.modal-biobox .div-cancel{
	display:flex;
	justify-content: flex-end;
}
.modal-biobox .close
{
    opacity: .5;
    color: #878787 !important;
    font-size: 32px;
}
.modal-biobox .close:hover
{
	opacity: 1;
	box-shadow: none;
}
.modal-biobox{
	padding-right: 0 !important;
}
.modal .container_close
{
    z-index: 10;
    position: relative;
}
@media (min-width:1200px)
{
	.member-profile a.p-icon-fa{font-size:52px;}
}
@media (min-width:992px)
{
	.member-profile .p-links{
		justify-content: flex-end;
		gap: 2.5rem;
	}
}

.member-profile .p-links
{
	margin-bottom:2rem;
}

@media (max-width:704px)
{
	#verify-header>div{
		padding-right: 0;
	}
}
.profile-navigation a svg{
	width: 64px;
	height: 64px;
	transition: 0.2s ease-in-out all;
}
.profile-navigation .prev-profile a svg{
    transform: rotate(180deg);
}
.profile-navigation a.disabled svg,
.profile-navigation a:hover svg{
	fill:#808080;
}
.member-profile .is_match span.match-circle.red{
	background:#F7D5D4;
}
body .example-heading{
	color: #808080;
}
.mt-auto{
	margin-top: auto;
}
@media (min-width: 992px) {
	.flex-desktop{
		display:flex;
	}
}

.nav-upgrade-item .ver_badge
{
	width:30px;
	height: 30px;
    margin-left: 0;
    margin-right: 5px;
}
.nav-upgrade-item .profile-upgrade-button span:first-child{

	margin-bottom: 2px;
}
body .header-contents nav.main-nav ul.menu .nav-upgrade-item + .nav-upgrade-item {
	margin-top:0;
}
body .header-contents .nav-items .nav-item.nav-upgrade-item.border-gb
{
	border-bottom:1px solid #6ca126 !important;
}
body .notification_block{
    z-index: 999;
}
@media (max-width:767px)
{
	body .notification_block .block_one
	{
		padding:6px;
		display: flex;
		align-items: center;
	}
	body .notification_block .close{
		float:none;
		position: absolute;
		right:0;
		align-self: flex-start;
		z-index: 10;
	}
	body .notification_block .text_block{
		margin: 0 35px 0 5px;
	}
	body .notification_block .block_one .not_tumb
	{
		border-radius: 50%;
		max-width: 80px;
		max-height: 80px;
		width: 80px;
		height: 80px;
		object-fit: cover;
	}
	.messages-list a.photo
	{
		max-height: 100px;
	}
	.messages-list .item
	{
		font-size:16px;
	}
	.messages-list .send_message{
		font-weight: 700;
	}
	body.user_joinpage_page  .header-contents .nav-toggle{
		display: none;
	}
	body.user_joinpage_page .header-contents .logo-text,
	body.user_joinpage_page .loggedin header .logo-text{
		margin-left: 15px !important;
	}
	body.user_joinpage_page header .header{
		padding-top:5px;
		padding-bottom: 5px;
	}
	BODY.user_joinpage_page.bridesandlovers{
		background-image: url(/images/join_banners/bridesandlovers/image-mobile.jpg);
		background: #B85862 url(/images/join_banners/bridesandlovers/image-mobile.jpg) center;
	}
	BODY.user_joinpage_page .content.join-page .inner .box{
		background: rgba(0, 0, 0, 0.55);
	}
}
.flex-end{
	justify-content: flex-end;
}

.messages-list .item .photo img
{
	border-radius: 50%;
	object-fit: cover;
	width: 85px;
	height: 85px;
}

.messages-list a.photo .user_online
{
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 16px;
	right: 5px;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 50%;
}
.messages-list a.photo .user_online .online-circle
{
	background: #91d74c;
	width: 16px;
	height: 16px;
	border-radius: 16px;
}
@media (min-width: 768px)
{    
    .messages-list a.photo .user_online {
        bottom: 0;
    }
}

body .notification_block .block_one
{
	height: auto;
	padding:6px;
	display: flex;
	align-items: center;
}
body .notification_block .text_block{
	margin: 0 35px 0 5px;
}
body .notification_block .block_one .not_tumb
{
	border-radius: 50%;
	max-width: 80px;
	max-height: 80px;
	width: 80px;
	height: 80px;
	object-fit: cover;
}
body .notification_block .close{
	float:none;
	position: absolute;
	right:0;
	align-self: flex-start;
	z-index: 10;
}
.container-fluid .mainpage-block{
	margin-bottom:15px;
}
@media (max-width: 1340px){
.bridesandlovers.ru .mainpage-block.pull-center h2{
	font-size:28px;
}
}
.d-block{
display:block;
}

.admin_msg{
color:#fff;
font-size: 16px;
    display: block;
    text-align: center;
    padding: 5px;
    text-decoration: none;
}
.admin_msg:hover{
	color:#fff;
}


.admin_msg_container{
    background: #800313;
    color: #fff;
    display: block;
    width: 100%;
    padding: 15px;
}
.admin_msg_container .admin_msg_data{
	display:block;
	margin-bottom: 5px;
	text-align: center;
}
a.admin_msg_container,
a.admin_msg_container{
    color:#fff;
text-decoration: none;
}
.admin_msg_container + .admin_msg_container {
    border-top: 1px solid #993542;
}
.admin_msg_hidden{
	display:none;
}

.admin_msg_container span {
    color: #fff;
    font-size: 16px;
}

@media (min-width: 768px)
{
	.m-user-info.m-adminuser-info{
	margin-right:85px;
	}
}
