body {
	color: #333;
	font-size: 1vw;
	font-weight: 400;
}

* {
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
}

.pxl,
.hidden {
    display: none !important;
}
.modal-overlay {
	display: none;
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
	background-color: rgba(0, 0, 0, 0.8);
}
.modal-overlay.highest {
	display: block;
	z-index: 9999;
}

section {
	margin: auto;
	width: 30em;
	max-width: 100%;
	padding: 1em 6em;
}

.chat {
	height: 90vh;
	position: relative;
}

.output {
	height: 90vh;
	overflow: auto;
	padding-top: 4em;
	padding-bottom: 0;
	/* background: url(../img/logo_fremdgehen69.svg) no-repeat; */
	background-size: contain;
	background-position: center 7em;
}
.output:after {
	content:"";
	height: 13em;
	display: block;
}
.chat-last-step .output:after { 
	height: 18em;
}
.logo-main {
    position: absolute;
    top: 6em;
    left: 50%;
    transform: translateX(-50%);
    max-width: 500px;
	width: auto;
	text-align: center;
}
.logo-main img {
	width: 100%;
}
.platzhalter {
	height: 100%;
}
.ui-autocomplete {
	z-index: 9999;
}
.input {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: auto;
	width: 100%;
	padding: 1em 0 3em;
}

.input>div {
	width: 30em;
	max-width: 100%;
	margin: auto;
}

.registration {
	display: block !important;
	position: relative;
	top: 0;
	left: 0;
	transform: none;
}
.registration input,
.registration button,
.registration select {
	margin: 0;
	position: relative;
}
.registration .form-btn-close {
	display: none;
}
.registration .registration-inner {
	background: none;
    box-shadow: none;
}
.registration .btn-group {
	display: flex;
	background: #ffffff;
	border-radius: 50px;
	margin: 0;
}
.registration .last-step .btn-group{
	padding: 5px;
}
.registration .block {
	padding: 0;
}
.registration .block-button-group .btn-group label {
	flex: 1;
	margin: 5px;
}
.registration .block-button-group .btn-group .btn {
	display: block;
	padding: 0.25em 1em;
    border-radius: 5em;
    font-size: 1em;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
}
.registration .block-button-group input[type=radio] + .btn:before {
	display: none;
}
.registration .block-field-group .form-group {
	margin: 0;
}
.registration .block-field-group.js-last-step .form-group {
	margin-bottom: 8px;
}
.registration .block-field-group.js-last-step .form-group.form-group-buttonGroup{
	background: #ffffff;
	border-radius: 5em;
}
.registration .block-field-group.js-last-step .form-group.form-group-buttonGroup button.btn-submit {
	height: auto;
}
.registration .block-field-group.js-last-step .form-group.form-group-buttonGroup,
.registration .block-field-group .form-group.form-group-address,
.registration .block-field-group .form-group.form-group-email,
.registration .block-field-group .form-group.form-group-username,
.registration .block-field-group .form-group.form-group-password {
    padding: 5px;
	position: relative;
}
.registration .block-field-group .form-group.form-group-address:before,
.registration .block-field-group .form-group.form-group-email:before,
.registration .block-field-group .form-group.form-group-password:before,
.registration .block-field-group .form-group.form-group-username:before {
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 42px;
	background: #ffffff;
	border-radius: 5em;
}
.registration .block-field-group-inner {
	position: relative;
}
.registration .block-field-group .form-group .form-control {
	height: 32px;
}
.registration .block-field-group .form-group input.form-control {
	border: none;
	padding-right: 65px;
}
.registration .block-field-group .form-group .btn-next {
    position: absolute;
    top: 5px;
    right: 5px;
}
.registration .form-group-birthday .form-group-birthday-inner {
	margin: 0;
    display: flex;
    background: #fff;
    border-radius: 5em;
	padding: 5px 65px 5px 0;
}
.registration .form-group-birthday .form-group-birthday-inner > div {
	float: none;
	width: auto;
	flex: 1;
}
.registration .form-group-birthday .form-group-birthday-inner > div:nth-child(2) {
	flex: 4;
}
.registration .block-field-group .form-group select.form-control {
	margin: 0;
	border: none;
	background-image: none;
}
.registration .block-field-group .form-group .required {
    color: #ff0000;
    margin: 10px -5px -5px;
    display: block;
}

/* SOCIAL BUTTONS */
.social-buttons {
    margin-top: 5px;
}
.social-buttons p {
    margin-bottom: 1.2em;
    font-size: 1.3em;
}
.modal-popup .registration .social-buttons .btn-group {
	display: flex;
	margin-top: 0;
}
.login-form .social-buttons .btn-group {
    flex-direction: row;
}
.login-form .social-buttons p {
    display: none;
}
.social-buttons .separate {
    position: relative;
    margin: 20px 0;
    text-transform: capitalize;
    font-size: 1.3em;
}
.social-buttons .separate:before,
.social-buttons .separate:after {
    content: '';
    width: 40%;
    height: 1px;
    position: absolute;
    top: 50%;
}
.social-buttons .separate:before {
    left: 0;
}
.social-buttons .separate:after {
    right: 0;
}
.btn-social {
    flex: 1;
    position: relative;
    margin: 3px 0;
    height: 2.3em;
    line-height: 2.3em;
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 5px center;
    text-align: center;
    font-size: 1.2em;
}
.btn-social {
	margin: 0 1px;
	max-height: 40px;
    background-position: center;
}
.btn-social span {
    display: block;
    margin-left: 40px;
    padding-right: 40px;
}
.btn-social span {
    display: none;
}
.btn-social:hover {
    text-decoration: none;
}

.btn-social.btn-social-google {
    background-image: url(/img/_btns/icon-google-color.svg);
    background-size: 30px 30px;
    border-width: 1px;
	border-style: solid;
	overflow: hidden;
}
.btn-social.btn-social-facebook {
    margin-bottom: 25px;
}
.btn-social.btn-social-facebook {
    background-image: url(/img/_btns/icon-facebook.svg);
    background-size: 28px;
}
.btn-social.btn-social-facebook i {
    position: absolute;
    bottom: -85%;
    left: 0;
    right: 0;
    font-size: 12px;
    font-style: normal;
    white-space: nowrap;
}
.btn-social.btn-social-facebook {
    margin-bottom: 0;
}
.btn-social.btn-social-facebook i {
    display: none;
}
.wrapp-form-registration .social-buttons {
	display: none;
}
/* END SOCIAL BUTTONS */

.btn-blue {
	background: #1675ac;
}
.btn-pink {
	background: #d12b67;
}
.btn-next {
	background: #009700 url(/img/_btns/arrow_right.svg) no-repeat center;
    width: 3em;
	height: 32px;
}
.btn-submit {
	background: #009700;
}

.input small {
	display: block;
	font-size: 10px;
	text-align: center;
	padding: 2em 1em 0;
	height: auto;
	overflow: hidden;
}

.input small p {
	padding-top: 0;
    width: 100%;
    text-align: center;
}

.bubble {
	position: relative;
}

.bubble div {
	display: inline-block;
	border-radius: 3px;
	background: #FFF;
	padding: .75em 1em;
	margin-bottom: 1em;
}

.bubble div img {
	height: 1.4em;
	vertical-align: middle;
}

.support {
	text-align: left;
}

.support.pic.bubble div {
	border-radius: 0 3px 3px 3px;
}

.support.pic::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 1em 1em 0;
	border-color: transparent #ffffff transparent transparent;
	position: absolute;
	top: 0;
	left: -0.9em;
}

.support.pic::after {
	content: '';
	display: block;
	width: 4em;
	height: 4em;
	background-size: 100%;
	position: absolute;
	top: -2em;
	left: -5.5em;
	border-radius: 50%;
}

.user {
	text-align: right;
}

.user.pic.bubble div {
	border-radius: 3px 3px 0 3px;
}

.user.pic::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1em 0 0 1em;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	bottom: 1em;
	right: -1em;
}

.user.pic::after {
	content: '';
	display: block;
	width: 4em;
	height: 4em;
	background-image: url(/img/_btns/male.png);
	background-size: 100%;
	position: absolute;
	bottom: -1em;
	right: -5.5em;
	border-radius: 50%;
}

.i_txt,
.i_btn {
	border-radius: 5em;
	padding: 0;
	background: #FFF;
	display: flex;
}

input,
button,
select {
	padding: .25em .75em;
	border-radius: 5em;
	font-size: 1em;
	width: 100%;
	margin: 0.25em;
}

button,
.button {
	padding: .25em 1em;
	border-radius: 5em;
	font-size: 1em;
	color: #FFF;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	background: #EC5567;
	cursor: pointer;
}

select {
	width: auto;
	padding-right: 1em;
	background: #f6f6f6;
	margin-right: 0;
}

#month {
	width: 100%;
}

input {
	background: #f6f6f6;
	margin-right: 0;
}

button.send {
	background: #009700 url('/img/_btns/arrow_right.svg') no-repeat center;
	width: 3em;
}

button.ja {
	background: #009700;
	width: 50%;
}

button.join {
	background: #009700;
	width: 100%;
}

button.nein {
	background: #CD0000;
	width: 50%;
	margin-right: 0;
}

button.male {
	background: #1675ac;
	width: 50%;
	margin-right: 0;
}

button.female {
	background: #d12b67;
	width: 50%;
}

button:hover {
	box-shadow: inset 0 0 3em rgba(0, 0, 0, 0.3);
}

.output::-webkit-scrollbar {
	width: 0px;
	height: 0px;
}

.output::-webkit-scrollbar-button {
	width: 0px;
	height: 0px;
}

.output::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, .0);
	border: 0px none rgba(255, 255, 255, 0);
	border-radius: 50px;
}

.output::-webkit-scrollbar-thumb:hover {
	background: #3C4452;
}

 ::-webkit-scrollbar-thumb:active {
	background: #3C4452;
}

.output::-webkit-scrollbar-track {
	background: #3C4452;
	border: 0px none #3C4452;
	border-radius: 0px;
}

.output::-webkit-scrollbar-track:hover {
	background: #3C4452;
}

.output::-webkit-scrollbar-track:active {
	background: #3C4452;
}

.output::-webkit-scrollbar-corner {
	background: transparent;
}

.about {
	position: relative;
	width: 100%;
	text-align: center;
	padding: 8em 1em;
}

.about p strong {
    display: block;
    font-size: 1.6em;
    margin-bottom: 15px;
    font-weight: normal;
}

.about a {
	position: absolute;
	top: 0;
	left: 50%;
	margin: -1.5em 0 0 -2.5em;
	display: block;
	width: 5em;
	height: 5em;
	background: #EC5567 url(/img/_btns/bow.svg) center;
	background-size: 90%;
	border-radius: 50%;
}

h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	font-size: 2em;
}

h2 {
	font-weight: bold;
	font-size: 0.8em;
}

p {
	text-align: justify;
	padding: 2em 0 0;
	width: 60em;
	max-width: 100%;
	margin: auto;
	line-height: 1.4em;
}

.how {
	position: relative;
	width: 100%;
	color: #FFF;
	text-align: center;
	padding: 8em 1em;
}

.how>div {
	display: inline-block;
	border-radius: 50%;
	width: 22em;
	height: 22em;
	padding: 3em 0 0 0;
	margin: 2em;
	vertical-align: middle;
}

.how>div img {
	width: 8em;
}

.how>div p {
	text-align: center;
	padding: 0 28px;
	font-weight: bold;
	font-size: 0.8em;
}
.how>div p span {
	text-transform: capitalize;
}

.location {
	position: relative;
	width: 100%;
	color: #FFF;
	text-align: center;
	padding: 8em 1em;
}

.testamonials {
	position: relative;
	width: 100%;
	color: #FFF;
	text-align: center;
	padding: 8em 1em;
}

.testamonials .item {
	position: relative;
	display: inline-block;
	width: 38em;
	max-width: 100%;
	text-align: left;
	background: url(/img/_btns/quotationmarks.svg) no-repeat;
	background-position: 10em 0.8em;
	background-size: 2em;
	margin: 1em 0;
}

.testamonials .item>div {
	display: flex;
	padding: 1em 2em;
}

.testamonials .item>div img {
	width: 7em;
	height: 7em;
}

.testamonials .item p {
	display: inline-block;
	padding: 0 0 0 1em;
	text-indent: 2.5em;
	width: 27em;
}

.testamonials .item p span {
	text-transform: capitalize;
}

.testamonials .item p strong {
	display: block;
	padding: 0.3em 0 0 0;
	text-indent: 0em;
}

footer {
	padding: 2em 1em;
	text-align: center;
	color: rgba(255, 255, 255, 0.32);
}

footer a {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.32);
}

footer span,
.legal__container,
.legal__container > div {
	display: inline-block;
}

header {
	background: rgba(255, 255, 255, .9);
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	height: 3.2em;
	z-index: 200;
	display: flex;
	width: 100%;
}

.login {
	padding: 1em;
}

nav {
	width: 100%;
	display: flex;
}

nav li {
	list-style: none;
    display: inline-block;
}

nav a {
	color: #545355;
	font-family: 'RobotoCondensed' sans-serif;
	font-size: 1em;
	padding: 1em;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.navbtn {
	display: block;
	height: 3.2em;
	margin-left: 1em;
	cursor: pointer;
}
.img-logo {
	align-self: center;
	height: 2.8em;
}
.img-logo-fv {
	height: 1.8em;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.hidden-mobile {
	display: none;
}
.hidden-desktop {
	display: block;
}

/* LOGIN FORM */
.modal-overlay-login {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.4);
}
.modal-popup {
	display: none;
	position: fixed;
	top: 50%;
	left: 0;
	right: 0;
	z-index: 1000;
	transform: translateY(-50%);
}
.modal-popup .registration {
	position: relative;
	margin: 0 auto;
	padding: 20px;
	max-width: 400px;
	width: 98%;
	border-radius: 15px;
	background-color: rgba(255,255,255,1);
}
.modal-popup .registration .registration-inner {
	position: static;
}
.modal-popup .registration .form-btn-close {
	display: block;
	top: 0;
	right: 0;
	background-color: transparent;
	border: 0;
	font-size: 30px;
}
.modal-popup .registration .form-btn-close:hover {
	color: #999999;
}
.modal-popup .registration .form-group {
	margin: 10px 0;
}
.modal-popup .registration .btn-primary {
    padding: 0;
    height: 34px;
    font-size: 1.2em;
}
.modal-popup .registration .btn-group,
.modal-popup .registration .unknown-error-msg {
	display: block;
}
.modal-popup .registration .btn-group {
	background-color: transparent;
}
.modal-popup .registration .block-field-group .form-group .required {
	margin-top: 5px;
}
#login_username,
#login_password {
	border: thin solid #ccc;
}
select::-ms-expand {
    display: none;
}
/* END LOGIN FORM */
@media(min-width: 992px) {
	.hidden-mobile {
		display: block;
	}
	.hidden-desktop {
		display: none;
	}
	.logo-main {
		max-width: 300px;
	}
}
@media(min-width: 1200px) {
	.logo-main {
		max-width: 500px;
	}
}
@media only screen and (max-width: 1280px) {
	.registration .block-field-group .form-group input.form-control {
		padding-right: 50px;
	}
}
@media only screen and (max-width: 1200px) {
	.registration .block-field-group .form-group input.form-control {
		padding-right: 40px;
	}
	.registration .block-field-group .form-group .form-control,
	.btn-next {
		height: 24px;
	}
	.registration .block-field-group .form-group.form-group-address:before, 
	.registration .block-field-group .form-group.form-group-email:before, 
	.registration .block-field-group .form-group.form-group-password:before, 
	.registration .block-field-group .form-group.form-group-username:before {
		height: 34px;
	}
	.chat-last-step .output:after {
		height: 23em;
	}
}
@media only screen and (max-width: 1024px) {
	.how > div p {
		padding: 0 15px;
	}
	.chat-last-step .output:after {
		height: 25em;
	}
}

@media only screen and (max-width: 768px) {
	.registration .block-field-group .form-group input.form-control {
		padding-right: 70px;
	}
	.registration .block-field-group .form-group .form-control,
	.btn-next {
		height: 32px;
	}
	.registration .block-field-group .form-group.form-group-address:before, 
	.registration .block-field-group .form-group.form-group-email:before, 
	.registration .block-field-group .form-group.form-group-password:before, 
	.registration .block-field-group .form-group.form-group-username:before {
		height: 42px;
	}
	body {
		font-size: 2.5vw;
	}
	section {
		width: 100%;
		padding: 1em 6em;
	}
	.output {
		padding-bottom: 0;
		background: none;
	}
	.output:after {
		height: 10em;
	}
	.chat-last-step .output:after {
		height: 18em;
	}
	header {
		/* background: rgba(255, 255, 255, .9) url(../img/logo_fremdgehen69.svg) center no-repeat; */
		background-size: 8em;
	}
	.ph {
		width: 100%;
	}
	.how>div p {
		padding: 0 25px;
	}
	.navbtn {
		background: url(/img/_btns/nav.svg) center no-repeat;
		background-size: 1.8em;
	}
	nav {
		width: 100%;
		display: block;
		display: none;
		position: absolute;
		top: 3.2em;
		left: 0;
	}
	nav li {
		display: block;
	}
	nav a {
		border-top: 1px solid rgba(0, 0, 0, 0.1);
		text-align: center;
		display: block;
		background: rgba(255, 255, 255, .9);
	}
	.login {
		position: absolute;
		right: 0;
	}
	.img-logo {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		max-width: 400px;
		max-height: 3.2em;
		height: auto;
	}
	/* .img-logo.fix-logo-mobile {
		height: 2.5em;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	} */
	.logo-main {
		display: none;
	}
	.navbtn {
		width: 3.2em;
		max-width: 40px;
	}
	footer > span {
		display: block;
		margin-top: 5px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) {
	body {
		background: none;
	}
	body:before {
		content: "";
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		width: auto;
		height: 100vh;
	}
	main {
		position: relative;
	}
}

@media only screen and (max-width: 425px) {
	.registration .block-field-group .form-group input.form-control {
		padding-right: 62px;
	}
	body {
		font-size: 4vw;
	}
	section {
		width: 100%;
		padding: 1em 1em;
	}
	.input {
		padding: 1em 1em 2em;
	}
	.output {
		padding-bottom: 0;
	}
	.output:after {
		height: 12em;
	}
	.chat-last-step .output:after {
		height: 20em;
	}
	.pic {
		margin-top: 4em;
	}
	.support.pic.bubble div,
	.user.pic.bubble div {
		border-radius: 3px;
	}
	.support.pic::before {
		border-width: 1em 0 0 1em;
		border-color: transparent transparent transparent #ffffff;
		position: absolute;
		top: -.7em;
		left: 1.5em;
	}
	.support.pic::after {
		width: 3em;
		height: 3em;
		position: absolute;
		top: -4em;
		left: 0em;
	}
	.user.pic::before {
		border-width: 1em 0 0 1em;
		border-color: transparent transparent transparent #ffffff;
		position: absolute;
		top: -.7em;
		right: .5em;
	}
	.user.pic::after {
		width: 3em;
		height: 3em;
		position: absolute;
		top: -4em;
		right: 0em;
	}
	.input {
		font-size: 1.2em
	}
	#month {
		width: auto;
	}
	.about {
		padding: 4em 1em 3em;
	}
	.how>div {
		margin: 2em 0;
	}
	.testamonials .item {
		text-align: center;
		background: url(/img/_btns/quotationmarks.svg) no-repeat;
		background-position: 0em 9em;
		margin: 1em 0;
	}
	.testamonials .item>div {
		display: block;
		padding: 1em 0;
	}
	.testamonials .item p {
		display: inline-block;
		padding: 1em 0 0 0;
		text-indent: 2.5em;
		width: auto;
	}
	.testamonials .item img {
		margin: auto;
	}

	.registration .block-field-group .form-group select#month {
		width: 100%;
	}
	.registration .form-group-birthday .form-group-birthday-inner > div:nth-child(2) {
		flex: 2;
	}
	.registration .block-field-group .form-group .form-control,
	.registration .block-button-group .btn-group .btn {
		font-size: 15px;
	}

	.registration .block-field-group .form-group .form-control {
		height: 28px;
	}
	.registration .block-field-group .form-group.form-group-address:before, 
	.registration .block-field-group .form-group.form-group-email:before, 
	.registration .block-field-group .form-group.form-group-password:before, 
	.registration .block-field-group .form-group.form-group-username:before {
		height: 38px;
	}
	.registration .block-field-group .form-group .btn-next {
		top: 4px;
		right: 4px;
	}
	.btn-next {
		height: 30px;
	}
	/*body {
		background-position: cover;
	}*/
	.img-logo {
		left: 49%;
		max-height: 2.5em;
		max-width: 160px;
	}
}

@media only screen and (max-width: 350px) {
	.registration .block-field-group .form-group input.form-control {
		padding-right: 55px;
	}
	.how > div p {
		padding: 0 20px;
	}
	.output:after {
		height: 15em;
	}
	.chat-last-step .output:after {
		height: 25em;
	}
}

@media only screen and (max-height: 600px) and (min-width: 568px) {
	/* body {
		background-size: 100%;
		background-image: url(/img/_btns/bg_landscape.jpg);
		background-attachment: fixed;
		background-repeat: no-repeat;	
	} */
	body {
		background: none;
	}
	body:before {
		content: "";
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		width: 100%;
		height: 100vh;
	}
	main {
		position: relative;
	}
	.chat {
		height: 100%;
	}
	
	.input {
		position: relative;
	}
	.output {
		padding-bottom: 0px;
		max-width: 80%;
	}
	.output:after {
		height: 40px;
	}
}
/********************************************************************** annimation */

.support div {
	animation: animationFrames ease 0.5s;
	animation-iteration-count: 1;
	transform-origin: 0% 0%;
	animation-fill-mode: forwards;
	/*when the spec is finished*/
	-webkit-animation: animationFrames ease 0.5s;
	-webkit-animation-iteration-count: 1;
	-webkit-transform-origin: 0% 0%;
	-webkit-animation-fill-mode: forwards;
	/*Chrome 16+, Safari 4+*/
	-moz-animation: animationFrames ease 0.5s;
	-moz-animation-iteration-count: 1;
	-moz-transform-origin: 0% 0%;
	-moz-animation-fill-mode: forwards;
	/*FF 5+*/
	-o-animation: animationFrames ease 0.5s;
	-o-animation-iteration-count: 1;
	-o-transform-origin: 0% 0%;
	-o-animation-fill-mode: forwards;
	/*Not implemented yet*/
	-ms-animation: animationFrames ease 0.5s;
	-ms-animation-iteration-count: 1;
	-ms-transform-origin: 0% 0%;
	-ms-animation-fill-mode: forwards;
	/*IE 10+*/
}

@keyframes animationFrames {
	0% {
		transform: scaleX(0.00);
	}
	100% {
		transform: scaleX(1.00);
	}
}

@-moz-keyframes animationFrames {
	0% {
		-moz-transform: scaleX(0.00);
	}
	100% {
		-moz-transform: scaleX(1.00);
	}
}

@-webkit-keyframes animationFrames {
	0% {
		-webkit-transform: scaleX(0.00);
	}
	100% {
		-webkit-transform: scaleX(1.00);
	}
}

@-o-keyframes animationFrames {
	0% {
		-o-transform: scaleX(0.00);
	}
	100% {
		-o-transform: scaleX(1.00);
	}
}

@-ms-keyframes animationFrames {
	0% {
		-ms-transform: scaleX(0.00);
	}
	100% {
		-ms-transform: scaleX(1.00);
	}
}

.user div {
	animation: animationFrames2 ease 0.5s;
	animation-iteration-count: 1;
	transform-origin: 100% 0%;
	animation-fill-mode: forwards;
	/*when the spec is finished*/
	-webkit-animation: animationFrames2 ease 0.5s;
	-webkit-animation-iteration-count: 1;
	-webkit-transform-origin: 100% 0%;
	-webkit-animation-fill-mode: forwards;
	/*Chrome 16+, Safari 4+*/
	-moz-animation: animationFrames2 ease 0.5s;
	-moz-animation-iteration-count: 1;
	-moz-transform-origin: 100% 0%;
	-moz-animation-fill-mode: forwards;
	/*FF 5+*/
	-o-animation: animationFrames2 ease 0.5s;
	-o-animation-iteration-count: 1;
	-o-transform-origin: 100% 0%;
	-o-animation-fill-mode: forwards;
	/*Not implemented yet*/
	-ms-animation: animationFrames2 ease 0.5s;
	-ms-animation-iteration-count: 1;
	-ms-transform-origin: 100% 0%;
	-ms-animation-fill-mode: forwards;
	/*IE 10+*/
}

@keyframes animationFrames2 {
	0% {
		transform: scaleX(0.00);
	}
	100% {
		transform: scaleX(1.00);
	}
}

@-moz-keyframes animationFrames2 {
	0% {
		-moz-transform: scaleX(0.00);
	}
	100% {
		-moz-transform: scaleX(1.00);
	}
}

@-webkit-keyframes animationFrames2 {
	0% {
		-webkit-transform: scaleX(0.00);
	}
	100% {
		-webkit-transform: scaleX(1.00);
	}
}

@-o-keyframes animationFrames2 {
	0% {
		-o-transform: scaleX(0.00);
	}
	100% {
		-o-transform: scaleX(1.00);
	}
}

@-ms-keyframes animationFrames2 {
	0% {
		-ms-transform: scaleX(0.00);
	}
	100% {
		-ms-transform: scaleX(1.00);
	}
}

.support {
	animation: animationFrames3 ease 0.5s;
	animation-iteration-count: 1;
	transform-origin: 50% 0%;
	animation-fill-mode: forwards;
	/*when the spec is finished*/
	-webkit-animation: animationFrames3 ease 0.5s;
	-webkit-animation-iteration-count: 1;
	-webkit-transform-origin: 50% 0%;
	-webkit-animation-fill-mode: forwards;
	/*Chrome 16+, Safari 4+*/
	-moz-animation: animationFrames3 ease 0.5s;
	-moz-animation-iteration-count: 1;
	-moz-transform-origin: 50% 0%;
	-moz-animation-fill-mode: forwards;
	/*FF 5+*/
	-o-animation: animationFrames3 ease 0.5s;
	-o-animation-iteration-count: 1;
	-o-transform-origin: 50% 0%;
	-o-animation-fill-mode: forwards;
	/*Not implemented yet*/
	-ms-animation: animationFrames3 ease 0.5s;
	-ms-animation-iteration-count: 1;
	-ms-transform-origin: 50% 0%;
	-ms-animation-fill-mode: forwards;
	/*IE 10+*/
}

@keyframes animationFrames3 {
	0% {
		transform: scaleY(0.00);
	}
	100% {
		transform: scaleY(1.00);
	}
}

@-moz-keyframes animationFrames3 {
	0% {
		-moz-transform: scaleY(0.00);
	}
	100% {
		-moz-transform: scaleY(1.00);
	}
}

@-webkit-keyframes animationFrames3 {
	0% {
		-webkit-transform: scaleY(0.00);
	}
	100% {
		-webkit-transform: scaleY(1.00);
	}
}

@-o-keyframes animationFrames3 {
	0% {
		-o-transform: scaleY(0.00);
	}
	100% {
		-o-transform: scaleY(1.00);
	}
}

@-ms-keyframes animationFrames3 {
	0% {
		-ms-transform: scaleY(0.00);
	}
	100% {
		-ms-transform: scaleY(1.00);
	}
}

.user {
	animation: animationFrames4 ease 0.5s;
	animation-iteration-count: 1;
	transform-origin: 50% 100%;
	animation-fill-mode: forwards;
	/*when the spec is finished*/
	-webkit-animation: animationFrames4 ease 0.5s;
	-webkit-animation-iteration-count: 1;
	-webkit-transform-origin: 50% 100%;
	-webkit-animation-fill-mode: forwards;
	/*Chrome 16+, Safari 4+*/
	-moz-animation: animationFrames4 ease 0.5s;
	-moz-animation-iteration-count: 1;
	-moz-transform-origin: 50% 100%;
	-moz-animation-fill-mode: forwards;
	/*FF 5+*/
	-o-animation: animationFrames4 ease 0.5s;
	-o-animation-iteration-count: 1;
	-o-transform-origin: 50% 100%;
	-o-animation-fill-mode: forwards;
	/*Not implemented yet*/
	-ms-animation: animationFrames4 ease 0.5s;
	-ms-animation-iteration-count: 1;
	-ms-transform-origin: 50% 100%;
	-ms-animation-fill-mode: forwards;
	/*IE 10+*/
}

@keyframes animationFrames4 {
	0% {
		transform: scaleY(0.00);
	}
	100% {
		transform: scaleY(1.00);
	}
}

@-moz-keyframes animationFrames4 {
	0% {
		-moz-transform: scaleY(0.00);
	}
	100% {
		-moz-transform: scaleY(1.00);
	}
}

@-webkit-keyframes animationFrames4 {
	0% {
		-webkit-transform: scaleY(0.00);
	}
	100% {
		-webkit-transform: scaleY(1.00);
	}
}

@-o-keyframes animationFrames4 {
	0% {
		-o-transform: scaleY(0.00);
	}
	100% {
		-o-transform: scaleY(1.00);
	}
}

@-ms-keyframes animationFrames4 {
	0% {
		-ms-transform: scaleY(0.00);
	}
	100% {
		-ms-transform: scaleY(1.00);
	}
}