@font-face {
	font-family: Maiandra;
	src: url(Maiandra.ttf);
}

html,body{
	font-family: 'Maiandra', sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	background: #0da35b;
}

header {
	position: relative;
	width: 100%;
	height: 75px;
	background: #0a864a;
}

.header {
	position: relative;
	width: 100%;
	max-width: 640px;
	height: 75px;
	margin: 0 auto;
}

.logo {
	position: absolute;
	left: 10px;
	top: 3px;
	width: auto;
}

.slogan {
	position: absolute;
	right: 10px;
	top: 20px;
	height: 20px;
	width: auto;
	font-size: 16px;
	color: #fff;
}

.flag {
	position: absolute;
	right: 10px;
	top: 5px;
}

.noStyle, .noStyle:visited, .noStyle:active, .noStyle:hover {
	text-decoration: none;
}

.mainContainer {
	position: relative;
	width: 100%;
	margin: 0 auto;
	max-width: 640px;
}

.mainContainerHeader {
	position: relative;
	width: 100%;
	height: 200px;
	padding: 10px 0;
	box-sizing: border-box;
	background-image: url('../images/contentBg.png');
	background-size: cover;
	box-sizing: border-box;
}

.mainContainerProfiles {
	position: relative;
	margin: 0px auto;
	max-width: 100%;
	display: block;
}

.mainContainerHeaderText {
	color: #fff;
	font-size: 26px;
	padding-left: 10px;
	margin-bottom: 0px;
}

.mainContainerHeaderTextSmall {
	color: #fff;
	font-size: 16px;
	padding-left: 10px;
	margin: 0px;
}

.mainContainerParagraphWhite {
	position: relative;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	text-align: center;
	padding: 0px 10px;
	box-sizing: border-box;
}

.mainContainerParagraphGreen {
	position: relative;
	font-size: 14px;
	line-height: 16px;
	font-family: 'Roboto', sans-serif;
	color: #00ff30;
	text-shadow: 0px 0px 3px #fff;
	text-align: center;
	padding: 0px 10px;
	box-sizing: border-box;
    display: table-cell;
}

.smiley {
	margin-left: 5px;
	height: 14px;
	vertical-align: bottom;
}

.mainContainerButton {
	position: relative;
	width: 290px;
	height: 50px;
	margin: 40px auto;
	background: #22ea56;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	line-height: 50px;
	font-size: 14px;
	background-image: url('../images/button.png');
	background-position: 20px center;
	background-repeat: no-repeat;
	padding-left: 65px;
	box-sizing: border-box;
	border-radius: 10px;
}

.mainContainerListElements {
	position: relative;
	width: 260px;
	margin: 0px auto;
}

.mainContainerListElement {
	position: relative;
	text-align: left;
	color: #fff;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	background-image: url('../images/check.png');
	background-position: 0px center;
	background-repeat: no-repeat;
	padding-left: 15px;
	box-sizing: border-box;
}

.mainContainerInfoTextSafe {
	position: relative;
	margin: 50px 0;
	text-align: center;
	color: #fff;
	font-size: 10pt;
	font-family: 'Roboto', sans-serif;
	padding: 0px 10px;
	box-sizing: border-box;
}

.mainContainerInfoText {
	position: relative;
	margin: 50px 0;
	text-align: center;
	color: #fff;
	font-size: 8pt;
	font-family: 'Roboto', sans-serif;
	padding: 0px 10px;
	box-sizing: border-box;
}

.mainContainerHeaderLong {
	position: relative;
	width: 100%;
	height: 150px;
	padding: 10px 0;
	box-sizing: border-box;
	background-image: url('../images/contentBg.png');
	background-size: cover;
	box-sizing: border-box;
}

.mainContainerProfilesBig {
	position: relative;
	margin: 30px auto;
	max-width: 100%;
	display: block;
}

.mainContainerProfilesBig {
	position: relative;
	margin: 40px auto;
	max-width: 100%;
	display: block;
}

.mainContainerProfilesChat {
	position: relative;
	margin: 50px auto;
	max-width: 100%;
	display: block;
}

.contentProfilesColumnsContainer {
	position: relative;
	width: 100%;
	background: #fff;
	padding: 20px 0;
}

.contentAdditionalTextContainer {
	position: relative;
	width: 100%;
	background: #cce6f4;
	padding: 20px 0;
}

.contentAdditionalTextContainerInner {
	position: relative;
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}

.contentAdditionalTextTitle {
	position: relative;
	color: #0a864a;
	font-size: 24px;
	padding: 0px 20px;
	text-align: center;
}

.contentAdditionalText {
	position: relative;
	color: #515151;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	padding: 0px 20px;
	text-align: center;
}

.mainContainerProfilesContact {
	position: relative;
	width: 100%;
	cursor: pointer;
}

.memberProfileHeader {
	position: relative;
	width: 100%;
	height: 80px;
	background: #fff;
}

.memberProfileHeaderImage {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 60px;
	height: 60px;
	background-size: cover;
	border-radius: 30px;
}

.memberProfileStatus {
	position: absolute;
	bottom: 3px;
	right: 3px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
}

.memberProfileName {
	position: absolute;
	left: 80px;
	top: 20px;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	margin: 0px;
	padding: 0px;
}

.memberProfileStatusText {
	position: absolute;
	left: 80px;
	top: 40px;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	margin: 0px;
	padding: 0px;
}

.online {
	background: #0a864a;
}

.offline {
	background: #ff0000;
}

.memberProfileImageHolder {
	position: relative;
}

.memberProfileImage {
	width: 100%;
}

.memberProfileDescription {
	position: absolute;
	left: 30px;
	bottom: 30px;
	width: 200px;
	height: 30px;
	border: 5px;
	background: #fff;
	color: #444;
	font-size: 13px;
	line-height: 30px;
	font-family: 'Roboto', sans-serif;
	padding: 10px;
	border-radius: 10px;
}

.memberProfileDescription:before {
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	border-left: 5px solid transparent;
	border-right: 5px solid #fff;
	border-top: 5px solid transparent;
	border-bottom: 5px solid #fff;
	left: -10px;
	top: 30px;
}

.memberProfileMessageHolder {
	position: relative;
	width: 100%;
	height: 50px;
	background: #f7f7f7;
	margin: -3px 0 3px;
	cursor: pointer;
	overflow: auto;
}

.memberProfileMessageSend {
	position: absolute;
	top: 8px;
	left: 10px;
	width: 34px;
	height: 34px;
	background-image: url('../images/msg.png');
}

.memberProfileMessageSendWhatsapp {
	position: absolute;
	top: 9px;
	right: 10px;
	width: 33px;
	height: 32px;
	background-image: url('../images/button.png');
}

.memberProfileMessageTextHolder {
	position: relative;
	width: calc(100% - 100px);
	height: 34px;
	margin: 7px auto;
	background: #fafafa;
	border: 1px solid #ddd;
	box-sizing: border-box;
	border-radius: 5px;
}

.memberProfileMessagePhone {
	position: absolute;
	right: 40px;
	top: 10px;
	color: #999;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	margin: 0px;
	padding: 0px;
}

.memberProfileMessagePhoneLock {
	position: absolute;
	right: 20px;
	top: 3px;
}

.memberProfileCallHolder {
	position: relative;
	width: 100%;
	height: 80px;
	background: #f7f7f7;
	margin: -3px 0 3px;
	cursor: pointer;
	overflow: auto;
}

.memberProfileMessageCallBtn {
	position: relative;
	margin: 12px auto 7px;
	display: block;
}

.memberProfileMessageCallInfo {
	position: relative;
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	color: #999;
	font-size: 11px;
	font-family: 'Roboto', sans-serif;
}

#impressumText {
	position: relative;
	width: 90%;
	margin: 30px auto;
	text-align: center;
	color: #fff;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
}

.form_title {
	position: relative;
	width: 300px;
	margin: 30px auto 10px;
	color: #fff;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
}

.support_div {
	position: relative;
	margin: 0 auto;
	width: 300px;
}

.support_div label {
	width: 100px;
	color: #fff;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	display: inline-block;
}

.support_div textarea {
	position: relative;
	width: 100%;
	max-width: 100%;
	border: 0;
}

.support_txt {
	width: 185px;
	border: 0;
	padding: 2px 5px;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	margin: 3px 0;
}

.sendMailBtn {
	position: relative;
	padding: 5px 15px;
	margin: 10px auto 30px;
	border: 1px solid #fff;
	background: #0a864a;
	color: #fff;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	cursor: pointer;
}

.infoerror {
	position: relative;
	text-align: center;
	color: #fff;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	font-style: italic;
}

.infosentok {
	position: relative;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
}

footer {
	position: relative;
	width: 100%;
	padding: 10px 0;
	background: #3d3d3d;
}

.footer {
	position: relative;
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	line-height: 40px;
	font-family: 'Roboto', sans-serif;
}

.footerLinkContainer {
	position: relative;
	width: 100%;
}

.footerLink {
	position: relative;
	float: left;
	width: 33%;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	display: inline-block;
}

/* bulk page settings */

.sloganBulk {
	position: absolute;
	left: 80px;
	top: 5px;
	width: auto;
	font-size: 16px;
	color: #fff;
}

.countryName {
	position: absolute;
	left: 80px;
	top: 25px;
	width: auto;
	font-size: 14px;
	color: #fff;
}

#bulkProfileContainer {
	position: relative;
	width: 100%;
	background-image: url('../images/bulk-girl.png');
	background-size: cover;
	padding: 20px;
	box-sizing: border-box;
}

#bulkProfileName {
	position: relative;
	color: #fff;
	font-size: 16pt;
	margin: 0px;
}

#bulkProfileDescription {
	position: relative;
	color: #fff;
	font-size: 10pt;
	margin: 5px 0px 30px 0px;
}

.videoContainer {
	position: relative;
}

#teaserVideo {
	position: relative;
	margin: 0 auto;
	display: block;
}

.playButton {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url('../images/play.png');
	background-repeat: no-repeat;
	background-position: center center;
	display: none;
}

#videoSeparator {
	position: relative;
	width: 100%;
	height: 50px;
	background-image: url('../images/bulk-arrow.png');
	background-repeat: no-repeat;
	background-position: center center;
}

.mainContainerButtonBulk {
	position: relative;
	width: 300px;
	height: 50px;
	margin: 0px auto 20px;
	background: #22ea56;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	line-height: 50px;
	font-size: 14px;
	background-image: url('../images/button.png');
	background-position: 10px center;
	background-repeat: no-repeat;
	padding-left: 50px;
	box-sizing: border-box;
	border-radius: 10px;
}

.bulkProfileImageHolder {
	position: relative;
	float: left;
	width: 25%;
	height: 120px;
	border: 1px solid #fff;
	box-sizing: border-box;
	overflow: hidden;
}

.bulkProfileImage {
	position: relative;
	width: 100%;
	height: 100%;
	background-size: cover;
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}

.bulkProfileImageLock {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-image: url('../images/lock-green.png');
	background-position: center center;
	background-repeat: no-repeat;
}

.clear {
	clear: both;
}

#socialIcons {
	position: relative;
	margin: 0 auto 20px;
	display: block;
}

.modal-body ul {
	position: relative;
	margin: 0 auto;
	width: 94%;
}

.modal-body li {
	font-size: 16px;
	padding: 0px;
	margin: 0px;
	text-align: left;
}