
/* -----------------------------------------------------------------------------
 *  LEFT SIDE CONTENT
 * ----------------------------------------------------------------------------- */
#left_sidebar {
	background:#d6dce4;
	width:20%;
	float:left;
	height:100%;
	min-height:700px;/*position:fixed;*/
}
.search_form {
	background:#f2f2f2;
	padding:20px 10px;
	margin:0;
}
.search_form input[type="text"] {
	background: #F9F9F9;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	padding: 2px 5px 3px;
}
.search_form button {
	padding:2px 10px 3px;
	border:0;
	background:#39B5E8;
	background: -webkit-gradient(linear, left top, left bottom, from(#39B5E8), to(#0481B1)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #39B5E8, #0481B1); /* for firefox 3.6+ */
	background-image: -o-linear-gradient(#39B5E8, #0481B1); /* opera gradient */
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#39B5E8', endColorstr='#0481B1'); /* for IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#39B5E8, endColorstr=#0481B1)"; /* IE8 + */
	box-shadow:0px 1px 3px #ccc;
	color:#fff;
	text-shadow:1px 1px 1px #000;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	cursor:pointer;
}
.search_form button:hover {
	background:#39B5E8;
}
#left_sidebar .history_list {
	display:block;
	border-top:1px solid #e7edf6;
}
#left_sidebar .history_list a {
	display:block;
	padding:5px 10px;
	border-top:1px solid #65686c;
}
#left_sidebar .history_list a:hover {
	background:#f2f2f2;
}
/* -----------------------------------------------------------------------------
 * Main Content
 * ----------------------------------------------------------------------------- */
html, body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}
.title {display:none;}
.theTime {
	position: relative;
	display: table;
	margin: 20px auto 0 auto;
	text-transform: uppercase;
	color: #1b1b1b;
	font-size: 10px;
}


#mainWrap {
	display: table;
	width: 100%;
	height: 100%;
	margin: 0 auto 0 auto;
	background: #000;
}


#wrapper {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}



#content1 {
	position: relative;
	display: inline-block;
	width: 300px;
	height: 400px;
}






.img-wrap {
	border: 1px solid #f3c;
	position: absolute;
	top: 0;
	width: 300px;
	height: 400px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-repeat: no-repeat;
	/*display: none;*/
}


.img-wrap > img {
	width: 100%;
	max-width: 100%;
	height: auto;
	

}


.glitch-image {
	width: 100% !important;
	height: auto !important;
}
canvas {
	width: 400px !important;
}

.source {
	width: 800px;
	height: 800px;
}






#description {
	margin: 250px auto 300px 30px;
}
h2 {
	font-family: 'Quattrocento', arial, serif;
	font-weight: normal;
	font-size: 72px;
	color: #141414;
	letter-spacing: -2px;
	padding: 0px;
	margin: 0px;
}

#highlight {
	font-family: 'Quattrocento', arial, serif;
	color: #4f4f4f;
	font-size: 21px;
}
p {
	color: #707070;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 1px;
}
.col {
	float: left;
	width: 440px;
	padding: 0 20px 0 0;
}
em {
	font-size: 10px;
}





.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}



@media (max-width:767px) {
	#description {
		display: inline-block;
		margin: 40px 0 80px 0;
		padding-left: 20px;
		padding-right: 20px;
	}
	.col {
		width: 100%;
	}
}