/* ############## */
* {
	margin: 0;
	padding: 0;
}

/*a {
	color: inherit;
}*/

html {
	height: 100%;
}
body {
	font-family: 'OctavaOSCRegular';
	font-size: 16px;
	line-height: 28px;
	background: #fff;
}


.block {
	position: relative;
}

#wrapper {
	width: 1000px;
	margin: 35px auto;
	padding: 0 35px;
}


h1 {
	font: 74px/74px 'NonameGroteskHanddrawnv4Rg';
	
	span {
		font: italic 74px/74px 'OctavaOSCRegular';
	}
}

.description {
	width: 500px;
}


.warning {
	width: 960px;
	border: 10px solid red;
	padding: 45px;
	font: 20px/40px 'NonameGroteskHanddrawnv4Rg';
	color: red;
	text-transform: uppercase;
	text-align: center;
}





/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */


/**** Isotope styles ****/

/* required for containers to inherit vertical size from window */
/*html,
body {
  height: 100%;
}*/

.container {
	padding: 100px 0 100px 150px;
	/*margin-bottom: 40px;*/
	margin: 150px auto 40px;
	
}



.element {
  margin: -7px;
  float: left;
  position: relative;
  z-index: 1;
}

.caption {
	display: none;
	top: 0px;
	left: 0px;
	position: absolute;
	background: rgba(255,255,255, 1);
	width: 400px;
	height: 400px;
	padding: 30px;
	cursor: default;
	border: 1px solid #333;
	z-index: 100;
	
		h2 {
			font: 23px/27px 'NonameGroteskHanddrawnv4Rg';
		}
		.who {
			font: 17px/20px 'OctavaSSC';
			margin-top: 20px;
			
			span {
				font: italic 17px/20px 'OctavaOSCRegular';
			}
		}
		.about {
			font: 17px/20px 'OctavaOSCRegular';
			margin-top: 50px;
		}
		.source {
			display: block;
			margin-top: 75px;
			color: rgb(0, 185, 255);
		}
}



.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: 500px;
	margin: 100px auto 50px;
	padding-bottom: 100px;
}