/* CSS Document */
@font-face {
  font-family: "PauzaFOT-Black";
  src: url("fonts/PauzaFOT-Black.eot") format("eot");
  src: url("fonts/PauzaFOT-Black.otf") format("opentype");
  src: url("fonts/PauzaFOT-Black.ttf") format("ttf");
  src: url("fonts/PauzaFOT-Black.woff") format("woff");
}
@font-face {
  font-family: "PauzaFOT-Bold";
  src: url("fonts/PauzaFOT-Bold.eot") format("eot");
  src: url("fonts/PauzaFOT-Bold.otf") format("opentype");
  src: url("fonts/PauzaFOT-Bold.ttf") format("ttf");
  src: url("fonts/PauzaFOT-Bold.woff") format("woff");
}
@font-face {
  font-family: "PauzaFOT-Book";
  src: url("fonts/PauzaFOT-Book.eot") format("eot");
  src: url("fonts/PauzaFOT-Book.otf") format("opentype");
  src: url("fonts/PauzaFOT-Book.ttf") format("ttf");
  src: url("fonts/PauzaFOT-Book.woff") format("woff");
}
@font-face {
  font-family: "PauzaFOT-Light";
  src: url("fonts/PauzaFOT-Light.eot") format("eot");
  src: url("fonts/PauzaFOT-Light.otf") format("opentype");
  src: url("fonts/PauzaFOT-Light.ttf") format("ttf");
  src: url("fonts/PauzaFOT-Light.woff") format("woff");
}


#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;
}
a img{border:none}
img
{  border-style: none;
}
textarea { resize:none; }
textarea:focus, input:focus{
    outline: 0;
}
*:focus {
    outline: 0;
}
img.a{
	position:absolute;
	cursor: pointer;
	left:0px;
	top: 0px;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #000;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #000;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #000;
}
@media only screen and (min-width: 481px), only screen and (min-device-width: 481px){
/*desktop */
	.web{
		display: block;
	}
	.mob{
		display: none;
	}
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: 'PauzaFOT-Book',Arial, Helvetica, sans-serif;
	background-color: #FFF;
}

#MainDiv{
	position:absolute;
	width:1920px;
	height:auto;
	top:0px;
	left:0px;
	z-index:2;
	background-image: url("images/bg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

#credit{
	position: absolute;
	width: 102px;
	height: 195px;
	left: 0px;
	top: 70px;
	z-index: 8;
}

#logo{
	position: absolute;
	width: 186px;
	height: 230px;
	left: 360px;
	top: 0px;
	z-index: 8;
}

.wrapper{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	float: right;
}
.centerize{
	/* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
}
.toptext{
	position: absolute;
	width: 505px;
	height: auto;
	right: 365px;
	top: 150px;
	z-index:5;
	text-align: center;
	direction: rtl;
	color: #fff;
}

h1{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
    font-family: "PauzaFOT-Book",Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 1.1;
	font-weight: 400;
	text-align: center;
	direction: rtl;
	color: #fff;
	margin: 0;
	padding: 0;
}

h1 span{
 	position: relative;
	width: 100%;
	height: auto;
	float: right;
   	font-family: "PauzaFOT-Black",Arial, Helvetica, sans-serif;
	font-size: 44px;
	line-height: 1.1;
	
}

h1 strong{
 	position: relative;
	width: 100%;
	height: auto;
	float: right;
   font-family: "PauzaFOT-Black",Arial, Helvetica, sans-serif;
	font-size: 89px;
	line-height: 0.7;
	margin: 15px 0px;
	
}


h2{
	position: relative;
	width: auto;
	height: auto;
	white-space: nowrap;
	float: right;
    font-family: "PauzaFOT-Bold",Arial, Helvetica, sans-serif;
	font-size: 37px;
	line-height: 1;
	font-weight: 400;
	text-align: right;
	direction: rtl;
	color: #000;
	margin: 0px 55px 15px 0px;
	padding: 0;
}



.section {
	position: relative;
	width: 890px;
	height: auto;
	float: right;
	margin: 672px 300px 0px 0px;
	
}
.item{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	margin: 0;
	margin-bottom: 20px;
}
.pic{
	position: relative;
	width: auto;
	height: auto;
	float: right;
	margin: 0;
}

.pic1{
	margin-right: 25px;
}
.pic2{
	margin-right: 25px;
}
.pic3{
	margin-right: 25px;
}
.pic4{
	margin-right: 25px;
}
.pic5{
	margin-right: 0px;
}
.txtR{
	position: relative;
	width: 440px;
	height: auto;
	float: right;
	margin: 0;
	margin-right: 60px;
	display: table;
}
.txtL{
	position: relative;
	width: 440px;
	height: auto;
	float: right;
	margin: 0;
	margin-right: 20px;
	display: table;
}
.dots{
	position: absolute;
	width: 117px;
	height: 20px;
	right: 386.5px;
	bottom: 0px;
	background-image: url("images/dots.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

h3{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
    font-family: "PauzaFOT-Bold",Arial, Helvetica, sans-serif;
	font-size: 25px;
	line-height: 1;
	font-weight: 400;
	text-align: right;
	direction: rtl;
	color: #f26322;
	margin: 0;
	padding: 0;
	margin-top: 80px;
}
.regText{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
    font-family: 'PauzaFOT-Book',Arial, Helvetica, sans-serif;
	font-size: 25px;
	line-height: 1;
	text-align: right;
	font-weight: 400;
	direction: rtl;
	color: #000;
	padding: 0;
	margin: 0;
}

#txt1{
	height: 315px;
}
#txt2{
	height: 294px;
}
#txt3{
	height: 284px;
}
#txt4{
	height: 306px;
}
#txt5{
	height: 279px;
}

.terms{
	position: relative;
	width: auto;
	height: auto;
	white-space: nowrap;
	float: right;
    font-family: 'PauzaFOT-Book',Arial, Helvetica, sans-serif;
	font-size: 25px;
	line-height: 1;
	text-align: right;
	font-weight: 400;
	direction: rtl;
	color: #000;
	padding: 0;
	margin: 150px 330px 50px 0px;
}

footer{
	position: fixed;
	width: 100%;
	height: auto;
	left: 0px;
	bottom: 0px;
	z-index: 25;
}


#FormHolder{
	position: absolute;
	width: 471px;
	height: 562px;
	left: 330px;
	bottom: 0px;
	z-index:55;
	background-image: url("images/form_bg.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}


#FormDiv{
	position: absolute;
	width: 295px;
	height: auto;
	right: 88px;
	top: 25px;
	z-index:5;
}

#ThankYou{
	position: absolute;
	width: 295px;
	height: auto;
	right: 88px;
	top: 45px;
	z-index:6;
	display: none;
}

.formTitle{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	z-index: 1;
    font-family: 'PauzaFOT-Book',Arial, Helvetica, sans-serif;
	font-size: 33px;
	line-height: 0.8;
	font-weight: 400;
	color: #fff;
	text-align: center;
	direction: rtl;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

.formTitle span{
	font-size: 25px;
}

#thanksTitle{
	position: absolute;
	width: 100%;
	height: auto;
	right: 0px;
	top: 70px;
	z-index: 1;
    font-family: 'PauzaFOT-Book',Arial, Helvetica, sans-serif;
	font-size: 40px;
	line-height: 50px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	direction: rtl;
}

#chb{
	position: relative;
	width: 28px;
	height: 28px;
	float: right;
	margin: 0;
	z-index: 5;
}

#chbLabel{
	position: relative;
	width: 250px;
	height: 28px;
	float: right;
	z-index: 1;
    font-family: 'PauzaFOT-Book',Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 28px;
	color: #fff;
	text-align: right;
	direction: rtl;
	padding: 0;
	margin: 0px 17px 0px 0px;
}

.inputText{
	position: relative;
	width: 100%;
	height: 50px;
	text-indent: 20px;
	font-size: 22px;
	font-weight: 400;
    font-family: 'PauzaFOT-Book',Arial, Helvetica, sans-serif;
	background-color: #fff;
	color: #000;
	text-align: right;
	direction: rtl;
	outline: 0;
	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: none;
	margin: 0px 0px 20px 0px;
}

#sendHolder{
	position: absolute;
	width: 355px;
	height: 113px;
	right: -30px;
	top: 360px;
	z-index:15;
	background-image: url("images/submit.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

#SendBut{
	position: absolute;
	width: 295px;
	height: 53px;
	left: 30px;
	top: 18px;
	z-index: 3;
    font-family: 'PauzaFOT-Bold',Arial, Helvetica, sans-serif;
	font-size: 33px;
	line-height: 53px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	direction: rtl;
	text-decoration: none;
	margin: 0;
}




#ErrorDiv{
	position: absolute;
	width: 100%;
	height: auto;
	left: 0px;
	top: 415px;
	z-index: 10;
	text-align: center;
	direction: rtl;
    font-family: 'PauzaFOT-Book',Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height:22px;
	font-weight: normal;
	font-variant: normal;
	color: #fff;
	margin: 0;
}

.callDiv{
	position: relative;
	width: 250px;
	height: 45px;
    font-family: 'PauzaFOT-Book',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;
}
.callDiv a{
	color: #fff;
	text-decoration: none;
}
.bottom{
	position: relative;
	width: 100%;
	height: 295px;
	float: left;
	margin: 0;
	background-image: url("images/bottom.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}	
}
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px){
	/* mobile */
	.web{
		display: none;
	}
	.mob{
		display: block;
	}

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: 'PauzaFOT-Book',Arial, Helvetica, sans-serif;
	background-color: #ccd2d0;
}

#MainDiv{
	position:absolute;
	width:640px;
	height:auto;
	min-height: 1900px;
	top:0px;
	left:0px;
	z-index:2;
	background-image: url("images/mb2.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
}

#credit{
	position: absolute;
	width: 102px;
	height: 195px;
	left: 20px;
	top: 70px;
	z-index: 8;
}

#logo{
	position: absolute;
	width: 168px;
	height: 212px;
	right: 29px;
	top: 0px;
	z-index: 8;
}

.wrapper{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	float: right;
}
.centerize{
	/* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
}
.toptext{
	position: absolute;
	width: 100%;
	height: auto;
	right: 0px;
	top: 405px;
	z-index:5;
	text-align: center;
	direction: rtl;
	color: #fff;
}

h1{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
    font-family: "PauzaFOT-Book",Arial, Helvetica, sans-serif;
	font-size: 25px;
	line-height: 1.1;
	font-weight: 400;
	text-align: center;
	direction: rtl;
	color: #fff;
	margin: 0;
	padding: 0;
}

h1 span{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
    font-family: "PauzaFOT-Black",Arial, Helvetica, sans-serif;
	font-size: 40px;
	line-height: 1.1;
	
}

h1 strong{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
    font-family: "PauzaFOT-Black",Arial, Helvetica, sans-serif;
	font-size: 89px;
	line-height: 0.7;
	margin: 15px 0px;
}


h2{
	position: relative;
	width: 100%;
	height: auto;
	white-space: nowrap;
	float: right;
    font-family: "PauzaFOT-Bold",Arial, Helvetica, sans-serif;
	font-size: 37px;
	line-height: 1;
	font-weight: 400;
	text-align: center;
	direction: rtl;
	color: #000;
	margin: 0;
	margin-bottom: 35px;
	padding: 0;
}



.section {
	position: relative;
	width: 480px;
	height: auto;
	float: right;
	text-align: center;
	margin: 750px 80px 0px 0px;
	
}
.item{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	margin: 0;
	text-align: center;
	margin-bottom: 20px;
}
.pic{
	position: relative;
	width: auto;
	height: auto;
	margin: 0 auto;
}

.pic1{
	margin-right: 101px;
}
.pic2{
	margin-right: 97px;
}
.pic3{
	margin-right: 101px;
}
.pic4{
	margin-right: 101px;
}
.pic5{
	margin-right: 80px;
}
.txtR{
	position: relative;
	width: 440px;
	height: auto;
	float: right;
	margin: 0;
	display: table;
	margin-bottom: 100px;
}
.txtL{
	position: relative;
	width: 440px;
	height: auto;
	float: right;
	margin: 0;
	display: table;
	margin-bottom: 100px;
}
.dots{
	position: absolute;
	width: 117px;
	height: 20px;
	right: 181.5px;
	bottom: 20px;
	background-image: url("images/dots.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

h3{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
    font-family: "PauzaFOT-Bold",Arial, Helvetica, sans-serif;
	font-size: 32px;
	line-height: 1;
	font-weight: 400;
	text-align: center;
	direction: rtl;
	color: #f26322;
	margin: 0;
	padding: 0;
}
.regText{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
    font-family: 'PauzaFOT-Book',Arial, Helvetica, sans-serif;
	font-size: 32px;
	line-height: 1;
	text-align: center;
	font-weight: 400;
	direction: rtl;
	color: #000;
	padding: 0;
	margin: 0;
}

#txt1{
	height: auto;
}
#txt2{
	height: auto;
}
#txt3{
	height: auto;
}
#txt4{
	height: auto;
}
#txt5{
	height: auto;
}

.terms{
	position: relative;
	width: auto;
	height: auto;
	white-space: nowrap;
	float: right;
    font-family: 'PauzaFOT-Book',Arial, Helvetica, sans-serif;
	font-size: 25px;
	line-height: 1;
	text-align: right;
	font-weight: 400;
	direction: rtl;
	color: #000;
	padding: 0;
	margin: 120px 30px 190px 0px;
}

footer{
	position: fixed;
	width: 100%;
	height: auto;
	left: 0px;
	bottom: 0px;
	z-index: 55;
}
#FooterHolder{
	position: absolute;
	width: 640px;
	height: 137px;
	left: 0px;
	bottom: 0px;
	z-index:5;
	background-color: #f26322;
}
	#formBtn{
		position: absolute;
		width: 320px;
		height: 137px;
		right: 0px;
		top: 0px;
		z-index:7;
		background-image: url("images/form_btn.png");
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 100% auto;
	}
	#callBtn{
		position: absolute;
		width: 320px;
		height: 137px;
		left: 0px;
		top: 0px;
		z-index:7;
		background-image: url("images/call_btn.png");
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 100% auto;
	}
#formBtn .txt{
	position: absolute;
	width: 100%;
	height: auto;
	left: 0px;
	top: 90px;
	z-index: 1;
    font-family: 'PauzaFOT-Bold',Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 0.8;
	font-weight: 400;
	color: #000;
	text-align: center;
	direction: rtl;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
	#callBtn .txt{
	position: absolute;
	width: 100%;
	height: auto;
	left: 0px;
	top: 90px;
	z-index: 1;
    font-family: 'PauzaFOT-Bold',Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 0.8;
	font-weight: 400;
	color: #fff;
	text-align: center;
	direction: rtl;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
#FormHolder{
	position: absolute;
	width: 640px;
	height: 793px;
	left: 0px;
	bottom: 180px;
	z-index:5;
	display: none;
	background-image: url("images/mb_form2.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}


#FormDiv{
	position: absolute;
	width: 480px;
	height: auto;
	right: 80px;
	top: 220px;
	z-index:5;
}

#ThankYou{
	position: absolute;
	width: 480px;
	height: auto;
	right: 80px;
	top: 220px;
	z-index:6;
	display: none;
}

.formTitle{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	z-index: 1;
    font-family: 'PauzaFOT-Book',Arial, Helvetica, sans-serif;
	font-size: 36px;
	line-height: 1;
	font-weight: 400;
	color: #fff;
	text-align: right;
	direction: rtl;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

.formTitle span{
	font-size: 30px;
}

#thanksTitle{
	position: absolute;
	width: 100%;
	height: auto;
	right: 0px;
	top: 70px;
	z-index: 1;
    font-family: 'PauzaFOT-Book',Arial, Helvetica, sans-serif;
	font-size: 40px;
	line-height: 50px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	direction: rtl;
}

#chb{
	position: relative;
	width: 28px;
	height: 28px;
	float: right;
	margin: 0;
	z-index: 5;
}

#chbLabel{
	position: relative;
	width: 350px;
	height: 28px;
	float: right;
	z-index: 1;
    font-family: 'PauzaFOT-Book',Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: 400;
	line-height: 28px;
	color: #fff;
	text-align: right;
	direction: rtl;
	padding: 0;
	margin: 0px 17px 0px 0px;
}

.inputText{
	position: relative;
	width: 100%;
	height: 50px;
	text-indent: 20px;
	font-size: 32px;
	font-weight: 400;
    font-family: 'PauzaFOT-Book',Arial, Helvetica, sans-serif;
	background-color: #fff;
	color: #000;
	text-align: right;
	direction: rtl;
	outline: 0;
	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: none;
	margin: 0px 0px 20px 0px;
}

#sendHolder{
	position: absolute;
	width: 541px;
	height: 113px;
	right: -30px;
	top: 420px;
	z-index:15;
	background-image: url("images/mb_submit.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

#SendBut{
	position: absolute;
	width: 481px;
	height: 53px;
	left: 30px;
	top: 18px;
	z-index: 3;
    font-family: 'PauzaFOT-Bold',Arial, Helvetica, sans-serif;
	font-size: 33px;
	line-height: 53px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	direction: rtl;
	text-decoration: none;
	margin: 0;
}


.formClose{
	position: absolute;
	width: 58px;
	height: 58px;
	left: 30px;
	top: 128px;
	z-index: 13;
}



#ErrorDiv{
	position: absolute;
	width: 100%;
	height: auto;
	left: 0px;
	top: 385px;
	z-index: 10;
	text-align: center;
	direction: rtl;
    font-family: 'PauzaFOT-Book',Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height:22px;
	font-weight: normal;
	font-variant: normal;
	color: #fff;
	margin: 0;
}


.bottom{
	position: relative;
	width: 100%;
	height: 230px;
	float: left;
	margin: 0;
	margin-bottom: 100px;
	background-image: url("images/mb_bottom.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}	

	
}