html, body {
	width: 100%;
	height: 100%;
	margin: auto;
	background-color: #eae7f0;
}
html *, body * {
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
a {
	text-decoration: none;
}
a img {
	border: none;
	border: none;
	outline: none;
}
form {
	margin: 0;
	padding: 0;
}
ul,ol {
	margin: 15px 0;
	padding-left: 40px;
}
.left {
    float: left;
}
.clear {
    clear: both;
}
.fontsizeSpecial1 {
	font-size: 16px !important;
}
#showcookies {
	position: fixed;
	z-index: 999999;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #f2f0f9;
	border-top: 1px solid #dad2ec;
	color: black;
}
#showcookies .text {
	font-size: 1em;
	line-height: 1.2em;
	padding: 1% 0 1% 3%;
}
#showcookies .button {
	padding-right: 1%;
	padding-bottom: 0.5%;
	text-align: right;
}
#showcookies .button > input {
	border: 1px solid white;
	background: #5e4191;
	background-image: url(../img/btnback.png);
	color: white;
	font-size: 1.2em;
	height: 2em;
	background-repeat: repeat-x;
	padding: 0 1em 0 1em !important;
	font-family: Arial;
	margin: 0;
	cursor: pointer;
}
.linkCookies:hover {
	background: url(../img/fullbordermenu.gif) repeat-x 100% 100%;
}
.linkCookies {
	color: #5a3c8b;
	text-decoration: none;
	background: url(../img/dottedbordermenu.gif) repeat-x 100% 100%;
	padding-bottom: 1px;
	white-space: nowrap;
	font-size: 1em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*hide site & system messages*/
#hideSite {
	display: none;
	position: fixed;
	z-index: 1001;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: black;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";       /* IE 8 */
	filter: alpha(opacity=40);  /* IE 5-7 */
	-moz-opacity: 0.4;          /* Netscape */
	-khtml-opacity: 0.4;        /* Safari 1.x */
	opacity: 0.4;
}
#systemMessages {
	display: none;
	position: fixed;
	z-index: 1002;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	text-align: center;
}
#systemMessages > div {
	position: relative;
	top: 50%;
	left: 50%;
	-ms-transform: translateY(5%); /* IE 9 */
	-webkit-transform: translateY(50%); /* Safari */
	transform: translateY(-50%);
	width: 400px;
	margin-left: -200px;
	line-height: 20px;
	padding: 20px;
	font-size: 14px;
	color: white;
	background-color: #71529e;
}
#systemMessages > div::after {
	content: 'OK';
	display: block;
	width: 80px;
	height: 50px;
	margin: auto;
	margin-top: 20px;
	line-height: 50px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-bottom: 1px solid #b945a8;
	background-color: #c86bbb;
	cursor: pointer;
}

#home {
	width: 100%;
	max-width: 1260px;
	background-color: #eae7f0;
}
#home > div {
	width: 100%;
	text-align: center;
}
#home > div > div {
	display: inline-block;
	width: 100%;
	max-width: 1260px;
}
#home > .block1 {
	height: 160px;
	background-color: #7153a9;
}
#home > .block2 {
	height: 480px;
	background-color: #402e60;
}
#home > .block3 {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	justify-content: center;
	width: 92%;
	margin: auto;
	margin-top: 5%;
	margin-left: 4%;
	margin-right: 4%;
}
#home > .block3.page2 {
	margin-top: 280px;
}
#home > .block3 > div {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	align-items: center;
	width: 100%;
	background-color: #6c4fa1;
}
#home > .block4 {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 7%;
	background-color: #bf55af;
}
#home > .block4 > div {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	align-items: center;
	width: 100%;
}
#home > .block5 {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	justify-content: center;
	width: 92%;
	margin: auto;
	margin-top: 7%;
	margin-left: 4%;
	margin-right: 4%;
}
#home > .block5 > div {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	align-items: center;
	width: 100%;
	background-color: #402e60;
}
#home > .block5x {
	margin-top: 60px;
	font-size: 0;
}
#home > .block5x > .row1 {
	position: relative;
	width: 1180px;
	height: 180px;
	background-color: #402e60;
}
#home > .block5x > .row2 {
	width: 1180px;
	height: 160px;
	background-color: #392a55;
}
#home > .block6 {
	margin-top: 50px;
}

/* viptape */
#viptape {
	width: 100%;
	height: 120px;
	background-color: #8a70b9;
	text-align: center;
}
#viptape > div {
	display: inline-block;
	width: 1260px;
}
#tapeusers {
	width: 100%;
	height: 120px;
	text-align: center;
}
#tapeusers > .nav {
	position: relative;
	height: 120px;
}
#tapeusers > .nav.left {
	display: inline-block;
	float: left;
}
#tapeusers > .nav.right {
	display: inline-block;
	float: right;
}
#tapeusers > .nav > div {
	position: relative;
	top: 42px;
	width: 36px;
	height: 36px;
	background-color: #5b448a;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
}
#tapeusers > .left > div::before {
	position: relative;
	top: 8px;
	left: 1px;
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-right: 2px solid #7b60af;
	border-top: 2px solid #7b60af;
	transform: rotate(225deg);
}
#tapeusers > .right > div::before {
	position: relative;
	top: 8px;
	right: 1px;
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	 border-right: 2px solid #7b60af;
	border-top: 2px solid #7b60af;
	transform: rotate(45deg);
}
#tapeusers > .users {
	position: relative;
	display: inline-block;
	width: 400px;
	height: 90px;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 15px;
}
#tapeusers > .users > .container {
	position: relative;
	right: 0;
	width: 100000px;
	height: 90px;
}
#tapeusers > .users > .container img {
	width: 90px;
	height: 90px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#tapeusers > .users > .container > a {
	float: left;
	width: 100px;
	height: 90px;
	overflow: hidden;
	padding: 0 5px;
}
#tapeusers > .users > .container > a:hover img {
	border: 3px solid #e9c732;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
}

/* block1 */
#home > .block1 .logo {
	position: relative;
	display: block;
	float: left;
	width: 30%;
	height: 160px;
	padding-top: 20px;
}
#home > .block1 .logo > img {
	display: block;
	float: left;
	width: 25%;
	margin-left: 5%;
}
#home > .block1 .logo .elmaz {
	display: block;
	float: left;
	width: 65%;
	margin-left: 5%;
	padding-top: 3%;
	text-align: left;
}
#home > .block1 .logo .elmaz .domain {
	color: #fac8f9;
}
#home > .block1 .logo .elmaz .domain > span {
	font-size: 2.5vw;
}
#home > .block1 .logo .elmaz .domain > span:nth-child(1) {
	font-weight: bold;
}
#home > .block1 .logo .elmaz .slogan {
	font-size: 1.3vw;
	color: #e1d4e6;
}
#home > .block1 .h1text {
	display: block;
	position: absolute;
	width: 100%;
	bottom: 10px;
	font-size: 1.3vw;
    color: #e1d4e6;
    overflow: hidden;
}
#home > .block1 .viptape {
	position: relative;
	float: left;
	width: 40%;
	padding-top: 5px;
	padding-bottom: 35px;
}
#home > .block1 .topright {
	display: block;
	float: left;
	width: 30%;
	text-align: center;
}
#home > .block1 .topright .search {
	display: inline-block;
	margin-top: 64px;
}
#home > .block1 .topright .search .text {
	display: block;
	float: left;
	height: 32px;
	line-height: 32px;
	padding-left: 5px;
	color: #e1d4e6;
	font-size: 1.5vw;
}
#home > .block1 .topright .search .icon {
	display: block;
	float: left;
	width: 32px;
	height: 32px;
	vertical-align: middle;
	background-image: url('/style/img/icons_x1_1.png');
	background-repeat: no-repeat;
	background-position: left 1px top -311px;
}

/* block2 */
#home > .block2 .login {
	float: left;
	width: 24%;
	margin-left: 3%;
	margin-right: 3%;
}
#home > .block2 .registration {
	position: relative;
	float: left;
	top: -40px;
	width: 40%;
}
#home > .block2 .mobileapp {
	float: left;
	width: 24%;
	margin-left: 3%;
	margin-right: 3%;
}
#home > .block2 .mobileapp .image {
	display: inline-block;
	width: 105px;
	height: 168px;
	margin-top: 35px;
	background-image: url('/style/img/icons_x1_1.png');
	background-repeat: no-repeat;
	background-position: right -358px top -22px;
}
#home > .block2 .login {
	display: block;
}
#home > .block2 .login > div {
	width: 100%;
	text-align: left;
}
#home > .block2 .login .title {
	height: 40px;
	line-height: 40px;
	margin-top: 25px;
	border-bottom: 1px solid #534171;
}
#home > .block2 .login .title > span {
	font-size: 15px;
}
#home > .block2 .login .title > span:nth-child(1) {
	color: #c76bb6;
}
#home > .block2 .login .title > span:nth-child(2) {
	color: #f4cafc;
	font-weight: bold;
}
#home > .block2 .login .text {
	height: 35px;
	line-height: 35px;
	margin-top: 15px;
	font-size: 17px;
	color: white;
}
#home > .block2 .login .text > a {
	display: inline-block;
	float: right;
	font-size: 14px;
	color: #efc53d;
}
#home > .block2 .login .input {
	display: block;
	width: 100%;
	height: 40px;
	padding-left: 10px;
	padding-right: 30px;
	font-size: 17px;
	color: black;
	border: none;
	outline: none;
}
#home > .block2 .login .loginButton {
	display: block;
	min-width: 50%;
	height: 50px;
	line-height: 50px;
	margin-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	background-color: #f0c632;
	color: #3f2b68;
	font-size: 1.5vw;
	font-weight: bold;
	border: none;
	outline: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}
#home > .block2 .login .fbLogin {
	display: inline-block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin-top: 30px;
	border: none;
	text-align: center;
	vertical-align: middle;
	background-color: #3b5997;
	color: white;
	font-size: 1.5vw;
	font-weight: bold;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}
#home > .block2 .login .fbLogin .icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 8px;
	vertical-align: middle;
	background-image: url('/style/img/icons_x1_1.png');
	background-repeat: no-repeat;
	background-position: right -398px top -315px;
}
#home > .block2 .registration .top {
	height: 90px;
	line-height: 90px;
	padding-left: 5%;
	padding-right: 5%;
	background-color: #c86bbb;
	text-align: left;
}
#home > .block2 .registration .top > span:nth-child(1) {
	color: white;
	font-size: 1.7vw;
}
#home > .block2 .registration .top > span:nth-child(2) {
	color: white;
	font-size: 1.7vw;
	font-weight: bold;
}
#home > .block2 .registration .center {
	position: relative;
	width: 100%;
	padding: 0 40px 30px 5%;
	background-color: #5b448a;
	text-align: left;
}
#home > .block2 .registration .center::before {
	content: '';
	display: block;
	position: absolute;
	top: -6px;
	left: 40px;
	width: 30px;
	height: 12px;
	background-color: #f0c632;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#home > .block2 .registration .center::after {
	content: '';
	display: block;
	position: absolute;
	bottom: -6px;
	right: 40px;
	width: 30px;
	height: 12px;
	background-color: #f0c632;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#registration .page2 {
	display: none;
}
#registration > div, #registration > div > div > div {
	position: relative;
}
#registration > div > div > div:nth-child(1) {
	height: 30px;
	line-height: 30px;
	margin-top: 13px;
	color: white;
	font-size: 15px;
}
#registration input {
	width: 100%;
	height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	border: none;
	outline: none;
	border-bottom: 2px solid #3e2e5f;
	color: black;
	font-size: 15px;
	overflow: hidden;
}
#registration input.red {
	border: 1px solid red;
}
#registration .lhalf {
	width: 48%;
	margin-right: 2%;
}
#registration .rhalf {
	width: 48%;
	margin-left: 2%;
}
#registration .notfull {
	max-width: 300px;
}
#registration .full {
	width: 100%;
}
#registration .alertText, #registration .alertText span {
	line-height: 20px;
	font-size: 14px;
	color: white;
}
#registration .alertText span {
	color: red;
}
#registration .message {
	display: none;
	position: absolute;
	z-index: 1;
	height: 16px;
	line-height: 16px;
	margin-top: 2px;
	padding: 0 5px;
	font-size: 13px;
	background-color: white;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#registration .infoIcon {
	position: absolute;
	top: 8px;
	right: -30px;
	width: 24px;
	height: 24px;
	line-height: 20px;
	color: white;
	font-size: 18px;
	font-weight: bold;
	background-color: #402e60;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid white;
	text-align: center;
	cursor: pointer;
}
#registration .infoWindow {
	display: none;
	position: absolute;
	z-index: 10000;
	top: -20px;
	right: 0;
	width: 250px;
	padding: 15px 10px 10px 10px;
	background-color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#registration .infoWindow .closeInfoWindow {
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	color: black;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
#registration .infoWindow::after {
	content: '';
	display: block;
    position: absolute;
    z-index: 1;
    top: 35px;
    right: -5px;
	width: 0; 
	height: 0; 
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid white;
}
#registration .infoWindow p {
	font-size: 13px;
	color: black;
}
#registration .infoWindow span {
	font-size: 13px;
	color: black;
}
#registration .infoWindow .textCenter {
	text-align: center;
}
#registration .infoWindow .textBold {
	font-weight: bold;
}
#registration .infoWindow .textGreen {
	color: green;
}
#registration .infoWindow .textRed {
	color: red;
}
#registration .message::after {
	content: '';
	display: block;
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 15px;
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid white;
}
#registration .birthdayDay {
	width: 20%;
}
#registration .birthdayMonth {
	width: 40%;
	margin-left: 2%;
	margin-right: 2%;
}
#registration .birthdayYear {
	width: 36%;
}
#registration .selectInput {
	cursor: pointer;
	padding-right: 30px;
}
#registration .seldraw {
	display: block;
	position: absolute;
	top: 13px;
	right: 15px;
	width: 8px;
	height: 8px;
	border-right: 2px solid #973987;
	border-bottom: 2px solid #973987;
	transform: rotate(45deg);
	cursor: pointer;
}
#registration .selectMenu {
	display: none;
	position: absolute;
	z-index: 1;
	width: 100%;
	max-height: 200px;
	background-color: white;
	overflow-x: hidden;
	overflow-y: scroll;
}
#registration .selectMenu > div {
	line-height: 20px;
	padding-left: 10px;
	padding-right: 10px;
	color: black;
	font-size: 13px;
	cursor: pointer;
}
#registration .selectMenu > .selected, #registration .selectMenu > div:hover {
	background-color: #5b448a;
	color: white;
}
#googlerecaptcha {
	height: 74px;
	margin-top: 30px;
}
#home > .block2 .registration .checklist {
	width: 100%;
	padding-top: 30px;
}
#home > .block2 .registration .checklist .terms {
	position: relative;
	width: 100%;
	min-height: 30px;
	line-height: 14px;
	padding: 8px 0 8px 28px;
	font-size: 13px;
	color: white;
}
#home > .block2 .registration .checklist .terms .red {
	line-height: 14px;
	padding-right: 3px;
	color: red;
	font-size: 15px;
	font-weight: bold;
}
#home > .block2 .registration .checklist .terms a {
	color: #f1c548;
	font-size: 13px;
}
#home > .block2 .registration .checklist .terms .checkbox {
	position: absolute;
	display: inline-block;
	top: 5px;
	left: 0px;
	width: 20px;
	height: 20px;
	border: 2px solid white;
	cursor: pointer;
}
#home > .block2 .registration .checklist .terms .active::after {
	content: '\002714';
	display: block;
	position: absolute;
	top: 1px;
	left: -2px;
	color: white;
	font-size: 24px;
}
#home > .block2 .registration .bottom {
	height: 90px;
	line-height: 90px;
	background-color: #402e60;
}
#home > .block2 .registration .bottom .button {
	float: right;
	min-width: 200px;
	height: 50px;
	line-height: 50px;
	margin-top: 20px;
	margin-right: 6%;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #6c4fa1;
	font-size: 1.1em;
	color: white;
	font-weight: bold;
	border-bottom: 1px solid #52397a;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}
#home > .block2 .mobileapp > div:nth-child(1) {
	height: 40px;
	margin-top: 25px;
	border-bottom: 1px solid #534171;
}
#home > .block2 .mobileapp > img {
	margin-top: 60px;
}
#home > .block2 .mobileapp .apptext {
	margin-top: 35px;
	font-size: 15px;
	color: #c76bb6;
}
#home > .block2 .mobileapp .app {
	margin-top: 10px;
	text-align: center;
}
#home > .block2 .mobileapp .app > a {
	display: inline-block;
	width: 134px;
	height: 40px;
	line-height: 40px;
	margin-left: 1%;
	margin-right: 1%;
	overflow: hidden;
}
#home > .block2 .mobileapp .tomobilelink {
	display: block;
	clear: both;
	width: 100%;
	text-align: center;
	margin-top: 5%;
	font-size: 14px;
	color: #efc53d;
}

/* block3 */
#home > .block3 .left {
	position: relative;
	float: left;
	width: 50%;
	height: 100%;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	justify-content: center;
}
#home > .block3 .right {
	width: 50%;
	height: 100%;
	min-height: 25vw;
}
#home > .block3 .left > div {
	position: relative;
	width: 100%;
	height: 100%;
}
#home > .block3 .left .background {
	left: 2%;
	top: -2%;
	bottom: -2%;
	background-position:center;
	background-size: cover;
}
#home > .block3 .left .icon {
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-top: 20%;
	background-image: url('/style/img/icons_x1_1.png');
	background-repeat: no-repeat;
	background-position: left -42px top -311px;
}
#home > .block3 .left .count {
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 100%;
	color: white;
	font-size: 4vw;
	font-weight: bold;
}
#home > .block3 .left .text {
	position: relative;
	z-index: 1;
	color: #b450a6;
	font-size: 1.6vw;
	font-weight: bold;
}
#home > .block3 .right > div {
	width: 100%;
	padding-left: 4%;
	padding-right: 2%;
	text-align: left;
}
#home > .block3 .right > div > div {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	align-items: center;
	height: 50%;
	font-size: 1.5vw;
	color: #fdcbfe;
}
#home > .block3 .right .row1 {
	height: 33%;
	padding-top: 2%;
	padding-bottom: 2%;
}
#home > .block3 .right .row1 > div:nth-child(1) {
	color: #edc832;
	font-weight: bold;
}
#home > .block3 .right .row1 span {
	padding-left: 0.2em;
	padding-right: 0.2em;
	font-size: 1.5vw;
	color: white;
	font-weight: bold;
}
#home > .block3 .right .row2 {
	position: relative;
	height: 34%;
	padding-top: 2%;
	padding-bottom: 2%;
	background-color: #614791;
}
#home > .block3 .right .row2::before {
	content: '';
	display: block;
	position: absolute;
	top: -6px;
	left: 40px;
	width: 30px;
	height: 12px;
	background-color: #cd7ac2;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#home > .block3 .right .row2::after {
	content: '';
	display: block;
	position: absolute;
	bottom: -6px;
	left: 40px;
	width: 30px;
	height: 12px;
	background-color: #cd7ac2;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#home > .block3 .right .row2 > div:nth-child(2) {
	color: white;
	font-weight: bold;
}
#home > .block3 .right .row3 {
	height: 33%;
	padding-top: 2%;
	padding-bottom: 2%;
}
#home > .block3 .right .row3 > div:nth-child(2) {
	color: white;
	font-weight: bold;
}

/* block4 */
#home > .block4 > div {
	max-width: 1180px;
	margin-top: 5%;
	margin-bottom: 5%;
}
#home > .block4 .left {
	float: left;
	width: 50%;
	line-height: 2.2vw;
}
#home > .block4 .right {
	float: right;
	width: 50%;
	line-height: 2.5vw;
}
#home > .block4 > div > div,
#home > .block4 > div > div > b,
#home > .block4 > div > div > span {
	color: white;
	font-size: 1.5vw;
}
#home > .block4 > div > div > span {
	padding: 0.5% 1%;
	background-color: #f0c632;
	font-weight: bold;
	color: #3c2956;
}
#home > .block4 .age {
	line-height: 4vw;
	margin-bottom: 40px;
	font-size: 3.5vw;
	font-weight: bold;
	color: white;
}

/* block5 */
#home > .block5 .left {
	width: 50%;
	height: 100%;
}
#home > .block5 .right {
	position: relative;
	float: left;
	width: 50%;
	height: 100%;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	justify-content: center;
}
#home > .block5 .left > div {
	width: 100%;
	padding-left: 4%;
	padding-right: 2%;
	text-align: left;
}
#home > .block5 .left .row1 {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 14vw;
	text-align: center;
}
#home > .block5 .left .row1 h2 {
	font-size: 1.6vw;
	font-weight: normal;
	color: white;
}
#home > .block5 .left .row1 h2 > b {
	color: #fdcbfe;
	font-size: 1.6vw;
}
#home > .block5 .left .row2 {
	position: relative;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 14vw;
	background-color: #392a55;
}
#home > .block5 .left .row2::before {
	content: '';
	display: block;
	position: absolute;
	top: -6px;
	left: 50%;
	width: 30px;
	height: 12px;
	margin-left: -15px;
	background-color: #cd7ac2;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#home > .block5 .left .row2 > div {
	display: inline-block;
	height: 4vw;
	line-height: 4vw;
	padding: 0 30px;
	background-color: #f0c632;
	font-size:1.8vw;
	font-weight: bold;
	color: #3c2956;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#home > .block5 .right > div {
	position: relative;
	width: 100%;
	height: 100%;
}
#home > .block5 .right .background {
	right: 2%;
	top: -2%;
	bottom: -2%;
	background-position:center;
	background-size: cover;
}
#home > .block5 .right .icon {
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 40px;
	height: 30px;
	margin-top: 20%;
	background-image: url('/style/img/icons_x1_1.png');
	background-repeat: no-repeat;
	background-position: left -197px top -93px;
}
#home > .block5 .right .text1 {
	position: relative;
	z-index: 1;
	height: 4vw;
	line-height: 4vw;
	color: white;
	font-size: 3.5vw;
	font-weight: bold;
}
#home > .block5 .right .text2 {
	position: relative;
	z-index: 1;
	color: #b450a6;
	font-size: 1.6vw;
	font-weight: bold;
}

/* block7 */
#home > .block7 .list {
	display: inline-block;
	min-height: 40px;
	margin-top: 50px;
	padding-left: 25px;
	padding-right: 25px;
	background-color: white;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	font-size: 0;
	text-align: center;
}
#home > .block7 .list a {
	display: inline-block;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	color: #333333;
}
#home > .block7 .list .bold {
	font-weight: bold;
}
#home > .block7 .list a:not(:first-child) {
	border-left: 1px solid #d8d6e3;
}

#home .background {
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
}
#home .background::after {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: black;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";       /* IE 8 */
	filter: alpha(opacity=50);  /* IE 5-7 */
	-moz-opacity: 0.5;          /* Netscape */
	-khtml-opacity: 0.5;        /* Safari 1.x */
	opacity: 0.5;
}
#home .background.img1 {
	background-image: url('/style/img/mainpage_img1.png');
}
#home .background.img2 {
	background-image: url('/style/img/mainpage_img2.png');
}
#home .background.img3 {
	background-image: url('/style/img/mainpage_img3.png');
}
#home .background.img4 {
	background-image: url('/style/img/mainpage_img4.png');
}
#home .background.img5 {
	background-image: url('/style/img/mainpage_img5.png');
}
#home .background.img6 {
	background-image: url('/style/img/mainpage_img6.png');
}
#home .background.img7 {
	background-image: url('/style/img/mainpage_img7.png');
}
#home .background.img8 {
	background-image: url('/style/img/mainpage_img8.png');
}
#home .background.img9 {
	background-image: url('/style/img/mainpage_img9.png');
}
#home .background.img10 {
	background-image: url('/style/img/mainpage_img10.png');
}
#home .background.img11 {
	background-image: url('/style/img/mainpage_img11.png');
}
#home .background.img12 {
	background-image: url('/style/img/mainpage_img12.png');
}
#home .background.img13 {
	background-image: url('/style/img/mainpage_img13.png');
}
#home .background.img14 {
	background-image: url('/style/img/mainpage_img14.png');
}
#home .background.img15 {
	background-image: url('/style/img/mainpage_img15.png');
}

/* footer */
#footer {
	width: 100%;
	min-height: 250px;
	margin-top: 5%;
	font-size: 0;
	text-align: center;
	background-color: #5b448a;
}
#footer > div {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	justify-content: center;
	max-width: 1260px;
}
#footer > div > div {
	height: 250px;
}
#footer .fleft {
	width: 25%;
	background-color: #7153a9;
}
#footer .fcenter {
	position: relative;
	width: 50%;
	height: 100%;
	top: -10px;
	background-color: #5b448a;
}
#footer .fright {
	width: 25%;
	background-color: #7153a9;
}
#footer .fleft > div {
	margin-top: 5%;
	margin-left: 10%;
	text-align: left;
}
#footer .fleft > div > div {
	position: relative;
	width: 100%;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
}
#footer .fleft > div > div > a::before {
	content: '';
	display: block;
	position: relative;
	float: left;
	top: 11px;
	width: 0;
	height: 0;
	margin-right: 8px;
	border-style: solid;
	border-width: 3px 0 3px 3px;
	border-color: transparent transparent transparent #c56cc8;
}
#footer .fleft > div > div > a {
	color: white;
	font-size: 1.2vw;
}
#footer .fcenter > div {
	width: auto;
	margin-left: 5%;
	margin-right: 5%;
}
#footer .fcenter .facebook {
	height: 78px;
	padding-top: 38px;
	padding-bottom: 13px;
	text-align: left;
	border-bottom: 1px solid #6d569a;
}
#footer .fcenter .facebook a {
	color: #f7c5f8;
	font-size: 1.5vw;
	font-weight: bold;
}
#footer .fcenter .facebook .icon {
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 8px;
	vertical-align: middle;
	background-image: url('/style/img/icons_x1_1.png');
	background-repeat: no-repeat;
	background-position: right -398px top -315px;
}
#footer .fcenter .facebook span {
	font-size: 1.5vw;
	color: #aa62b4;
}
#footer .fcenter .elmaz > div {
	width: 100%;
	text-align: center;
}
#footer .fcenter .elmaz > div > div {
	display: block;
	float: left;
	width: 33%;
	text-align: left;
}
#footer .fcenter .elmaz img {
	width: 24px;
	margin-right: 5%;
	vertical-align: middle;
}
*#footer .fcenter .elmaz {
	width: 100%;
	min-height: 98px;
	padding-top: 13px;
	padding-bottom: 13px;
	border-bottom: 1px solid #6d569a;
}
#footer .fcenter .elmaz a {
	display: block;
	height: 26px;
	line-height: 26px;
	color: #f7c5f8;
	font-size: 1.2vw;
	overflow: hidden;
}
#footer .fcenter .counters {
	margin-top: 20px;
	text-align: left;
}
#footer .fright > a {
	display: inline-block;
	height: 34px;
	line-height: 34px;
	margin-top: 35px;
	padding: 0 30px;
	background-color: #f0c632;
	font-size: 15px;
	font-weight: bold;
	color: #3c2956;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#footer .fright > img {
	display: inline-block;
	height: 60px;
	margin-top: 60px;
}
#footer .fright .dating {
	display: inline-block;
	margin-top: 10px;
	color: white;
	font-size: 17px;
}
#footer .fright .dating > span {
	color: #f0cb34;
	font-size: 2vw;
}
#footer .fright .arr {
	display: inline-block;
	margin-top: 5px;
	color: white;
	font-size: 1vw;
}

@media only screen and (min-width: 750px) and (max-width: 1000px) {
	#home > .block1 {
		height: 140px;
	}
	#home > .block1 .logo {
		width: 40%;
		height: 140px;
	}
	#home > .block1 .viptape {
		width: 50%;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#home > .block1 .topright {
		width: 10%;
	}
	#home > .block1 .logo .elmaz .domain > span {
		font-size: 3vw;
	}
	#home > .block1 .logo .elmaz .slogan {
		font-size: 1.5vw;
	}
	#home > .block1 .h1text {
		font-size: 1.5vw;
	}
	#home > .block1 .topright .search .text {
		display: none;
	}
	#home > .block1 .topright .search {
		margin-top: 54px;
	}
	#home > .block2 {
		height: 660px;
	}
	#home > .block2 .login {
		width: 34%;
	}
	#home > .block2 .registration {
		float: right;
		width: 60%;
		top: 0;
	}
	#home > .block2 .registration .top > span:nth-child(1),
	#home > .block2 .registration .top > span:nth-child(2) {
		font-size: 2.5vw;
	}
	#home > .block2 .registration .bottom {
		background-color: #c86bbb;
	}
	#home > .block2 .mobileapp {
		width: 34%;
	}
	#home > .block2 .mobileapp .image {
		display: none;
	}
	#home > .block2 .login .loginButton,
	#home > .block2 .login .fbLogin {
		font-size: 2vw;
	}
}
@media only screen and (min-width: 200px) and (max-width: 749px) {
	#home > .block1 {
		height: 220px;
	}
	#home > .block1 .logo {
		width: 60%;
		height: 100px;
		padding-top: 10px;
	}
	#home > .block1 .viptape {
		position: absolute;
		top: 100px;
		width: 100%;
		padding-top: 0;
		padding-bottom: 0;
	}
	#home > .block1 .topright {
		width: 40%;
	}
	#home > .block1 .logo > img {
		width: auto;
		height: 100%;
	}
	#home > .block1 .logo .elmaz {
		width: auto;
		height: 100%;
		padding-top: 20px;
	}
	#home > .block1 .logo .elmaz .domain > span {
		font-size: 4.5vw;
	}
	#home > .block1 .logo .elmaz .slogan {
		font-size: 2vw;
	}
	#home > .block1 .h1text {
		bottom: 1vw;
		font-size: 2vw;
	}
	#home > .block1 .topright .search .text {
		font-size: 2.5vw;
	}
	#home > .block1 .topright .search {
		margin-top: 40px;
	}
	#home > .block1 .h1text {
		display: none;
	}
	#tapeusers > .nav.left {
		margin-left: 20px;
	}
	#tapeusers > .nav.right {
		margin-right: 20px;
	}
	#home > .block2 {
		height: auto;
	}
	#home > .block2 .login,
	#home > .block2 .mobileapp {
		float: none;
		width: 94%;
	}
	#home > .block2 .login .loginButton,
	#home > .block2 .login .fbLogin {
		font-size: 3vw;
	}
	#home > .block2 .registration {
		position: static;
		float: none;
		width: 100%;
		top: 0px;
		margin-top: 10%;
	}
	#home > .block2 .registration .top > span:nth-child(1),
	#home > .block2 .registration .top > span:nth-child(2) {
		font-size: 4vw;
	}
	#home > .block2 .mobileapp {
		margin-top: 5%;
		margin-bottom: 3%;
	}
	#home > .block2 .mobileapp .tomobilelink {
		margin-top: 2%;
	}
	#home > .block2 .registration .bottom {
		background-color: #c86bbb;
	}
	#home > .block2 .mobileapp > div:nth-child(1),
	#home > .block2 .mobileapp .image {
		display: none;
	}
	#home > .block3 {
		display: block;
		width: 100%;
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
	}
	#home > .block3 > div {
		display: block;
	}
	#home > .block3 .left,
	#home > .block3 .right {
		float: none;
		width: 100%;
	}
	#home > .block3 .left {
		height: 50vw;
	}
	#home > .block3 .left .background {
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
	}
	#home > .block3 .left .count {
		font-size: 7vw;
	}
	#home > .block3 .left .text {
		font-size: 3vw;
	}
	#home > .block3 .right > div > div,
	#home > .block3 .right .row1 span {
		font-size: 3vw;
	}
	#home > .block4 {
		display: block;
		width: 100%;
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
	}
	#home > .block4 > div {
		display: block;
		width: 100%;
		margin-top: 0;
		margin-bottom: 0;
		padding-top: 4%;
		padding-bottom: 4%;
	}
	#home > .block4 .left,
	#home > .block4 .right {
		float: none;
		width: 100%;
		line-height: 3.5vw;
	}
	#home > .block4 > div > div,
	#home > .block4 > div > div > b,
	#home > .block4 > div > div > span {
		font-size: 2.5vw;
	}
	#home > .block5 {
		display: block;
		width: 100%;
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
	}
	#home > .block5 > div {
		display: block;
	}
	#home > .block5 .left,
	#home > .block5 .right {
		float: none;
		width: 100%;
	}
	#home > .block5 .right {
		height: 50vw;
	}
	#home > .block5 .right .background {
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
	}
	#home > .block5 .left .row1 h2,
	#home > .block5 .left .row1 h2 > b {
		font-size: 2.5vw;
	}
	#home > .block5 .left .row2 > div {
		font-size: 2.8vw;
	}
	#home > .block7 .list {
		margin-top: 2%;
	}
}
@media only screen and (min-width: 200px) and (max-width: 500px) {
	#home > .block1 .logo {
		width: 80%;
	}
	#home > .block1 .topright {
		width: 20%;
	}
	#home > .block1 .logo > img {
		height: 80%;
	}
	#home > .block1 .logo .elmaz .domain > span {
		font-size: 6vw;
	}
	#home > .block1 .topright .search {
		margin-top: 30px;
	}
	#home > .block1 .logo .elmaz .slogan,
	#home > .block1 .h1text,
	#home > .block1 .topright .search .text {
		display: none;
	}
	#home > .block2 .login .loginButton,
	#home > .block2 .login .fbLogin {
		font-size: 5vw;
	}
	#home > .block2 .registration .top > span:nth-child(1),
	#home > .block2 .registration .top > span:nth-child(2) {
		font-size: 6vw;
	}
	#registration .lhalf,
	#registration .rhalf {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	#home > .block3 .right {
		height: 50vw;
	}
	#home > .block3 .right > div > div, 
	#home > .block3 .right .row1 span {
		font-size: 3.5vw;
	}
	#home > .block4 .age {
		margin-top: 5%;
		margin-bottom: 5%;
		font-size: 10vw;
	}
	#home > .block4 > div > div, 
	#home > .block4 > div > div > b, 
	#home > .block4 > div > div > span {
		font-size: 3.5vw;
	}
	#home > .block5 .left .row1 {
		height: 20vw;
	}
	#home > .block5 .left .row1 h2,
	#home > .block5 .left .row1 h2 > b {
		line-height: 3.5vw;
		font-size: 3.5vw;
	}
	#home > .block5 .left .row2 > div {
		font-size: 3.5vw;
	}
	#home > .block5 .right .text1 {
		font-size: 5vw;
	}
	#home > .block5 .right .text2 {
		font-size: 3vw;
	}
}
@media only screen and (min-width: 800px) and (max-width: 1200px) {
	#tapeusers > .users {
		width: 300px;
	}
}
@media only screen and (min-width: 750px) and (max-width: 799px) {
	#tapeusers > .users {
		width: 200px;
	}
}
@media only screen and (min-width: 650px) and (max-width: 749px) {
	#tapeusers > .users {
		width: 500px;
	}
}
@media only screen and (min-width: 550px) and (max-width: 649px) {
	#tapeusers > .users {
		width: 400px;
	}
}
@media only screen and (min-width: 450px) and (max-width: 549px) {
	#tapeusers > .users {
		width: 300px;
	}
}
@media only screen and (min-width: 350px) and (max-width: 449px) {
	#tapeusers > .users {
		width: 200px;
	}
}
@media only screen and (min-width: 200px) and (max-width: 349px) {
	#tapeusers > .users {
		width: 100px;
	}
}
@media only screen and (min-width: 750px) and (max-width: 800px) {
	#footer .fcenter {
		width: 60%;
	}
	#footer .fright {
		width: 15%
	}
	#footer .fright .arr {
		font-size: 1.2vw;
	}
}
@media only screen and (min-width: 200px) and (max-width: 749px) {
	#footer .fleft {
		width: 40%;
	}
	#footer .fcenter {
		width: 40%;
	}
	#footer .fright {
		width: 20%
	}
	#footer .fcenter .elmaz {
		display: none;
	}
	#footer .fleft > div > div > a {
		font-size: 2vw;
	}
	#footer .fcenter .facebook a,
	#footer .fcenter .facebook span {
		font-size: 2vw;
	}
	#footer .fright .arr {
		font-size: 1.5vw;
	}
}
@media only screen and (min-width: 200px) and (max-width: 500px) {
	#footer .fleft {
		width: 100%;
	}
	#footer .fcenter {
		display: none;
		width: 0%;
	}
	#footer .fright {
		display: none;
		width: 0%
	}
	#footer .fleft > div > div > a {
		font-size: 3.5vw;
	}
}
