@font-face {
    font-family: 'FFdin';
    src: url('fonts/ffdinbold-webfont.eot');
    src: url('fonts/ffdinbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ffdinbold-webfont.woff') format('woff'),
         url('fonts/ffdinbold-webfont.ttf') format('truetype'),
         url('fonts/ffdinbold-webfont.svg#FFDINBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'CirceRegular';
    src: url('fonts/circe-regular-webfont.eot');
    src: url('fonts/circe-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/circe-regular-webfont.woff') format('woff'),
         url('fonts/circe-regular-webfont.ttf') format('truetype'),
         url('fonts/circe-regular-webfont.svg#CirceRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@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: 'LineaturaLight';
    src: url('fonts/lineatura_light-webfont.eot');
    src: url('fonts/lineatura_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lineatura_light-webfont.woff') format('woff'),
         url('fonts/lineatura_light-webfont.ttf') format('truetype'),
         url('fonts/lineatura_light-webfont.svg#LineaturaLight') 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;
}
/* ############## */


* {
	padding: 0;
	margin: 0;
}
body {
	height: 100%;
}

#header {
	position: fixed;
    width: 100%;
    height: 34px;
    text-align:center;  
	background: rgba(255,255,255, 0.3);
    z-index: 102;
    min-width: 1000px;
	font-family: FFdin;
    top: 0;
    
    .space {
        width: 30px;
        height: 34px;
    }
    .sep {
    	width: 1px;
    	background: #000;
    	height: 13px;
    	margin: 10px 14px 0 15px;
    }
    ul {
        list-style:none;
        margin-left: 7%;
        float: left;
        
        li {
			display:inline;
            color: #fff;
            float: left;
            margin: 0 14px;
            
            a, span {
                font-size:10px;
                text-transform:uppercase;
                color:#000;
                padding:0px 13px 0px 13px;
                text-decoration:none;
                line-height: 36px;
                
                &.ico {
                	padding-left: 25px;
                }
                &.shuffle {
                	width: 18px;
                	height: 13px;
                	background: url(../images/ui/menu/shuffle.png) no-repeat left center;
                }
                &.shuffle:hover {
                	background: url(../images/ui/menu/shuffle.png) no-repeat -26px center;
                }
            }
            a:Hover {
                color: #D00;
            }
            img {
                float: left;
            }
            .active {
                color: #000;
                border: 1px solid #000;
                padding: 0 12px 0 12px;
            }
        }
    }
    
    .ico-fm {
    	background: url(../images/ui/menu/fm.png) no-repeat left center;
    }
}
#header .rm {
    margin-left: 0px;
    margin-right: 30px;
    float: right;
    li {
    	margin: 0;
    }
}
#logo-mini {
    float: left;
    background: url(../images/logo-mini.png);
    width: 121px; height: 21px;
    margin-top: 7px;
    margin-left: 30px;
    cursor: pointer;
}


#wrapper {
	width: 1200px;
	margin: 35px auto;
}

.pt80 {padding-top: 80px;}
.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}
.mt50 {margin-top: 50px;}
.mt60 {margin-top: 60px;}
.mt70 {margin-top: 70px;}
.mt80 {margin-top: 80px;}
.mt90 {margin-top: 90px;}
.mt100 {margin-top: 100px;}
.mt110 {margin-top: 110px;}
.mt120 {margin-top: 120px;}
.mt130 {margin-top: 130px;}
.mt140 {margin-top: 140px;}
.mt150 {margin-top: 150px;}
.mt850 {margin-top: 850px !important;}
.mt550 {margin-top: 550px !important;}
.mt350 {margin-top: 350px !important;}
.mt250 {margin-top: 250px !important;}

.mr20 {margin-right: 20px !important;}
.mr50 {margin-right: 50px !important; }

.ml20 {margin-left: 20px;}

.lh22 {line-height: 22px;}
.lh37 {line-height: 37px;}
.lh57 {line-height: 57px !important;}
.lh96 {line-height: 96px;}


.pa {position: absolute;}
.tc {
	text-align: center;
}
.tu {
	text-transform: uppercase;	
}
.fnt9 {font-size: 9px;}
.fnt18 {font-size: 18px;}
.fnt26 {font-size: 26px;}
.fnt47 {font-size: 47px;}
.fnt70 {font-size: 70px;}
.fnt80 {font-size: 80px;}



.fntL {font-family: LineaturaLight !important; -webkit-font-smoothing: antialiased;}
.fntCi {font-family: CirceRegular !important; }

.white {color: #fff;}

p {
	font-family: CharterOSCRegular;
	font-size: 15px;
	margin-bottom: 10px;
}


.block {
	
	.vynos {
		width: 400px;
		margin: 80px auto;
		border: 2px solid #000;
		background: #fff;
		p, h2 {
			padding: 10px 45px 30px 45px;
			margin: 0;
		}
		h2{
			font-size: 20px;
			padding-top: 30px !important;
			padding-bottom: 5px !important;
		}
	}
	
	.person-box {
		position: absolute;
		width: 376px;
		height: 346px;
		background: url(../images/person-box.png);
		margin: -174px 0 0 412px !important;
		.name {
			padding: 30px 0;
		}
		.info {
			line-height: 35px;
			padding-top: 25px;
		}
		span {
			font-family: CirceRegular;
			font-size: 15px;
			padding-left: 35px;
			color: #00f;
		}
	}
	
	.smart-img {
		position: absolute;
		z-index: -1;
	}
	.left, .right {
		display: inline-block;
		width: 300px;
	}
	.left {
		margin-left: 80px;
		margin-right: 460px;
	}
	h2 {
		font-family: CirceRegular;
		font-size: 15px;

		color: #00f;
		font-weight: normal;
		margin-bottom: 10px;
	}
	p {
		margin-left: 20px;
		line-height: 18px;
	}
	
	.center {
		width: 465px;
		margin: 80px auto;
		border: 2px solid #000;
		background: #fff;
		p, h2 {
			padding: 10px 45px 30px 45px;
			margin: 0;
		}
		h2{
			font-size: 20px;
			padding-top: 30px !important;
			padding-bottom: 5px !important;
		}
		.golova {
			position: absolute;
			background: url(../images/golova.png);
			width: 74px;
			height: 50px;
			margin: -11px 0 0 -74px;
			z-index: 5;
		}
	}
}


.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 {
	margin: 100px auto;
	width: 500px;
}