@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: '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: '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: '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;
}
html {
	height: 100%;
}
body {
	height: 100%;
}
#logo-mini {
    float: left;
    background: url(../images/logo-mini.png);
    width: 121px; height: 21px;
    margin-top: 7px;
    margin-left: 30px;
    cursor: pointer;
}
#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;
    }
}



#wrapper {
	position: relative;
	float: left;	
	width: 15864px;
	padding-left: 80px;

}



.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;}

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

.ml20 {margin-left: 20px;}

.ml200 {margin-left: 200px;}

.lh22 {line-height: 22px;}
.pa {position: absolute;}

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

.fnt30 {
	font-size: 30px;
	line-height: 36px;
}
.fnt20 {
	font-size: 20px;
	line-height: 24px;
}
.fnt13 {
	font-size: 13px;
	line-height: 15px;
}
.fnt50 {
	font-size: 50px;
	line-height: 60px;
}

.white {color: #fff; a{color: #fff;}}
.green {color: #41AD49;}
img {
	float: left;
	margin-top: 34px;
}
.sep {
	float: left;
	width: 20px;
	height: 700px;
	margin: 0 10px;
}
.fb-like {
	width: 200px;
}
.block {
	float: left;
	min-height: 700px;
	margin-right: 70px;
}
.br3 {
	border: 3px solid #fff;
	padding: 10px 15px;
}
h1 {
	width: 355px;
	text-transform: uppercase;
}
h2 {
	font-size: 50px;
	line-height: 72px;
}
p {
	font-family: CharterOSCRegular;
	font-size: 15px;
	line-height: 17px;
	margin-bottom: 10px;
}
.ln {
	width: 56px;
	height: 2px;
	background: #000;
}
p.big {
	font-size: 22px;
	line-height: 40px;
	width: 500px;
}
p.name {
	.fntL;
	font-size: 29px;
	line-height: 34px;
	background: url(../images/arrow.png) no-repeat bottom left;
	padding-bottom: 80px;
	span {
		margin-top: 15px;
		display: inline-block;
		font-size: 22px;
	}
}
p {
	width: 311px;
	font-size: 18px;
	line-height: 21px;
}
.vimeo {
	position: absolute;
	background: #41AD49;
	width: 700px;
	height: 525px;
	z-index: 200;
	margin-left: -500px;
}
.arrow {
	position: absolute;
	width: 400px;
	height: 11px;
	background: url(../images/arrow.png);
	z-index: 100;
}
a.button {
	display: block;
	float: left;
	padding: 5px 15px;
	border: 2px solid #EF3B3A;
	font-size: 22px;
	letter-spacing: 3px;
	text-decoration: none;
	color: #EF3B3A;
	font-weight: bold;
}
.comments {
	float: left;
	margin-top: 50px;
	width: 400px;
	height: 630px;
}

.smart-roll {
	margin-top: 34px;
}

.gradient {
	position: relative;
	float: left;
	margin-left: -300px;
	width: 900px;
	height: 100%;
	z-index: 100;
	background: #808080;
	background-image: -webkit-linear-gradient(left, #ffffff 0%, #000000 100%);
	background-image: -moz-linear-gradient(left, #ffffff 0%, #000000 100%);
	background-image: -o-linear-gradient(left, #ffffff 0%, #000000 100%);
	background-image: -ms-linear-gradient(left, #ffffff 0%, #000000 100%);
	background-image: linear-gradient(left, #ffffff 0%, #000000 100%);
	
}
.black-div {
	background: #000;
	float: left;
	height: 100%;
}
.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;
		}
	}
	
}

