@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

html, body {
  background: #333;
  font-family: Arial;
  font-size: 13px;
  margin: 0;
  padding: 0;
}

h1 a {
  	color: #ECECEC;
	text-decoration: none;	
}

h2 {
  padding-left: 20px;
  margin-bottom: 0px;
}

p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.2em;
/*	text-transform: uppercase;*/
	color: #CCC;
	line-height: 20px;
}


p a {
  color: #385C85;
}
header {
	text-align: left;
	background: #222;
	padding: 6px 0;
	color: #CCC;	
}
header h1 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.5em;
	margin-left: 4%;
	letter-spacing: 0.5em;
	text-transform: uppercase;	
}
canvas {
	max-width: 100%;
/*  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;*/
  	margin: 0;
	outline: none;
}
canvas.hp_box {
	width: 100%;
/*  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;*/
  	height: 374px;
  	margin: 0;
	outline: none;
}
canvas.hp_box2 {
	width: 100%;
/*  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;*/
  	height: 185px;
  	margin: 0;
	outline: none;
}
#canvas_options {
	width: 40%;
	float: right;	
	margin-top: 10px;
}

input[type=text] {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.25em;
	margin: 20px 1%;
	height: 15px;
	width: 75%;	
}
input[type=button] {
	font-family: 'Source Sans Pro', sans-serif;
	width: 20%;
	margin-top: 21px;
	font-size: 1.25em;
	text-transform: uppercase;
	
}

#slider_rotation {
	float: left;
	width: 75%;	
}
#slider_scale {
	float: left;
	width: 75%;
}
#label_angle {
	float: left;
	height: 15px;
	margin: 5px;
	width: 15%;
}
#label_scale {
	float: left;
	height: 15px;
	margin: 5px;
	width: 15%;
}

/*.proc_overlay #slider_rotation {
	float
	width: 75%;	
}
.proc_overlay #slider_scale {

	width: 75%;
}
.proc_overlay #label_angle {
	height: 15px;
	padding: 10px;
	width: 100%;
}
.proc_overlay #label_scale {
	height: 15px;
	padding: 10px;
	width: 100%;
}*/


canvas:focus {
	border: 0px;	
}
.Processing_textdemo:focus {
	border: 0px;
}	
.control_label {
	text-transform: uppercase;
	margin: 10px 0;
	color: #CCC;
	height: 15px;
}
.box_head {
	background: #444;
	position: absolute;
	top: 0;
	width: 100%;	
	height: 25px;
}
.box_head h1 {
	color: #ECECEC;
	font-size: 1em;
	margin: 0 10px;
	line-height: 25px;	
}
.box_desc {
	background: rgba(50,50,50,0.7);
	position: absolute;
	padding: 10px;
	bottom: 0;
	width: 100%;	
	height: 55px;
}
.box_desc p {
	font-size: 1em;
	margin: 0;	
}

#container {
	width: 95%;
	margin: 0 auto;
}
.box_2 {
	background-color: #999;
	width: 296px;
	color: #666;
	padding: 0;
	margin-top: 4px;
/*	margin: 2px;	*/
	height: 374px;
	opacity: 0.5;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-ms-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
.box_3 {
	background-color: #999;
	width: 296px;
	color: #666;
	margin-top: 4px;
/*	margin: 2px;	*/	
	height: 185px;
	opacity: 0.5;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-ms-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
.box_4 {
	position: relative;
	background-color: #CCC;
	width: 296px;
	color: #666;
	padding: 0;
	margin-top: 4px;
/*	margin: 2px;	*/
	height: 374px;
}
.box_5 {
	background-color: #999;
	width: 296px;
	color: #666;
	margin-top: 4px;
/*	margin: 2px;	*/	
	height: 374px;
	opacity: 0.5;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-ms-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
.box_5:hover {
	opacity: 1;	
}
.box_3:hover {
	opacity: 1;	
}
.box_2:hover {
	opacity: 1;	
}
.proc_ui {
	background: #555;
	width: auto;
	padding: 0 4%;
	margin: 0 auto;
}

.proc_overlay {
	position: absolute;
	top: 150px;
	left: 20px;
	background: rgba(100,100,100,0.8);
	width: 20%;
	padding: 10px;
	margin: 0;
	z-index: 9999;
}
.proc_overlay p {
	width: 70%;
	float: left;
	line-height: 1em;

}

.proc_ui p {
	width: 70%;
	float: left;
	line-height: 1em;

}

.proc_overlay .uislider {
/*	float: left;*/
	display: block;
/*  width:200px;*/
	height: 15px;
	margin-right: 10px;
}
.proc_ui .uislider {
/*	float: left;*/
	display:inline-block;
/*  width:200px;*/
	height: 15px;
	margin-right: 10px;
}

.proc_overlay .textlabel {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 900;
	font-size: 1.5em;
	line-height: 15px;
/*	float: left;
	width: 50px;*/
	color: #CCC;
	height: 10px;
	padding: 0;
}

.proc_ui .textlabel {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 900;
	font-size: 1.5em;
	line-height: 15px;
/*	float: left;
	width: 50px;*/
	color: #CCC;
	height: 10px;
	padding: 0;
}

.proc_ui .ui-button{
	background: none repeat scroll 0 0 #333333;
    border: 1px solid #999999;
    border-radius: 0;
    color: #999999;
    float: right;
    line-height: 20px;
    margin: 10px;
    width: 100px;
}

.proc_overlay #textSearchResult {
	padding-top:8px;
	font-weight:bold;
	font-size:14px;
}

.proc_overlay .labeledslider {
	float: none;
	width: 80%;
	padding: 10px;
	margin: 20px 1%;
}


.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
 
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin: 0;
	width: 100%;
	padding: 0;
	clear: none;
	float: none;
}
#div1 {
	width: auto;
	padding: 0;
	margin: 0 auto;
}
.zeroMargin_mobile {
    margin-left: 0;
}
.hide_mobile {
    display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 100%;
	padding: 0;
	clear: none;
	float: none;
}
.box_4 {
	width: 596px;
}

.proc_ui p {
	line-height: 0.6em;

}
#div1 {
}
.zeroMargin_tablet {
    margin-left: 0;
}
.hide_tablet {
    display: none;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
	
	

.gridContainer {
	width: 100%;
/*	max-width: 1280px;*/
	padding: 0;
	margin: 0;
	clear: none;
	float: none;
}
.box_4 {
	width: 896px;
}
.box_2 {
	width: 596px;	
}
#div1 {
}
.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}
}