/* 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;
}
* {
	margin: 0;
	padding: 0;
}

.clr {
	clear: both;
}

a {
	color: inherit;
}
td {
	vertical-align: top;
}

.gif {
	position: absolute;
	cursor: pointer;
}

#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);
	}
}

#menu {
	position: absolute;
	width: 100%;
	top: 650px;
	z-index: 10;
	background-color: #FF4D38;
	
	ul {
		list-style: none;
		font: 13px/40px Octava;
		text-align: center;
		
		li {
			cursor: pointer;
			display: inline-block;
			padding: 0px 70px;
			color: #fff;
			text-transform: uppercase;
		}
		.active {
			text-decoration: underline;
			background-color: black;
		}
	}
}
.red_line {
	width: 100%;
	background-color: #FF4D38;
	z-index: -2;
}
.black_line {
	width: 100%;
	height: 262px;
	background-color: #000;
	top: 4812px;
	z-index: -2;
}
.black_line_svaha {
	width: 100%;
	height: 815px;
	background-color: #000;
	top: 6072px;
	z-index: -2;
}
#wrapper {
	position: relative;
	width: 1200px;
	margin: 0px auto;
}

.heading {
	.h1 {
		float: left;
	}
	.credits {
		float: left;
		font: 14px/28px OctavaSCC;
		margin-left: 240px;
		span {
			font: italic 14px/28px Octava;
		}
	}
	.desc {
		float: left;
		font: 20px/31px Octava;
		width: 355px;
	}
}

.block {
	h2 {
		text-align: center;
		font: 60px/50px OctavaSCC;
		i {
			font: italic 38px/50px Octava;
		}
		span {
			font: 38px/50px OctavaSCC;
		}
	}
	h3 {
		font: 38px/50px OctavaSCC;
	}
	.i {
		font: italic 20px/24px Octava;
	}
	.text {
		width: 580px;
		margin: 100px 0 0 320px;
		font: 16px/24px Octava;
		
		&:first-letter {
			font: 59px/40px Octava;
			float: left;
			padding-top: 13px;
			padding-right: 4px;
			color: #FF4D38;
		}
	}
	.text_showed {
		width: 580px;
		margin: 70px 0 0 320px;
		font: 16px/22px Octava;
		.show_more {
			cursor: pointer;
			&:active {
				margin-top:2px;
			}
		}
		.hide {
			display: none;
		}
	}
	.vrez {
		background-color: #FF4D38;
		color: #fff;
		font: 16px/24px Octava;
		margin-left: 216px;
		padding: 50px 0;
		td {
			width: 350px;
		}
		.blank {
			width: 50px;
		}
		.frstl {
			&:first-letter {
				font: 59px/40px Octava;
				float: left;
				padding-top: 13px;
				padding-right: 4px;
			}
		}
	}
}

&.royalSlider {
 	width: 700px;
 	height: 720px;
 	margin: 70px 0 0 265px;
 	position: relative;
 }
.rsArrow {
	width: 51px!important;
	height: 50px!important;
	top: 260px;
	position: absolute;
}

.rsArrowLeft {
	left: -70px;
	background: url(../images/prev.jpg);
}
.rsArrowRight {
	right: -70px!important;
	background: url(../images/next.jpg);
}

.rsArrowIcn
{
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.46);
	display: none;
}
.rsArrowDisabled {
	opacity: 0.1;
}

.table-heading {
	font: 38px/50px OctavaSCC;
	i {
		font: italic 38px/50px Octava;
	}
	span {
		font: 30px/43px OctavaSCC;
	}
}
.svaha {
	td {
		width: 333px;
	}
	.blank {
		width: 73px;
	}
}

.vrez-red {
	background: #000;
	color: #FF4D38;
	width: 736px;
	margin: 85px 0 0 240px;
	font: 25px/43px Octava;
	padding: 45px 0;
}




.load-box {
	height: 790px;
	padding: 0 0 0 190px;
	background: #000;
	color: #fff;
	font: 20px/25px Futura;
	text-transform: uppercase;
	position: relative;
	float: left;
	
	.redborder {
		position: absolute;
		width: 3px;
		height: 567px;
		z-index: 10;
		border-left: 3px dotted red;
		margin: 0px 450px;
	}
	#jsUploadFile{
		border: 3px dotted #fff;
		width:360px;
		height:260px;
		background: #000 url(../images/photo.jpg) no-repeat 200px 30px ;
		padding: 0 20px;
		font: 20px/25px Futura;
		text-transform: uppercase;
		text-decoration: underline;
		color: #fff;
		position: relative;
	}
	#user-photo{
		display: none;
		width: 360px;
		height: 260px;
		overflow: hidden;
		img {
			border: 3px dotted #fff;
		}
	}
	.user-text {
		width: 360px;
		height: 85px;
		font: 16px/19px 'Octava';
		padding: 20px;
		background: #000;
		outline: none;
		border: 3px dotted #fff;
		resize: none;
		color: red;
	}
	.email {
		width: 200px;
		height: 20px;
		font: 16px/19px 'Octava';
		padding: 20px;
		background: #000;
		outline: none;
		border: 3px dotted #fff;
		resize: none;
		color: red;
	}
	.sex {
		width: 170px;
		float: left;
		.radio {
			width: 24px;
			height: 24px;
			float: left;
			padding: 10px 30px;
			background: url(../images/radio_button.jpg) no-repeat left center;
			cursor: pointer;
			&.active {
				background: url(../images/radiobuton_active.jpg) no-repeat left center;
			}
		}
	}
	.sex_partner {
		width: 170px;
		float: left;
		.radio {
			width: 24px;
			height: 24px;
			float: left;
			padding: 10px 30px;
			background: url(../images/radio_button.jpg) no-repeat left center;
			cursor: pointer;
			&.active {
				background: url(../images/radiobuton_active.jpg) no-repeat left center;
			}
		}
	}
		
}
.qq-upload-list {
	display: none;
}

.buttons {
	.send{
		width: 267px;
		height: 96px;
		background: url('../images/button2.jpg');
		cursor: pointer;
		margin: -60px 0 0 318px;
		position: absolute;
		&:hover {
			background: url('../images/button2_hover.jpg');
		}
	}
	.retry{
		width: 267px;
		height: 96px;
		background: url('../images/button3.jpg');
		cursor: pointer;
		margin: -60px 0 0 318px;
		position: absolute;
		display: none;
		&:hover {
			background: url('../images/button3_hover.jpg');
		}
	}
}

.yourchoice {
	float: right;
	margin: 50px 100px 0 0;
	z-index: 3;
	color: #fff;
	font: 20px/25px Futura;
	text-transform: uppercase;
	display: none;
	background-color: #000;
	
	.photo img{
		border: 3px dotted #fff;
	}
	.about-caption {
		padding: 10px 0;
	}
	.about {
		font: 23px/27px Octava;
		text-transform: none;
		-webkit-font-smoothing: antialiased;
		width: 360px;
		word-break: break-all;
		max-height: 250px;
		overflow: auto;
	}
	.contact-caption {
		padding: 40px 0 10px;
	}
	.contact {
		font: 23px/27px Octava;
		text-transform: none;
		-webkit-font-smoothing: antialiased;
		width: 360px;
		word-break: break-all;
	}
}

.ajblock {
	background-color: #000;	
}