/* CSS Document */

.web{
	display: block;
}
.mob{
	display: none;
}

a img{border:none}
img
{  border-style: none;
}
textarea { resize:none; }
textarea:focus, input:focus{
    /*outline: 2px solid #000;*/
    outline: 0;
}

*:focus {
    outline: 0;
}
img.a{
	position:absolute;
	cursor: pointer;
	left:0px;
	top: 0px;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #fff;
}

body, html {
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	/*background: url(images/bg.jpg) no-repeat center bottom fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
    font-family: 'NarkisBlock',Arial, Helvetica, sans-serif;
	background-color: #000835;
	background-image: url("images/bg.webp");
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100% auto;
	overflow-x: hidden;
}

#MainDiv{
	position:absolute;
	width:1920px;
	height:auto;
	top:0px;
	right: 0px;
	z-index:2;
}
.content{
	position: absolute;
	width: 960px;
	height: auto;
	left: 480px;
	top: 0px;
	z-index: 2;
}
#credit{
	position: absolute;
	width: 17px;
	height: 38px;
	left: 12px;
	top: 42px;
	z-index: 8;
	background-image: url("images/credit.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;	
}


#flax{
	position: absolute;
	width: 131px;
	height: 246px;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	background-image: url("images/flax.webp");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;	
}

.flaxText{
	position: absolute;
	width: 100%;
	height: auto;
	right: 0px;
	top: 110px;
	color: #0b0b0b;
	font-size: 42px;
	line-height: 1;
	font-weight: 400;
	text-align: center;
	direction: rtl;
	margin: 0;
	padding: 0;
}


#logo{
	position: absolute;
	width: 147px;
	height: 161px;
	right: 0px;
	top: 55px;
	z-index: 8;
	background-image: url("images/logo.webp");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;	
	padding: 0;
}


.wrapper{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	float: right;
}


h1{
	position: relative;
	width: 595px;
	height: auto;
	float: right;
	margin: 30px 180px 0px 180px;
	color: #fff;
	font-size: 60px;
	line-height: 0.9;
	font-weight: 300;
	text-align: right;
	direction: rtl;
	padding: 0;
}


h2{
	position: relative;
	width: 595px;
	height: auto;
	float: right;
	margin: 0px 180px 10px 180px;
	font-size: 100px;
	line-height: 0.9;
	font-weight: 700;
	text-align: right;
	direction: rtl;
	padding: 0;
    background: linear-gradient(to right, #c9a42c, #d5b75e);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
}

h4{
	position: relative;
	width: 595px;
	height: 37px;
	float: right;
	margin: 0px 180px 5px 180px;
	font-size: 35px;
	line-height: 37px;
	font-weight: 400;
	text-align: center;
	direction: rtl;
	padding: 0;
	background-color: #fff;
	color: #000000;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}



.itemHolder{
	position: absolute;
	width: 100%;
	height: 137px;
	right: 0px;
	top: 245px;
	z-index: 2;
}

.item{
	position: relative;
	width: 180px;
	height: auto;
	float: right;
	margin: 25px 0px 0px 0px;
	font-size: 24px;
	line-height: 1;
	text-align: right;
	font-weight: 400;
	direction: rtl;
	color: #fff;
}

.itemIcon{
	position: relative;
	width: 2px;
	height: 137px;
	float: right;
	margin: 0px 4px 0px 8px;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 100% 100%;	
	background-image: url("images/ver_line.webp");	
}




/* footer */
.footer{
	position: absolute;
	width: 100%;
	height: auto;
	left: 0px;
	top: 830px;
	z-index: 25;
	text-align: center;
}

/* form */
#FormHolder{
	position: absolute;
	width: 432px;
	height: 810px;
	right: 0px;
	top: 80px;
	z-index:5;
	background-color: #000000;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 30px;

	-webkit-border-top-left-radius: 30px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 30px;
	
	border-top-left-radius: 30px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 30px;	
}

h3{
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	font-size: 60px;
	line-height: 0.8;
	font-weight: 900;
	text-align: center;
	direction: rtl;
	margin: 0px 0px 0px 0px;
	padding: 0;
    background: linear-gradient(to right, #c9a42c, #d5b75e);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
}

.formLine{
	position: relative;
	width: 100%;
	height: 2px;
	float: right;
	margin: 20px 0px 50px 0px;
	z-index: 8;
	background-image: url("images/hor_line.webp");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 100%;	
	padding: 0;
}


#FormDiv{
	position: absolute;
	width: 290px;
	height: auto;
	right: 71px;
	top: 60px;
	z-index:5;
}

#ThankYou{
	position: absolute;
	width: 290px;
	height: auto;
	right: 71px;
	top: 260px;
	z-index:6;
	display: none;
}


#thanksTitle{
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	font-size: 42px;
	line-height: 0.8;
	font-weight: 300;
	text-align: center;
	direction: rtl;
	margin: 0px 0px 0px 0px;
	padding: 0;
	color: #fff;
}


.inputText{
	position: relative;
	width: 100%;
	height: 50px;
	float: right;
	margin: 0px 0px 40px 0px;
	font-size: 32px;
	font-weight: 300;
    font-family: 'NarkisBlock',Arial, Helvetica, sans-serif;
	background-color: transparent;
	color: #fff;
	text-align: right;
	direction: rtl;
	outline: 0;
	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	z-index: 3;
	border: none;
	border-bottom: 2px solid #fff;
}

.cbHolder{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	margin: 0;
	z-index: 3;
}
#chb{
	position: relative;
	width: 24px;
	height: 24px;
	float: right;
	margin: 0px 0px 0px 15px;
	z-index: 5;
}

#chbLabel{
	position: relative;
	width: 240px;
	height: auto;
	float: right;
	margin: 0;
	z-index: 1;
	font-size: 28px;
	font-weight: 300;
	line-height: 24px;
	color: #fff;
	text-align: right;
	direction: rtl;
	padding: 0;
}



#SendBut{
	position: relative;
	width: 100%;
	height: 60px;
	float: right;
	z-index: 3;
	font-size: 46px;
	line-height: 60px;
	font-weight: 400;
	color: #000000;
	text-align: center;
	direction: rtl;
	margin: 80px 0px 0px 0px;
	text-decoration: none;
    background: linear-gradient(to right, #c9a42c, #d5b75e);
	/*background-image: url("images/form_btn.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;	*/
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;

}
#SendBut a{
	text-decoration: none;
	color: #fff;
}

#ErrorDiv{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	z-index: 1;
	text-align: center;
	direction: rtl;
	font-size: 30px;
	line-height:1;
	font-weight: 300;
	font-variant: normal;
	color: #F00;
	margin: 25px 0px;
}

.terms{
	position: absolute;
	width: 360px;
	height: auto;
	left: 0px;
	top: 20px;
	z-index: 1;
	font-size: 26px;
	line-height: 1;
	font-weight: 300;
	color: #fff;
	text-align: right;
	direction: rtl;
	padding: 0;
	margin: 0;
}


.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;
}

.videoHolder{
	position: absolute;
	width: 960px;
	height: 464px;
	left: 0px;
	top: 400px;
	z-index: 2;
}

.video_bg{
	position: absolute;
	width: 751px;
	height: 433px;
	left: 0px;
	bottom: 0px;
	z-index: 1;
	background-image: url("images/video_bg.webp");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
}
#myVideo{
	position: absolute;
	width: 910px;
	height: 442px;
	right: 0px;
	top: 0px;
	z-index: 2;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	overflow: hidden;
	
}

