/* CSS Document */




#errors{
	color:transparent;	
}
sup{
    font-size: 50%;
}
.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: 1px solid #fff;
}

img.a{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 1;
}

*:focus {
    outline: 0;
}


body, html {
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	overflow-x: hidden;
	/*background: url(images/bg.jpg) no-repeat top right fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
	background-color: #272727;
	font-family: 'Almoni DL AAA',Arial, Helvetica, sans-serif;
}


.web{
	display: block;
}
.mob{
	display: none;
}
#MainDiv{
	position: absolute;
	width:1920px;
	height: auto;
	left:0px;
	top: 0px;
	z-index:4;
	/*overflow: auto;*/
}
#VideoOver{
	position:relative;
	width:1920px;
	height:1080px;
    float: left;
    margin: 0;
	z-index:1;
}
.videoClick{
    position: absolute;
	width:1920px;
	height:1080px;
    left: 0;
    top: 0;
	z-index:3;
    
}
.playHolder{
    position: absolute;
    width: 30px;
    height: 30px;
    left: 10px;
    top: 725px;
    z-index: 3;
}
.muteHolder{
    position: absolute;
    width: 30px;
    height: 30px;
    left: 50px;
    top: 725px;
    z-index: 3;
    text-decoration: none;
}
.btnLink{
    position: absolute;
    width: 30px;
    height: 30px;
    left: 0;
    top: 0;
    text-decoration: none;
    color: #fff;
}
.btnLink a{
    text-decoration: none;
    color: #fff;
}
.iconColor{
    color: #fff;
    text-decoration: none;
    font-size: 30px;
}
#playV{
    display: none;
}
#pauseV{
    display: block;
}
#unmuteV{
    display: none;
}
#muteV{
    display: block;
}

/* header */
.header{
    position: fixed;
    left: 30px;
    top: 22px;
    width: 1860px;
    height: 172px;
    background-color: #1e1e1e;
    z-index: 50;
}
#logo{
	position: absolute;
	width: 270px;
	height: 109px;
    left: 45px;
    top: 30px;
	z-index: 1;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: left top;
	background-image: url('images/logo.png');
}
/*
#arrowDown{
	position: absolute;
	width: 66px;
	height: 53px;
    left: 927px;
    top: -53px;
	z-index: 1;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: left top;
	background-image: url('images/arrow_down.png');
}*/

h1{
	position: absolute;
	width: 1400px;
	height: 172px;
    right: 45px;
    top: 0px;
	color: #fff;
	font-size: 60px;
	line-height: 172px;
	font-weight: 300;
	text-align: right;
	direction: rtl;
	margin: 0;
	padding: 0;
	z-index: 5;
}
h1 strong{
   font-weight: 400; 
}

#credit{
	position: absolute;
	width: 12px;
	height: 107px;
    left: 25px;
    top: 570px;
	z-index: 100;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: left top;
	background-image: url('images/credit.png');
}


/* form */

#FormHolder{
	position: fixed;
	width: 1920px;
	height: 140px;
    left: 0;
    bottom: 0;
    background-color: #1e1e1e;
    border: none;
    border-top: 1px solid #bfac9d;
	z-index: 55;
}

#bottom_logo{
	position: absolute;
	width: 96px;
	height: 100px;
	left: 69px;
	top: 19px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: left top;
	background-image: url('images/logo_africa.png');
}

#FormDiv{
	position: relative;
	width: 1500px;
	height: auto;
	float: right;
    margin: 20px 100px 0px 0px;
	z-index: 5;
}


#ThanksDiv{
	position: relative;
	width: 1500px;
	height: auto;
	float: right;
    margin: 40px 100px 0px 0px;
	z-index: 6;
	display:none;
}

#thanksTitle{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	z-index: 5;
	font-family: 'Almoni DL AAA',Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 1.1;
	font-weight: 400;
	text-align: center;
	direction: rtl;
	color: #9A8876;
	margin: 25px 0px;
	padding: 0;

}

#thanksClose{
	position: absolute;
	width: auto;
	height: auto;
	white-space: nowrap;
	right: 890px;
	top: 45px;
	z-index: 5;
	font-family: 'Almoni DL AAA',Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: 400;
	text-align: center;
	direction: rtl;
	color: #fff;
	margin: 0;
	padding: 0;
}

#ch{
	position: relative;
	width: 13px;
	height: 13px;
	float: right;
	margin: 20px 0px 0px 15px;
	border: 1px solid #9A8876;
	display: block;
}

#chaLabel{
	position: relative;
	width: auto;
	white-space: nowrap;
	height: 13px;
	float: right;
	z-index: 5;
	font-family: 'Almoni DL AAA',Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 13px;
	font-weight: 300;
	text-align: right;
	direction: rtl;
	color: #9A8876;
	margin: 20px 0px;
}


.inputText{
	position: relative;
	width: 400px;
	height: 46px;
	float: right;
	margin: 0px 0px 0px 20px;
	text-indent:15px;
	font-family: 'Almoni DL AAA',Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: 400;
	background-color: transparent;
	color: #9A8876;
	text-align: right;
	direction: rtl;
    border: none;
    border-bottom: 1px solid #bfac9d;
	outline: 0;
	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
}

#ErrorDiv{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	z-index: 5;
	font-family: 'Almoni DL AAA',Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 1;
	font-weight: 400;
	color: #f00;
	text-align: center;
	direction: rtl;
	margin: 0;margin-top: -10px;
}
.submitBtn, .submitBtn a{
	position: relative;
	width: 175px;
	height: 46px;
	font-family: 'Almoni DL AAA',Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 46px;
	font-weight: 400;
	color: #272727;
	text-align: center;
	direction: rtl;
	outline: 0;
	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
	float: right;
	margin: 0;
	text-decoration: none;
    background-color: #bfac9d;
	display: block;
}
/* form end */
/* hp */ 
footer{
	position: relative;
	width: 100%;
	height: auto;
	float: left;
    margin: 0;
    background-color: #272727;
	z-index: 5;
}

.content{
    position: relative;
    width: 1780px;
    height: auto;
    float: left;
    margin: 40px 70px 140px 70px;
}


.terms{
	position: absolute;
	width: 920px;
	height: auto;
	right: 100px;
	top: 0px;
	color: #9A8876;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 400;
	text-align: right;
	direction: rtl;
	padding: 0;
	margin: 0;
	z-index: 5;
}
.m1{
    margin-top: 35px;
}
.m2{
    margin-top: 25px;
}
h2{
	position: relative;
	width: 435px;
	height: auto;
    float: right;
    margin: 0px 0px 90px 35px;
	padding: 0;
	color: #BFAC9D;
	font-size: 70px;
	line-height: 0.9;
	font-weight: 300;
	text-align: left;
	direction: ltr;
	z-index: 5;
	border: none;
    text-transform: uppercase;
}
.regText{
	position: relative;
	width: 1180px;
	height: auto;
    float: right;
	color: #FFF;
	font-size: 34px;
	line-height: 1.1;
	font-weight: 300;
	text-align: right;
	direction: rtl;
    margin: 0px 0px 90px 90px;
	padding: 10px 35px 10px 0px;
	z-index: 5;
	border: none;
	border-right: 1px solid #bfac9d;
}

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



.buyBtn{
	position: relative;
	width: 350px;
	height: 58px;
	margin: 10px auto 0px auto;
	z-index: 5;
	font-family: 'fbspoilerbold',Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 60px;
	font-weight: 400;
	text-align: center;
	direction: rtl;
	color: #fff;
	padding: 0;
	text-decoration: none;
	background-color: #C57083;
	border: 1px solid #C57083;
	display: block;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	border-radius: 28px;
}
.buyBtn:hover{
	background-color: #fff;
	color: #C57083;
}



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



.arrowHolder{
	position: absolute;
	width: 100%;
	height: auto;
	left: 0px;
	top: -70px;
	z-index: 5
}
.arrowDown{
	animation: MoveUpDown 2s linear infinite;
	position: absolute;
	width: 24px;
	height: 14px;
	top: 0px;
	left: 948px;
}
@keyframes MoveUpDown {
  0%, 100% {
    top: 0px;
  }
  50% {
    top: 30px;
  }
}

