/*
@font-face {
	font-family: DINRoundWebPro-Bold;
	src: url("fonts/DINRoundWebPro-Bold.eot");
}

@font-face {
	font-family: DINRoundWebPro-Bold;
	src: url("fonts/DINRoundWebPro-Bold.woff") format("woff");
}
*/
@font-face {
    font-family: 'CharterOSCRegular';
    src: url('fonts/charterosc-webfont.eot');
    src: url('fonts/charterosc-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/charterosc-webfont.woff') format('woff'),
         url('fonts/charterosc-webfont.ttf') format('truetype'),
         url('fonts/charterosc-webfont.svg#CharterOSCRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CharterOSCItalic';
    src: url('fonts/charterosc-italic-webfont.eot');
    src: url('fonts/charterosc-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/charterosc-italic-webfont.woff') format('woff'),
         url('fonts/charterosc-italic-webfont.ttf') format('truetype'),
         url('fonts/charterosc-italic-webfont.svg#CharterOSCItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* LESS VARIABLES */
.rounded-corners (@radius: 5px) {
	border-radius: @radius;
  	-webkit-border-radius: @radius;
  	-moz-border-radius: @radius;
}
.ani {
	-webkit-transition:   all 0.3s ease-out !important;  /* Saf3.2+, Chrome */
	     -moz-transition: all 0.3s ease-out !important;  /* FF4+ */
	      -ms-transition: all 0.3s ease-out !important;  /* IE10? */
	       -o-transition: all 0.3s ease-out !important;  /* Opera 10.5+ */
	          transition: all 0.3s ease-out !important;
}


* {
	padding: 0;
	margin: 0;
}




body {
	background: url('../images/bg.jpg');
	background-size:cover;
}
#wrapper {
	position: absolute;
	width: 1200px;
	height: 640px;
	left: 50%;
	top: 50%;
	margin: -320px 0 0 -600px;
}
.info {
	h1 {
		font-family: Helvetica, Arial;
		font-weight: bold;
		font-size: 47px;
		text-decoration: underline;
	}
	p {
		font-family: CharterOSCItalic;
		font-size: 14px;
		line-height: 1.5;
		margin-top: 20px;
		span {
			font-size: 47px;
			line-height: 0.75;
		}
	}
}

.description{
	width: 500px;
	margin: 0 0 50px -50px;
	text-align: center;
	font: 14px/18px 'CirceRegular';
	
}
.backstein {
	margin-left: 407px;
	margin-top: 300px;
	
	.square {
		position: absolute;
		width: 385px;
		height: 400px;
		background: #fff url(../images/square.jpg);
		margin-left: 0px;
		margin-top: 0px;
		
		/*-webkit-transform: rotate(-5deg);
		     -moz-transform: rotate(-5deg);
		      -ms-transform: rotate(-5deg);
		       -o-transform: rotate(-5deg);
		          transform: rotate(-5deg);*/
		          
		-moz-box-shadow: 	0 0 10px 1px rgba(0,0,0, 0.3);
		-webkit-box-shadow: 0 0 10px 1px rgba(0,0,0, 0.3);
	  	box-shadow: 		0 0 10px 1px rgba(0,0,0, 0.3);
	}
	.pos {
		margin: 70px 0 0 40px;
		padding: 25px;
	}
	.red {
		font-family: CharterOSCItalic;
		font-size: 25px;
		color: #E0001B;
		
	}
	input {
		position: absolute;
		font-size: 35px;
		/*margin-left: -9999px;*/
		opacity: 0;/* задаем нулевую видимость */
		filter:alpha(opacity=0);
		cursor: pointer;
	}
	
/*	.input-cover{
		width: 231px;
		height: 55px;
		background: url('../images/input.png');
		margin-top: -53px;
		margin-left: -3px;
		position: absolute;
		z-index: -5;
	}*/
	.black {
		font-family: Helvetica;
		font-size: 25px;
		font-style: italic;
		line-height: 2;
	}
	.webcam {
		display: none;
		width: 335px;
		margin: 25px;
		overflow: hidden;
		
		.container {
			margin-left: -67px;
			height: 335px;
		}
		.shutter {
			background: url(../images/shutter.png) 0 0 no-repeat;
			width: 39px; height: 38px;
			cursor: pointer;
			margin: 15px 0 0 148px;
		}
		.shutter:active {
			background: url(../images/shutter.png) -39px 0 no-repeat;
		}
	}
}
#flash {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #fff;
	display: none;
	z-index: 1000;
}


#photobooth {
	position: relative;
	width: 1200px;
	height: 640px;
	display: none;
	
	#user-photo{
		width: 640px;
		height: 480px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -240px 0 0 -320px;
		
	}
	
	.send{
		width: 200px;
		height: 50px;
		background: url('../images/make.jpg');
		position: absolute;
		top: 650px;
		left: 50%;
		margin-left: -100px;
		cursor: pointer;
		z-index: 99999;
	}
	
		
	.objects {
		position: relative;
		width: 700px;
		height: 380px;
		
		.object {
			position: absolute;
			font: 15px/17px 'CirceRegular';
			/*width: 35px;
			height: 56px;*/
			/*border: 3px solid #000;
			padding: 20px;
			background-color: #fff;
			margin: 40px;*/
			z-index: 100;
			cursor: move;
		}
	}
}

#result{
	position: relative;
	width: 1200px;
	height: 640px;
	display: none;
	
	#result-photo{
		width: 640px;
		height: 480px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -240px 0 0 -320px;
	}
	.reload{
		width: 200px;
		height: 50px;
		background: url('../images/reload.jpg');
		position: absolute;
		top: 650px;
		left: 50%;
		margin-left: -100px;
		cursor: pointer;
	}
}

#all-shots{
	position: absolute;
	top: 1050px;
	width: 640px;
	margin-left: 280px;
	min-height: 50px;
		
		img{
			margin-bottom: 30px;
		}
}

