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


@media screen and (min-width:1100px) 

{
	
	#wrapper {
		width: 100% !important;
	}
	.column.right {
		width: 950px !important;
	
	}
	
	
	/*
	.c1{
		width: 500px!important;
		}
	
	.c2{
		width: 500px!important;
		}
		
	
	.c3{
			width: 611px!important;
			}
			
			
			.c4{
					width: 397px!important;
					margin-left: 350px!important;
					}
	*/
}


* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font-family: OctavaOSCRegular;
	background: black;
	font-size: 16px;
	line-height: 22px;
	height: 100%;
	color: black;
	
}
#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: 100px;
		height: 50px;
		background: rgba(255,255,255, 0.9) url(../images/loading.gif) no-repeat center center;
	/*	.border-radius(40px);*/
	}
}
#header {
	font-family: FFDINBold;
}
#wrapper {
	width: 960px;
	margin: 35px auto;
}
.block {
	float: left;
	min-height: 700px;
	margin-right: 70px;
}
#menu {
	width: 110px;
	
	ul {
		list-style: none;
		font-family: CirceRegular;
		font-size: 12px;
		line-height: 14px;
		
		li {
			text-decoration: underline;
			cursor: pointer;
			margin-bottom: 20px;
		}
	}
}



.zag{
	font-size: 45px;
	line-height: 55px;
	margin-bottom: 60px;
}

.lead
{
	padding: 10px 10px 10px 10px;
	border: 4px solid #333;
	margin-top: 15px;
	margin-bottom: 45px;
	font-size: 19px;
	font-family:'NonameGroteskHanddrawnv4Rg' ;
	}


.text20
{
	color: black;
	font-size: 18px;
	line-height: 25px;
	margin-top: 50px;
	margin-bottom: 50px;
	font-weight: normal;
}

.info
{ 
	text-align:left;
	color: black;
	font-size: 16px;
	line-height: 25px;
	margin-top: 50px;
	margin-bottom: 50px;
	font-weight: normal;
	font-style: italic;
}





.person{text-align: center;
border-bottom: 2px solid #333;
border-top: 2px solid #333;
padding-top: 50px;
padding-bottom: 50px;
	font-family:'OctavaOSCRegular' ;
	font-style: italic;
	
	
}



.personname{
	font-family:'NonameGroteskHanddrawnv4Rg' ;
	size: 17px;
	font-style: normal;
}
.column {
position: absolute;
	float: left;
	z-index: 100;
	
	&.left {
		width: 380px;
		padding: 30px;
		.box-sizing;
		background: rgba(242, 240, 250, 0.93);
		
		.r {
			font-style: italic;
			color: rgba(172, 207, 204, 0.77);
			text-decoration: underline;
		}
	}
	&.right {
	height: 10000px;
		z-index: 10;
		padding-left: 20px;
		position: fixed;
		width: 710px;
		margin-left: 250px;
		top: 0px;
		margin-top: 35px;
		img {
			width: 100%;
			margin-bottom: 30px;
		}
	}
}


.dsq-brlink { display: none; }

	
#disqus_thread {
	#dsq-topbar {
		z-index: -2;
	}
	.dsq-options { display: none; }
	.dsq-comment-header-meta-wrapper a, .dsq-comment-header-meta-wrapper span {
		font-family: CirceRegular;
		font-size: 13px;
		color: #f00;
		font-weight: normal;
	}
	.dsq-comment-header {
		background: none;
		border: none;
	}
	.dsq-global-toolbar {
		display:none;
	}
	
	.dsq-like {
		display: none;
	}
	h3 {
		font-family: CirceRegular;
		font-size: 11px;
		margin-bottom: 15px;
		font-weight: normal;
	}
	.dsq-request-user-stats, .dsq-comment-footer, .dsq-header-avatar, #dsq-comments-title, .dsq-moderator-star, .dsq-comment-hide-thread {
		display: none;
	}
	.dsq-comment-text {
		margin-left: 10px;
		margin-top: 30px;
	}
	.dsq-comment-message {
		margin-top: 0px;
	}
	.dsq-header-avatar {

	}
	.dsq-comment-header-time {
		a {
			font-size: 10px;
			color: #999;
		}
	}
	.dsq-new-post h3{
		margin-bottom: 0px;
	}
	.dsq-request-user-name {
		a {
			font-family: CirceRegular;
			font-size: 13px;
			color: #f00;
			font-weight: normal;
		}
	}
	.dsq-request-user-stats {
		span {
			font-family: CirceRegular;
			font-size: 13px;
			font-weight: normal;
			
			big {
				font-size: 13px;
			}
		}
	}
	.dsq-textarea-wrapper {
		border: 1px solid #f00;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		min-height: 20px !important;
		height: 20px !important;
	}
	.dsq-comment-buttons, .dsq-post-footer {
		button {
			padding: 3px 8px;
			background: #fff;
			color: #000;
			border: 1px solid #000;
			-webkit-border-radius: 0px;
			-moz-border-radius: 0px;
			border-radius: 0px;
			font-weight: normal;
		}
	}
}
.comments {
	width: 320px;
	margin-left: 10px;
	margin-top: 50px;
}


.video
{
	position: fixed;
	z-index: 0;
	width: 100%;
	height: 100%;
}



.fade {
  -webkit-transition: all 1.3s ease-out;  /* Safari 3.2+, Chrome */
     -moz-transition: all 1.3s ease-out;  /* Firefox 4-15 */
       -o-transition: all 1.3s ease-out;  /* Opera 10.5–12.00 */
          transition: all 1.3s ease-out;  /* Firefox 16+, Opera 12.50+ */
          
}

.c1{

margin-top: 570px;
margin-left: 100px;
	width: 400px;
	height: 755px;
	position: absolute;
	z-index: 10000000	
	
}

.c1:hover{ 
.top{opacity: 0;}

}



.c2{

margin-top: 1430px;
margin-left: 350px;
	width: 500px;
	height: 755px;
	position: absolute;
	z-index: 10000000	
	
}

.c2:hover{ 
.top{opacity: 0;}

}

.c3{

margin-top: 2230px;
margin-left: 50px;
	width: 511px;
	height: 1000px;
	position: absolute;
	z-index: 10000000	
	
}

.c3:hover{ 
.top{opacity: 0;}

}


.c4{

margin-top: 4330px;
margin-left: 450px;
	width: 300px;
	height: 600px;
	position: absolute;
	z-index: 10000000	
	
}

.c4:hover{ 
.top{opacity: 0;}

}


.c5{

margin-top: 5230px;
margin-left: 150px;
	width: 500px;
	height: 755px;
	position: absolute;
	z-index: 10000000	
	
}

.c5:hover{ 
.top{opacity: 0;}

}


.c6{

margin-top: 6030px;
margin-left: 250px;
	width: 500px;
	height: 755px;
	position: absolute;
	z-index: 10000000	
	
}

.c6:hover{ 
.top{opacity: 0;}

}



.c7{

margin-top: 6930px;
margin-left: 50px;
	width: 330px;
	height: 500px;
	position: absolute;
	z-index: 10000000	
	
}

.c7:hover{ 
.top{opacity: 0;}

}



.c8{

margin-top: 6930px;
margin-left: 400px;
	width: 330px;
	height: 500px;
	position: absolute;
	z-index: 10000000	
	
}

.c8:hover{ 
.top{opacity: 0;}

}



.c9{

margin-top: 8330px;
margin-left: 50px;
	width: 500px;
	height: 755px;
	position: absolute;
	z-index: 10000000	
	
}

.c9:hover{ 
.top{opacity: 0;}

}


.c10{

margin-top: 9230px;
margin-left: 250px;
	width: 500px;
	height: 755px;
	position: absolute;
	z-index: 10000000	
	
}

.c10:hover{ 
.top{opacity: 0;}

}







