html {
	width: 100%;
	height: 100%;
}
body {
	background-color: #fff;
	color: #000;
	width: 100%;
	height: 100%;
	font-family: "Open Sans Hebrew", Helvetica, Arial, sans-serif;
	font-size: 17px;
	direction: rtl;
}

.mt0 {
	margin-top: 0 !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mt60 {
	margin-top: 60px !important;
}
.mt70 {
	margin-top: 70px !important;
}
.mt80 {
	margin-top: 80px !important;
}
.mt100 {
	margin-top: 100px !important;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mb70 {
	margin-bottom: 70px !important;
}
.mb80 {
	margin-bottom: 80px !important;
}
.mb100 {
	margin-bottom: 100px !important;
}
.mr0 {
	margin-right: 0 !important;
}
.mr5 {
	margin-right: 5px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mr20 {
	margin-right: 20px !important;
}
.ml0 {
	margin-left: 0 !important;
}
.ml5 {
	margin-left: 5px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.ml20 {
	margin-left: 20px !important;
}

.pt0 {
	padding-top: 0 !important;
}
.pt10 {
	padding-top: 10px !important;
}
.pt20 {
	padding-top: 20px !important;
}
.pt30 {
	padding-top: 30px !important;
}
.pt40 {
	padding-top: 40px !important;
}
.pt50 {
	padding-top: 50px !important;
}
.pt60 {
	padding-top: 60px !important;
}
.pt70 {
	padding-top: 70px !important;
}
.pt80 {
	padding-top: 80px !important;
}
.pt100 {
	padding-top: 100px !important;
}
.pb0 {
	padding-bottom: 0 !important;
}
.pb10 {
	padding-bottom: 10px !important;
}
.pb20 {
	padding-bottom: 20px !important;
}
.pb30 {
	padding-bottom: 30px !important;
}
.pb40 {
	padding-bottom: 40px !important;
}
.pb50 {
	padding-bottom: 50px !important;
}
.pb60 {
	padding-bottom: 60px !important;
}
.pb70 {
	padding-bottom: 70px !important;
}
.pb80 {
	padding-bottom: 80px !important;
}
.pb100 {
	padding-bottom: 100px !important;
}
.pr0 {
	padding-right: 0 !important;
}
.pr5 {
	padding-right: 5px !important;
}
.pr10 {
	padding-right: 10px !important;
}
.pr20 {
	padding-right: 20px !important;
}
.pl0 {
	padding-left: 0 !important;
}
.pl5 {
	padding-left: 5px !important;
}
.pl10 {
	padding-left: 10px !important;
}
.pl20 {
	padding-left: 20px !important;
}

.dx-video-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -1;
}
.dx-video-blind {
	background: transparent url("../images/video-background.jpg") scroll 50% 0 no-repeat;
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.5s linear 0s;
	-moz-transition: opacity 0.5s linear 0s;
	-ms-transition: opacity 0.5s linear 0s;
	-o-transition: opacity 0.5s linear 0s;
	transition: opacity 0.5s linear 0s;
}
.dx-video-blind.reveal {
	opacity: 0;
}
@media all and (max-width: 767px){
	.dx-video-blind {
		background-image: url("../images/video-background-mobile.jpg");
	}
}

.viewport {
	position: relative;
	width: 100%;
	min-height: 100%;
}

.content-strip-container {
	position: absolute;
	top: 0;
	right: 100px;
	width: 500px;
	min-height: 100%;
	background: transparent;
	background-size: contain;
	padding-bottom: 84px;
}
.content-strip-container::before {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #fff;
	border-right: 4px #000 solid;
	border-left: 4px #000 solid;
	width: 100%;
	height: 100%;
	content: "";
	-webkit-transform: skewX(-5deg);
	-moz-transform: skewX(-5deg);
	-ms-transform: skewX(-5deg);
	-o-transform: skewX(-5deg);
	transform: skewX(-5deg);
}

.content-strip-container .content-strip {
	position: relative;
	font-size: 20px;
	font-weight: 400;
	width: 400px;
	margin: auto;
}

@media all and (max-width: 599px){
	.content-strip-container {
		right: 0;
	}
}
@media all and (max-width: 499px){
}
@media all and (max-width: 319px){
	.content-strip-container::before {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
}

.shifter {
	margin-left: 40px;
}

.content-strip-container .content-strip .logo-top {
	padding-top: 40px;
	width: 100%;
	text-align: center;
}
.content-strip-container .content-strip .logo-top > img {
	width: 80%;
	height: auto;
}

.page-main-heading {
	position: relative;
	padding: 0;
	margin: 40px 0 0;
	font-weight: 700;
	text-align: center;
	font-size: 32px;
}
.page-main-heading::before {
	position: absolute;
	width: 100%;
	height: 4px;
	background-color: #000;
	top: 50%;
	left: 0;
	z-index: 0;
	content: "";
}
.page-main-heading > span {
	position: relative;
	display: inline-block;
	padding: 0 10px;
	background-color: #fff;
	z-index: 1;
}

.pretext {
	margin: 40px 0 0;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2em;
}

.exclaim {
	margin: 40px 0 0;
	font-weight: 700;
	text-align: center;
	font-size: 24px;
	line-height: 1.2em;
}

.btn.btn-theme {
	background-color: #fed100;
	color: #000;
	font-size: 20px;
	font-weight: 700;
	padding: 0 40px;
	line-height: 36px;
	border: 2px solid #000;
	border-radius: 0;
	-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;
}
.btn.btn-theme:hover,
.btn.btn-theme:focus,
.btn.btn-theme:active {
	font-size: 22px;
}

.form-container {
	width: 320px;
	margin: 30px auto 20px;
}
.form-container .login-form .input-slot {
	width: 100%;
	position: relative;
	padding-top: 16px;
	margin-bottom: 10px;
}
.form-container .login-form .input-slot .tf-neat {
	width: 100%;
	border: none;
	border-bottom: #000 solid 1px;
	height: 40px;
	line-height: 40px;
	color: #000;
	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;
}
.form-container .login-form .input-slot .label-kinetic {
	position: absolute;
	color: #868e97;
	font-size: 18px;
	font-weight: 400;
	width: 100%;
	right: 0;
	top: 18px;
	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;
}
.form-container .login-form .input-slot .tf-neat:focus {
	border-color: #558ed5;
	outline: none;
}
.form-container .login-form .input-slot.error .tf-neat:focus,
.form-container .login-form .input-slot.error .tf-neat.error {
	border-color: #f00;
}
.form-container .login-form .input-slot.error::before {
	position: absolute;
	font-family: "FontAwesome";
	font-size: 20px;
	color: #f00;
	left: 0;
	top: 20px;
	content: "\f071";
}
.form-container .login-form .input-slot .tf-neat.edited ~ .label-kinetic,
.form-container .login-form .input-slot .tf-neat.moveover ~ .label-kinetic,
.form-container .login-form .input-slot .tf-neat:focus ~ .label-kinetic {
	font-size: 13px;
	top: 0;
}

.form-container .form-note {
	font-size: 18px;
	margin: 10px 0 0;
}

.footer-logos {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 400px;
	padding-bottom: 20px;
}

.footer-logos .logo-col-left {
	float: left;
	width: 45%;
}
.footer-logos .logo-col-right {
	float: right;
	width: 45%;
}

@media all and (max-width: 1400px) {
	.content-strip-container {
		width: 400px;
		right: 70px;
	}
	.content-strip-container .content-strip {
		width: 380px;
	}
	.content-strip-container .content-strip .logo-top {
		padding-top: 20px;
	}
	.content-strip-container .content-strip .logo-top > img {
		width: 70%;
	}
	.page-main-heading {
		margin-top: 20px;
		font-size: 24px;
	}
	.page-main-heading::before {
		height: 3px;
	}
	.pretext {
		margin-top: 20px;
		font-size: 18px;
	}
	.exclaim {
		margin-top: 20px;
		font-size: 20px;
	}
	.form-container {
		width: 280px;
		margin-top: 20px;
	}
	.form-container .login-form .input-slot {
		padding-top: 10px;
		margin-bottom: 6px;
	}
	.form-container .login-form .input-slot .tf-neat {
		height: 33px;
		line-height: 33px;
		font-size: 16px;
	}
	.form-container .login-form .input-slot .label-kinetic {
		font-size: 16px;
		top: 14px;
	}
	.form-container .form-note {
		font-size: 16px;
		margin-top: 6px;
	}
	.form-container .login-form .input-slot.error::before {
		font-size: 16px;
		top: 19px;
	}
	.footer-logos {
		width: 360px;
	}
}

@media all and (max-width: 499px) {
	.content-strip-container {
		width: 90%;
		right: 5%;
	}
	.content-strip-container .content-strip {
		width: 90%;
	}
	.content-strip-container::before {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	.shifter {
		margin-left: 0;
	}
	.content-strip-container .content-strip .logo-top > img {
		width: 90%;
	}
	.page-main-heading {
		margin-top: 30px;
		font-size: 24px;
	}
	.page-main-heading::before {
		height: 3px;
	}
	.page-main-heading > span {
		padding: 0 4px;
	}
	.pretext {
		margin-top: 30px;
		font-size: 16px;
	}
	.exclaim {
		margin-top: 30px;
		font-size: 20px;
	}
	.form-container {
		width: 100%;
		margin-top: 20px;
	}
	.footer-logos {
		width: 80%;
		left: 10%;
	}
}
@media all and (max-width: 399px) {
}
@media all and (max-width: 320px) {
	.form-container {
		width: 100%;
	}
}
