/* 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.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: 'almoni',Arial, Helvetica, sans-serif;
	background-image: url("images/web.jpg");
	background-repeat: repeat;
}


#MainDiv{
	position: absolute;
	width:1920px;
	height: auto;
	right:0px;
	top:0px;
	z-index:4;
}
.content {
    position: relative;
	width: 1700px;
	float: left;
	height: auto;
	margin: 0px 110px;
}
.InnerContent {
    position: relative;
	width: 1140px;
	float: left;
	height: auto;
	margin: 0px 280px;
}
.header{
	position: relative;
	width: 100%;
	height: 591px;
	float: left;
	margin: 0;
	background-image: url("images/top_pic.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: right top;
	
}
.page{
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	margin: -1px 0px 0px 0px;
	padding: 0;
}

h1{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	z-index: 2;
	padding: 0;
	margin: 0;
	font-size: 0px;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	direction: rtl;
	color: transparent;
}


h2{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	z-index: 2;
	padding: 0;
	color: #00264A;
	margin: 25px 0px;
	font-size: 34px;
	line-height: 1;
	font-weight: 900;
	text-align: center;
	direction: rtl;
}

h2 span{
	font-size: 44px;
	font-weight: 400;
}



h3{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	z-index: 2;
	padding: 0;
	margin: 0;
	font-size: 30px;
	line-height: 1;
	font-weight: 400;
	text-align: center;
	direction: rtl;
}
p{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	z-index: 2;
	padding: 0;
	margin: 0px 0px 25px 0px;
	font-size: 26px;
	line-height: 1;
	font-weight: 400;
	text-align: right;
	direction: rtl;
	color: #00264A;
}

p a{
	color: #00264A;
	text-decoration: none;
	line-height: 26px;

}
.linksItem{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	margin: 0;
	font-size: 26px;
	line-height: 1;
	font-weight: 400;
	text-align: right;
	direction: rtl;
	color: #00264A;
}
.linksItem a{
	color: #00264A;
	text-decoration: none;
	line-height: 26px;

}

.e-font-icon-svg{
	width: 26px;
	height: 26px;
	line-height: 26px;
	float: right;
	position: relative;
	margin: 0px 0px 15px 15px;
}


.btn{
	position: relative;
	width: auto;
	height: auto;
	display: inline-flex;
	margin: 0px 0px 15px 0px;
	padding: 5px 25px;
    background-color: #0080B9;
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    border-radius: 30px;
	text-decoration: none;
}
.btn a{
	text-decoration: none;
    color: #fff;
}
.btn:hover{
	text-decoration: none;
    color: #fff;
    background-color: #2CBFCD;
}



/* form */
#FormHolder{
	position: fixed;
	width: 600px;
	height: 680px;
	left: 170px;
	top: 50px;
	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: 600px;
	left: 50px;
	top: 20px;
	display: none;
	z-index: 5;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 100%;	
	background-image: url('images/gavia.jpg');
}

#thanksTitle{
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	z-index: 5;
	font-size: 30px;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	direction: rtl;
	color: #0754a1;
	margin: 10px 0px;
	padding: 0;
}

#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: rtl;
	color: #0754a1;
	margin: 25px 0px;
	padding: 0;
}

.inputText{
	position: relative;
	width: 100%;
	height: 40px;
	text-indent: 15px;
	font-family: 'almoni',Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 500;
	background-color: #fff;
	color: #0754a1;
	text-align: right;
	direction: rtl;
	outline: 1;
	border: 2px solid #aaa482;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	float: right;
	margin: 0px 0px 25px 0px;
}



.wrapper{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	margin: 0;
}
#fCB1{
	position: relative;
	width: 22px;
	height: 22px;
	float: right;
	margin: 0;
	z-index: 2;
	border: 2px solid #aaa482;
}

#cbLabel1{
	position: relative;
	width: 450px;
	height: auto;
	float: right;
	margin: 0px 20px 0px 0px;
	z-index: 5;
	font-size: 20px;
	line-height: 22px;
	font-weight: 400;
	text-align: right;
	direction: rtl;
	color: #0754a1;
}

#cbLabel2{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	margin: 0px 0px 0px 0px;
	z-index: 5;
	font-size: 20px;
	line-height: 1.1;
	font-weight: 400;
	text-align: right;
	direction: rtl;
	color: #0754a1;
}
#cbLabel2 a{
	color: #0754a1;
	text-decoration: underline;

}

#SendBut{
	position: relative;
	width: 100%;
	height: 46px;
	float: left;
	margin: 25px 0px;
	z-index: 5;
	font-size: 36px;
	line-height: 46px;
	font-weight: 700;
	text-align: center;
	direction: rtl;
	color: #fff;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	background-color: #0754a1;
	text-decoration: none;
}

#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: 'almoni',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:    #0754a1;
}
:-moz-placeholder { 
   color:    #0754a1;
   opacity:  1;
}
::-moz-placeholder { 
   color:    #0754a1;
   opacity:  1;
}
:-ms-input-placeholder { 
   color:    #0754a1;
}


.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: #0754a1;
	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: 140px;
	height: auto;
	top: 25px;
	left: 40px;
	color: #fff;
	font-size: 28px;
	line-height: 1;
	font-weight: 700;
	text-align: left;
	direction: rtl;
	text-decoration: none;
}
.formClickText a{
	color: #fff;
	text-decoration: none;
}

.formArrowText{
	position: absolute;
	width: auto;
	white-space: nowrap;
	height: 170px;
	top: 0px;
	left: 15px;
	color: #fff;
	font-size: 26px;
	line-height: 170px;
	font-weight: 700;
	text-align: left;
	direction: rtl;
	text-decoration: none;
}
.formArrowText a{
	color: #fff;
	text-decoration: none;
}


.terms{
	position: absolute;
	width: 100%;
	height: auto;
	bottom: 25px;
	left: 0px;
	color: #0754a1;
	font-size: 16px;
	line-height: 1;
	font-weight: 400;
	text-align: center;
	direction: rtl;
	text-decoration: none;
}
.terms a{
	color: #0754a1;	
}

.lastRow{
	margin-bottom: 50px!important;
}