/* CSS Document */
body, html {
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	/*background: url(images/bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
   font-family: "Rubik",Arial, Helvetica, sans-serif;
	background-color: #ef3349;
	overflow-x: hidden;
}

#MainDiv{
	position:absolute;
	width:1920px;
	height:790px;
	top:0px;
	right: 0px;
	z-index:2;
	overflow-x: hidden;
 	/*background-image: url("images/bg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 100%;*/
}

#logoPC{
	position: relative;
	width: 100%;
	height: 250px;
	float: left;
	margin: 50px 0px 0px 0px;
	z-index: 8;
	background-image: url("images/main_logo.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 100%;
}

.pcTitle{
	position:relative;
	width: 100%;
	height: auto;
	float: left;
	margin: 30px 0px 25px 0px;
	z-index:15;
	color: #fff;
	font-size: 38px;
	line-height: 1.2;
	font-weight: 700;
	text-align: center;
	direction: rtl;
}

.bannerPopup{
	position: fixed;
	width: 640px;
	height: 1280px;
	left: 640px;
	top: 0;
	z-index: 100;
	background: rgba(255,255,255,1);
	display: none;
	overflow-x: hidden;
	background-image: url("images/new_bg3.jpg");
	background-repeat: repeat-y;
	background-position: center top;
	background-size: 100% 100%;

} 
#headerHolder{
	position: fixed;
	width: 640px;
	height: 70px;
	left: 0px;
	top: 0px;
	z-index: 52;
	background-color: #ef3349;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);

}

