.box-sizing (@type: border-box) {
	-webkit-box-sizing: @type;
	-moz-box-sizing:    @type;
	box-sizing:         @type;
}

* {
	margin: 0;
	padding: 0;
}
html {

}

body {
	font-family: 'Futura';
	color: #fff;
	background: #000;
}

#wrapper {
	position: relative;
	width: 1200px;
	margin: 20px auto;
}


.banner {
	position: fixed;
	right: 30px;
	top: 60px;
}


.menu {
	display: none;
	position: relative;
	left: 50%;
	margin: 0 0 0 -450px;
	width: 779px;
	height: 639px;
	background: url(../images/screen.png) no-repeat center center;
	padding: 40px 35px 50px 35px;
	.box-sizing;
	
	.container {
		width: 100%;
		height: 100%;
	}
	.label {
		background: url('../images/label.png') no-repeat center center;
		width: 465px;
		height: 20px;
		margin: 0px auto;
	}
	.scroll {
		width: 100%;
		height: 530px;
		overflow-y: auto;
	}
	.item {
		float: left;
		width: 200px;
		height: 111px;
		margin: 30px 15px;
		cursor: pointer;
		
		p {
			text-align: center;
			color: #000;
		}
		img {
			-webkit-transition-duration: 0.5s;
			   -moz-transition-duration: 0.5s;
			    -ms-transition-duration: 0.5s;
			     -o-transition-duration: 0.5s;
			        transition-duration: 0.5s;
		}
	}
	.item:active {
		
	}
	.item:hover {
		img {
			-webkit-filter: contrast(150%);  
		}
	}
}

.film {
	display: none;
	position: relative;
	left: 50%;
	margin: 0 0 0 -450px;
	width: 779px;
	height: 639px;

	.rsImg{
		margin: 0px;
	}
	
	.slider {
		float: left;
		width: 750px;
		img{display:block}
	}
	.control {
		position: fixed;
		width: 40px;
		top: 305px;
		left: 54px;
		z-index: 100;
		font-size: 20px;
		
		p {
			text-align: center;
		}
		.counter {
			display: none;
			position: absolute;
			margin: -42px 0 0 50px;
		}
		.arrow {
			width: 40px;
			height: 63px;
			cursor: pointer;
			
			&.up {
				background: url(../images/arrow_up.png);
				margin-bottom: 10px;
			}
			&.down {
				background: url(../images/arrow_d.png);
				margin-top: 10px;
			}
		}
		.label {
			width: 83px;
			height: 24px;
			margin: 10px 0 0 -23px;
			background: url(../images/next_slide.png);
		}
		.change {
			width: 100px;
			height: 60px;
			margin: 30px 0 0 -32px;
			background: url(../images/change.png);
			cursor: pointer;
		}
	}
}



.projector {
	position: fixed;
	top: 685px;
	width: 600px;
	margin: 0 0 0 250px;
	height: 245px;
	background: url(../images/proektor2.jpg) no-repeat center center;
}
.projector2 {
	position: fixed;
	top: 685px;
	width: 600px;
	margin: 0 0 0 250px;
	height: 245px;
	background: url(../images/proektor.jpg) no-repeat center center;
	z-index: 10;
}

@media screen and (min-width:1400px) {
	/*.slider {
		width: 950px !important;
		margin-left: 220px !important;
	}
	.control {
		left: 1200px !important;
	}*/
}

