/* 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: 0;
}

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: 0;
}
body, html {
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	/*background: url(images/bg.jpg) 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: 'Roboto',Arial, Helvetica, sans-serif;
	background-image: url("images/bg.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: right top;
}

.wrapper{
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
	text-align: center;
}


#MainDiv{
	position: absolute;
	width:1920px;
	height: auto;
	right:0px;
	top:0px;
	z-index:4;
}

nav{
	position: fixed;
	width: 1920px;
	height: 70px;
	left: 0px;
	top: 0px;
	z-index: 10;
	/*background: rgba(255,255,255,0.6)*/
}
#lCol{
	position: fixed;
	width: 20px;
	height: 2000px;
	left: 0px;
	top: 0px;
	background-color: #60c6ec;
	z-index: 30;
}
#rCol{
	position: fixed;
	width: 20px;
	height: 2000px;
	right: 0px;
	top: 0px;
	background-color: #60c6ec;
	z-index: 30;
}
.langHolder{
	position: absolute;
	width: auto;
	height: 70px;
	right: 130px;
	top: 0px;
	padding: 0px 40px;
	z-index: 10;
	background: rgba(255,255,255,0.6);
	
	-webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;

  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 20px;

  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.lang{
	position: relative;
	width: auto;
	height: 70px;
	float: right;
	margin: 0px 10px;
	color: #203c73;
	font-size: 14px;
	line-height: 70px;
	font-weight: 700;
	text-align: right;
	direction: ltr;
	text-decoration: none;
	text-transform: uppercase;
}
.lang a{
	text-decoration: none;
	color: #203c73;
}

.lang:hover{
	text-decoration: none;
	color: #60c6ec;
}

.visit{
	text-decoration: none;
	color: #60c6ec;
}
.langSpacer{
	position: relative;
	width: 2px;
	height: 20px;
	float: right;
	margin: 25px 0px;
	background-color: #203c73;
}

.page{
	position: relative;
	width: 1920px;
	height: auto;
	float: left;
	margin: 0px;
	padding: 0;
}
#page1{
	padding: 70px 0px;
}
#page2{
	background-color: #203c73;
	padding: 70px 0px;
}
#page3, #page4, #page5, #page6{
	padding: 50px 0px;
}
#logoJA{
	position: absolute;
	width: 265px;
	height: 69px;
	left: 50px;
	top: 30px;
	z-index:5;
}

.header{
	position: relative;
	width: 1840px;
	height: 820px;
	float: left;
	margin: 0px 40px 0px 40px;
	background-image: url("images/top_pic.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center bottom;
	
}
.textHolder{
	position: relative;
	width: 1620px;
	height: auto;
	float: left;
	margin: 0px 150px;
}
h1{
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	z-index: 2;
	padding: 0;
	margin: 0;
	margin-top: 30px;
	font-size: 84px;
	line-height: 1;
	font-weight: 300;
	text-align: center;
	direction: ltr;
	color: #203c73;
}

h1 strong{
	font-weight: 700;
}

h2{
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	z-index: 2;
	padding: 0;
	margin: 0;
	color: #203c73;
	font-size: 40px;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	direction: ltr;
}

.p1{
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	z-index: 2;
	padding: 0;
	margin: 0;
	color: #203c73;
	font-size: 30px;
	line-height: 1;
	font-weight: 400;
	text-align: center;
	direction: ltr;
}

#pic1{
	position: absolute;
	width: 590px;
	height: 406px;
	right: 0px;
	top: 30px;
	z-index:5;
	background-image: url("images/pic1.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: right top;
}

#pic2{
	position: absolute;
	width: 728px;
	height: 500px;
	right: 60px;
	top: 100px;
	z-index:5;
	background-image: url("images/pic2.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: right top;
}

#pic3{
	position: absolute;
	width: 728px;
	height: 500px;
	left: 120px;
	top: 100px;
	z-index:5;
	background-image: url("images/pic3.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: right top;
}

#pic4{
	position: absolute;
	width: 728px;
	height: 500px;
	right: 60px;
	top: 100px;
	z-index:5;
	background-image: url("images/pic4.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: right top;
}


#pic5{
	position: absolute;
	width: 728px;
	height: 500px;
	right: 60px;
	top: 180px;
	z-index:5;
	background-image: url("images/pic5.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: right top;
}




#logo{
	position: absolute;
	width: 455px;
	height: 88px;
	top: 550px;
	left: 136.5px;
	z-index:5;
	background-image: url("images/logo.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: right top;
}


h3{
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	z-index: 2;
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 700;
	text-align: left;
	direction: ltr;
}

h4{
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	z-index: 2;
	padding: 0;
	margin: 30px 0px 180px 0px;
	font-size: 40px;
	line-height: 1.2;
	font-weight: 400;
	text-align: center;
	direction: ltr;
	color: #203c73;	
}
h4 strong{
	font-weight: 700;
}
.wt{
	color: #fff;
}

.bl{
	color: #203c73;	
}

.regText{
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	z-index: 2;
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 400;
	text-align: left;
	direction: ltr;
}


.ulText{
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	z-index: 2;
	padding: 0;
	margin: 0;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 400;
	text-align: left;
	direction: ltr;
}

ul{
	position: relative;
	width: 100%;
	margin-left: 25px;
}
li{
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	z-index: 2;
	padding: 0;
	margin: 0;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 400;
	text-align: left;
	direction: ltr;
	
}
.page2Holder{
	position: relative;
	width: 1100px;
	height: auto;
	float: left;
	margin: 0px 0px 0px 140px;
}
/*
.title{
	display: inline-block;
	position: relative;
	width: auto;
	height: 120px;
	white-space: nowrap;
	z-index: 2;
	padding: 0px 70px;
	margin: 30px auto;
	color: #203c73;
	font-size: 60px;
	line-height: 120px;
	font-weight: 700;
	text-align: center;
	direction: ltr;
	border-radius: 75px;
	border: 2px solid #203c73;
	background-color: #fff;
	
}*/

.title{
	display: inline-block;
	position: relative;
	width: auto;
	height: auto;
	white-space: nowrap;
	z-index: 2;
	padding: 0px 10px;
	margin: 30px auto;
	color: #203c73;
	font-size: 60px;
	line-height: 1.2;
	font-weight: 700;
	text-align: center;
	direction: ltr;
	/*border-radius: 75px;*/
	border: none;
	border-bottom: 10px solid #60c6ec;
	/*background-color: #fff;*/
	
}

footer{
	position: fixed;
	width: 1920px;
	height: 60px;
	left: 0px;
	bottom: 0px;
	z-index: 25;
	background-color: #fff;
}
.terms1{
	position: absolute;
	width: 400px;
	height: 60px;
	left: 150px;
	top: 0px;
	z-index: 2;
	color: #7A7A7A;
	font-size: 20px;
	line-height: 60px;
	font-weight: 500;
	text-align: left;
	direction: ltr;
	text-decoration: none;
}
.terms2{
	position: absolute;
	width: 400px;
	height: 60px;
	right: 150px;
	top: 0px;
	z-index: 2;
	color: #7A7A7A;
	font-size: 20px;
	line-height: 60px;
	font-weight: 500;
	text-align: left;
	direction: ltr;
	text-decoration: none;
}

.terms1 a, .terms2 a{
	color: #7A7A7A;
	text-decoration: none;
}

.terms1 a:hover, .terms2 a:hover{
	color: #60c6ec;
	text-decoration: none;
}

.btn{
	position: absolute;
	width: 500px;
	height: 70px;
	bottom: 60px;
	left: 710px;
	z-index: 2;
	color: #fff;
	font-size: 30px;
	line-height: 70px;
	font-weight: 700;
	text-align: center;
	direction: ltr;
	border: 2px solid #5cc5ec;
	background-color: #5cc5ec;
	text-decoration: none;
	display: block;
	-webkit-border-top-left-radius: 35px;
  -webkit-border-top-right-radius: 35px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;

  -moz-border-radius-topleft: 35px;
  -moz-border-radius-topright: 35px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;

  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;

}

.btn a{
	text-decoration: none;
	color: #fff;
}
.page3Holder{
	position: relative;
	width: 920px;
	height: auto;
	float: left;
	margin: 0px 0px 0px 140px;
	padding: 0px 0px 0px 20px;
	border: none;
	border-left: 4px solid #203c73;
}

.page4Holder{
	position: relative;
	width: 920px;
	height: auto;
	float: left;
	margin: 0px 0px 0px 940px;
	padding: 0px 0px 0px 20px;
	border: none;
	border-left: 4px solid #203c73;
}




/* form */
#FormHolder{
	position: fixed;
	width: 600px;
	height: 820px;
	left: 170px;
	top: 30px;
	z-index:55;
	background-color: #FFF;
	border-radius: 25px;
}
.formClose{
	position: absolute;
	width: 30px;
	height: 30px;
	right: 10px;
	top: 10px;
	z-index: 5;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 100% auto;	
	background-image: url('images/close.png');
}
#FormDiv{
	position: absolute;
	width: 500px;
	height: auto;
	left: 50px;
	top: 20px;
	z-index: 5;
}

#ThankYou{
	position: absolute;
	width: 500px;
	height: 300px;
	left: 50px;
	top: 20px;
	display: none;
	z-index: 5;
}

.thanksTitle{
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	z-index: 5;
	font-size: 30px;
	line-height: 1;
	font-weight: 400;
	text-align: center;
	direction: ltr;
	color: #203c73;
	margin: 150px 0px;
	padding: 0;
}

.thanksTitle2{
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	z-index: 5;
	font-size: 22px;
	line-height: 1;
	font-weight: 400;
	text-align: center;
	direction: ltr;
	color: #203c73;
	margin: 50px 0px;
	padding: 0;
	display: none;
}


#formTitle{
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	z-index: 5;
	font-size: 30px;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	direction: ltr;
	color: #203c73;
	margin: 25px 0px;
	padding: 0;
}

.fieldLabel{
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	z-index: 5;
	font-size: 16px;
	line-height: 1;
	font-weight: left;
	text-align: left;
	direction: ltr;
	color: #7a7a7a;
	margin: 5px 0px;
	padding: 0;
}

.inputText{
	position: relative;
	width: 100%;
	height: 30px;
	text-indent: 15px;
	font-family: 'Roboto',Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 400;
	background-color: #fff;
	color: #203c73;
	text-align: left;
	direction: ltr;
	outline: 1;
	border: 2px solid #203c73;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	float: right;
	margin: 0px 0px 10px 0px;
}

#Mobile__c{
	width: 500px!important;
}

.chb{
	position: relative;
	width: 22px;
	height: 22px;
	float: left;
	margin: 0;
	z-index: 2;
	border: 2px solid #203c73;
}



.cbLabel{
	position: relative;
	width: 450px;
	height: auto;
	float: left;
	margin: 0px 0px 0px 20px;
	z-index: 5;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	text-align: left;
	direction: ltr;
	color: #203c73;
}

.cbLabel2{
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	margin: 10px 0px 0px 0px;
	z-index: 5;
	font-size: 14px;
	line-height: 1.1;
	font-weight: 400;
	text-align: left;
	direction: ltr;
	color: #203c73;
}
.cbLabel2 a{
	color: #203c73;
	font-size: 14px!important;
	text-decoration: underline;

}

#SendBut{
	position: relative;
	width: 100%;
	height: 46px;
	float: left;
	margin: 25px 0px;
	z-index: 5;
	font-size: 24px;
	line-height: 46px;
	font-weight: 700;
	text-align: center;
	direction: ltr;
	color: #fff;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	background-color: #203c73;
	text-decoration: none;
	text-transform: uppercase;
}

#ErrorDiv{
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	z-index: 3;
	font-size: 26px;
	line-height: 22px;
	font-weight: 400;
	text-align: center;
	direction: rtl;
	color: #CC0000;
	padding: 0;

}

#callPhone{
	position: absolute;
	width: 100%;
	height: auto;
	left: 0px;
	top: 580px;
	z-index: 5;
	font-family: 'Roboto',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:    #203c73;
}
:-moz-placeholder { 
   color:    #203c73;
   opacity:  1;
}
::-moz-placeholder { 
   color:    #203c73;
   opacity:  1;
}
:-ms-input-placeholder { 
   color:    #203c73;
}


.en{
	font-family: 'Arial';
	font-weight: bold;
	font-size: 75%;
}

.nisS{
	font-size: 85%;
	margin-right: -10px;
}

/* gallery */

#arrowLeft{
	position: absolute;
	width: 66px;
	height: 66px;
	left: 0px;
	top: 260px;
	z-index: 15;
	background-image: url("images/arrow_left.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position:left top;
}

#arrowRight{
	position: absolute;
	width: 66px;
	height: 66px;
	right: -10px;
	top: 260px;
	z-index: 15;
	background-image: url("images/arrow_right.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position:left top;
}

.nis{
	font-size: 85%;
	font-weight: 400;
}

#formClick{
	position: fixed;
	width: 180px;
	height: 170px;
	right: 0px;
	top: 215px;
	z-index: 15;
	display: block;
	background-color: #203c73;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 0px;
	border-top-left-radius: 25px;
	border-top-right-radius: 0px;
	text-decoration: none;
}
.formClickText{
	position: absolute;
	width: 80px;
	height: auto;
	top: 25px;
	left: 20px;
	color: #fff;
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
	text-align: left;
	direction: ltr;
	text-decoration: none;
	text-transform: uppercase;
}
.formClickText a{
	color: #fff;
	text-decoration: none;
}

.formArrowText{
	position: absolute;
	width: 30px;
	height: 30px;
	top: 70px;
	right: 45px;
	color: #203c73;
	font-size: 26px;
	line-height: 30px;
	font-weight: 900;
	text-align: center;
	direction: ltr;
	text-decoration: none;
	background-color: #fff;
	border-radius: 50%;
}
.formArrowText a{
	color: #203c73;
	text-decoration: none;
}


.terms{
	position: absolute;
	width: 100%;
	height: auto;
	bottom: 25px;
	left: 0px;
	color: #203c73;
	font-size: 16px;
	line-height: 1;
	font-weight: 400;
	text-align: center;
	direction: rtl;
	text-decoration: none;
}
.terms a{
	color: #203c73;	
}