
/* 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;
}
/* ############## */
a{
	color: black;
}

* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: 14px/20px 'CharterOSCRegular';
	background: rgba(254,237,0,1);
	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: 35px auto;
}



.block {
	position: relative;
	
	.lead{
		width: 190px;
		text-align: center;
		margin-left: 750px;
		font-family: 'CharterOSCItalic';
	}
	
	.credits{
		font-family: 'CirceRegular';
		margin-top: 200px;
	}
	.desc{
		font-family: 'CirceRegular';
		width: 395px;
		margin-left: 125px;
		float: left;
	}
	.caption{
		width: 288px;
		float: left;
		margin-left: 150px;
		border-left: 2px solid #333;
		padding-left: 37px;
		font-family: 'CharterOSCItalic';
		
			span{
				font: 20px/24px 'CharterOSCRegular';
				border-bottom: 1px solid #333;
				letter-spacing: 1px;
			}
	}
	.groups{
		float: left;
		font-family: 'CirceRegualar';
		border-spacing: 35px;
		margin-top: -50px;
		position: absolute;
		margin-left: 550px;
		
		td{
			width: 115px;
			height: 115px;
			vertical-align: middle;
			text-align: center;
/*			vertical-align: top;*/
			position: relative;
			
			a{
				text-align: center;
				font: 13px/20px 'CirceRegular';
			}
			
			img{
				position: absolute;
				top: 0;
				left: 0;
/*				margin: -47px 0 0 -2px;*/
			}
		}
	}
	
	.left{
		width: 649px;
		float: left;
		
		h2 {
			font: 30px/25px 'NonameGroteskHanddrawnv4Rg';
			border-bottom: 3px solid #000;
			width: 125px;
			text-transform: uppercase;
		}
		.left-caption{
			font-family: 'CharterOSCItalic';
			width: 386px;
			margin: 35px;
		}
		.short{
			width: 500px;
		}
		b{
			font-family: 'NonameGroteskHanddrawnv4Rg';
			display: block;
		}
	}
	
	.scroll-wrap{
		float: left;
		margin-top: 260px;
		
		.scroll-pane{
			width: 325px;
			height: 510px;
			overflow: auto;
			font-family: 'CirceRegular';
			
			
			
			p{
				margin-bottom: 35px;
				margin-left: 37px;
			}
		}
	}
}

.scroll1 .jspPane{
				height: 1750px;
			}
.scroll2 .jspPane{
				height: 1920px;
			}
			
/* MINI CUT */
div.mini-cut {
	.button {
		position: relative;
		font: 14px/20px 'CirceRegular';
		color: red;
		margin: 20px 35px 45px;
		display: inline-block;
		letter-spacing: 1px;
		cursor: pointer;
		height: 32px;
		span {
			padding: 7px 13px;
			border: 2px solid red;
		}
	}
	.close {
		margin-top: 0px;
		padding-top: 16px;
	}
	.text {
		display: none;
		p {
			margin-bottom: 18px;
		}
	}
}
