/* LESS VARIABLES */
.border-radius (@radius: 5px) {
	border-radius: @radius;
  	-webkit-border-radius: @radius;
  	-moz-border-radius: @radius;
}
.box-sizing (@type: border-box) {
	-webkit-box-sizing: @type;
	-moz-box-sizing:    @type;
	box-sizing:         @type;
}

#preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #fff;
	z-index: 100000;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	
	.spinner {
		display: none;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -25px 0 0 -25px;
		width: 50px;
		height: 50px;
		background: rgba(0,0,0, 0.9) url(../images/loading.gif) no-repeat center center;
		.border-radius(40px);
	}
}

* {
	padding: 0;
	margin: 0;
}

td {
	vertical-align: top;
}

.clearFix {
	clear: both;
}

body {
	background-color: #ffffff;
}
#wrapper {
	position: relative;
	width: 1240px;
	margin: 0 auto;
	text-align: center;
}

.load-box {
	
	.email {
		width: 444px;
		height: 25px;
		font: 16px/19px 'Octava';
		padding: 20px;
		background: none;
		border: none;
		outline: none;
		resize: none;
		z-index: 20;
		position: absolute;
		margin: 1250px 0 0 0px;
		left: 410px;
	}

	img {
		position: absolute;
		margin: 1210px 0 0 0px;
		left: 410px;
		z-index: 10;
	}
	
	#jsUploadFile{
		width:667px;
		height:187px;
		background-color: #fff;
		position: absolute;
		background: url(../images/new/btn2.png);

		&:hover {
			background: url(../images/new/btn2_hover.png);
		}

		margin: 1000px 0 0 410px;
		.dt {
			height: 187px;
		}
	}	
}
.thnx {
	width: 1240px;
	height: 365px;
	background: url(../images/new/thanks.jpg) center center;
	display: none;
	position: absolute;
	z-index: 90;
	margin-top: 1050px;
}

.ml140 {
	padding-top: 50px;
}

.numbers {
	position: absolute;
}

#slider {
	position: absolute;
	width: 738px;
	height: 353px;
	margin-left: 365px;
	margin-top: 570px;

	.slider {
		position: relative;
		width: 738px;
		height: 353px;
		
		.rsSlide  {
			img {
				width: 100% !important;
				margin: 0 !important;
					height: 392px !important;
			}
		}
	}

	.rsArrowLeft {
		left: 5px!important;
		.rsArrowIcn {
			background: url( "../images/new/s1.png" ) no-repeat!important;
			width: 112px;
			height: 36px;
		}
	}

	.rsArrowRight {
		right: 80px!important;
		.rsArrowIcn {
			background: url( "../images/new/s2.png" ) no-repeat!important;
			width: 112px;
			height: 36px;
		}
	}
}

.qq-upload-list {
	display: none;
}

#user-photo{
	display: none;
	width: 120px;
	height: 120px;
	overflow: hidden;
	position: absolute;
	margin: 1050px 0 0 410px;
	background-position: top center;
	background-size: 120px;
	background-repeat: no-repeat;
}

.buttons {
	.send{
		width: 238px;
		height: 69px;
		background: url('../images/new/btn1.png') no-repeat;
		cursor: pointer;
		position: absolute;
		margin: 1335px 0 0 408px;
		padding-bottom: 100px;
		-webkit-transition: all 0.1s ease;
		-moz-transition: all 0.1s ease;
		-o-transition: all 0.1s ease;
		    
		&:hover {
			background: url('../images/new/btn1_hover.png') no-repeat;
		}
	}
}

.ajphoto {
	width: 540px;
	float: left;
	background-color: #fff;
	position: relative;
	.cross {
		position: absolute;
		z-index: 10;
		top: 5px;
		right: -25px;
		color: #000000;
		font: 20px/20px Lineatura;
		cursor: pointer;
	}
	img {
		display: block;
	}

	&:first-child {
		margin-top: 885px;
	};
}

textarea {
	z-index: 90!important;
}
