html, body {
	height: 100%;
}
body {
	padding: 0;
	margin: 0;
	font-size: 14px;
}
body, input, select, textarea, kbd {
	font-family: 'Roboto', arial, sans-serif;
	font-weight: 400;
}
input, select, textarea {
	background: #ffffff;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	text-decoration: underline;
}
ul {
	list-style-type: none;
}
ul, li {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4 {
	padding: 0;
	margin: 0;
}
.column, form p, .formStep, #displayName, form, .addr, #age_d, .heartInsert, .arrowInsert, .formStep2, .girlBox {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.row, .btnGender, .girlBlurbLine {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
/* MEMBER AREA */

.header {
	width: 100%;
	height: 60px;
	position: relative;
}
.header, .headerTitleBox, .headerTitleInner {
	height: 60px;
}
.logo {
	height: 60%;
}
.mainWrap {
	width: 100%;
}
.menuWrap {
	height: 100%;
	justify-content: space-between;
	max-width: initial;
}
.headerRight, .headerLeft {
	height: 100%;
}
.menuIcon {
	width: 20px;
	height: 20px;
	margin: 0 10px 0 0;
	display: none;
}
.headerIcons {
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
}
.headerIconBox {
	height: 100%;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
	margin: 0 70px 0 0;
	position: relative;
}
.headerIconBox:last-child {
	margin: 0 !important;
}
.headerIcon {
	width: 25px;
	height: 25px;
	position: relative;
	z-index: 0;
}
.messageIconBox {
	position: relative;
}
.messageCircle {
	width: 15px;
	height: 15px;
	position: absolute;
	top: -4px;
	right: -8px;
	z-index: 10;
	font-weight: 700;
	font-size: 10px;
	border-radius: 50%;
}
.userProfile {
	width: 30px;
	height: 30px;
}
#settingsIcon {
	margin: 0 0 0 13px;
}
.headerIconBox span {
	margin: 5px 0 0;
	position: relative;
	z-index: 0;
}
.memberList {
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 10px;
	padding-bottom: 0;
}
.girlBox {
	width: calc((100% / 6) - 10px);
	transition: 0.2s;
	position: relative;
	background: #ffffff;
	margin: 0 0 10px;
	box-shadow: 0px 0px 10px 0px rgba(167, 167, 167, 0.7);
}
.girlBox.hidden {
	width: 0;
	height: 0;
	overflow: hidden;
	margin: 0;
}
.girlBox:nth-child(16) {
	display: none;
}
.girlBox.scaleDown {
	transform: scale(0);
}
.girlImgBox {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.girlImg, .girlVid {
	width: 100%;
	position: relative;
	z-index: 0;
}
.girlImg2 {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.girlVid1 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
}
#firstVideo {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.firstVideoThumb {
	z-index: 0;
}
.girlNameBox {
	width: 100%;
	font-weight: 700;
	font-size: 18px;
	color: #000000;
}
.onlineCircle {
	font-size: 12px;
	border-radius: 5px;
	background: #62ed62;
	margin: 0 0 0 10px;
	padding: 10px;
	color: #ffffff;
	text-transform: uppercase;
}
.onlineCircle.live {
	background: #f82780;
}
.girlIcons {
	width: 100%;
	margin: 20px 0 0;
}
.girlIcon {
	width: 30px;
	height: 30px;
}
.girlBottomInfo {
	width: 100%;
	padding: 30px 0;
}
.alignTopLeft {
	left: 5%;
	top: 5%;
}
.alignTopRight {
	right: 5%;
	top: 5%;
}
.alignTopMiddle {
	left: 0;
	right: 0;
	top: 5%;
	margin: auto;
}
.alignBottomLeft {
	left: 5%;
	bottom: 5%;
}
.alignBottomRight {
	right: 5%;
	bottom: 5%;
}
.alignBottomMiddle {
	left: 0;
	right: 0;
	bottom: 5%;
	margin: auto;
}
.alignLeftMiddle {
	left: 5%;
	top: 0;
	bottom: 0;
	margin: auto;
}
.alignRightMiddle {
	right: 5%;
	top: 0;
	bottom: 0;
	margin: auto;
}
.iconMessage {
	margin: 0 15px 0 0;
}
.iconHeart {
	margin: 0 0 0 15px;
}
.justSignedIn, .liveSignIn {
	padding: 5px 7px;
	border-radius: 3px;
	color: #ffffff;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 20;
	box-shadow: 0 0px 3px rgba(255, 255, 255, 0.1);
}
.playIcon {
	width: 40%;
	fill: #ffffff;
	opacity: 0.4;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
	z-index: 20;
}
.justSignedIn.opacity {
	opacity: 0;
	transition: 0.2s;
}
.headerTop {
	width: 100%;
	position: relative;
}
.headerTitleBox, .headerTitleInner {
	width: 100%;
}
.headerTitleBox .mainWrap {
	height: 100%;
}
.headerTitleBox {
	position: relative;
	z-index: 99999990;
}
.headerTitle {
	width: 100%;
	height: 100%;
	justify-content: flex-start;
	font-weight: 700;
	font-size: 16px;
}
.headerTitleInner {
	z-index: 99999990;
	background: rgba(255, 255, 255, 0.85);
}
.headerTitleInner.fixed {
	position: fixed;
	left: 0;
	top: 0;
}
footer, footer a {
	font-size: 11px;
}
footer {
	text-align: center;
	padding: 20px 0;
	z-index: 9999999999;
	position: relative;
}
footer ul {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
footer ul li:first-child {
	border: 0;
}
footer ul li {
	padding: 0 15px;
	border-left: 1px solid #5a5a5a;
}
.logo-img {
	height: 32px;
	width: 164px;
}
/* SNOW, VDAY */

.snowCanvas, .vdayCanvas {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	overflow: hidden;
}
canvas {
	position: absolute;
	top: 0;
	left: 0;
}
.vdayCanvas canvas {
	width: 100%;
	height: 100%;
}
.vdayCanvas {
	z-index: 99999991;
}
.showMore {
	height: 50px;
	border: 2px solid;
	border-radius: 2px;
	padding: 0 45px;
	margin: 25px 0;
	font-weight: 700;
	font-size: 17px;
}
.agentBox {
	width: 100%;
	align-items: stretch;
	margin: 0 0 30px;
}
.agentBoxLeft {
	width: 80px;
	margin: 0 15px 0 0;
	justify-content: flex-end;
}
.agentBoxRight {
	flex-grow: 1;
	padding: 0 0 10px;
	overflow: hidden;
	align-items: flex-start;
}
.agentBoxLeftName {
	width: 100%;
	text-align: center;
	font-size: 13px;
	margin: 5px 0 0;
	font-weight: 700;
}
.agentCircle, .agentBoxLeftProfile {
	width: 80px;
	height: 80px;
	border-radius: 50%;
}
.agentCircle {
	position: relative;
}
.agentCirclePreload {
	position: relative;
	width: 98%;
	height: 98%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #e2e2e2;
	border-radius: 50%;
}
.agentBoxLeftProfile {
	position: absolute;
	left: 0;
	top: 0;
}
#agent1 {
	z-index: 10;
}
#agent2 {
	z-index: 100;
}
#agentError {
	transition: 0.2s;
	z-index: 300;
}
.hideAgent {
	opacity: 0;
}
/* .agentMessageBox:nth-child(3) {
	margin-bottom: 16px;
} */

.agentTime {
	width: 100%;
	text-align: right;
	font-size: 10px;
	margin: 4px 0 0;
	color: #ffffff;
	font-style: italic;
	opacity: 0.9;
}
.agentMessage {
	width: 100%;
	text-align: left;
}
.agentMessageBox {
	width: 100%;
	padding: 12px;
	border-radius: 5px 5px 5px 0;
	font-size: 14px;
	font-weight: 500;
	transition: 0.3s;
}
.zipR1 {
	width: 100%;
}
.scaleDownMessage {
	transform: translateX(-100%);
	opacity: 0;
}
.girlBlurb {
	width: 100%;
	position: absolute;
	z-index: 10000;
	left: 0;
    right: 0;
    bottom: 10px;
    margin: auto;
}
.girlBlurbLine {
	width: 90%;
	max-width: 200px;
	font-weight: 700;
	padding: 10px 15px;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
}
.fontStyle1 {}
.roundedStyle2 {
	border-radius: 10px;
}
.roundedStyle2:nth-child(n+1) {
	margin: -10px 0 0;
}
.rotateStyle2 {
	transform: rotate(7deg);
}
.rotateStyle3 {
	transform: rotate(-7deg);
}
.videoOnline {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}
.videoOnlineImg {
	width: 100%;
	position: relative;
	z-index: 100;
	transition: 0.4s;
}
.videoOnlineImg.opacityDown {
	opacity: 0;
}
.girlVideoBox {
	overflow: hidden;
}
.basicInfoChoices {
	width: 100%;
	position: relative;
}
.basicInfoChoicesWrap {
	flex-wrap: wrap;
	justify-content: space-between;
}
.basicInfoChoicesCover {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	z-index: 10000;
}
.r2Choice {
	width: 100%;
	padding: 20px;
	background: #eeeeee;
	border-radius: 5px;
	margin: 0 0 10px;
	font-size: 17px;
	font-weight: 700;
	cursor: pointer;
	position: relative;
	z-index: 0;
	white-space: nowrap;
}
.basicInfoChoicesWrap .r2Choice {
	width: 48%;
}
.r2Choice:last-child, .basicInfoChoicesWrap .r2Choice:nth-last-child(-n+2) {
	margin: 0;
}
.basicInfoTitle {
	width: 100%;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 15px;
	text-align: center;
	margin: 0 0 15px;
	color: #686c77;
}
#preload {
	width: 0;
	height: 0;
	overflow: hidden;
}
.hide {
	display: none !important;
}
.show {
	display: flex !important;
}
.showBlock {
	display: block !important;
}
form {
	width: 100%;
}
form b, .pr_Headline_p, .about_p strong, .about_p .small_one, .about_p .small_two {
	display: none;
}
.formSub, .sub {
	width: 100%;
	text-align: left;
	margin: 10px 0 0;
	padding: 0 0 0 15px;
}
.sub {
	display: none;
}
.allBox {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	overflow: auto;
	z-index: 99999999;
	overflow-x: hidden;
}
.coverAll {
	background: #000000;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 110vh;
	z-index: 99999998;
	opacity: 0.1;
	transition: 0.3s;
}
.coverAll.startCover {
	opacity: 0.5;
	transition: 0.3s;
}
.allBox.atTop {
	justify-content: flex-start;
}
.speechWrap {
	width: 96%;
	height: 100%;
	padding: 55px 0 0;
	max-width: 450px;
	justify-content: flex-start;
	z-index: 1000;
}
form {
	position: relative;
	z-index: 0;
}
.speech {
	width: 100%;
	padding: 30px;
	padding-top: 20px;
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	position: relative;
	background: #ffffff;
	flex-shrink: 0;
	margin: 0 0 15px;
}
.speech.hldy:before, .speech.hldy:after {
	content: '';
	position: absolute;
	left: -2px;
	top: -2px;
	background: linear-gradient(45deg, #F5624D, #CC231E, #34A65F, #0F8A5F, #235E6F, #F5624D, #CC231E, #34A65F, #0F8A5F, #235E6F);
	background-size: 400%;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	z-index: -1;
	/* animation: steam 20s linear infinite; */
	border-radius: 5px;
}
.speech.hldy2 {
	box-shadow: 0 0px 15px rgba(255, 0, 0, 0.9);
	border: 1px solid #CC231E;
}
.speech.vday {
	box-shadow: 0 0px 25px 2px rgba(255, 0, 0, 0.6);
	border: 1px solid #CC231E;
}
@keyframes steam {
	0% {
		background-position: 0 0;
	}
	50% {
		background-position: 400% 0;
	}
	100% {
		background-position: 0 0;
	}
}
.speech.hldy:after {
	-webkit-filter: blur(15px);
	filter: blur(15px);
}
.line1 {
	width: 100%;
	text-align: center;
	font-size: 31px;
	font-weight: 700;
	line-height: 120%;
}
.introBox {
	width: 100%;
	min-height: 200px;
	display: none;
}
#membersFoundBox {
	width: 100%;
	display: none;
	position: relative;
	z-index: 10;
}
.alertGirls {
	width: 100%;
	justify-content: space-between;
}
.notifyingGirls {
	width: 100%;
}
.notifyingGirlsIconCircle {
	width: 50px;
	height: 50px;
	min-width: 50px;
	background: #fd6f49;
	border-radius: 50%;
}
.notifyingGirlsIconCircle.scaleIt {
	animation: scaleIt 0.3s ease-in-out infinite alternate;
}
@-webkit-keyframes scaleIt {
	0% {
		-webkit-transform: scale(1.0);
	}
	100% {
		-webkit-transform: scale(1.1);
	}
}
@keyframes scaleIt {
	0% {
		transform: scale(1.0);
	}
	100% {
		transform: scale(1.1);
	}
}
.notifyingGirlsIcon {
	width: 55%;
	height: 55%;
	fill: #ffffff;
}
.notifyingGirlsText {
	font-size: 25px;
	margin: 0 0 0 14px;
	font-weight: 700;
	line-height: 100%;
}
#memberCount {
	font-weight: 700;
}
.speech {
	transition: 0.2s;
}
.speech.scale {
	opacity: 0;
}
.formOuterBox {
	width: 100%;
	max-width: 450px;
	justify-content: flex-start;
	display: none;
	position: relative;
	z-index: 10;
}
.formBg {
	display: none;
}
.hldy .formBg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	background: #ffffff;
	border-radius: 5px;
	display: block;
}
.hldyTitle {
	text-transform: capitalize;
}
.introMapText {
	width: 100%;
	text-align: center;
	font-size: 25px;
	margin: 14px 0 0;
	font-weight: 700;
	text-transform: capitalize;
}
.mapBox {
	width: 100px;
	position: relative;
}
.memberSliderOuter {
	width: 100%;
	justify-content: flex-start;
	margin: 25px 0 0;
	overflow: hidden;
}
.memberSlide {
	position: relative;
	justify-content: flex-start;
}
.memberSlide.slide {
	transform: translateX(-1700px);
	transition: 7.5s;
	transition-timing-function: linear;
}
.memberSlideBox {
	width: 120px;
	position: relative;
	flex-shrink: 0;
	margin: 0 15px 0 0;
}
.memberSlideName span {
	white-space: nowrap;
}
.memberSlideBox img {
	width: 120px;
	height: 120px;
	position: relative;
	z-index: 0;
	border-radius: 5px;
}
.memberSlideBoxCircle {
	width: 7px;
	min-width: 7px;
	height: 7px;
	margin: 0 7px 0 0;
	background: #4ccc4c;
	border-radius: 50%;
}
.memberSlideName {
	width: 100%;
	padding: 15px 0 0;
	font-size: 11px;
	font-weight: 500;
	/* color: #ffffff;
	background: #525252;
	border-radius: 0 0 5px 5px; */
}
#membersFoundBox .line1 {
	font-size: 21px;
	text-transform: capitalize;
}
.mapBox img {
	width: 100%;
	position: relative;
	z-index: 0;
}
.memberCountFound {
	font-size: 70px;
	margin: -10px 0 0;
}
.memberOnlineSub {
	font-size: 21px;
	text-transform: capitalize;
}
.memberCountPin {
	font-size: 14px;
	color: #4c4c4c;
	padding: 7px;
	padding-right: 10px;
	background: #eeeeee;
	border-radius: 5px;
	border: 1px solid #c3c3c3;
	margin: -15px 0 20px;
}
.pinDrop, .pinIcon2, .pinIcon3 {
	fill: #e8231f;
}
.pinIcon2 {
	width: 17px;
	height: 17px;
	margin: 0 6px 0 0;
}
.pinIcon3 {
	width: 19px;
	height: 19px;
	margin: 0 6px 0 0;
}
.pinDrop {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	-webkit-animation: action 0.3s infinite alternate;
	animation: action 0.3s infinite alternate;
}
@-webkit-keyframes action {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-10px);
	}
}
@keyframes action {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-10px);
	}
}
.mapShadow {
	margin: 5px 0 0;
}
.startBox {
	width: 100%;
	justify-content: flex-start;
}
.robotBox {
	width: 100%;
	justify-content: flex-end;
	padding: 25px 0 0;
	position: relative;
	flex-shrink: 0;
}
.robotInner {
	width: 141px;
	height: 182px;
	position: relative;
}
#rBodyBox {
	width: 100%;
	height: 53px;
	top: 110px;
	left: 0;
	position: absolute;
}
#rHeadBox, #rBodyBox {
	transition: 0.5s;
}
#rHeadBox.rAnim {
	transform: translateX(-5px) rotate(-5deg);
}
#rBodyBox.rAnim {
	transform: translateX(3px) rotate(-2deg);
}
#body {
	width: 63px;
	height: 53px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
}
#armRight, #armLeft {
	width: 30px;
	height: 42px;
	top: 2px;
	position: absolute;
	transition: 0.25s;
}
#armLeft {
	left: 17px;
	transform-origin: top right;
}
#armRight {
	right: 17px;
	transform-origin: top left;
}
.armRightAnim {
	transform: rotate(-50deg) translateY(-3px) translateX(-8px);
}
.armLeftAnim {
	transform: rotate(50deg) translateY(-3px) translateX(8px);
}
#rShadow {
	width: 38px;
	height: 5px;
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#rHead, #rHeadBox {
	width: 113px;
	height: 110px;
}
#rHeadBox {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
}
#rHeadBox.rHeadBoxAnim {
	animation: shake 0.8s;
}
@keyframes shake {
	0% {
		transform: translate(10px, 0)
	}
	10% {
		transform: translate(-10px, 0)
	}
	20% {
		transform: translate(10px, 0)
	}
	30% {
		transform: translate(-10px, 0)
	}
	40% {
		transform: translate(10px, 0)
	}
	50% {
		transform: translate(-10px, 0)
	}
	60% {
		transform: translate(10px, 0)
	}
	70% {
		transform: translate(-10px, 0)
	}
	80% {
		transform: translate(10px, 0)
	}
	90% {
		transform: translate(-10px, 0)
	}
	100% {
		transform: translate(10px, 0)
	}
}
#rHead {
	position: absolute;
	left: 0;
	top: 0;
}
#eyes {
	width: 47px;
	height: 17px;
	position: absolute;
	left: 0;
	right: 0;
	top: 66px;
	margin: auto;
}
#eyeBlink {
	display: none;
}
#eyeError {
	display: none;
}
.mouth, #mouth {
	width: 15px;
	height: 6px;
	position: absolute;
	left: 0;
	right: 0;
	top: 77px;
	margin: auto;
}
.muteCircle {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	right: 0;
	top: -9px;
	z-index: 9000;
	cursor: pointer;
}
.muteHide {
	display: none !important;
}
.muteCircleIcon {
	width: 57%;
	height: 57%;
	fill: #ffffff;
	display: none;
	opacity: 0.9;
}
.introSub {
	width: 100%;
	text-align: center;
	font-size: 18px;
	margin: 10px 0 0;
	font-weight: 500;
	color: #909090;
}
.speechCorner {
	position: absolute;
	right: 100px;
	bottom: -35px;
}
form p {
	width: 100%;
	margin: 0;
}
.agree, .mobileTerms {
	font-size: 11px;
	margin: 10px 0 0;
	width: 100%;
}
.agree {
	margin: 15px 0 0;
	display: none;
}
.agree, .agree a, .mobileTerms, .mobileTerms a {
	color: #bbbbbb;
}
select, input, .aboutRow, .zipR1 {
	width: 100%;
	border: 0;
	outline: none;
	font-size: 17px;
	box-shadow: 0 0px 3px #b3b3b3;
	padding: 0 0 0 15px;
}
.zipR1 {
	padding: 0;
	position: relative;
}
.zipR1 input {
	box-shadow: none !important;
	border: 0 !important;
	background: transparent !important;
	position: relative;
	z-index: 100;
	padding-left: 50px;
}
.zipR1Icon {
	width: 30px;
	height: 30px;
	position: absolute;
	left: 15px;
	top: 0;
	bottom: 0;
	z-index: 0;
	margin: auto;
}
.aboutRow {
	font-size: 16px;
	border-radius: 5px;
	padding: 0;
}
input {
	padding-right: 5px;
}
textarea {
	width: 100%;
	height: 80px;
	padding: 15px;
	border: 0;
	outline: none;
	font-size: 15px;
}
select, input, .btnGender, .btn, .zipR1 {
	height: 60px;
	min-height: 60px;
}
select, input, textarea, .btnGender, .btn, .zipR1 {
	border-radius: 5px;
}
select, input, textarea {
	outline: 0;
}
.formStep, #displayName, #age_d, #age_p, .btnGender, .btn, .formStep2 {
	width: 100%;
}
#age_d {
	position: relative;
}
#age_d, .formSub {
	max-width: 270px;
}
.btn {
	color: #ffffff;
	margin: 20px 0 0;
	transition: 0.2s;
	padding: 0 0 0 29px;
	overflow: hidden;
}
.heartInsert, .arrowInsert {
	height: 100%;
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 0;
	z-index: 0;
}
.heartInsert {
	-webkit-animation: lds-heart 1s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
	animation: lds-heart 1s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
.arrowInsert {
	-webkit-animation: crescendo 1.1s alternate infinite ease-in;
	animation: crescendo 1.1s alternate infinite ease-in;
}
@keyframes crescendo {
	0% {
		transform: scale(.8);
	}
	100% {
		transform: scale(1);
	}
}
@-webkit-keyframes crescendo {
	0% {
		transform: scale(.8);
	}
	100% {
		transform: scale(1);
	}
}
.heartInsertIcon {
	width: 50px;
	height: 50px;
	fill: #dd0a00;
}
.arrowInsertIcon {
	width: 25px;
	height: 25px;
	fill: #ffffff;
}
@keyframes lds-heart {
	0% {
		-webkit-transform: scale(0.85);
		transform: scale(0.85);
	}
	5% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	39% {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
	45% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
	60% {
		-webkit-transform: scale(0.85);
		transform: scale(0.85);
	}
	100% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
}
@-webkit-keyframes lds-heart {
	0% {
		-webkit-transform: scale(0.85);
		transform: scale(0.85);
	}
	5% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	39% {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
	45% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
	60% {
		-webkit-transform: scale(0.85);
		transform: scale(0.85);
	}
	100% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
}
.btn.inactive {
	/* background: #b3b3b3; */
	transition: 0.2s;
}
.btn, .btnGender {
	font-weight: 700;
	cursor: pointer;
	font-size: 19px;
}
.btnGender {
	width: 48%;
	border: 2px solid;
	padding-left: 35px;
}
.genderIcon {
	width: 20px;
	height: 20px;
	margin: 0 0 0 15px;
	opacity: 0;
}
.btnGender:hover .genderIcon {
	opacity: 1;
	transition: 0.1s;
}
.blue .genderIcon {
	fill: #3f9fe3;
}
.pink .genderIcon {
	fill: #f16aa7;
}
.selected .genderIcon {
	fill: #ffffff;
	opacity: 1;
}
.btnGender.selected:hover .genderIcon {
	transition: 0s;
}
.formTitle {
	width: 100%;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 25px;
	text-align: center;
	margin: 0 0 10px;
	display: none;
}
@-webkit-keyframes scaleIt2 {
	0% {
		-webkit-transform: scale(1.0);
	}
	100% {
		-webkit-transform: scale(1.1);
	}
}
@keyframes scaleIt {
	0% {
		transform: scale(1.0);
	}
	100% {
		transform: scale(1.1);
	}
}
.stepCount {
	text-align: center;
	font-size: 13px;
	display: none;
	margin: 18px 0 0;
	padding: 7px 15px;
	font-weight: bold;
}
.about_p br {
	display: none;
}
textarea {
	resize: none;
}
.aboutRow {
	width: 100%;
	position: relative;
}
.mobileLastStep {
	width: 100%;
}
.mobileRow {
	width: 100%;
	position: relative;
}
.mobileRow input {
	position: relative;
	z-index: 0;
}
.skipMobile {
	width: 75px;
	min-width: 75px;
	height: 40px;
	white-space: nowrap;
	background: #757575;
	color: #ffffff;
	padding: 7px 0;
	cursor: pointer;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	border-radius: 5px;
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 20;
}
.p_mobile small {
	display: none;
}
.marital_status, .body_type {
	margin: 0 0 10px;
}
.locationRow {
	width: 100%;
	justify-content: space-between;
	align-items: flex-start;
}
.locationRow2, .mobileLastStep {
	margin: 15px 0 0;
}
.addr.city {
	flex-grow: 1;
}
.addr.state, .addr.zip {
	width: 100%;
}
.addr.state {
	margin: 0 15px 0 0;
}
.addr {
	align-items: flex-start;
	justify-content: flex-start;
}
.addr span {
	font-weight: 700;
	margin: 0 0 5px;
}
.mobileLastStepLabel {
	width: 100%;
	font-weight: 700;
	text-align: left;
	margin: 0 0 10px;
}
.aboutCountBox {
	width: 100%;
	justify-content: flex-start;
	z-index: 100;
	height: 45px;
	padding: 0 15px;
}
.aboutCountCheck {
	width: 17px;
	height: 17px;
	min-width: 17px;
	min-height: 17px;
	fill: #34a853;
	margin: 0 10px 0 0;
}
.aboutCountIcon {
	display: none;
}
.sub #e, .errorAppend {
	padding: 12px 10px;
	font-size: 15px;
	width: 100%;
	font-weight: 700;
	list-style: none!important;
	color: red;
	text-align: center;
	margin: 5px 0;
	border: 2px solid red;
	border-radius: 5px;
	/* background: #ffdcde; */
}
.errorAppend {
	margin: 15px 0 0;
}
.alt_logins {
	text-align: center;
	color: #000000 !important;
}
.altBlack {
	color: #000000 !important;
}
.alt_logins u, .altUsername {
	color: blue!important;
	cursor: pointer;
}
.formStep, .formStep2 {
	display: none;
}
.btnIconBox {
	height: 100%;
	margin: 0 0 0 12px;
	opacity: 1;
	transform: translateY(0);
	transition: 0.2s;
}
.inactive .btnIconBox {
	transform: translateY(100%);
	transition: 0s;
	opacity: 0;
}
.btnIcon {
	width: 17px;
	height: 17px;
	fill: #ffffff;
}
.msg {
	display: none;
}
.selectError {
	border: 1px solid #cc0000;
	background-color: #fff5f6;
}
.stateNoMargin {
	margin: 0 !important;
}
span.addrSmall {
	font-weight: normal;
	font-size: 12px;
}
.btn.switchOrder {
	order: 1;
}
.agree.switchOrder {
	order: 3;
}
#genderBox {
	width: 100%;
	justify-content: space-between;
	position: relative;
}
.genderCover {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10000;
	display: none;
}
#loginLink, .loginLink {
	font-size: 11px;
	margin: 20px 0 0;
	opacity: 0.6;
	text-decoration: none;
}
.alertNow {
	width: 100%;
	height: 65px;
	min-height: 65px;
	justify-content: flex-start;
	border-radius: 5px;
	margin: 0 0 5px;
	padding: 5px 10px;
	transform: translateY(-95px);
	opacity: 0;
}
.alertNow.slideIn {
	transform: translateY(0);
	opacity: 1;
	transition: 0.3s;
}
.alertNow.opacityDown {
	opacity: 0 !important;
	transition: 0.3s;
}
.alertNowText {
	width: 100%;
	color: #ffffff;
	font-weight: 700;
	margin: 0 0 0 15px;
	font-size: 17px;
	line-height: 105%;
}
.alertNow img {
	width: 55px;
	min-width: 55px;
	height: 55px;
	border-radius: 50%;
}
.notifyTitleIcon {
	width: 35px;
	min-width: 35px;
	height: 35px;
	border-radius: 50%;
	animation: scaleIt2 0.3s ease-in-out infinite alternate;
}
#alertNowText, #alertNowImg {
	display: none;
}
.hideBlur {
	display: none;
}
.headerTitleBox .mainWrap {
	height: 100%;
}
.allWrap {
	width: calc(100% - 50px);
}
.mainArea {
	width: 100%;
}
.memberAllBox {
	width: 100%;
	/* overflow: hidden; */
}
.memberWrap {
	width: 100%;
	max-width: 1800px;
	background: #eeeeee;
}
.memberListBox {
	width: 100%;
	max-width: 3000px;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 10px;
}
#age {
	border: 0;
	box-shadow: none;
}
#loginLink.loginPush {
	margin: 20px 0 0;
}
/* GENDER BTN */

@media (max-width: 450px) {
	.btnGender {
		padding: 0;
	}
	.genderIcon {
		margin: 0 0 0 10px;
		display: none;
	}
	.selected .genderIcon {
		display: block;
	}
}
@media (max-width: 350px) {
	.btnGender {
		font-size: 16px;
	}
	.genderIcon {
		margin: 0 0 0 8px;
	}
}
/* END GENDER BTN */

@media (max-height: 600px) {
	.alertNowOpacity {
		opacity: 0 !important;
		transition: 0s !important;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 0;
	}
}
@media (hover: none) {
	.btnGender:hover .genderIcon {
		opacity: 0;
		transition: 0s;
	}
	.selected .genderIcon {
		opacity: 1 !important;
	}
}
@media (max-width: 1023px) {
	.speechWrap {
		padding: 35px 0 0;
	}
	.speechPadding {
		padding: 88px 0 0;
	}
}
@media (max-width: 1023px) and (min-width: 550px) and (min-height: 768px) {
	.speechWrap {
		padding: 88px 0 0;
	}
}
@media (max-height: 500px) {
	select, input, .btnGender, .btn, .zipR1 {
		height: 60px;
		min-height: 60px;
	}
}
@media (max-height: 500px), (max-width: 500px) {
	.formTitle {
		font-size: 21px;
	}
	body {
		font-size: 13px;
	}
	.agree, .mobileTerms {
		font-size: 10px;
	}
	/* .robotInner {
		width: 120px;
		height: 155px;
	} */
}
@media (max-height: 459px) {
	textarea {
		height: 48px;
	}
}
@media (max-width: 374px) {
	input, select, .aboutRow, .formSub, .sub {
		padding-left: 12px;
	}
	.zipR1 input {
		padding-left: 50px;
	}
	textarea {
		padding: 10px 5px;
	}
	.aboutCountBox {
		padding: 0 5px;
	}
	.aboutRow {
		font-size: 14px;
	}
	.speech {
		padding: 20px;
	}
	.skipMobile {
		width: 55px;
		min-width: 55px;
	}
}
@media (max-height: 1023px) {
	.speech {
		padding: 20px;
	}
	.speechWrapR2 {
		padding: 5px 0 0;
	}
	.speechWrapR2 .alertNow {
		margin-bottom: 5px;
	}
}
@media (max-height: 767px) and (max-width: 750px) {
	.girlIcons {
		padding: 22px 0;
	}
	.stepCount {
		margin: 10px 0 0;
	}
	select, input, .btnGender, .btn, .zipR1 {
		height: 50px;
		min-height: 50px;
	}
}
@media (max-height: 559px) and (max-width: 374px) {
	.girlIcons {
		padding: 28px 0 28px;
	}
	.stepCount {
		margin: 10px 0 0;
	}
	.btn {
		height: 50px;
		margin: 15px 0 0 0;
	}
	select, input, .btnGender, .zipR1 {
		height: 45px;
	}
	.girlNameBox {
		font-size: 12px;
	}
}
@media (max-height: 600px) {
	.introBox {
		min-height: 140px;
		padding: 20px 0;
	}
	.line1 {
		font-size: 28px;
	}
}
@media (max-height: 558px) {
	.line1 {
		font-size: 25px;
	}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.speech.hldy:before, .speech.hldy:after {
		display: none;
	}
	select::-ms-value {
		background: none;
		color: #42413D;
	}
}
.btn, .btnGender, .stepCount {
	user-select: none;
}
/* MEMBER AREA MOBILE */

@media (max-width: 1700px) {
	.girlBox {
		width: calc((100% / 4) - 10px);
	}
}
@media (max-width: 1279px) {
	.girlBox {
		width: calc((100% / 3) - 10px);
	}
}
@media (max-width: 900px) {
	.girlBox {
		width: calc((100% / 2) - 10px);
	}
}
@media (max-width: 1152px) {
	.headerIcons {
		position: relative;
		margin: 0;
	}
	.headerIconBox {
		margin: 0 50px 0 0;
	}
}
@media (max-width: 1023px) {
	.allWrap {
		width: calc(100% - 30px);
	}
	.headerTitleBox .mainWrap {
		width: 100%;
		padding: 0 10px;
	}
	.justSignedIn, .liveSignIn {
		right: auto;
		left: 10px;
	}
	.mainWrap {
		width: 100%;
	}
	.header, .headerTitleBox, .headerTitleInner {
		height: 44px;
	}
	.headerTitle {
		font-size: 14px;
	}
	.menuIcon {
		display: block;
	}
	.userProfile {
		width: 28px;
		height: 28px;
		margin: 0 0 0 15px;
	}
	.headerIconBox span {
		display: none;
	}
	.headerIcons {
		flex-grow: 1;
		justify-content: flex-end;
	}
	.headerIconBox {
		display: none;
	}
	#messagesIcon {
		margin: 0;
		display: flex;
	}
	#settingsIcon {
		display: none;
	}
	.mainArea .mainWrap {
		width: calc(100% - 10px);
	}
	.logo {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
}
@media (max-width: 767px) {
	.memberListBox {
		padding: 0;
	}
	.girlBox {
		width: 50%;
		margin: 0;
		box-shadow: none;
	}
	.girlBox:nth-child(odd) {
		border-right: 1px solid #eeeeee;
	}
}
/* END MEMBER AREA */
@media (max-width: 450px) {
	.girlBlurb {
		width: 100%;
		position: relative;
		bottom: auto;
		left: auto;
		right: auto;
		margin: 0;
	}
	.girlBlurbLine {
		max-width: none;
		width: 100%;
		height: 100%;
	}
	.girlNameBox {
		flex-direction: column;
	}
	.onlineCircle {
		margin: 7px 0 0;
	}
	.girlBox:nth-child(odd) {
		border: 0;
	}
	.girlBox:nth-child(odd) .girlBottomInfo {
		border-right: 1px solid #eeeeee;
	}
}
@media (max-width: 374px) {
	.girlNameBox {
		font-size: 16px;
	}
}
@media (max-height: 650px), (max-width: 450px) {
	.r2Choice {
		padding: 15px 0;
		margin: 0 0 7px;
		font-size: 15px;
	}
}
@media (max-width: 350px) {
	.r2Choice {
		font-size: 14px;
	}
}

/* head css */

body {
	background: #ffffff;
}
body, a {
	color: #202124;
}
select, input, .aboutRow, .zipR1 {
	box-shadow: 0px 0px 12px 0px rgb(0, 146, 252);
	border: 1px solid #0164ac;
}
	.logo-img {
			background-size: contain;
	}
.header {
	background: #3aa8ed;
	color: #ffffff;
}
.headerIconFill {
	fill: #ffffff;
}
.showMore {
	border-color: #3aa8ed !important;
	color: #3aa8ed;
}
.blueFont {
	color: #3aa8ed;
}
.btn, .r2Choice.selected {
	background: #0092ff;
	color: #ffffff;
}
.messageCircle {
	background: #f82780;
	color: #ffffff;
}
.justSignedIn {
	background: #f82780;
	color: #ffffff;
}
.liveSignIn {
	background: #00be09;
}
.iconMessage {
	fill: #3aa8ed;
}
.iconHeart {
	fill: #f82780;
}
.font2 {
	color: #3f74e3;
}
footer, footer a {
	color: #535353;
}
.stepCount, .formSub, .sub {
	color: #9a9c9f;
}
.alertNow {
	background: rgba(50, 57, 66, 0.95);
}
.notifyTitleIcon {
	fill: yellow;
}
.alertNowText span, .alertNowText u {
	color: yellow;
}
.btnGender.pink {
	border-color: #f16aa7 !important;
	color: #f16aa7;
}
.btnGender.pink.selected {
	border-color: transparent !important;
	color: #ffffff;
	background: #f16aa7;
}
.btnGender.blue {
	border-color: #3f9fe3 !important;
	color: #3f9fe3;
}
.btnGender.blue.selected {
	border-color: transparent !important;
	color: #ffffff;
	background: #3f9fe3;
}
.btnLastStep {
	background: #67ca29;
}
select {
	background-color: #FFFFFF;
	background-image: url(land2/common/sb_fomo/img/arrowDown.svg);
	background-position: right 15px center;
	background-repeat: no-repeat;
	background-size: 13px;
	-webkit-appearance: none;
	-moz-appearance: none;
}
#age {
	color: #ffffff;
	border: 0;
	box-shadow: none;
	background: none !important;
	border-radius: 0;
	position: relative;
	z-index: 100;
}
#age_d {
	border-radius: 5px;
}
#age option, #age_d {
	background-color: #0092ff;
	color: #ffffff;
}
select::-ms-expand {
	display: none;
}
.zipR1Icon {
	fill: #0092ff;
}
.agentMessageBox {
	background: #df2373;
	color: #ffffff;
}
.agentMessageBox.errorAgentMessageBox {
	background: #ffffff;
	border: 2px solid red;
	color: red;
}
.blurbStyle1 {
	background: #ed3a3a;
}
.blurbStyle2 {
	background: #ed953a;
}
.blurbStyle3 {
	background: #873aed;
}
