/* 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:    #d19c2b;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #d19c2b;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #d19c2b;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #d19c2b;
}

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: 'Assistant',Arial, Helvetica, sans-serif;
	background-color: #00293a;
	/*background-image: url("images/bg.webp");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 100%;*/
	overflow-x: hidden;
}

#MainDiv{
	position:absolute;
	width: 540px;
	height: 950px;
	top:0px;
	right: 0px;
	background-color: #00293a;
	z-index:5;
}

#videoHolder{
	position: absolute;
	width: 1380px;
	height: 950px;
	left: 0px;
	top: 0px;
	z-index: 2;
}


#myVideo{
	position: absolute;
	width: 1380px;
	height: 950px;
	left: 0px;
	top: 0px;
	z-index: 3;
	overflow: hidden;
	
}

#credit{
	position: absolute;
	width: 56px;
	height: 24px;
	left: 57px;
	top: 868px;
	z-index: 8;
	background-image: url("images/credit.webp");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;	
}


#logo{
	position: relative;
	width: 210px;
	height: 184px;
	float: right;
	margin: 80px 165px 50px 165px;
	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: 100%;
	height: auto;
	float: right;
	margin: 0;
	color: #facd0c;
	font-size: 38px;
	line-height: 1;
	font-weight: 300;
	text-align: center;
	direction: ltr;
	padding: 0;
	text-transform: uppercase;
}

h2{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	margin: 0;
	font-size: 30px;
	line-height: 1;
	font-weight: 300;
	text-align: center;
	direction: rtl;
	padding: 0;
	color: #fff;
}

h4{
	position: relative;
	width: 274px;
	height: 35px;
	float: right;
	margin: 5px 133px 0px 133px;
	font-size: 28px;
	line-height: 35px;
	font-weight: 700;
	text-align: center;
	direction: rtl;
	padding: 0;
	color: #00293a;
	background-color: #facd0c;
}





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

/* form */
#FormHolder{
	position: relative;
	width: 342px;
	height: auto;
	float: left;
	margin: 65px 99px 0px 99px;
	z-index:5;
}

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


#FormDiv{
	position: relative;
	width: 342px;
	height: auto;
	float: left;
	margin: 0;
	z-index:5;
}

#ThankYou{
	position: relative;
	width: 342px;
	height: auto;
	float: left;
	margin: 0;
	z-index:6;
	display: none;
}


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

#thanksText{
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	font-size: 38px;
	line-height: 1;
	font-weight: 300;
	text-align: center;
	direction: ltr;
	margin: 15px 0px 0px 0px;
	padding: 0;
	color: #facd0c;
}


.inputText{
	position: relative;
	width: 100%;
	height: 50px;
	float: right;
	margin: 0px 0px 10px 0px;
	font-size: 24px;
	font-weight: 300;
    font-family: 'Assistant',Arial, Helvetica, sans-serif;
	background-color: transparent;
	color: #d19c2b;
	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 #d19c2b;
}

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

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



#SendBut{
	position: relative;
	width: 210px;
	height: 46px;
	float: right;
	z-index: 3;
	font-size: 26px;
	line-height: 46px;
	font-weight: 700;
	color: #00293a;
	text-align: center;
	direction: rtl;
	margin: 20px 66px 0px 66px;
	background-color: #facd0c;
	text-decoration: none;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;

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

#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: 10px 0px 0px 0px;
}




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


.terms{
	position: relative;
	width: 100%;
	height: auto;
	float: left; 
	z-index: 1;
	font-size: 16px;
	line-height: 1;
	font-weight: 300;
	color: #fff;
	text-align: center;
	direction: rtl;
	padding: 0;
	margin: 0;
	margin-top: 10px;
}
.terms a{
	color: #fff;
}


