
/* 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;
}
html {
	height: 100%;
}
body {
	font: 14px/17px 'CharterOSCRegular';
	background: #fff;
	height: 100%;
}
#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);
	}
}

.clearFix {
	clear: both;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
}
#menu {
	position: fixed;
	border-bottom: 1px solid #fff;
	width: 1000px;
	background-color: red;
	z-index: 100;
	
	p {
		float: left;
	}
	ul {
		list-style: none;
		font: 12px/14px 'CirceRegular';
		text-transform: uppercase;
		margin-left: 150px;
		
		li {
			cursor: pointer;
			float: left;
			margin-right: 45px;
			padding: 7px;
			color: #fff;
		}
		.active {
			color: #000;
		}
	}
}
.block {
	position: relative;
	
	.h2-cover{
		height: 50px;
		background-color: #e98679;
		border-top: 1px solid #fff;
		padding: 25px;
		
		h2{
			font: 37px/45px 'LineaturaLight';
			color: #fff;
			text-transform: uppercase;
			letter-spacing: 12px;
			margin-left: 55px;
		}
	}
}

.red {
	background-color: red;
	padding: 60px 40px;
	
	.lion{
		display: block;
		float: left;
	}
	
	h1 {
		font: 36px/42px 'LineaturaLight';
		color: #fff;
		width: 360px;
		margin: 50px 0 0 100px;
		letter-spacing: 10px;
		float: left;
		}
	.lead {
		width: 370px;
		letter-spacing: 1px;
		margin: 100px 0 0 225px;
	}
	.credits{
		font: 12px/15px 'CirceRegular';
		color: #fff;
		text-transform: uppercase;
		letter-spacing: 3px;
		right: 100px;
		top: 360px;
	}
}

.journal {
	
	h3{
		font: 27px/37px 'CharterOSCRegular';
		margin-bottom: 40px;
	}
	
	.right-col {
		width: 50%;
		float: left;
	}
	.left-col {
		width: 50%;
		float: left;
		margin-top: 20px;
		font: 16px/21px 'CharterOSCRegular';
		
		p {
			width: 420px;
		}
	}
	.slider-wrap{
		margin-left: 178px;
	}
	.large-p{
		font: 47px/62px 'CharterOSCRegular';
		width: 680px;
	}
}

.films{
	
	.scroll-wrap{
		float: left;
		
		.scroll-pane{
			margin: 40px 0 0 50px;
			width: 290px;
			height: 500px;
			overflow: auto;
			
				.film{
					margin-bottom: 30px;
					height: 70px;
					
					img{
						position: absolute;
						margin-top: 4px;
					}
					p{
						font: 13px/18px 'CirceRegular';
						margin-left: 90px;
						padding: 4px;
						cursor: pointer;
						
						span{
							color: red;
						}
					}
				}
				.active{
					border: 1px solid red;
				    -moz-box-sizing: border-box;
				    box-sizing: border-box;
				}
		}
	}
	.about-film{
		margin: 40px 20px 0 0px;
		float: right;
		width: 600px;
		
		.caption{
			font: 16px/19px 'LineaturaLight';
			text-transform: uppercase;
			letter-spacing: 7px;
		}
		
		h3{
			font: 27px/37px 'CharterOSCRegular';
			margin-top: 30px;
			
			span{
				font: 27px/37px 'CharterOSCItalic';
				color: red;
			}
		}
		.description{
			font: 16px/21px 'CharterOSCRegular';
			margin: 50px 0;
			width: 450px;
		}
	}
}


.facts{
	table{
		padding: 50px 50px 0;
/*		border-spacing: 30px;*/
		
		
		td{
			vertical-align: top;
			width: 260px;
			padding: 0 60px 40px 0;
		}
		.red-number{
			font: 37px/44px 'LineaturaLight';
			color: red;
			margin: 0;
			width: 40px;
			padding-right: 0px;
		}
	}
}

.jury{
	
	table{
		width: 400px;
		margin: 60px 50px 0px;
		float: left;
		
		td{
			vertical-align: top;
		}
		.red-name{
			font: 28px/33px 'LineaturaLight';
			color: red;
		}
		.about{
			padding-top: 50px;
		}
	}
}


/* PHOTO-SLIDER WITH ARROWS left/right */
.psl {
	overflow: hidden;
	.next {
		background: url(../images/arr-right.png) no-repeat center center;
		margin-left: 715px;
		
	}
	.prev {
		background: url(../images/arr-left.png) no-repeat center center;
		margin-left: -116px;
	}
	.col-arrow {
		width: 56px;
		height: 111px;
		cursor: pointer;
		margin-top: 160px;
		position: absolute;
		z-index: 999999;
	}
	.col-desc {
		background: url(../images/ui/post-new-label-arrow.png) no-repeat 0px 3px;
		padding-left: 30px;
		margin-left: 610px !important;
		margin-top: 50px;

		position: absolute;
		margin-top: 15px;
		
		p {
			font-family: CirceRegular !important;
			font-size: 12px !important;
			line-height: 14px !important;
			margin-left: 0px !important;
			width: 150px !important;
		}
	}
	.counter {
		position: absolute;
		font-family: CharterOSCRegular;
		font-size: 12px;
		width: auto !important;
		display: none;
	}
	.col-photo {
		width: 745px;
		float: left;
		overflow: hidden;
		
		.container {
			
			ul {
				list-style: none;
				
				li {
					float: left;
					
					p {
						display: none;	
					}
				}
			}
		}
	}
}