/* CSS Document */

#VideoOverP{
	position:fixed;
	width:100%;
	height:980px;
	top:0px;
	left:0px;
	z-index:50;
	background-color:rgba(0,0,0,0.4);
	display:none;
}

.arrowOpen{
	position: absolute;
	width: 35px;
	height: 50px;
	left: 25px;
	top: 465px;
	z-index: 15;
}
#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;
}

*:focus {
    outline: 0;
}


body, html {
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	overflow-x: hidden;
	/*background: url(images/bg2.jpg) no-repeat top right fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
	background-color: #000;
	font-family: 'Heebo',Arial, Helvetica, sans-serif;
}

/* hp */
#MainDiv{
	position: absolute;
	width:1920px;
	height: 910px;
	left:0px;
	bottom: 0px;
	z-index:4;
	/*overflow: auto;*/
}

#logo{
	position: absolute;
	width: 477px;
	height: 190px;
	left: 721.5px;
	top: 75px;
	z-index: 5;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: right top;	
	background-image: url("images/logo.png");
}


.lt{
	position: absolute;
	width: 301px;
	height: 322px;
	left: 0px;
	top: 0px;
	z-index: 5;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: left top;	
	background-image: url("images/lt.png");
}

.lb{
	position: absolute;
	width: 258px;
	height: 222px;
	left: 0px;
	bottom: 0px;
	z-index: 5;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: left top;	
	background-image: url("images/lb.png");
}

.rt{
	position: absolute;
	width: 342px;
	height: 284px;
	right: 0px;
	top: 0px;
	z-index: 5;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: left top;	
	background-image: url("images/rt.png");
}

.rb{
	position: absolute;
	width: 256px;
	height: 267px;
	right: 0px;
	bottom: 0px;
	z-index: 5;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: left top;	
	background-image: url("images/rb.png");
}

.pic{
	position: absolute;
	width: 850px;
	height: 300px;
	right: 535px;
	bottom: 0px;
	z-index: 5;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: left top;	
	background-image: url("images/pic.jpg");
}

.allText{
	position: absolute;
	width: 100%;
	height: auto;
	left: 0px;
	top: 330px;
}
.textItem{
	
}
.rightText{
	position: absolute;
	width: 424px;
	height: auto;
	top: 0px;
	right: 476px;
}
.leftText{
	position: absolute;
	width: 474px;
	height: auto;
	top: 0px;
	left: 456px;
}
h1{
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	z-index: 1;
	padding: 0;
	margin: 0;
	font-family: 'Heebo',Arial, Helvetica, sans-serif;
	font-size: 36px;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	direction: rtl;
	margin-bottom: 20px;
}

p{
	position: relative;
	width: 100%;
	height: auto;
	z-index: 2;
	padding: 0;
	margin: 0;
	float: left;
	font-family: "Heebo",Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 1.1;
	font-weight: 300;
	text-align: center;
	direction: rtl;
	color: #fff;
	text-decoration: none;
}

.blue{
	color: #01D3FF;
}
.yellow{
	color: #ffc200;
}



.btn{
	position: absolute;
	width: 250px;
	height: 60px;
	top: 180px;
	margin: 0;
	font-family: "Heebo",Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 60px;
	font-weight: 400;
	text-align: center;
	direction: rtl;
	color: #000;
	text-decoration: none;
	display: block;
	border-radius: 20px;
}
.blueBG{
	background-color: #01D3FF;
	left: 87px;
}
.yellowBG{
	background-color: #ffc200;
	left: 112px;
}

.wrapper{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
}
