/* CSS Document */

#VideoOver{
	position:fixed;
	width:100%;
	height:980px;
	top:0px;
	left:0px;
	z-index:50;
	background-color:rgba(0,0,0,0.85);
	display:none;
}


#errors{
	color:transparent;	
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}


.noText{
	color: transparent;
	overflow:hidden;
	-moz-user-select: none; 
	-webkit-user-select: none; 
	-ms-user-select:none; 
	user-select:none;
	-o-user-select:none;
}

* { margin: 0; padding: 0; }
a img{border:none}
img
{  border-style: none;
}
textarea { resize:none; }
textarea:focus, input:focus{
    outline: 1;
}

img.a{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 1;
}
img.b{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 1;
	display: none;
}

*:focus {
    outline: 1;
}
body, html {
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	background: url("images/bg.webp") no-repeat center top fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow-x:hidden;
	background-color: #fff;
	font-family: 'Assistant',Arial, Helvetica, sans-serif;

}


#MainDiv{
	position: absolute;
	width:1480px;
	height: 800px;
	right:220px;
	top: 30px;
	z-index:6;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: #fff;
	
}

#logo{
	position: absolute;
	width: 306px;
	height: 109px;
	left: 587px;
	top: 30px;
	z-index:5;
	background-image: url("images/logo.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position:right top;
}

.pic{
	position: absolute;
	width: 582px;
	height: 426px;
	left: 160px;
	top: 200px;
	z-index:8;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center top;
}
#pic1{
	background-image: url("images/pic.jpg");
	display: block;
}

#pic2{
	background-image: url("images/pic2.jpg");
	display: none;
}

#hpHolder{
	position: absolute;
	width: 580px;
	height: auto;
	right: 160px;
	top: 220px;
	z-index:15;
}



h1{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	z-index: 25;
	padding: 0;
	margin: 0px 0px 20px 0px;
	font-size: 60px;
	line-height: 1;
	font-weight: 400;
	text-align: right;
	direction: rtl;
	color: #000;
}
h1 strong{
	font-weight: 700;
}

h2{
	position: absolute;
	width: 820px;
	height: auto;
	right: 533px;
	top: 282px;
	z-index: 2;
	padding: 0;
	margin: 0;
	font-size: 44px;
	line-height: 1;
	font-weight: 600;
	text-align: center;
	direction: rtl;
	color: #000;
	font-style: italic;
}


.regText{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	z-index: 25;
	padding: 0;
	margin: 0px 0px 30px 0px;
	font-size: 30px;
	line-height: 1;
	font-weight: 400;
	text-align: right;
	direction: rtl;
	color: #000;
}

#HPBut{
	position: relative;
	width: 320px;
	height: 50px;
	float: right;
	z-index: 5;
	font-family: 'Assistant',Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 50px;
	font-weight: 700;
	text-align: center;
	margin: 0;
	direction: rtl;
	color: #fff;
	background-color: #003d7d;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
}

#HPBut a{
	color: #fff;
	text-decoration: none;
}


#FormHolder{
	position: absolute;
	width: 410px;
	height: auto;
	right: 160px;
	top: 60px;
	z-index:15;
	display: none;
}

#FormDiv{
	position: absolute;
	width: 100%;
	height: auto;
	left: 0px;
	top: 0px;
	z-index: 5;
}

#ThankYou{
	position: absolute;
	width: 100%;
	height: auto;
	left: 0px;
	top: 200px;
	z-index: 5;
}

#thanksTitle{
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	z-index: 5;
	font-size: 46px;
	line-height: 1;
	font-weight: 700;
	text-align: right;
	direction: rtl;
	color: #000;
}

#thanksTitle2{
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	z-index: 5;
	font-size: 30px;
	line-height: 1;
	font-weight: 700;
	text-align: right;
	direction: rtl;
	color: #000;
	margin-top: 100px;
}

#formTitle{
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	z-index: 5;
	font-size: 24px;
	line-height: 1;
	font-weight: 700;
	text-align: right;
	direction: rtl;
	color: #000;
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
}

.formLabel{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	margin: 0px 0px 5px 0px;
	font-size: 20px;
	line-height: 1;
	font-weight: 400;
	text-align: right;
	direction: rtl;
	color: #000;
	text-indent: 25px;
}
.inputText{
	position: relative;
	width: 100%;
	height: 25px;
	text-indent: 25px;
	font-family: 'Assistant',Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 500;
	background-color: #fff;
	color: #000;
	text-align: right;
	direction: rtl;
	outline: 1;
	border: 1px solid #1f558d;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	float: right;
	margin: 0px 0px 10px 0px;
}

#comments{
	height: 75px;
}

.cbHolder{
	position: relative;
	width: 100%;
	height: auto;
	float: left;
}
#fCB1{
	position: absolute;
	width: 18px;
	height: 18px;
	right: 0px;
	top: 00px;
	z-index: 2;
	border: 1px solid #000;
}

#cbLabel{
	position: absolute;
	width: 265px;
	height: auto;
	right: 30px;
	top: 0px;
	z-index: 5;
	font-family: 'NarkisBlock-Condensed_MFW',Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	text-align: right;
	direction: rtl;
	color: #000;
}



#fCB2{
	position: absolute;
	width: 18px;
	height: 18px;
	right: 0px;
	top: 0px;
	z-index: 2;
	border: 1px solid #000;
}

#cbLabel2{
	position: absolute;
	width: 265px;
	height: auto;
	right: 30px;
	top: 0px;
	z-index: 5;
	font-family: 'NarkisBlock-Condensed_MFW',Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	text-align: right;
	direction: rtl;
	color: #000;
}


.inputSelect{
	position: relative;
	width: 100%;
	height: 30px;
	text-indent:15px;
	font-family: 'NarkisBlock-Condensed_MFW',Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 500;
	background-color: transparent;
	color: #282828;
	text-align: right;
	direction: rtl;
	outline: 1;
	border: 1px solid #ec1a21;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
	float: right;
	margin: 0px 0px 15px 0px;
	background-image: url("images/select.png");
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position:left top;
}

#SendBut{
	position: relative;
	width: 320px;
	height: 50px;
	float: right;
	margin: 0px 45px;
	z-index: 5;
	font-family: 'Assistant',Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 50px;
	font-weight: 700;
	text-align: center;
	direction: rtl;
	color: #fff;
	background-color: #003d7d;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
}

#ErrorDiv{
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	z-index: 3;
	font-size: 20px;
	line-height: 1;
	font-weight: 400;
	text-align: center;
	direction: rtl;
	color: #CC0000;
	padding: 10px 00px;
	display: none;

}

#callPhone{
	position: absolute;
	width: 100%;
	height: auto;
	left: 0px;
	top: 580px;
	z-index: 5;
	font-family: 'NarkisBlock-Condensed_MFW',Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 34px;
	font-weight: 500;
	text-align: center;
	direction: rtl;
	color: #000;
	text-decoration: none;
}

::-webkit-input-placeholder { 
    color:    #000;
   opacity:  0.6;
}
:-moz-placeholder { 
   color:    #000;
   opacity:  0.6;
}
::-moz-placeholder { 
   color:    #000;
   opacity:  0.6;
}
:-ms-input-placeholder { 
   color:    #000;
   opacity:  0.6;
}

/* left end */

.en{
	font-size: 26px!important;
	font-family: 'Arial'!important;
	font-weight: 900!important;
}






.nis{
	font-size: 65%;
	margin-right: -15px;
	font-weight: 400!important;
}

.footer{
	position: fixed;
	width: 1920px;
	height: 80px;
	right: 0px;
	bottom: 0px;
	z-index: 30;
	background: rgba(0,0,0,0.7);
	display: none;
}
.ftext{
	position: absolute;
	width: 1650px;
	height: 60px;
	right: 20px;
	top: 15px;
	margin: 0;
	z-index: 20;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 400;
	color: #fff;
	text-align: right;
	direction: rtl;
	
}
.ftext a{
	color: #fff;
	text-decoration: underline;
}

#okBtn{
	position: absolute;
	width: 150px;
	height: 40px;
	left: 40px;
	top: 15px;
	z-index: 1;
	color: #fff;
	background-color: #003d7d;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 4px solid #fff;
	font-size: 26px;
	line-height: 40px;
	font-weight: 400;
	text-align: center;
	direction: rtl;
	text-decoration: none;
}
