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

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;*/
	/*background-image: url("images/bg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;*/
    font-family: 'Rubik',Arial, Helvetica, sans-serif;
	/*background-color: #349d79;*/
	background-color: #fff;
}

#MainDiv{
	position:absolute;
	width:1920px;
	height:auto;
	top:0px;
	left:0px;
	z-index:2;
}

/* menu */
nav{
	position: fixed;
	width: 1920px;
	height: 100px;
	left: 0px;
	top: 0px;
	z-index: 50;
	background: rgba(38,38,38,0.9);
}

#topHolder{
	position: absolute;
	width: 1920px;
	height: 100px;
	left: 0px;
	top: 0px;
	z-index: 1;
}

#logo{
	position: absolute;
	width: 211px;
	height: 60px;
	left: 360px;
	top: 20px;
	z-index: 8;
	background-image: url("images/logo.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;	
}


#menuHolder{
	position: absolute;
	width: 640px;
	height: 100px;
	right: 360px;
	top: 0px;
	text-align: right;
	color: #fff;
}
.menuOff, .menuOn{
	position: relative;
	margin: 0 auto;
	float: right;
	height: 100px;
	color: #fff;
	text-decoration: none;
}
.menuOff:hover, .menuOn:hover{
	background-color: #b59a6d;
}
.menuOn{
	background-color: #b59a6d;
}
.menuOff a{
	color: #fff;
	text-decoration: none;
}
.menuText{
	position: relative;
	width: 100%;
	height: auto;
	margin: 55px 0px 0px 0px;
	color: #fff;
	line-height: 1;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
}
.menuText a{
	color: #fff;
	text-decoration: none;
}

#mn1{
	width: 110px;
}
#mn2{
	width: 140px;
}
#mn3{
	width: 170px;
}
#mn4{
	width: 102px;
}
#menuSubHolder{
	position: absolute;
	width: 170px;
	height: 180px;
	right: 610px;
	top: 99px;
	text-align: center;
	color: #fff;
	display: none;
	/*background-color: #3b3b3b;*/
	background: rgba(38,38,38,0.9);
}

.submenuOff, .submenuOn{
	position: relative;
	width: 100%;
	height: 30px;
	margin: 0 auto;
	float: right;
	color: #fff;
	text-decoration: none;
	line-height: 30px;
	font-size: 16px;
	text-align: center;
	border: none;
}
.submenuOff{
	
}
.submenuOn{
	background-color: #b59a6d;
}
.submenuOff:hover, .submenuOn:hover{
	background-color: #b59a6d;
}	
	

#waSmall{
	position: fixed;
	width: 47px;
	height: 46px;
	left: 0px;
	top: 650px;
	z-index: 48;
	background-image: url("images/wa1.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;	
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 0px;

	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 0px;
	
	border-top-left-radius: 0px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 0px;	
	overflow: hidden;
}
#waSmall:hover{
	background-image: url("images/wa1_on.jpg");
}
#waBig{
	position: absolute;
	width: 167px;
	height: 82px;
	right: 300px;
	top: 0px;
	z-index: 48;
	background-image: url("images/wa_big.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;	
	font-size: 24px;
	line-height: 57px;
	font-weight: 400;
	text-align: right;
	direction: rtl;
	color: #FFF;
	text-indent: 60px;
	text-decoration: none;

}
#waBig:hover{
	background-image: url("images/wa_big_on.png");
	color: #242424;
	text-decoration: none;
}


.waText{
	position: absolute;
	width: auto;
	height: auto;
	right: 60px;
	top: 17px;
	font-size: 24px;
	line-height: 1;
	font-weight: 400;
	text-align: right;
	direction: rtl;
	color: #FFF;
	padding: 0;
	margin: 0;
}

.waText:hover{
	color: #242424;
}
#social{
	position: absolute;
	width: 184px;
	height: auto;
	left: 300px;
	top: 10px;
	z-index: 4;
	font-size: 24px;
	line-height: 1;
	font-weight: 400;
	text-align: center;
	direction: rtl;
	color: #FFF;
}

#fb{
	position: absolute;
	width: 28px;
	height: 28px;
	left: 54px;
	top: 34px;
	z-index: 48;
	background-image: url("images/fb.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;	
}
#fb:hover{
	background-image: url("images/fb_on.png");
}
#in{
	position: absolute;
	width: 28px;
	height: 28px;
	left: 100px;
	top: 34px;
	z-index: 48;
	background-image: url("images/in.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;	
}
#in:hover{
	background-image: url("images/in_on.png");
}




/* menu end */
#credit{
	position: absolute;
	width: 18px;
	height: 41px;
	left: 6px;
	top: 270px;
	z-index: 8;
}

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

.wrapperH{
	position: relative;
	width: 50%;
	height: auto;
	margin: 0;
	float: right;
}



.rotateText {
  transform: rotate(-90deg);
  /* Legacy vendor prefixes that you probably don't need... */
  /* Safari */
  -webkit-transform: rotate(-90deg);
  /* Firefox */
  -moz-transform: rotate(-90deg);
  /* IE */
  -ms-transform: rotate(-90deg);
  /* Opera */
  -o-transform: rotate(-90deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	transform-origin: top left;
}
.rotateText2 {
  transform: rotate(90deg);
  /* Legacy vendor prefixes that you probably don't need... */
  /* Safari */
  -webkit-transform: rotate(90deg);
  /* Firefox */
  -moz-transform: rotate(90deg);
  /* IE */
  -ms-transform: rotate(90deg);
  /* Opera */
  -o-transform: rotate(90deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	transform-origin: top right;
}



/* sections */
.section {
	position: relative;
	width: 100%;
	height: 972px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;	
	overflow: hidden;
	margin: 0;
	margin-top: -1px;
}

#section2{
	background-image: url("images/bg2.jpg");
}

#section3{
	background-image: url("images/bg31.jpg");
}

#section4{
	background-image: url("images/bg32.jpg");
}

#section5{
	background-image: url("images/bg33.jpg");
}

#section6{
	background-image: url("images/bg34.jpg");
}

#section7{
	background-image: url("images/bg35.jpg");
}

#section8{
	background-image: url("images/bg36.jpg");
}

#section9{
	background-image: url("images/bg4.jpg");
}




/* page 1 */
.bg{
	position: absolute;
	width: 1920px;
	height: 972px;
	left: 0px;
	top: 0px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

#bg1{
	background-image: url("images/bg11.jpg");
	z-index: 5;
}

#bg2{
	background-image: url("images/bg12.jpg");
	z-index: 4;
	display: none;
}

#bg3{
	background-image: url("images/bg13.jpg");
	z-index: 3;
	display: none;
}

#hpHolder{
	position: absolute;
	width: 1920px;
	height: 580px;
	top: 150px;
	right: 0px;
}

#arrowRight{
	position: absolute;
	width: 96px;
	height: 96px;
	right: 200px;
	top: 242px;
	z-index: 14;
	background-image: url("images/arrow_right.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;	
}
#arrowRight:hover{
	background-image: url("images/arrow_right_on.png");
}
#arrowLeft{
	position: absolute;
	width: 96px;
	height: 96px;
	left: 200px;
	top: 242px;
	z-index: 14;
	background-image: url("images/arrow_left.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;	
}
#arrowLeft:hover{
	background-image: url("images/arrow_left_on.png");
}

#bulletsHolder{
	position: absolute;
	width: 130px;
	height: 20px;
	top: -60px;
	right: 920px;
	z-index: 12;
}
.bulItem{
	position: relative;
	width: 16px;
	height: 16px;
	float: right;
	border-radius: 50%;
	margin: 0px 0px 0px 16px;
}
.bulOn{
	background: rgba(255,255,255,1);
}
.bulOff{
	background: rgba(255,255,255,0.5);
}


.text1Holder{
	position: absolute;
	height: auto;
	top: 400px;
	z-index: 2;
	opacity: 0;
}

.tt1{
	width: 600px;
	right: 930px;
	color: #fff;
	opacity: 1!important;
}

.tt2{
	width: 824px;
	right: 300px;
	color: #000;
}

.tt3{
	width: 920px;
	right: 430px;
	color: #fff;
}
.regTxt{
	font-size: 34px;
	line-height: 1;
	font-weight: 500;
	text-align: center;
	direction: rtl;
	margin: 0;
	padding: 0;
	font-style: italic;
}



h1{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	font-size: 100px;
	line-height: 0.7;
	font-weight: 700;
	text-align: center;
	direction: rtl;
	color: #FFF;
	margin: 10px 0px;
	padding: 0;
}

/* page 2 */
#aboutHolder{
	position: absolute;
	width: 1394px;
	height: 580px;
	top: 150px;
	right: 60px;
	background: rgba(0,0,0,0.8);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	display: none;
}

#pic1{
	position: absolute;
	width: 515px;
	height: 580px;
	right: 0px;
	top: 0px;
	z-index: 4;
	background-image: url("images/pic1_n.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;	
	border: none;
	border-left: 2px solid #fff;
}
.aboutText{
	position: absolute;
	width: 750px;
	height: auto;
	right: 590px;
	top: 100px;
}

#section2 h2{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	font-size: 36px;
	line-height: 0.7;
	font-weight: 500;
	text-align: right;
	direction: rtl;
	color: #b59a6d;
	margin: 0px 0px 45px 0px;
	padding: 0;
	
}

#section2 p{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	font-size: 20px;
	line-height: 1.1;
	font-weight: 300;
	text-align: right;
	direction: rtl;
	color: #FFF;
	margin: 0px 0px 25px 0px;
	padding: 0;
	
}

/* page 3 */
.textHolder{
	position: absolute;
	width: 850px;
	height: 0px;
	max-height: 972px;
	right: 290px;
	top: 0px;
	z-index: 3;
	background: rgba(0,0,0,0.7);
	overflow: hidden;
}
.textContent{
	position: absolute;
	width: 730px;
	height: auto;
	right: 60px;
	top: 180px;
	z-index: 3;
	display: none;
}

h3{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	font-size: 48px;
	line-height: 1;
	font-weight: 500;
	text-align: right;
	direction: rtl;
	color: #fff;
	margin: 0px 0px 45px 0px;
	padding: 0;
	
}

h4{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	font-size: 32px;
	line-height: 1;
	font-weight: 500;
	text-align: right;
	direction: rtl;
	color: #b59a6d;
	margin: 0px 0px 20px 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: 20px;
	line-height: 1.1;
	font-weight: 300;
	text-align: right;
	direction: rtl;
	color: #FFF;
	margin: 0px 0px 0px 0px;
	padding: 0;
	
}


.regText{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	font-size: 20px;
	line-height: 1.1;
	font-weight: 300;
	text-align: right;
	direction: rtl;
	color: #FFF;
	margin: 0px 0px 25px 0px;
	padding: 0;
	
}

.regText span{
	font-weight: 500;
	color: #b59a6d;
}


/* page 4 */
.contactHolder{
	position: absolute;
	width: 1300px;
	height: auto;
	right: 360px;
	top: 170px;
	z-index: 3;
}


.cntTitle{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	font-size: 48px;
	line-height: 1;
	font-weight: 500;
	text-align: right;
	direction: rtl;
	color: #b59a6d;
	margin: 0;
	padding: 0;
	
}

.mapHolder{
	position: absolute;
	width: 398px;
	height: 610px;
	right: 805px;
	top: 70px;
	z-index: 3;
	overflow: hidden;
	-webkit-box-shadow: 15px 10px 1px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 15px 10px 1px 0px rgba(0,0,0,0.05);
	box-shadow: 15px 10px 1px 0px rgba(0,0,0,0.05);
}

.contactDetails{
	position: absolute;
	width: 315px;
	height: auto;
	right: 452px;
	top: 70px;
	z-index: 3;
}

.contactItem{
	position: relative;
	width: 100%;
	height: 138px;
	float: right;
	margin: 0px 0px 18px 0px;
	background-color: #fff;
	-webkit-box-shadow: 15px 10px 1px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 15px 10px 1px 0px rgba(0,0,0,0.05);
	box-shadow: 15px 10px 1px 0px rgba(0,0,0,0.05);
}

.ic{
	position: absolute;
	width: 60px;
	height: 60px;
	right: 24px;
	top: 39px;
	z-index: 4;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;	
}
#ic1{
	background-image: url("images/ic1.png");
}
#ic2{
	background-image: url("images/ic2.png");
}
#ic3{
	background-image: url("images/ic3.png");
}
#ic4{
	background-image: url("images/ic4.png");
}

.cntText{
	position: absolute;
	width: 210px;
	height: auto;
	right: 98px;
	font-size: 24px;
	line-height: 1;
	font-weight: 400;
	text-align: right;
	direction: rtl;
	color: #3a3a3a;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.cntText span{
	color: #b59a6d;
	font-size: 20px;
}
.cntText a{
	color: #b59a6d;
	font-size: 20px;
	text-decoration: none;
}
.ct1{
	top: 45px;
}

.ct2{
	top: 35px;
}


#fb2{
	background-image: url("images/fb2.png");
}
#fb2:hover{
	background-image: url("images/fb2_on.png");
}
#in2{
	background-image: url("images/in2.png");
}
#in2:hover{
	background-image: url("images/in2_on.png");
}

.scHolder{
	position: relative;
	width: 100px;
	height: 19px;
	float: right;
	margin: 0;
}
.scLink{
	position: relative;
	width: 100px;
	height: 19px;
	white-space: nowrap;
	float: right;
	font-size: 18px;
	line-height: 19px;
	font-weight: 400;
	text-align: right;
	direction: rtl;
	color: #3a3a3a;
	margin: 0;
	margin-top: 10px;
	padding: 0;
	text-decoration: none;
	text-indent: 25px;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: auto 100%;
}
.scLink a{
	color: #b59a6d;
	font-size: 20px;
	text-decoration: none;
}

.btnClick{
	position: relative;
	width: 262px;
	height: 40px;
	float: right;
	margin: 0px 0px 10px 10px;
	line-height: 40px;
	font-weight: 400;
	font-size: 24px;
	direction: rtl;
	text-align: right;
	text-indent: 20px;
	color: #fff;
	background-color: #00364f;
	background-image: url("images/icon_off.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 100%;	
	text-decoration: none;
}

.btnClick:hover{
	color: #00364f;
	background-color: #fff;
	background-image: url("images/icon_on.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 100%;
	text-decoration: none;
}

.btnClick a{
	text-decoration: none;
}


/* footer */
footer{
	position: fixed;
	width: 1920px;
	height: 110px;
	left: 0px;
	bottom: 0px;
	z-index: 25;
	text-align: center;
	background-color: #b59a6d;

}
#footerHolder{
	position: absolute;
	width: 1920px;
	height: 100px;
	left: 0px;
	top: 10px;
	z-index: 1;
}

#FormHolder{
	position: absolute;
	width: 1920px;
	height: auto;
	right: 0px;
	top: 0px;
	z-index:5;
}


#FormDiv{
	position: absolute;
	width: 900px;
	height: 85px;
	right: 510px;
	top: 0px;
	z-index:5;
	border: none;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}

#ThankYou{
	position: absolute;
	width: 900px;
	height: 85px;
	right: 510px;
	top: 0px;
	z-index:6;
	display: none;
	border: none;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}

#formTitle{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	z-index: 1;
	font-size: 28px;
	line-height: 1;
	font-weight: 400;
	color: #333333;
	text-align: right;
	direction: rtl;
	padding: 0;
	margin: 0;
	margin-right: 38px;
}


#thanksTitle{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	z-index: 1;
	font-size: 30px;
	line-height: 1;
	font-weight: 400;
	color: #333333;
	text-align: center;
	direction: rtl;
	padding: 0;
	margin: 0;
	margin-top: 15px;
}

.FormFields{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	margin: 10px 0px 10px 0px;
	z-index:5;
}

.inputText{
	position: relative;
	width: 180px;
	height: 30px;
	float: right;
	margin: 0px 0px 0px 20px;
	text-indent: 20px;
	font-size: 20px;
	font-weight: 400;
    font-family: 'Rubik',Arial, Helvetica, sans-serif;
	background-color: transparent;
	color: #fff;
	text-align: right;
	direction: rtl;
	outline: 0;
	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #fff;
}
#fname{
	margin-right: 38px;
}

#chb{
	position: absolute;
	width: 22px;
	height: 22px;
	right: 0px;
	top: 9px;
	z-index: 5;
}

#chbLabel{
	position: absolute;
	width: 350px;
	height: 40px;
	right: 35px;
	top: 0px;
	z-index: 1;
	font-size: 20px;
	font-weight: 400;
	line-height: 40px;
	color: #fff;
	text-align: right;
	direction: rtl;
	padding: 0;
	margin: 0;
}



#SendBut{
	position: relative;
	width: 180px;
	height: 30px;
	float: right;
	margin: 0px 0px 0px 20px;
	font-size: 22px;
	font-weight: 400;
    font-family: 'Rubik',Arial, Helvetica, sans-serif;
	background-color: #fff;
	color: #b59a6d;
	text-align: center;
	direction: rtl;
	outline: 0;
	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #fff;
	text-decoration: none;
}

#SendBut:hover{
	color: #fff;
	background-color: #242424;
	text-decoration: none;
}


#ErrorDiv{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	z-index: 1;
	text-align: center;
	direction: rtl;
	font-size: 22px;
	line-height:1;
	font-weight: normal;
	font-variant: normal;
	color: #F00;
}

/* contact form */

#FormHolder1{
	position: absolute;
	width: 415px;
	height: auto;
	right: 0px;
	top: 70px;
	z-index:5;
}


#FormDiv1{
	position: absolute;
	width: 100%;
	height: auto;
	right: 0px;
	top: 174px;
	z-index:5;
}

#ThankYou1{
	position: absolute;
	width: 100%;
	height: auto;
	right: 0px;
	top: 174px;
	z-index:5;
	display: none;
}

#formLogo{
	position: absolute;
	width: 90px;
	height: 90px;
	right: 162.5px;
	top: 0px;
	z-index: 4;
	background-image: url("images/em_big.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;	
}

#formTitle1{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	z-index: 1;
	font-size: 30px;
	line-height: 1;
	font-weight: 400;
	color: #b59a6d;
	text-align: center;
	direction: rtl;
	padding: 0;
	margin: 0;
	margin-top: 75px;
}

#formTitle2{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	z-index: 1;
	font-size: 24px;
	line-height: 1;
	font-weight: 400;
	color: #333333;
	text-align: center;
	direction: rtl;
	padding: 0;
	margin: 0;
}


#thanksTitle1{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	z-index: 1;
	font-size: 24px;
	line-height: 1;
	font-weight: 400;
	color: #333333;
	text-align: center;
	direction: rtl;
	padding: 0;
	margin: 0;
}

.FormFields1{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	margin: 20px 0px 0px 0px;
	z-index:5;
}

.inputText1{
	position: relative;
	width: 100%;
	height: 40px;
	float: right;
	margin: 0px 0px 23px 0px;
	text-indent: 20px;
	font-size: 20px;
	font-weight: 400;
    font-family: 'Rubik',Arial, Helvetica, sans-serif;
	color: #000;
	text-align: right;
	direction: rtl;
	outline: 0;
	border: none;
	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-color: #fff;
	-webkit-box-shadow: 15px 10px 1px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 15px 10px 1px 0px rgba(0,0,0,0.05);
	box-shadow: 15px 10px 1px 0px rgba(0,0,0,0.05);
}

#message1{
	height: 165px;
}
#chb1{
	position: absolute;
	width: 22px;
	height: 22px;
	right: 0px;
	top: 9px;
	z-index: 5;
}

#chbLabel1{
	position: absolute;
	width: 350px;
	height: 40px;
	right: 35px;
	top: 0px;
	z-index: 1;
	font-size: 20px;
	font-weight: 400;
	line-height: 40px;
	color: #fff;
	text-align: right;
	direction: rtl;
	padding: 0;
	margin: 0;
}



#SendBut1{
	position: relative;
	width: 100%;
	height: 40px;
	float: right;
	margin: 0px 0px 0px 20px;
	font-size: 22px;
	font-weight: 400;
	line-height: 40px;
    font-family: 'Rubik',Arial, Helvetica, sans-serif;
	background-color: #b59a6d;
	color: #fff;
	text-align: center;
	direction: rtl;
	outline: 0;
	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 2px solid #b59a6d;
	text-decoration: none;
	-webkit-box-shadow: 15px 10px 1px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 15px 10px 1px 0px rgba(0,0,0,0.05);
	box-shadow: 15px 10px 1px 0px rgba(0,0,0,0.05);
}

#SendBut1:hover{
	color: #fff;
	background-color: #242424;
	border: 2px solid #242424;
	text-decoration: none;
}


#ErrorDiv1{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	z-index: 1;
	text-align: center;
	direction: rtl;
	font-size: 22px;
	line-height:1;
	font-weight: normal;
	font-variant: normal;
	color: #F00;
}


.callDiv{
	position: relative;
	width: 250px;
	height: 45px;
    font-family: 'fbmetali',Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 45px;
	font-weight: 400;
	text-align: center;
	direction: rtl;
	color: #fff;
	background-color: #000;
	margin: 0 auto;
	padding: 0;
	margin-top: 15px;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	border-radius: 17px;
	display: block;
	text-decoration: none;
	transition: all .2s ease-in-out;
	
}
.callDiv:focus{
	outline: 2px solid #f00;
}
.callDiv:hover{
	background-color: #ed2139;
	font-weight: 600;
	transform: scale(1.1);
}

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


#goup{
	position: fixed;
	width: 80px;
	height: 80px;
	right: 20px;
	bottom: 120px;
	z-index: 4;
	margin: 0;
	background-image: url("images/goup.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;	
	border: none;
	display: none;
}

#enable-toolbar-buttons li {
    position: relative;
    width: auto;
}
	#enable-toolbar-trigger-svg {
		margin-bottom: 15px!important;
		transform: scale(1.5)!important;
	}


.acc_content{
	position: relative;
	width: 1620px;
	height: auto;
	float:right;
	margin: 120px 150px 150px 150px;
}

.acc_h1{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	font-size: 40px;
	line-height: 1;
	font-weight: 700;
	text-align: right;
	direction: rtl;
	color: #000;
	margin: 0px 0px 30px 0px;
	padding: 0;
}

.acc_p{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	font-size: 26px;
	line-height: 1.1;
	font-weight: 400;
	text-align: right;
	direction: rtl;
	color: #000!important;
	margin: 0px 0px 15px 0px;
	padding: 0;
	
}
.acc_p strong{
	margin-top: 30px;
}


#acc_text{
	position: absolute;
	width: 100%;
	height: auto;
	left: 0px;
	bottom: 30px;
	z-index: 1;
	font-size: 20px;
	line-height: 1;
	font-weight: 400;
	color: #333333;
	text-align: center;
	direction: rtl;
	padding: 0;
	margin: 30px 0px;
	text-decoration: underline;
}

#acc_text a{
	color: #333333;
	text-decoration: underline;
}


