/* 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;
}

.clr {
	clear: both;
}

body {
	height: 100%;
	overflow-y: hidden;
	background-color: #ececec;
}
#wrapper {
	float: left;
	width: 20000px;
	height: 100%;
}

.block {
position: relative;
	float: left;
	z-index: -1;
		.cover{
			height: 100%;
			z-index: -2;
		}
}

.generator {z-index: 1000000000;
	width: 1400px;
	height: 600px;
	padding-top: 10px;
	
	.lead {
		width: 160px;
		float: left;
		padding: 0 25px;
		
		.description {
			font: 15px/16px "Courier New", Courier, monospace;
		}	
		.button { 
		
		
			font: 17px/40px "Courier New", Courier, monospace;
			cursor: pointer;
			
			&.twi {
				width: 162px;
				height: 43px;
				background: url(../images/twitter.png) no-repeat center center;
				&:hover {
					background: url(../images/twitter_hover.png) no-repeat center center;
				}
			}
			&.fbi {
				width: 162px;
				height: 43px;
				background: url(../images/fb.png) no-repeat center center;
				&:hover {
					background: url(../images/fb_hover.png) no-repeat center center;
				}
				
				
			}
			
			
			
			
			
			&.save {
				width: 162px;
				height: 43px;
				background: url(../images/save.png) no-repeat center center;
				&:hover {
					background: url(../images/save_hover.png) no-repeat center center;
				}
			}
			
			
			
			
		}
	}
	
	.postcard {
		width: 450px;
		height: 600px;
		background: url(../images/bg/1.jpg);
		float: left;
	}
	
	.objects {
		position: relative;
		width: 700px;
		height: 380px;
		margin-left: 210px;
		
		.object {
			position: absolute;
			z-index: 100;
			cursor: move;
		}
	}
}

.result {
	display: none;
	position: absolute;
	margin-left: 210px;
}