body.adult-reload .body {
	margin-top: 0 !important;
}
.unauth h1.slogan{z-index: 0 !important;}
.noBorder {border: none !important;}
.lockScroll {overflow: hidden;}
/* Modal pop-up */
.reveal-modal-bg {
	display: none !important;
}

.reveal-modal {
	z-index: 2500;
	position: fixed;
}

.reveal-modal-alignX-center {
	left: 0;
	right: 0;
	margin-left: auto !important;
	margin-right: auto !important;
}

.reveal-modal-alignY-center {
	top: 50% !important;
	bottom: auto;
	transform: translateY(-50%);
}

/* Forgot Password Modal*/
#forgotPassModal {
	position: fixed;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	width: 100vw;
	height: 100vh;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.9);
	opacity: 0;
	padding: 10px 15px;
	overflow: hidden;
	visibility: hidden;
	transition-property: 0.7s opacity 0s, 0s visibility 0.7s;
}
#forgotPassModal [type="submit"] {
	padding: 18px;
	height: auto;
	font-size: 24px;
	white-space: normal;
}
#forgotPassModal.active {
	visibility: visible;
	opacity: 1;
	z-index: 9;
	transition: 0s visibility, 0.7s opacity;
}

#forgotPassModalInner {
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
	max-width: 800px;
	justify-content: inherit;
	align-items: inherit;
}
.PasswordRecovery {
	position: relative;
	min-height: auto;
	width: 100%;
	max-width: 480px;
	border-left: 2px solid #adadad;
	border-bottom: 2px solid #adadad;
	padding: 16px 32px;
    border-radius: 0 0 0 16px;
}
.PasswordRecovery h3 {
	font-size: 30px;
	color: #358794;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    padding-top: 16px;
    margin-bottom: 18px;
    margin-top: 0;
}
.PasswordRecovery .button {
	font-size: 24px;
	border-radius: 3px;
}
.PasswordRecovery label{
	margin-bottom: 20px;
}


.partial-border {
	position: absolute;
	background: #adadad;
	transition: 0.7s ease-in 0.3s;
}
.partial-border.top {
	height: 2px;
	width: 0%;
}
.partial-border.right {
	width: 2px;
	height: 0%;
}

#forgotPassModal.active .partial-border.top{top: 0; left:0; width: 94%; height: 2px;}
#forgotPassModal.active .partial-border.right {right: 0; bottom: 0; height: 91%; width: 2px;}

.closeModal {
	cursor: pointer;
}
.closeModalX{
	position: absolute;
	top: -19px;
	right: -8px;
	color: #d7247e;
	font-weight: bold;
	transition: color 0.3s ease-in-out, opacity 0.3s ease-in 1s;
	font-size: 27px;
	opacity: 0;
}
#forgotPassModal.active .closeModalX{
  opacity: 1;
}
.closeModalX:hover {
	color: #fff;
}

.valtooltip {
	position: absolute;
	display: block;
	max-width: 100%;
	top: 80%;
	z-index: 3;
	pointer-events: none;
	left: 0;
	opacity: 0;
	transition: 0.3s ease-in-out 0.3s;
	border: 1px solid #d7247e;
	background: #ffffff;
}
.valtooltip.active {
	opacity: 1;
	transition: 0.3s ease-in-out;
	box-shadow: 0 0 10px -1px #000;
}
.valtooltip .text {
	display: inline-block;
	padding: 6px 16px;
	font-size: 13px;
	color: #f04224;
	opacity: 0;
	transition: 0.3s ease-in 0s;
}
.valtooltip.active .text {
	opacity: 1;
	transition: 0.3s ease-in 0.3s;
}

/* Login header*/
.closeLoginModal-mb {
	display: none;
}
.loginMobileHeader {
	opacity: 0;
	visibility: none;
	display: none;
}
.login-form #login,
.login-form #password {
    width: 0;
    padding: 0;
    position: relative;
    margin-left: auto;
    border: none;
    transition: 0.6s ease-in-out;
    pointer-events: none;
}

input[name="rememberMe"],
label[for="rememberMe"],
.login-form #password + .second {
	opacity: 0;
	transition: all 0.4s ease-in-out 0.6s;
    pointer-events: none;
    color:#b7b7b7;
}
.login-form #password + .second {
    color:#358794;
}

.submit-mb {
	display: none;
	visibility: none;
	opacity: 0;
	transition: visibility 0s 0s, opacity 0.3s ease-in-out;
}


form[name="Login"].active .login-form #login,
form[name="Login"].active .login-form #password {
	width: 100%;
	padding: 2px 10px;
	border: 1px solid #cccccc;
    pointer-events: auto;
}

form[name="Login"].active .login-form input[name="rememberMe"],
form[name="Login"].active .login-form label[for="rememberMe"],
form[name="Login"].active .login-form #password + .second{
	opacity: 1;
    pointer-events: auto;
}

/*Validation Styles*/
.item-w-efield {
	padding-bottom: 0 !important;
}
.validation-error {
	display: block;
	overflow: hidden;
	opacity: 0;
	color: #f04224;
	font-size: 0.8125rem;
	transition: all 0.5s ease-in-out;
	max-height: 0;
	margin-bottom: 20px;
	word-wrap: break-word;
}
.validation-error.active {
	max-height: 120px;
	opacity: 1;
	margin-bottom: 5px;
}

[type=submit] + [data-error-for=global] {
	margin-bottom: 0;
}
[type=submit] + [data-error-for=global].active {
	margin-bottom: 20px;
}

[name="captcha"] + .validation-error {
	margin-bottom: 0;
}

.validation-error.tooltip-error {
	position: absolute;
	top: 110%;
	width: auto;
	max-width: calc(100% - 30px);
	z-index: 2;
	padding: 6px 8px;
	left: 5px;
	border-radius: 3px;
	border: 1px solid #d7247e;
	background: #ffffff;
}
div.validation-error.tooltip-error.active + div.validation-error.tooltip-error.active:last-of-type {
	z-index: 1;
	opacity: 0;
}

.hidden {
	display: none !important;
}
input {
	transition: 0.3s ease-in;
}
input[type="text"].invalid,
input[type="password"].invalid,
input[type="date"].invalid,
input[type="datetime"].invalid,
input[type="datetime-local"].invalid,
input[type="month"].invalid,
input[type="week"].invalid,
input[type="email"].invalid,
input[type="number"].invalid,
input[type="search"].invalid,
input[type="tel"].invalid,
input[type="time"].invalid,
input[type="url"].invalid {
	border-color: #f04224 !important;
	border-width: 2px;
}

.mb-login {display: none;}

.Registration input[type="email"] {
	transition: 0.4s ease-in;
}
.Registration input[type="email"].invalid {
	margin-bottom: 5px;
}

.terms-block{
	position: relative;
}
.checkbox-holder {
	width: 20px;
	height: 20px;
	display: inline-block;
	background-color: #ffffff;
	border-radius: 2px;
	margin-right: 5px;
	border: 2px solid #d7247e;
	text-align: center;
}
.checkbox-holder input[type="checkbox"]{
	display: none !important;
}
.check {
	color: #d7247e;
	opacity: 0;
	font-size: 18px;
	line-height: 18px;
	user-select: none;
}
input[type="checkbox"]:focus + .check,
input[type="checkbox"]:checked + .check{
	opacity: 1;
}

.unauth .homePlaceholder .warning {
	line-height: 1.4;
}
.terms-rarr {
	position: absolute;
	color: #d7247e;
	font-size: 38px;
	left: -20px;
    top: -27px;
    opacity: 0;
    transition: opacity 0.3s ease-in;
    pointer-events: none;
}
#agree.invalid ~ .terms-rarr {
	animation: rarr 0.7s ease-in-out infinite alternate;
	opacity: 1;
}

.passWillBeSent {
	position: relative;
	clear: both;
	color: #b7b7b7;
	margin-bottom: 10px;
	height: 0;
	opacity: 0;
	transition: height 0.2s ease-in, opacity 0.2s ease-in 0.2s;
	font-size: 15px;
}
.passWillBeSent.active {
	height: auto;
	opacity: 1;
}
.passWillBeSent .checkmark {
	color: #00c800;
	font-size: 24px;
}

@keyframes rarr {
	0% {
		left: -25px;
	}
	100% {
		transform: translate(-100%);
	}
}

@media only screen and (max-width: 768px) {

	/* LP Login modal  */
	[name="Login"] {
		position: fixed;
		display: flex;
		width: 100vw;
		height: 100vh;
		align-items: center;
		justify-content: center;
		left: 0;
		top: 0;
		transition: background 0.3s ease-in;
	}

	.LoginFront.row {
		display: flex;
		flex-flow: column wrap;
		width: 100%;
		max-width: 320px;
		margin: 0;
		padding: 0 15px;
		align-items: center;
	}

	.unauth .LoginFront .column{
		padding: 0;
	}

	[name="Login"] {
		pointer-events: none;
	}

	[name="Login"].active {
		pointer-events: all;
		background: #000;
		z-index: 8;
		overflow-y: scroll;
	}
	
	.login-form #login,
	.login-form #password,
	form[name="Login"].active .login-form #login,
	form[name="Login"].active .login-form #password  {
		width: 100%;
		padding: 12px 8px;
		height: auto;
	}

	[name="Login"] .login-form {
		padding: 0 30px;
		display: block !important;
		width: 100%;
		padding: 0 15px;
		margin-bottom: 10px;
		visibility: hidden;
		opacity: 0;
		transition: 0.1s ease-in;
	}
	[name="Login"].active .login-form {
		visibility: visible;
		opacity: 1;
		transition: 0.3s ease-in 0.3s;
	}

	.login-button {
		position: absolute;
		top: 20px;
		right: 0;
		pointer-events: all;
	}

	[name="Login"] .validation-error.tooltip-error{
		opacity: 0;
		pointer-events: none;
	}
	[name="Login"].active .validation-error.tooltip-error {
	    pointer-events: auto;
	    opacity: 1;
	}

	[name="Login"].active .submit-d {
		transition: none;
		display: none !important;
	}

	[name="Login"] .submit-d {
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
	}
	[name="Login"].active .submit-mb {
		visibility: visible;
		opacity: 1;
		transition: visibility 0s 0.5s, opacity 0.3s ease-in-out 0.3s;
	}

	[name="Login"] .submit-mb,
	.unauth [name="Login"].active .LoginFront button {
		background-color: #d7247e;
		color: #ffffff;
		box-shadow:1px 1px 21px #a6316b inset;
		display: block;
		width: 100%;
		height: auto !important;
		padding: 1rem 0 !important;
		border-radius: 4px;
		font: bold 1rem/1rem 'Open Sans Condensed', sans-serif !important;
		overflow: hidden;
		white-space: nowrap;
	}

	.closeLoginModal-mb {
		position: absolute;
		display: none;
		top: 5px;
		right: 15px;
		color: #adadad;
		font-weight: bold;
    	transition: all 0.3s ease-in-out;
		font-size: 27px;
	}

	[name="Login"].active .closeLoginModal-mb {
		display: block;
	}
	[name="Login"].active .loginMobileHeader {
		display: block;
		font-weight: bold;
		font-size: 30px;
		color: #358794; 
		text-align: center;
		padding-top: 1rem;
		margin-bottom: 1rem;
		visibility: visible;
		opacity: 1;
		transition: opacity 0.3s ease-in 0.3s;
	}

	.mb-login {
		display: inline-block;
		float: right;
		position: relative;
		margin-top: 18px;
		padding: 6px 12px;
		font-weight: bold;
		text-transform: uppercase;
		font-family: 'Open Sans Condensed',sans-serif;
		background: #d7247e;
		color: #ffffff;
		/*color: #358794;*/
		cursor: pointer;
		border-radius: 4px;
	}

	.checkbox-holder {
		margin-left: 15px;
	}

	@keyframes rarr {
		0% {
			left: -10px;			
		}
		100% {
			left: -20px;
		}
	}

	#forgotPassModal [type="submit"] {
		font-size: 18px;
	}


	.valtooltip {
		left: auto;
	}

 	.validation-error.tooltip-error {
 		position: relative;
 		top: 0;
 		left: 0;
 		margin: 0;
 		padding: 0;
 		max-height: 0;
 		border: none;
	}
 	.validation-error.tooltip-error.active {
 		max-height: 120px;
 		margin-top: 20px;
 		padding: 6px 8px;
		border: 1px solid #d7247e;
 	}

}
/*380856.1.403.17.fc81bce*/