*, *:before, *:after {
	margin: 0;
	padding: 0;
	box-sizing: inherit;
	font-size: inherit;
}
html *, body * {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
html {
	background-color: white;
	box-sizing: border-box;
	font-size: 14px;
}
body {
	max-width: 1280px;
	margin: auto;
	background-color: white;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	color: #352451;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
	border: none;
	outline: none;
}
form {
	margin: 0;
	padding: 0;
}
ul,ol {
	margin: 1.4em 0;
	padding-left: 4em;
}
input:not([type="checkbox"]):not([type="radio"]), select {
	height: 2rem;
	line-height: 2;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
}
textarea {
	padding: 0.3rem 0.5rem;
	color: black;
}
input, select, textarea, checkbox {
	font-size: 1rem;
}
.siteWidth {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	text-align: left;
}
.blockHead {
	width: 100%;
	line-height: 1;
	padding: 0.5rem 1rem;
	color: white;
	text-align: left;
	background-color: #5e4191;
	-webkit-border-top-left-radius: 0.5rem;
	-webkit-border-top-right-radius: 0.5rem;
	-moz-border-radius-topleft: 0.5rem;
	-moz-border-radius-topright: 0.5rem;
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
	border-bottom: 3px solid #fabc01;
}
.blockHead.bordergreen {
	border-bottom: 3px solid #6cce00 !important;
}
.firstPageCareForElmaz {
	margin-top: 1rem;
}
#hideSite {
	display: none;
	position: fixed;
	z-index: 1001;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: black;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}
#systemMessages {
	display: none;
	position: fixed;
	z-index: 1002;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	text-align: center;
}
#systemMessages > div {
	position: relative;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	max-width: 40rem;
	line-height: 1;
	padding: 1rem;
	color: white;
	background-color: #71529e;
}
#systemMessages > div:after {
	content: 'OK';
	display: block;
	width: 5rem;
	height: 3rem;
	margin: auto;
	margin-top: 1.5rem;
	line-height: 3;
	-webkit-border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	border-radius: 0.5rem;
	border-bottom: 1px solid #f2f0f9;
	background-color: #f2f0f9;
	color: #5a3c8b;
	cursor: pointer;
}
.showUserFloatPhoto {
	position: relative;
}
.showUserFloatPhoto .userFloatPhoto {
	position: absolute;
	z-index: 100;
	width: 100px;
	height: 120px;
	background-color: white;
	overflow: hidden;
}
.loadingDiv {
	display: none;
	position: absolute;
	z-index: 1002;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	height: 1rem;
}
.loadingDiv > div {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.loadingDiv > div > div {
	width: 1rem;
	height: 1rem;
	margin: 0 0.1rem;
	background-color: #7357aa;
	border: 2px solid white;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}
.loadingDiv .flash {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.pageMenu {
	line-height: 1rem;
	margin-bottom: 1rem;
	padding: 0.7rem 1rem;
	text-align: center;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e0f2 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e0f2 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#e5e0f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e0f2',GradientType=0 );
	-webkit-border-bottom-right-radius: 1rem;
	-webkit-border-bottom-left-radius: 1rem;
	-moz-border-radius-bottomright: 1rem;
	-moz-border-radius-bottomleft: 1rem;
	border-bottom-right-radius: 1rem;
	border-bottom-left-radius: 1rem;
}
.pageMenu .sep {
	width: 0;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
	border-left: 1px solid #5a3c8b;
}
.colorGreen {
	color: #57a600;
}
.colorRed {
	color: red;
}
.bold {
	font-weight: bold;
}
.clearBoth {
	display: block;
	clear: both;
}
.submitButton {
	background-color: #5e4191;
	border: none;
	text-align: center;
	color: white;
	cursor: pointer;
}
#acceptRights {
	position: fixed;
	z-index: 1001;
	right: 315px;
	bottom: 10px;
	width: 320px;
	background-color: white;
	color: black;
	background: transparent linear-gradient(360deg, #E2DCF0 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #866EB7;
	border-radius: 5px;
	opacity: 1;
}
#acceptRights > .text {
	margin-top: 20px;
	padding: 0 10px;
	text-align: center;
}
#acceptRights > .buttons {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-around;
}
#acceptRights > .buttons > a {
	display: block;
	min-width: 100px;
	height: 2rem;
	line-height: 2rem;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0 5px;
	background-color: #5e4191;
	text-align: center;
	color: white;
}
#cookie {
	position: fixed;
	z-index: 1000;
	bottom: 0;
	left: 0;
	right: 0;
	line-height: 20px;
	padding: 7px 5%;
	background-color: #d5c9e0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.9;
	font-size: 14px;
	color: black;
}
#cookie.show {
	display: block;
}
#cookie.hide {
	display: none;
}
#cookie .link {
	line-height: 20px;
	font-size: 15px;
}
#cookie .close {
	float: right;
	padding: 5px 20px;
	background-color: #352451;
	font-size: 15px;
	font-weight: bold;
	color: white;
	cursor: pointer;
}

/* ADV */
.advTitle {
	position: relative;
	margin-left: 1rem;
	margin-bottom: 0.4rem;
	padding-left: 0.8rem;
	font-size: 0.95rem;
	color: #6a4da1;
}
.advTitle > div {
	position: absolute;
	top: 0.4rem;
	left: 0;
	width: 0;
	height: 0;
	border-left: 0.3rem solid transparent;
	border-right: 0.3rem solid transparent;
	border-top: 0.3rem solid #6a4da1;
}
.bannerStandart {
	position: relative;
	z-index: 0;
	clear: both;
	line-height: 1;
	margin: auto;
	padding-top: 1rem;
	padding-bottom: 1rem;
	text-align: left;
}
.bannerStandart > .banner {
	margin: auto;
	text-align: center;
	overflow: hidden;
}
#siteTop + .bannerStandart {
	padding-top: 0;
}
#logoAdvertisements .bannerStandart {
	padding-top: 0;
	padding-bottom: 0;
}
.columnRight .bannerStandart {
	position: static;
}

/* VIP Tape */
#vipTape {
	position: relative;
	z-index: 999;
	margin-bottom: 0.5rem;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
#vipTape > div {
	width: auto;
	overflow: hidden;
	position: relative;
}
#vipTape .container > a > div {
	position: absolute;
	top: 50%;
	right: 5px;
	left: 5px;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
}
#vipTape .container {
	position: relative;
	width: 100000px;
	height: 100px;
	left: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
#vipTape .container > a {
	position: relative;
	display: block;
	font-size: 0;
}
#vipTape .container > a > img {
	display: block;
	width: 100px;
	height: 100px;
	margin: 0 2px;
}
#vipTape .navigation {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	width: 27px;
	background-color: white;
	padding-left: 2px;
}
#vipTape .navigation .right,
#vipTape .navigation .left {
	position: relative;
	height: 50px;
	background-color: #8370b0;
	color: white;
	cursor: pointer;
}
#vipTape .navigation .right {
	border-bottom: 1px solid white;
}
#vipTape .navigation .left {
	border-top: 1px solid white;
}
#vipTape .navigation .right > div {
	position: absolute;
	top: 14px;
	left: 9px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 8px solid white;
}
#vipTape .navigation .left > div {
	position: absolute;
	top: 14px;
	left: 9px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 8px solid white;
}

.likeProfile {
	position: absolute;
	top: 0.3rem;
	right: 0.3rem;
	z-index: 101;
	width: 21px;
	height: 17px;
	background-image: url('../../images/site/profileLike0.png');
	background-repeat: no-repeat;
	cursor: pointer;
}
.likeProfile:hover,
.likeProfile.profileLiked {
	background-image: url('../../images/site/profileLike1.png');
}
.onlinestatus {
	display: inline-block;
	height: 1.2rem;
	line-height: 1.2;
	margin: auto;
	padding: 0 0.7rem;
	-webkit-border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	border-radius: 0.5rem;
	color: white;
}
.onlinestatus.online {
	background-color: #61b900;
}
.onlinestatus.offline {
	background-color: #a7a7a7;
}
.screenPaging {
	position: relative;
	z-index: 999;
	padding-top: 1rem;
	padding-bottom: 5px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
.screenPaging > a {
	display: block;
	line-height: 3rem;
	padding: 0 1rem;
	background: #8d76bd;
	background: -moz-linear-gradient(top,  #8d76bd 0%, #3e2a5f 100%);
	background: -webkit-linear-gradient(top,  #8d76bd 0%,#3e2a5f 100%);
	background: linear-gradient(to bottom,  #8d76bd 0%,#3e2a5f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d76bd', endColorstr='#3e2a5f',GradientType=0 );
	font-size: 1.2rem;
	color: white;
}
.screenPaging > a.hidden {
	visibility: hidden;
}
.screenPaging > a:hover {
	text-decoration: none;
}
.screenPaging .prev {
	margin-left: 1rem;
}
.screenPaging .next {
	margin-right: 1rem;
}
.emptyList {
	width: 100%;
	padding-top: 1rem;
	padding-bottom: 1rem;
	text-align: center;
	font-weight: bold;
}

.citySearchSelect {
	display: none;
	position: absolute;
	z-index: 100;
	min-width: 250px;
	max-height: 200px;
	background-color: white;
	overflow-x: hidden;
	overflow-y: scroll;
}
.citySearchSelect > div {
	width: 100%;
	line-height: 1rem;
	padding: 0.5rem 0.3rem;
	border-bottom: 1px solid #5b448a;
	color: black;
	cursor: pointer;
	overflow: hidden;
}
.citySearchSelect > .selected, .citySearchSelect > div:hover {
	background-color: #5b448a;
	color: white;
}

/* listGallery */
.columnCenter .listGalleryContainer {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	justify-content: space-around;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.columnCenter .listGalleryContainer .listGallery {
	position: relative;
	z-index: 999;
	-webkit-flex-basis: 25%;
	flex-basis: 25%;
	padding: 0.5rem;
}
.columnCenter  .listGalleryContainer:before,
.columnCenter  .listGalleryContainer:after {
	display: block;
	content: "";
	order: 1000;
	-moz-box-flex: auto;
	-webkit-flex: auto;
	-ms-flex: auto;
	flex: auto;
}
.listGallery .container {
	position: relative;
	z-index: 0;
	border: 1px solid #dad2ec;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.listGallery .container:before {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	height: 25%;
	background-color: #c4bbda;
}
.listGallery .container:after {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	right: 0;
	height: 25%;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #c6bcdb 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#c6bcdb 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#c6bcdb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c6bcdb',GradientType=0 );
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.listGallery .container > a {
	position: relative;
	z-index: 2;
	display: block;
	text-align: center;
}
.listGallery .container > a:hover {
	text-decoration: none;
}
.listGallery .thumbnail {
	position: relative;
	width: 92%;
	margin: 4% 3% 3% 5%;
	padding: 5px 7px 7px 5px;
	background-color: white;
	border-right: 1px solid #d7d0e3;
    border-bottom: 1px solid #d7d0e3;
}
.listGallery .thumbnail .border1 {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	border-right: 1px solid #bcafd0;
	border-bottom: 1px solid #bcafd0;
}
.listGallery .thumbnail .border2 {
	position: absolute;
	top: -1px;
	left: -1px;
	bottom: 1px;
	right: 1px;
	border: 1px solid #a491d0;
}
.listGallery .thumbnail .image {
	position: relative;
	padding-top: 100%;
}
.listGallery .thumbnail .image > img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.listGallery .thumbnail .vip {
	position: absolute;
	z-index: 10;
	bottom: 4px;
	right: 4px;
	width: 28px;
	height: 15px;
	background-image: url('../../images/site/VIP_icon_28x15.gif');
	background-repeat: no-repeat;
}
.listGallery .info {
	position: relative;
	width: 90%;
	height: 1rem;
	line-height: 1;
	margin: 0 3%;
	padding-left: 3px;
	text-align: left;
	overflow: hidden;
}
.listGallery .info .name {
	color: #5a3c8b;
	font-weight: bold;
}
.listGallery .info .age {
	color: black;
}
.listGallery .info .location {
	color: black;
}
.listGallery .onlinestatus {
	margin-top: 10px;
	margin-bottom: 15px;
}

/* seslected profiles */
.selectedProfilesContainer {
	border: 1px solid #cdc4e6;
	-webkit-border-bottom-right-radius: 0.5rem;
	-webkit-border-bottom-left-radius: 0.5rem;
	-moz-border-radius-bottomright: 0.5rem;
	-moz-border-radius-bottomleft: 0.5rem;
	border-bottom-right-radius: 0.5rem;
	border-bottom-left-radius: 0.5rem;
	text-align: center;
}
.columnRight .listGalleryContainer {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	justify-content: space-around;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.columnRight .listGalleryContainer .listGallery {
	-webkit-flex-basis: 50%;
	flex-basis: 50%;
	/*padding-top: 0.5rem;
	padding-bottom: 0.5rem;*/
	padding: 0.25rem;
}
/*.columnRight .listGalleryContainer .listGallery:first-child {
	padding-left: 0.5rem;
	padding-right: 0.25rem;
}
.columnRight .listGalleryContainer .listGallery:last-child {
	padding-left: 0.25rem;
	padding-right: 0.5rem;
}*/

/* listSmall */
.listSmall {
	position: relative;
	z-index: 999;
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #dad2ec;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: left;
}
.listSmall:after {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	right: 0;
	height: 45px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #c6bcdb 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#c6bcdb 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#c6bcdb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c6bcdb',GradientType=0 );
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.listSmall .container {
	position: relative;
	z-index: 2;
}
.listSmall .container > a:hover {
	text-decoration: none;
}
.listSmall .container .top {
	height: 2rem;
	line-height: 2;
	background-color: #c4bbda;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
.listSmall .container .top .left {
	height: 2rem;
	line-height: 2;
	padding-left: 0.3rem;
	font-weight: bold;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.listSmall .container .top .left a {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	color: black;
}
.listSmall .container .top .left .vip {
	width: 33px;
	height: 18px;
	margin: auto 0.5rem auto 0;
	background-image: url('../../images/site/VIP_icon_33x18.gif');
	background-repeat: no-repeat;
}
.listSmall .container .top .right {
	height: 2rem;
	line-height: 2;
	margin: auto 0.3rem auto 0;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.listSmall .container .top .right .updated,
.listSmall .container .top .right .friend {
	height: 1.2rem;
	line-height: 1.2;
	margin: auto 0 auto 0.5rem;
	padding: 0 0.7rem;
	-webkit-border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	border-radius: 0.5rem;
	color: white;
}
.listSmall .container .top .right .updated {
	background-color: #8f7ab2;
}
.listSmall .container .top .right .friend {
	background-color: #fac53d;
	color: black;
}
.listSmall .container .middle {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0.5rem 0;
}
.listSmall .container .middle .thumbnail {
	display: block;
	margin: 0 0.5rem;
}
.listSmall .container .middle .thumbnail > div {
	display: block;
	position: relative;
	width: 10rem;
	height: 10rem;
	padding: 5px 7px 7px 5px;
	background-color: white;
	border-right: 1px solid #d7d0e3;
    border-bottom: 1px solid #d7d0e3;
}
.listSmall .container .middle .thumbnail .border1 {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	border-right: 1px solid #bcafd0;
	border-bottom: 1px solid #bcafd0;
}
.listSmall .container .middle .thumbnail .border2 {
	position: absolute;
	top: -1px;
	left: -1px;
	bottom: 1px;
	right: 1px;
	border: 1px solid #a491d0;
}

.listSmall .container .middle .thumbnail .image {
	position: relative;
	width: 100%;
	padding-top: 100%;
}
.listSmall .container .middle .thumbnail .image > img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.listSmall .container .middle .info > div {
	line-height: 1.3;
}
.listSmall .container .middle .info > div a {
	color: black;
}
.listSmall .links {
	margin-bottom: 0.5rem;
	text-align: center;
}
.listAdd {
	padding-bottom: 1rem;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.listAdd > div {
	padding-right: 1rem;
}
.listAdd > div:last-child {
	padding-right: 0;
}
.listAdd .isNew {
	font-weight: bold;
	color: red;
}
.listAdd .votes {
	position: relative;
}
.listAdd .votes .voteInfo {
	display: none;
	position: absolute;
	z-index: 2;
	right: 0;
	width: 250px;
	line-height: 1.3rem;
	padding: 0.2rem 0.5rem;
	background-color: white;
	border: 1px solid #6c4fa1;
}
.listAdd .votes .voteInfo > div {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.listAdd .votes .voteInfo > div > div {
	font-size: 0.9rem;
}
.listAdd .votes .voteInfo > div > div:nth-child(2n+1) {
	-webkit-flex-basis: 70%;
	flex-basis: 70%;
}
.clearList {
	margin-top: 1rem;
}

.textScreen {
	position: relative;
	z-index: 0;
	width: 100%;
	border: 1px solid #cdc4e6;
	-webkit-border-bottom-right-radius: 0.5rem;
	-webkit-border-bottom-left-radius: 0.5rem;
	-moz-border-radius-bottomright: 0.5rem;
	-moz-border-radius-bottomleft: 0.5rem;
	border-bottom-right-radius: 0.5rem;
	border-bottom-left-radius: 0.5rem;
	margin-bottom: 1rem;
}
.textScreen > div {
	position: relative;
	z-index: 2;
	padding: 0.5rem 0.5rem 2rem 0.5rem;
}
.textScreen:after {
	content:'';
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 3rem;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e0f2 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e0f2 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#e5e0f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e0f2',GradientType=0 );
	-webkit-border-bottom-right-radius: 0.5rem;
	-webkit-border-bottom-left-radius: 0.5rem;
	-moz-border-radius-bottomright: 0.5rem;
	-moz-border-radius-bottomleft: 0.5rem;
	border-bottom-right-radius: 0.5rem;
	border-bottom-left-radius: 0.5rem;
}
.textScreen ol,
.textScreen ul {
	margin: 1rem 0;
	padding-left: 2rem;
}

/* Top */
#siteTop {
	margin-bottom: 1rem;
	color: white;
}
#siteTop .logo {
	width: 100%;
	height: 5rem;
	background-color: #6c4fa1;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
#siteTop .logo > a {
	display: inline-block;
	margin-left: 0.5rem;
	font-size: 0;
}
#siteTop .logo > a > img {
	height: 5rem;
}
.languageChange {
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 30px 20px 0 20px;
	cursor: pointer;
}
.languageChange > .icon {
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
}
.languageChange > .icon.en {
	background-image: url('../../images/icon_en.png');
}
.languageChange > .icon.en-ie {
	background-image: url('../../images/icon_en-ie.png');
}
.languageChange > .icon.en-au {
	background-image: url('../../images/icon_en-au.png');
}
.languageChange > .icon.en-ca {
	background-image: url('../../images/icon_en-ca.png');
}
.languageChange > .icon.en-nz {
	background-image: url('../../images/icon_en-nz.png');
}
.languageChange > .icon.en-jm {
	background-image: url('../../images/icon_en-jm.png');
}
.languageChange > .icon.bg {
	background-image: url('../../images/icon_bg.png');
}
.languageChange > .icon.ro {
	background-image: url('../../images/icon_ro.png');
}
.languageChange > .icon.pl {
	background-image: url('../../images/icon_pl.png');
}
.languageChange > .icon.sr {
	background-image: url('../../images/icon_sr.png');
}
.languageChange > .icon.el {
	background-image: url('../../images/icon_el.png');
}
.languageChange > .icon.ru {
	background-image: url('../../images/icon_ru.png');
}
.languageChange > .icon.cs {
	background-image: url('../../images/icon_cs.png');
}
.languageChange > .icon.de {
	background-image: url('../../images/icon_de.png');
}
.languageChange > .icon.de-at {
	background-image: url('../../images/icon_de-at.png');
}
.languageChange > .icon.de-ch {
	background-image: url('../../images/icon_de-ch.png');
}
.languageChange > .icon.sk {
	background-image: url('../../images/icon_sk.png');
}
.languageChange > .icon.hr {
	background-image: url('../../images/icon_hr.png');
}
.languageChange > .icon.it {
	background-image: url('../../images/icon_it.png');
}
.languageChange > .icon.es {
	background-image: url('../../images/icon_es.png');
}
.languageChange > .icon.es-mx {
	background-image: url('../../images/icon_es-mx.png');
}
.languageChange > .icon.es-pa {
	background-image: url('../../images/icon_es-pa.png');
}
.languageChange > .icon.es-bo {
	background-image: url('../../images/icon_es-bo.png');
}
.languageChange > .icon.es-py {
	background-image: url('../../images/icon_es-py.png');
}
.languageChange > .icon.es-ar {
	background-image: url('../../images/icon_es-ar.png');
}
.languageChange > .icon.es-gt {
	background-image: url('../../images/icon_es-gt.png');
}
.languageChange > .icon.es-ec {
	background-image: url('../../images/icon_es-ec.png');
}
.languageChange > .icon.es-cr {
	background-image: url('../../images/icon_es-cr.png');
}
.languageChange > .icon.es-uy {
	background-image: url('../../images/icon_es-uy.png');
}
.languageChange > .icon.es-cl {
	background-image: url('../../images/icon_es-cl.png');
}
.languageChange > .icon.es-co {
	background-image: url('../../images/icon_es-co.png');
}
.languageChange > .icon.es-pe {
	background-image: url('../../images/icon_es-pe.png');
}
.languageChange > .icon.es-do {
	background-image: url('../../images/icon_es-do.png');
}
.languageChange > .icon.fr {
	background-image: url('../../images/icon_fr.png');
}
.languageChange > .icon.mo {
	background-image: url('../../images/icon_mo.png');
}
.languageChange > .arrow {
	position: relative;
	top: 8px;
	height: 6px;
	margin-left: 8px;
	border-left: 6px solid transparent;
	border-top: 6px solid white;
	border-right: 6px solid transparent;
}
.languageChange .languagesList {
	display: none;
	position: absolute;
	z-index: 1001;
	top: 22px;
	right: 0;
	width: 300px;
}
.languageChange .languagesList > .items {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.languageChange .languagesList > .items > div {
	min-width: 150px;
	padding-left: 20px;
	padding-right: 20px;
}
.languageChange .languagesList > .header {
	height: 26px;
	line-height: 26px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	text-align: center;
	color: white;
	background-color: #866EB7;
}
.languageChange .languagesList > .items > .select {
	position: relative;
	-webkit-flex-basis: 150px;
	flex-basis: 150px;
	height: 40px;
	line-height: 40px;
	background-color: #F5F5F5;
	color: #6C4FA1;
}
.languageChange .languagesList > .items > .select:hover,
.languageChange .languagesList > .items > .select.selected,
.languageChange .languagesList > .items > .select .subSelect .select:hover,
.languageChange .languagesList > .items > .select .subSelect .select.selected {
	background-color: #DDD8EB;
	font-weight: bold;
}

.languageChange .languagesList > .items > .select .arrow {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 30px;
}
.languageChange .languagesList > .items > .select .arrow:after {
	content: '';
	display: block;
	position: absolute;
	top: 15px;
	right: 10px;
	border-top: 10px solid #6C4FA1;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
.languageChange .languagesList > .items > .select .subSelect {
	display: none;
	position: absolute;
	z-index: 1;
	top: 40px;
	right: -10px;
	left: 10px;
}
.languageChange .languagesList > .items > .select .subSelect > div {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 300px;
	background-color: #F5F5F5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.75);
	font-weight: normal;
}
.languageChange .languagesList > .items > .select .subSelect > div > div {
	position: relative;
	-webkit-flex-basis: 150px;
	flex-basis: 150px;
	padding-left: 10px;
	padding-right: 10px;
}
#logoAdvertisements {
	margin-left: auto;
	max-height: 70px;
	overflow: hidden;
}
#siteTop .afterLogoH1 {
	display: none;
	width: 100%;
	height: 27px;
	line-height: 27px;
	background-color: #8370b0;
	text-align: center;
	font-weight: normal;
	overflow: hidden;
}
#siteTop .topMenu {
	height: 40px;
	line-height: 40px;
	margin-top: 1px;
	background-color: #2c1d44;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
#siteTop .topMenu .openMenu {
	display: none;
	height: 40px;
	margin-left: 1rem;
}
#siteTop .topMenu .openMenu > div {
	width: 30px;
	height: 26px;
	margin-top: 7px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	justify-content: space-around;
	cursor: pointer;
}
#siteTop .topMenu .openMenu > div > div {
	width: 100%;
	height: 3px;
	background-color: white;
}
#siteTop .topMenu .openMenu .opened > div:first-child {
	position: relative;
	top: 6.5px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#siteTop .topMenu .openMenu .opened > div:nth-child(2) {
	display: none;
}
#siteTop .topMenu .openMenu .opened > div:last-child {
	position: relative;
	bottom: 6.5px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#siteTop .topMenu h1 {
	padding-left: 1rem;
	font-weight: normal;
	overflow: hidden;
}
#siteTop .topMenu .sep {
	display: block;
	width: 20px;
}
#siteTop .topMenu .menuLeft {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin-left: 1rem;
}
#siteTop .topMenu .menuRight {
	margin-right: 1rem;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
#siteTop .topMenu .menuLeft a,
#siteTop .topMenu .menuRight a {
	display: block;
	color: white;
}
#siteTop .topMenu .topMenuRightLogged {
	height: 40px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin-right: 0.5rem;
}
#siteTop .topMenu .topMenuRightLogged > a {
	display: block;
	position: relative;
	min-width: 2rem;
	height: 24px;
	line-height: 24px;
	margin: auto 8px;
}
#siteTop .topMenu .topMenuRightLogged .activities {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background-color: #f5af01;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #31214c;
	text-align: center;
}
#siteTop .topMenu .topMenuRightLogged .activities .icon {
	width: 22px;
	height: 22px;
	margin: 1px 0 1px 2px;
	background-image: url('../../images/site/acticitiese_icons.png');
	background-repeat: no-repeat;
	background-position: left -39px top -39px;
}
#siteTop .topMenu .topMenuRightLogged .activities > div:last-child {
	padding-left: 1px;
	padding-right: 8px;
}
#siteTop .topMenu .topMenuRightLogged .noti {
	position: relative;
	background-image: url('../../images/site/topmenunoti_ico2.png');
	background-repeat: no-repeat;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
#siteTop .topMenu .topMenuRightLogged .noti > div {
	position: absolute;
	right: -3px;
	bottom: 5px;
	width: 11px;
	height: 11px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #9b8abb;
}
#siteTop .topMenu .topMenuRightLogged .noti > div.new {
	background-color: #90d82b;
}
#siteTop .topMenu .topMenuRightLogged .noti.messages {
	position: relative;
}
#siteTop .topMenu .topMenuRightLogged .noti.messages > span {
	display: block;
	position: relative;
	margin-left: 15px;
	margin-top: 7px;
	min-width: 20px;
	height: 18px;
	line-height: 18px;
	padding: 0 2px;
	background-color: #9b8abb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: white;
	text-align: center;
}
#siteTop .topMenu .topMenuRightLogged .noti.messages > .new {
	background-color: #90d82b;
	color: #2c1d44;
}
#siteTop .topMenu .topMenuRightLogged .noti.messages {
	background-position: 0 0;
}
#siteTop .topMenu .topMenuRightLogged .noti.like {
	background-position: 0 -38px;
}
#siteTop .topMenu .topMenuRightLogged .noti.view {
	background-position: 0 -76px;
}
#siteTop .topMenu .topMenuRightLogged .search {
	background-image: url('../../images/site/search_ico.png');
	background-repeat: no-repeat;
}
#siteTop .topMenu.topMenuFloat {
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	right: 0;
	margin-top: 0;
	background-color: #6c4fa1;
}
#siteTop .topMenu.topMenuFloat > div {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
#siteTop .mobileLeftMenu {
	display: none;
	position: absolute;
	z-index: 1001;
	width: 400px;
	max-width: calc(100vw - 5px);
	height: calc(100vh - 7rem);
	padding-bottom: 5rem;
	background-color: #ecebef;
	-webkit-box-shadow: 5px 5px 10px #00000029;
	-moz-box-shadow: 5px 5px 10px #00000029;
	box-shadow: 5px 5px 10px #00000029;
	overflow-y: auto;
}
#siteTop .mobileLeftMenu.fixed {
	position: fixed;
	z-index: 1001;
	top: 40px;
	left: 0;
	right: 0;
	height: calc(100vh - 40px);
}
#siteTop .mobileLeftMenu > div {
	overflow-y: scroll;
}
#siteTop .mobileLeftMenu a {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin: 1px;
	background-color: #f5f5f5;
	font-size: 14px;
}
#siteTop .mobileLeftMenu a:last-child {
	border-bottom: none;
}
#siteTop .mobileLeftMenu a:hover {
	background-color: #ddd8eb;
}
#siteTop .mobileLeftMenu a:active {
	color: white;
	background-color: #6c4fa1;
}
#siteTop .mobileLeftMenu a > div {
	margin: auto 0;
}
#siteTop .mobileLeftMenu a > div:first-child {
	padding: 0 25px;
}
#siteTop .mobileLeftMenu a.activities {
	display: flex;
	font-weight: bold;
}
#siteTop .mobileLeftMenu a.activities > div:last-child {
	min-width: 40px;
	height: 27px;
	line-height: 27px;
	margin-right: 13px;
	padding: 0 10px;
	border: 1px solid #5a3c8b;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
}
#siteTop .mobileLeftMenu a.messages {
	display: flex;
	font-weight: bold;
	color: #f5af01;
}
#siteTop .mobileLeftMenu a.messages > div:last-child {
	min-width: 40px;
	height: 27px;
	line-height: 27px;
	margin-right: 13px;
	padding: 0 10px;
	color: white;
	background-color: #f5af01;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
}
#topLoginForm {
	display: none;
	width: 100%;
	background-color: #f5af01;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 1rem;
	text-align: center;
}
#topLoginForm .loginForm {
	padding: 0.3rem;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-around;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#topLoginForm .loginForm > div {
	-webkit-flex-basis: 33%;
	flex-basis: 33%;
	padding: 0.3rem 0.5rem;
	margin: auto;
}
#topLoginForm .loginForm input {
	width: 100%;
	height: 2.5rem;
	line-height: 2.5;
	padding: 0 0.4rem;
	border: 1px solid black;
    outline: none;
}
#topLoginForm .loginForm .loginButton,
#topLoginForm .loginForm .registrationButton {
	display: block;
	width: 100%;
	height: 2.5rem;
	line-height: 2.5;
	padding: 0 2rem;
	background-color: #463267;
	color: white;
	font-weight: bold;
	border: none;
	cursor: pointer;
}
#topLoginForm .lostPassword {
	line-height: 2.5rem;
}
#topLoginForm .fbLogin {
	width: 100%;
	height: 2.5rem;
	line-height: 2.5;
	background-color: #3b5997;
	color: white;
	font-weight: bold;
	font-size: 0;
	cursor: pointer;
}
#topLoginForm .fbLogin > img {
	vertical-align: middle;
	padding-right: 0.5rem;
}
#topLoginForm .fbLogin > span {
	vertical-align: middle;
	font-size: 1rem;
}
#fb_synchronise {
	line-height: 1.4;
	margin-bottom: 1rem;
	padding: 0.5rem 1rem;
	border: 1px solid #dad2ec;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 33%, #e5e0f2 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 33%,#e5e0f2 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#ffffff 33%,#e5e0f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e0f2',GradientType=0 );
	cursor: pointer;
}
#loginCredits, #centerTextMessage {
	line-height: 1.4;
	margin-bottom: 1rem;
	padding: 0.5rem 1rem;
	border: 1px solid #dad2ec;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 33%, #e5e0f2 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 33%,#e5e0f2 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#ffffff 33%,#e5e0f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e0f2',GradientType=0 );
}
#loginCredits > div {
	color: #6bd103;
}
#fillProfileCredits {
	line-height: 1.4;
	margin-bottom: 1rem;
	padding: 0.5rem 1rem;
	border: 1px solid #dad2ec;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 33%, #e5e0f2 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 33%,#e5e0f2 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#ffffff 33%,#e5e0f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e0f2',GradientType=0 );
}
#fillProfileCredits > div {
	color: #5a3c8b;
}
#fillProfileCredits > .button {
	display: inline-block;
	float: right;
	line-height: 1.5rem;
	margin-top: 0.5rem;
	padding: 0 1.5rem;
	background-color: white;
	border: 1px solid #90D82B;
}
#fillProfileCredits:after {
	content: '';
	display: block;
	clear: both;
}

/* Left Main */
.columnLeft {
	-webkit-flex-basis: 250px;
	flex-basis: 250px;
	margin-right: 15px;
}

/* Center Main */
.columnCenter {
	-webkit-flex-basis: calc(100% - 580px);
	flex-basis: calc(100% - 580px);
}

/* Right Main */
.columnRight {
	-webkit-flex-basis: 300px;
	flex-basis: 300px;
	margin-left: 15px;
}

/* Left */
.columnLeft .leftTop {
	width: 100%;
	padding: 15px;
	background-color: #f5af01;
	-webkit-border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	border-radius: 0.5rem;
	text-align: center;
}
.columnLeft .leftTop .loginForm input {
	width: 100%;
	height: 2rem;
	line-height: 2;
	padding: 0 0.4rem;
	border: 1px solid black;
    outline: none;
}
.columnLeft .leftTop .loginForm input:not(:first-child),
.columnLeft .leftTop .loginForm .registrationButton {
	margin-top: 0.5rem;
}
.columnLeft .leftTop .loginForm .loginButton,
.columnLeft .leftTop .loginForm .registrationButton {
	display: block;
	height: 2.5rem;
	line-height: 2.5;
	background-color: #463267;
	color: white;
	font-weight: bold;
	border: none;
	cursor: pointer;
}
.columnLeft .leftTop .loginForm .captcha {
	margin-top: 0.5rem;
}
.columnLeft .leftTop .lostPassword {
	display: block;
	line-height: 2rem;
	margin-top: 0.5rem;
}
.columnLeft .leftTop .fbLogin {
	margin-top: 1rem;
	width: 100%;
    height: 2.5rem;
    line-height: 2.5;
    padding: 0 0.4rem;
	background-color: #3b5997;
	color: white;
	font-size: 0;
	cursor: pointer;
}
.columnLeft .leftTop .fbLogin > img {
	vertical-align: middle;
	padding-right: 0.5rem;
}
.columnLeft .leftTop .fbLogin > span {
	vertical-align: middle;
	font-size: 1rem;
	font-weight: bold;
}
.columnLeft .helloText, 
.columnLeft .newMessagesText {
	display: block;
	width: 100%;
	color: black;
	text-align: left;
}
.columnLeft .newMessagesText {
	margin-top: 0.5rem;
	text-decoration: underline;
}
.columnLeft .leftMenu, 
.columnLeft .leftApp,
.columnLeft .leftFriednsOnline,
.columnLeft .leftSeoCities {
	margin-top: 1rem;
	width: 100%;
}
.columnLeft .menuContent, 
.columnLeft .AppContent, 
.homeApp .homeAppContent, 
.homeSeoCities .seoCitiesHomeContent,
.forElmaz, 
.columnLeft .seoCitiesContent,
.columnRight .forElmaz {
	padding: 10px;
	text-align: left;
	background-color: #f2f0f9;
	border: 1px solid #dad2ec;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.columnLeft .leftFriednsOnline .friendsOnlineContent {
	padding: 0.5rem;
}
.columnLeft .leftFriednsOnline .friendsOnlineContent .empty {
	text-align: center;
}
.columnLeft .leftFriednsOnline .friendsOnlineContent > div {
	line-height: 1.4rem;
}
.columnLeft .menuContent a {
	display: block;
	position: relative;
	height: 2rem;
	line-height: 2rem;
	margin: 0 0 0 1rem;
}
.columnLeft .menuContent a:before {
	content: '';
	display: block;
	position: absolute;
	left: -0.7rem;
	top: 0.8rem;
	width: 0.4rem;
	height: 0.4rem;
	background-color: #fabc01;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.columnLeft .leftApp a {
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 134px;
	height: 40px;
}
.columnLeft .AppContent {
	text-align: center;
}
.columnLeft .seoCitiesContent a {
	display: block;
	position: relative;
	line-height: 2rem;
	
}
/* Float banner */
#rightAdvertisements > .banner {
	position: static;
	z-index: auto;
}

/* Footer */
#columnFooter {
	position: relative;
	z-index: 999;
	margin-top: 1rem;
	padding: 0.5rem;
	background-color: #73599c;
	border-top: 4px solid #fabc01;
}
#columnFooter .menuFooter {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-content: flex-start;
	align-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#columnFooter .menuFooter a {
	display: block;
	padding: 0.3rem 0.7rem;
	color: white;
}
#columnFooter .bottom {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	color: white;
}
#columnFooter .bottom > div {
	position: relative;
	line-height: 2rem;
}
#columnFooter .bottom > div:first-child {
	height: 2rem;
}
#columnFooter .bottom .telepoint {
	display: block;
	position: relative;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-right: 1rem;
}
#columnFooter .bottom .telepoint img {
	display: block;
}
#columnFooter .bottom .copyright {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#columnFooter .bottom .copyright > div:first-child {
	padding-right: 1rem;
}
#columnFooter .seoBottomText {
	line-height: 1.5rem;
	color: white;
	padding: 0.5rem 0 0.5rem 0.7rem;
	
}
#columnFooter .botomSeoLinks {
	position: relative;
}
#columnFooter .botomSeoLinks .links {
	display: none;
	position: absolute;
	z-index: 1001;
	bottom: 22px;
	right: 0;
}
#columnFooter .botomSeoLinks .links > a {
	display: block;
	min-width: 300px;
	height: 30px;
	line-height: 30px;
	padding: 0 0.5rem;
	background-color: #F5F5F5;
	color: #6C4FA1;
}
#columnFooter .botomSeoLinks .links > a:hover {
	background-color: #DDD8EB;
	font-weight: bold;
}
#bannerFloatBottom {
	width: 100%;
	height: 80px;
}
#bannerFloatBottom > div {
	position: fixed;
	z-index: 99998;
	left: 0;
	right: 0;
	bottom: 0;
	height: 80px;
	max-height: 80px;
	background-color: white;
}
#bannerFloatBottom > div .bannerStandart {
	padding: 0;
}
#bannerFloatBottom > div .close {
	position: absolute;
	z-index: 99999;
	left: 10px;
	top: -20px;
	width: 40px;
	height: 20px;
	line-height: 20px;
	color: #5a3c8b;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	background-color: white;
	border: 1px solid #cdc4e6;
	border-bottom: 1px solid white;
	-webkit-border-top-left-radius: 0.5rem;
	-webkit-border-top-right-radius: 0.5rem;
	-moz-border-radius-topleft: 0.5rem;
	-moz-border-radius-topright: 0.5rem;
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
	cursor: pointer;
}
.grecaptcha-badge {
	z-index: 1000;
}

/* nopage */
.nopage {
	border: 1px solid red;
	padding: 0.5rem 1rem;
	color: red;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.nopage > img {
	display: block;
}
.nopage > div {
	margin: auto 0;
	padding-left: 1rem;
	font-weight: bold;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

/* media */
@media only screen and (max-width: 500px) {
	#siteTop .afterLogoH1 {
		display: block;
	}
	#siteTop .topMenu {
		margin-top: 0;
	}
	#topLoginForm .loginForm > div {
		-webkit-flex-basis: 100%;
		flex-basis: 100%;
		max-width: 250px;
	}
	.pageMenu a {
		height: 32px;
		line-height: 32px;
	}
}
@media only screen and (max-width: 1100px) {
	#siteTop .topMenu .menuLeft,
	#siteTop .topMenuFloat .menuLeft,
	.columnLeft {
		display: none;
	}
	.columnCenter {
		-webkit-flex-basis: calc(100% - 315px);
		flex-basis: calc(100% - 315px);
	}
	#siteTop .topMenu {
		flex-wrap: wrap;
		height: auto;
		min-height: 40px;
	}
	#siteTop .topMenu .openMenu,
	#siteTop .topMenuFloat .openMenu {
		display: block;
	}
	#siteTop .topMenu h1 {
		width: 100%;
		line-height: 30px;
		text-align: center;
		background-color: #a491d0;
		color: black;
	}
	#siteTop .topMenu.topMenuFloat {
		height: 40px;
	}
	#siteTop .topMenu .menuRight,
	#siteTop .topMenuFloat .menuRight {
		display: none;
	}
	#topLoginForm {
		display: block;
	}
	
	.homeSeoCities {
		display: block;
	}
	
	.homeApp {
		display: block;
	}
	.homeSeoCities .sitiesHomeDisplay a,
	#columnFooter .menuFooter a,
	.searchBody .searchRight .stats a,
	.searchBody .searchRight .registration a {
		line-height: 36px;
	}
	#columnFooter .menuFooter a {
		padding: 0 0.7rem;
	}
	#columnFooter .botomSeoLinks .links > a {
		height: 36px;
		line-height: 36px;
	}
	#columnFooter .bottom > div:first-child,
	#columnFooter .bottom > div.copyright {
		height: 48px;
		line-height: 48px;
	}
	#columnFooter .bottom .telepoint {
		display: inline-block;
		height: 48px;
		line-height: 48px;
		text-align: center;
	}
	#columnFooter .bottom .telepoint img {
		display: block;
		margin-top: 15px;
		margin-left: 10px;
	}
	#cookie .link {
		display: inline-block;
		line-height: 48px;
		margin-top: 10px;
	}
	#cookie .close {
		line-height: 48px;
		margin-top: 10px;
		padding: 0 20px;
	}
	.searchBody .row.checkbox > div {
		flex-basis: 100%;
		margin-bottom: 1rem;
	}
	.searchBody .row.checkbox input {
		width: 2rem;
		height: 2rem;
	}
	.searchBody .row.checkbox label {
		line-height: 2rem;
		padding-left: 1rem;
	}
}
@media only screen and (max-width: 800px) {
	.columnRight {
		display: none;
	}
	.columnCenter {
		-webkit-flex-basis: 100%;
		flex-basis: 100%;
	}
	#acceptRights {
		right: 10px;
	}
}
@media only screen and (max-width: 600px) {
	#topLoginForm .loginForm > div:nth-child(4),
	#topLoginForm .loginForm > div:nth-child(5),
	#topLoginForm .loginForm > div:nth-child(6) {
		-webkit-flex-basis: 100%;
		flex-basis: 100%;
		max-width: 250px;
	}
}
@media only screen and (max-width: 400px) {
	#siteTop .mobileLeftMenu {
		max-width: 100vw;
		box-shadow: none;
	}
	#siteTop .topMenu .topMenuRightLogged > a {
		margin: auto 5px;
	}
	.sitiesHomeDisplay {
		flex: 0 0 95%;
	}
}
/* gallery list */
@media only screen and (max-width: 500px) {
	/*input:not([type="checkbox"]):not([type="radio"]), select {
		height: 2.5rem;
		line-height: 2.5;
	}*/
	.listGalleryContainer:before,
	.listGalleryContainer:after,
	.columnCenter .listGalleryContainer .listGallery {
		-webkit-flex-basis: 50%;
    	flex-basis: 50%;
	}
	#columnFooter .menuFooter {
		display: block;
	}
}

