
/* 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: 16px/23px 'OctavaOSCRegular';
	background: #fffff;
	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: 100%;
	margin: 0 auto;
}
/*#menu {
	position: fixed;

	width: 100%;
	background-color: rgb(155, 155, 255, 0.55);*!/
	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;
		
		padding: 25px;
		
		h2{
			font: 37px/45px 'LineaturaLight';
			color: #fff;
			text-transform: uppercase;
			letter-spacing: 12px;
			margin-left: 55px;
		}
	}
}



.zag {
	z-index: 100;
	position: relative;
	font-size: 58px;
	left: 200px;
	top: 30px;
	width: 500px;
	text-align: center;
	line-height: 70px;
}

.lead {
position: relative;

margin-top: 99px;
margin-left: 100px;
	width: 400px;
	font-size: 25px;
	letter-spacing: 2px;
}

.lead2 {
margin-top: 60px;
	width: 650px;
	margin-left: 300px;
	font-size: 20px;
	
}

.auth {
margin-top: -90px;
	margin-left: 666px;
	width: 110px;
	font-size: 14px;
	font-style: italic;
}

.idea

{ margin-top: 100px;
	
	width: 1200px;
	
	
	
		
	
}

.leftcol
{ 
	margin-top: 150px;
	margin-left: 100px;
	
	
	
	
	   
}

.data
{
	margin-left: 100px;
	margin-bottom: 90px;
	font-size: 17px;
	
	span  {
			
			font-family: NonameGroteskHanddrawnv4Rg;
			font-size: 30px;
			text-transform: uppercase;
			padding-bottom: 15px;
		}
	
}

.zag2
{
	font-size: 70px;
	margin-left: 100px;
	margin-top: 100px;
	margin-bottom: 100px;
}

.vinos
{ border-top: 1px solid #333;
	position: relative;
	margin-right: 25px;
width: 80%;
padding: 40px;
background-color: #fff4ad;
font-style: italic;
margin-bottom: 100px;

.h2 {font-family: OctavaSCC; font-style: normal;
}
	.h1 {font-size: 35px; line-height: 45px;
}


}

.comments{
	margin-left: 200px;
	width: 500px;
	
}

.shield{
	position: absolute;
	margin-top: 0px;
}

zag3  {
		
		font-family: NonameGroteskHanddrawnv4Rg;
		font-size: 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;
			}
		}
	}
	
