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

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: 'Assistant',Arial, Helvetica, sans-serif;
	/*background-color: #349d79;*/
	background-color: #edddd2;
}

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

#logo{
	position: relative;
	width: 100%;
	height: 69px;
	float: right;
	margin: 0;
	z-index: 8;
	background-image: url("images/logo.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 100%;	
}
#credit{
	position: absolute;
	width: 17px;
	height: 37px;
	left: 6px;
	top: 390px;
	z-index: 8;
	background-image: url("images/credit.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;	
}

.content{
	position: absolute;
	width: 786px;
	height: auto;
	right: 86px;
	top: 80px;
	z-index: 1;
}

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


h1{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	color: #401268;
	font-size: 90px;
	line-height: 1;
	font-weight: 300;
	text-align: center;
	direction: rtl;
	margin: 0px 0px 25px 0px;
	padding: 0;
}
h1 strong{
	color: #e85699;
}

h2{
	position: relative;
	width: 716px;
	height: auto;
	float: right;
	font-size: 38px;
	line-height: 1;
	font-weight: 400;
	text-align: center;
	direction: rtl;
	color: #401268;
	margin: 0px 35px 25px 35px;
	padding: 0;
}

h4{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	font-size: 50px;
	line-height: 1;
	text-align: center;
	font-weight: 700;
	direction: rtl;
	color: #401268;
	margin: 0;
	padding: 0;
}
.flax{
	position: relative;
	width: 100%;
	height: 63px;
	float: right;
	font-size: 40px;
	line-height: 63px;
	text-align: center;
	font-weight: 700;
	direction: rtl;
	color: #fff;
	margin: 15px 0px 30px 0px;
	padding: 0;
	background-image: url("images/flax.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 100%;	
}
.title{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	font-size: 38px;
	line-height: 1;
	text-align: center;
	font-weight: 600;
	direction: rtl;
	color: #401268;
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
}
.itemHolder{
	position: relative;
	width: 1000px;
	height: auto;
	margin: 0;
	float: right;
}
.itS{
	width: 400px!important;
}
.item{
	position: relative;
	width: 260px;
	height: 26px;
	float: right;
	margin: 0px 0px 10px 0px;
}
.itemIcon{
	position: relative;
	width: 26px;
	height: 26px;
	float: right;
	margin: 0px 0px 0px 10px;
	background-image: url("images/bullet.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;	
}

.itemText{
	position: relative;
	width: auto;
	height: auto;
	white-space: nowrap;
	float: right;
	font-size: 30px;
	line-height: 1;
	text-align: right;
	font-weight: 400;
	direction: rtl;
	color: #401268;
	margin: 0;
	padding: 0;
}

.terms{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	font-size: 23px;
	line-height: 1;
	text-align: center;
	font-weight: 400;
	direction: rtl;
	color: #401268;
	margin: 0;
	margin-top: 40px;
	padding: 0;
}


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


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

#logoForm{
	position: absolute;
	width: 521px;
	height: 69px;
	left: 85px;
	top: 69px;
	z-index: 8;
	background-image: url("images/logo.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;	
}


#FormDiv{
	position: absolute;
	width: 1200px;
	height: auto;
	right: 90px;
	top: 30px;
	z-index:5;
}

#ThankYou{
	position: absolute;
	width: 1200px;
	height: auto;
	right: 90px;
	top: 30px;
	z-index:6;
	display: none;
}

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

#thanksTitle{
	position: absolute;
	width: 100%;
	height: auto;
	right: 0px;
	top: 15px;
	z-index: 1;
	font-size: 40px;
	line-height: 1;
	font-weight: 400;
	color: #401268;
	text-align: center;
	direction: rtl;
}

#chb{
	position: relative;
	width: 22px;
	height: 22px;
	float: right;
	margin: 15px 0px 0px 15px;
	z-index: 5;
	border: 2px solid #401268;
}

#chbLabel{
	position: relative;
	width: auto;
	height: 26px;
	display: inline-flex;
	float: right;
	margin: 15px 0px 0px 0px;
	white-space: nowrap;
	z-index: 1;
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
	color: #401268;
	text-align: right;
	direction: rtl;
	padding: 0;
}

.inputText{
	position: relative;
	width: 260px;
	height: 48px;
	float: right;
	margin: 0px 0px 0px 20px;
	text-indent: 20px;
	font-size: 22px;
	font-weight: 400;
    font-family: 'Assistant',Arial, Helvetica, sans-serif;
	background-color: #f8cce0;
	color: #401268;
	text-align: right;
	direction: rtl;
	outline: 0;
	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: none;
}

#SendBut{
	position: relative;
	width: 292px;
	height: 48px;
	float: right;
	z-index: 3;
    font-family: 'Assistant',Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 48px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	direction: rtl;
	margin: 0px 14px 0px 0px;
	background-image: url("images/btn.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 100%;	
	text-decoration: none;
}
#SendBut a{
	text-decoration: none;
	color: #fff;
}

#ErrorDiv{
	position: absolute;
	width: 450px;
	height: auto;
	left: 50px;
	top: 100px;
	z-index: 1;
	text-align: left;
	direction: rtl;
	font-size: 20px;
	line-height:1;
	font-weight: normal;
	font-variant: normal;
	color: #F00;
}


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