/* CSS Document */


* { margin: 0; padding: 0; }
a img{border:none}
img
{  border-style: none;
}
textarea { resize:none; }
textarea:focus, input:focus{
    outline: 1;
}
*:focus {
    outline: 1;
}
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;*/
	overflow-x:hidden;
	background-color: #2f5065;
	font-family: 'Rubik',Arial, Helvetica, sans-serif;
}

/* header */
#MainDiv{
	position: absolute;
	width:1920px;
	height:auto;
	right:0px;
	top:0px;
	z-index:5;
}

header{
	position: fixed;
	width: 1080px;
	height: 100px;
	right: 420px;
	top: 0px;
	z-index: 15;
}
#headerBG{
	position: absolute;
	width: 1080px;
	height: 100px;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.5);
	display: none;
}
#logo{
	position: fixed;
	width: 1080px;
	height: 440px;
	right: 0px;
	top: 0px;
	z-index: 15;
	background-image: url("images/logo.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position:right top;
	font-size: 0px;
	line-height: 1.1;
	font-weight: 0;
	text-align: right;
	direction: rtl;
	color: transparent;
}

.contentHolder{
	position: absolute;
	width: 1080px;
	height: auto;
	right: 420px;
	top: 0px;
	z-index:1;
	background-image: url(images/bg2.jpg);
	background-repeat: repeat-y;
	background-position:right top;
}
.content{
	position: relative;
	width: 946px;
	height: auto;
	float: right;
	margin: 20px 67px;
}
h1{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	font-size: 40px;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	direction: rtl;
	color: #FFF;
	margin: 380px 0px 20px 0px;
	padding: 0;
}
h2{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	font-size: 30px;
	line-height: 1.1;
	font-weight: 700;
	text-align: right;
	direction: rtl;
	color: #FFF;
	margin: 40px 0px 10px 0px;
	padding: 0;
	text-decoration: underline;
}
p{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	font-size: 24px;
	line-height: 1.1;
	font-weight: 400;
	text-align: right;
	direction: rtl;
	color: #FFF;
	margin: 0px 0px 10px 0px;
	padding: 0;
}
ul, ol{
	list-style-position: outside;
	margin-right: 25px;
}
ul{
	list-style-image: url("images/bullet.png");
}
li{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	font-size: 26px;
	line-height: 1.1;
	font-weight: 400;
	text-align: right;
	direction: rtl;
	color: #FFF;
	margin: 0px 0px 10px 0px;
	padding: 0;
}

.pic2{
	position: relative;
	width: 1080px;
	height: 474px;
	float: right;
	margin: 30px 0px 0px 0px;
	z-index:1;
	background-image: url(images/people2.png);
	background-repeat: no-repeat;
	background-position:right top;
	font-size: 0px;
	line-height: 1.1;
	font-weight: 0;
	text-align: right;
	direction: rtl;
	color: transparent;
}

.pic1{
	position: relative;
	width: 1080px;
	height: 457px;
	float: right;
	margin: 0px 0px 30px 0px;
	z-index:1;
	background-image: url(images/people1.png);
	background-repeat: no-repeat;
	background-position:right top;
	font-size: 0px;
	line-height: 1.1;
	font-weight: 0;
	text-align: right;
	direction: rtl;
	color: transparent;
}

.pic3{
	position: relative;
	width: 1080px;
	height: 440px;
	float: right;
	margin: 30px 0px 100px 0px;
	z-index:1;
	background-image: url("images/logo.png");
	background-repeat: no-repeat;
	background-position:right top;
	font-size: 0px;
	line-height: 1.1;
	font-weight: 0;
	text-align: right;
	direction: rtl;
	color: transparent;
}

.pic4{
	position: relative;
	width: 946px;
	height: 275px;
	float: right;
	margin: 0;
	z-index:1;
	background-image: url("images/logo_center.png");
	background-repeat: no-repeat;
	background-position:right top;
	font-size: 0px;
	line-height: 1.1;
	font-weight: 0;
	text-align: right;
	direction: rtl;
	color: transparent;
}



footer{
	position: fixed;
	width: 1080px;
	height: 100px;
	right: 420px;
	bottom: 0px;
	z-index: 15;
	background-image: url("images/footer.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position:right top;
}

.ic{
	position: absolute;
	width: 56px;
	height: 56px;
	top: 40px;
	z-index: 5;
}

#in{
	right: 384px;
}

#fb{
	right: 462px;
}

#wa{
	right: 540px;
}
