body {
	background-color: #eef1f5;
	font-family: "Open Sans Hebrew", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #2c2c2c;
}
body.rtl {
	direction: rtl;
	text-align: right;
}

a {
	color: #2c2c2c;
}
a:hover {
	color: #335da8;
	text-decoration: none;
}

.btn.btn-cornered {
	border-radius: 0;
}

/** Bootstrap RTL amendments **/
.rtl .alert-dismissible {
	padding-left: 4rem;
	padding-right: 1.25rem;
}
.rtl .alert-dismissible .close {
	left: 0;
	right: auto;
}

.rtl .custom-control {
	padding-right: 1.5rem;
	padding-left: 0;
}
.rtl .custom-control-input {
	right: 0;
	left: auto;
}
.rtl .custom-control-label::before {
	right: -1.5rem;
	left: auto;
}
.rtl .custom-control-label::after {
	right: -1.5rem;
	left: auto;
}
/** End of Bootstrap RTL amendments **/

.video-viewport {
	position: relative;
    width: 100%;
	height: 100vh;
	background: #eef1f5 url("../images/initial-poster.jpg") scroll 50% 0 no-repeat;
	background-size: cover;
}

.form-error-msg {
	display: none;
	padding-top: 4px;
	text-align: right;
	font-size: 14px;
	color: #d00;
}
.form-error-msg.vis {
	display: block;
}
.form-error-msg.inline.vis {
	display: inline;
}

.dx-g-recaptcha {
	display: none;
}
.dx-recaptcha-notice {
	color: #666;
	font-size: 14px;
}
.dx-recaptcha-notice a {
	color: #666;
	text-decoration: underline;
}
.dx-recaptcha-notice a:hover {
	color: #335da8;
}

/** YT video showcase **/
.video-viewport .welcome-video-fs {
    position: fixed;
	top: 0;
	left: 0;
    width: 100%;
	height: 100vh;
    display: block;
    background-color: #ebebeb;
	z-index: 0;
	overflow: hidden;
}
.welcome-video-fs .player-container {
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    z-index: 0;
}
.welcome-video-fs .video-blind {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #def;
	background-size: cover;
    opacity: 1;
    -webkit-transition: opacity .5s linear 0s;
    -moz-transition: opacity .5s linear 0s;
    -ms-transition: opacity .5s linear 0s;
    -o-transition: opacity .5s linear 0s;
    transition: opacity .5s linear 0s;
}
.welcome-video-fs .video-blind.reveal {
    opacity: 0;
}
.welcome-video-fs .video-blind .video-loader {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}
.welcome-video-fs .video-blind .video-loader:after {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	border-top: 10px solid #21285a;
	z-index: 2;
	content: "";
	-ewbkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-animation: underswipe 1s linear infinite;
	animation: underswipe 1s linear infinite;
}
.welcome-video-fs .mute-button {
	position: absolute;
	z-index: 2;
	top: 10px;
	right: 10px;
	width: 50px;
	height: 50px;
	background: #fff url("../images/mute-sound.png") scroll 50% 50% no-repeat;
	opacity: 0.8;
	cursor: pointer;
	border-radius: 50%;
}
.welcome-video-fs .mute-button:hover {
	opacity: 1;
}
.welcome-video-fs .mute-button.muted {
	background-image: url("../images/mute-sound-muted.png");
}
.welcome-video-fs .player-container>iframe {
    margin: auto;
}

.video-viewport .fore-layer {
	position: relative;
	height: 100%;
	z-index: 10;
}

.login-pane {
	display: block;
	width: calc(100% - 30px);
	padding: 0;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 14px;
}
.login-pane.comm {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	min-height: 520px;
	border-radius: 14px 14px 0 0;
}
.login-pane .user-board {
	width: 100%;
	padding: 15px;
}
.login-pane .banner {
	display: none;
	width: 100%;
	overflow: hidden;
}
.login-pane.comm .banner {
	display: block;
}
.login-pane .banner .seamless {
	width: 100%;
	height: 100%;
	padding: 0;
	border: none;
}
@media (min-width: 768px){
	.login-pane {
		width: 500px;
	}
}
@media (min-width: 992px){
	.login-pane.comm {
		width: 820px;
		border-radius: 0 14px 14px 0;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.login-pane.comm .user-board {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
		width: auto;
	}
	.login-pane .banner {
		min-height: 100%;
		max-height: 100%;
		width: 320px;
	}
}

.login-pane hr.separator {
	margin: 1.5rem 0;
	border: none;
	border-top: 1px solid #999;
}

.login-pane .user-board .footnotes {
	color: #2c2c2c;
}
.login-pane .user-board .footnotes .gfx {
	margin: 0 0 0 10px;
}
.login-pane .user-board .footnotes .info .pretext {
	margin: 0;
	font-size: 14px;
}
.login-pane .user-board .footnotes .info .big-link {
	font-size: 24px;
	font-weight: 600;
	color: #2c2c2c;
}
.login-pane .user-board .footnotes .info .big-link:hover {
	color: #335da8;
	text-decoration: none;
}

@media (min-width: 568px) {
	.login-pane.comm .necking {
		margin-right: 48px;
		margin-left: 48px;
	}
	.login-pane .necking {
		margin-right: 15px;
		margin-left: 15px;
	}
}

/** nice labeled input **/
.input-slot {
	width: 100%;
	position: relative;
	padding-top: 16px;
	margin-bottom: 10px;
}
.input-slot .tf-neat {
	width: 100%;
	border: none;
	border-bottom: #a0a9b4 solid 1px;
	height: 40px;
	line-height: 40px;
	color: #6f6f6f;
	outline: none;
	background-color: transparent;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.input-slot .label-kinetic {
	position: absolute;
	color: #868e97;
	font-size: 18px;
	font-weight: 400;
	width: 100%;
	right: 0;
	top: 28px;
	cursor: text;
	-webkit-transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-ms-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
	transition: all 0.25s ease 0s;
}
.input-slot .tf-neat:focus {
	border-color: #8fbcd6;
	outline: none;
}
.input-slot .tf-neat.edited ~ .label-kinetic,
.input-slot .tf-neat.moveover ~ .label-kinetic,
.input-slot .tf-neat:focus ~ .label-kinetic {
	font-size: 13px;
	top: 0;
}
.input-slot .tf-neat.error {
	border-bottom-color: #c00;
}
.input-slot .tf-neat.error ~ .label-kinetic,
.input-slot .tf-neat.error ~ .label-static {
	color: #c00;
}
.input-slot .label-static {
	position: absolute;
	color: #868e97;
	font-size: 13px;
	font-weight: 400;
	width: 100%;
	right: 0;
	top: 0;
	cursor: text;
}
.input-slot > select {
	width: 100%;
	border: none;
	border-bottom: #a0a9b4 solid 1px;
	height: 40px;
	line-height: 40px;
	color: #6f6f6f;
	outline: none;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.input-slot textarea.tf-neat {
	line-height: 1.42857;
}
.input-slot textarea.tf-neat.enclosed ~ .label-kinetic {
	right: 15px
}
.input-slot textarea.tf-neat.enclosed:focus ~ .label-kinetic {
	right: 0px;
}
.input-slot .tf-neat.enclosed {
	border: #a0a9b4 solid 1px;
	padding-right: 10px;
	padding-left: 10px;
}
.input-slot textarea.tf-neat.enclosed {
	padding: 5px 10px;
}
.input-slot select.tf-neat.enclosed {
	padding-right: 5px;
	padding-left: 5px;
}
.input-slot.left-btn .tf-neat.enclosed {
	padding-left: 30px;
}
.input-slot.left-btn .ctrl-btn {
	position: absolute;
	top: 21px;
	left: 6px;
	font-size: 20px;
	color: #337ab7;
}
